Difference between revisions of "Server Evaluation Triage"

From FreekiWiki
Jump to navigation Jump to search
m
m
Line 8: Line 8:
 
     no [label="NO\n(we do not want it for a server)", shape="box", style="bold"]
 
     no [label="NO\n(we do not want it for a server)", shape="box", style="bold"]
  
     multipowersupplies [label="Can it take\nMULTIPLE POWER SUPPLIES?"]
+
     RAMcapacity [label="Can it take\nat least 1 GB of RAM, \npreferably more than 8 GB?"]
     fast [label="Is the processor speed\nat least 1000mhz?"]
+
     KeyboardlessBoot [label="Can it boot without a keyboard?"]
     multiproc [label="Can it take\nMULTIPLE PROCESSORS?"]
+
     AutoReboot [label="Can it auto-reboot after a power loss?"]
 
     procthere [label="Is there at least\nONE PROCESSOR?"]
 
     procthere [label="Is there at least\nONE PROCESSOR?"]
 
     veryfast [label="Is the processor speed\nat least 2000mhz?"]
 
     veryfast [label="Is the processor speed\nat least 2000mhz?"]
 
     yes [label="YES\n(we want it for a server)", shape="box", style="bold"]
 
     yes [label="YES\n(we want it for a server)", shape="box", style="bold"]
  
     start -> multipowersupplies
+
     start -> RAMcapacity
  
     multipowersupplies -> multiproc [label="NO"]
+
     RAMcapacity -> no [label="NO"]
     multipowersupplies -> fast [label="YES"]
+
     RAMcapacity -> KeyboardlessBoot [label="YES"]
  
     fast -> yes [label="YES"]
+
     KeyboardlessBoot -> AutoReboot [label="YES"]
     fast -> no [taillabel="NO"]
+
     KeyboardlessBoot -> no [taillabel="NO"]
  
     multiproc -> procthere [label="YES"]
+
     AutoReboot -> yes [label="YES"]
    multiproc -> no [label="NO"]
+
     AutoReboot -> no [taillabel="NO"]
 
 
    procthere -> veryfast [label="YES"]
 
     procthere -> no [label="NO"]
 
 
 
    veryfast -> yes [taillabel="YES"]
 
    veryfast -> no [label="NO"]
 
  
 
   }
 
   }

Revision as of 10:21, 23 August 2008

This is a graph with borders and nodes. Maybe there is an Imagemap used so the nodes may be linking to some Pages.