Difference between revisions of "System Evaluation Final Triage"

From FreekiWiki
Jump to navigation Jump to search
Line 16: Line 16:
 
   whitehole    [label="We will take this\nSERVER\nto the White Hole", shape="box", style="bold"]
 
   whitehole    [label="We will take this\nSERVER\nto the White Hole", shape="box", style="bold"]
  
   ddr_rambus   [label="Are there any\nDDR or RAMBUS slots?"]
+
   rambus   [label="Are there any\nRAMBUS slots?"]
  proc          [label="Does it have a\nPROCESSOR?"]
 
 
   knowspeed    [label="Do you know the\nPROCESSOR SPEED?"]
 
   knowspeed    [label="Do you know the\nPROCESSOR SPEED?"]
  
Line 28: Line 27:
 
   server      -> missingparts [label="NO"]
 
   server      -> missingparts [label="NO"]
  
   missingparts -> ddr_rambus [label="NO"]
+
   missingparts -> rambus [label="NO"]
 
   missingparts -> recycle [label="YES"]
 
   missingparts -> recycle [label="YES"]
  
   ddr_rambus -> proc [label="YES"]
+
   rambus -> knowspeed [label="YES"]
   ddr_rambus -> superfast  [label="NO"]
+
   rambus -> superfast  [label="NO"]
 
 
  proc -> knowspeed [label="YES"]
 
  proc -> tardis [label="NO"]
 
  
 
   knowspeed -> superfast [label="YES"]
 
   knowspeed -> superfast [label="YES"]

Revision as of 15:31, 10 April 2007