Difference between revisions of "System Evaluation Visual Triage"

From FreekiWiki
Jump to navigation Jump to search
Line 8: Line 8:
 
   ddr          [label="Are there any\nDDR or RAMBUS\nslots?", fontsize="11"]
 
   ddr          [label="Are there any\nDDR or RAMBUS\nslots?", fontsize="11"]
 
   dimmslots    [label="Are there any\nSDRAM slots\n(regular DIMMs)?", fontsize="11"]
 
   dimmslots    [label="Are there any\nSDRAM slots\n(regular DIMMs)?", fontsize="11"]
 +
  procthere    [label="Is there a\nPROCESSOR?", fontsize="11"]
 
   visibleproc  [label="Can you see the\nPROCESSOR SPEED?", fontsize="11"]
 
   visibleproc  [label="Can you see the\nPROCESSOR SPEED?", fontsize="11"]
  visiblezif    [label="Can you see a\nZIF SOCKET NUMBER?", fontsize="11"]
 
 
   mobo          [label="Is the\nMOTHERBOARD\nthere?", fontsize="11"]
 
   mobo          [label="Is the\nMOTHERBOARD\nthere?", fontsize="11"]
 
   fastproc      [label="Does it have\n500 MHz or faster proc?", fontsize="11"]
 
   fastproc      [label="Does it have\n500 MHz or faster proc?", fontsize="11"]
Line 31: Line 31:
  
 
   video      -> recycle [taillabel="NO"]
 
   video      -> recycle [taillabel="NO"]
   video      -> visiblezif [taillabel="YES"]
+
   video      -> procthere [taillabel="YES"]
  
   visiblezif  -> waiting [taillabel="NO"]
+
   procthere  -> visibleproc [taillabel="YES"]
   visiblezif  -> bigzif [taillabel="YES"]
+
   procthere  -> bigzif [taillabel="NO"]
  
 
   visibleproc  -> fastproc [taillabel="YES"]
 
   visibleproc  -> fastproc [taillabel="YES"]
 
   visibleproc  -> waiting [taillabel="NO"]
 
   visibleproc  -> waiting [taillabel="NO"]
  
   bigzif      -> visibleproc [taillabel="YES"]
+
  fastproc    -> waiting [taillabel="YES"]
 +
  fastproc    -> bigzif [taillabel="NO"]
 +
 
 +
   bigzif      -> waiting [taillabel="YES"]
 
   bigzif      -> recycle [taillabel="NO"]
 
   bigzif      -> recycle [taillabel="NO"]
  
  fastproc    -> waiting [taillabel="YES"]
 
  fastproc    -> recycle [taillabel="NO"]
 
 
   waiting    -> goback
 
   waiting    -> goback
 
   recycle    -> goback
 
   recycle    -> goback

Revision as of 16:37, 12 August 2006

<graphvizr>

 digraph D {
  start         [label="START HERE", fontsize="11", shape="box", style="bold"]
  recycle       [label="RECYCLE", fontsize="11", shape="box", style="bold", URL="/index.php/System_Evaluation_1_Overview"]
  waiting       [label="Put on the\nWAITING FOR\nSYSTEM EVALUATION 2\npile", fontsize="11", shape="box", style="bold", URL="/index.php?title=System_Evaluation_2_Overview"]
  atx           [label="Is there an\nATX connector?", fontsize="11"]
  ddr           [label="Are there any\nDDR or RAMBUS\nslots?", fontsize="11"]
  dimmslots     [label="Are there any\nSDRAM slots\n(regular DIMMs)?", fontsize="11"]
  procthere     [label="Is there a\nPROCESSOR?", fontsize="11"]
  visibleproc   [label="Can you see the\nPROCESSOR SPEED?", fontsize="11"]
  mobo          [label="Is the\nMOTHERBOARD\nthere?", fontsize="11"]
  fastproc      [label="Does it have\n500 MHz or faster proc?", fontsize="11"]
  bigzif        [label="Does it have a\n3 DIGIT ZIF SOCKET?", fontsize="11"]
  server        [label="Do we want it for a\nSERVER?\n(see note)", fontsize="11"]
  video         [label="Is there an\nAGP slot\nor\nONBOARD VIDEO?", fontsize="11"]
  whitehole     [label="We will take this\nSERVER\nto the White Hole", fontsize="11", shape="box", style="bold"]
  goback        [label="Go back to\nSystem Eval I\nOVERVIEW", fontsize="11", shape="box"]
  start       -> mobo
  mobo        -> server [taillabel="YES"]
  server      -> ddr [taillabel="NO"]
  server      -> whitehole [taillabel="YES"]
  ddr         -> waiting [taillabel="YES"]
  ddr         -> dimmslots [taillabel="NO"]
  mobo        -> recycle [taillabel="NO"]
  dimmslots   -> atx [taillabel="YES"]
  dimmslots   -> recycle [taillabel="NO"]
  atx         -> video [taillabel="YES"]
  atx         -> recycle [taillabel="NO"]
  video       -> recycle [taillabel="NO"]
  video       -> procthere [taillabel="YES"]
  procthere   -> visibleproc [taillabel="YES"]
  procthere   -> bigzif [taillabel="NO"]
  visibleproc  -> fastproc [taillabel="YES"]
  visibleproc  -> waiting [taillabel="NO"]
  fastproc    -> waiting [taillabel="YES"]
  fastproc    -> bigzif [taillabel="NO"]
  bigzif      -> waiting [taillabel="YES"]
  bigzif      -> recycle [taillabel="NO"]
  waiting     -> goback
  recycle     -> goback
 }

</graphvizr>

Servers:

  • have RACK MOUNT cases, or
  • have XEON processors, or
  • have DUAL PROCESSOR capability AND their processors are P-III or better