Difference between revisions of "System Evaluation Visual Triage"

From FreekiWiki
Jump to navigation Jump to search
Line 5: Line 5:
 
   recycle      [label="RECYCLE", fontsize="11", shape="box", style="bold", URL="/index.php/System_Evaluation_1_Overview"]
 
   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"]
 
   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"]
   at           [label="Is there an\nAT connector?", fontsize="11"]
+
   at           [label="Is there an\nAT connector?", fontsize="11"]
 
   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"]
Line 13: Line 13:
 
   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"]
   littlezif    [label="Does it have a\n1 DIGIT ZIF SOCKET?", 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"]
 
   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"]
 
   video        [label="Is there an\nAGP slot\nor\nONBOARD VIDEO?", fontsize="11"]
Line 35: Line 35:
  
 
   procthere  -> visibleproc [taillabel="YES"]
 
   procthere  -> visibleproc [taillabel="YES"]
   procthere  -> littlezif [taillabel="NO"]
+
   procthere  -> bigzif [taillabel="NO"]
  
 
   visibleproc -> fastproc [taillabel="YES"]
 
   visibleproc -> fastproc [taillabel="YES"]
Line 41: Line 41:
  
 
   visiblezif  -> waiting [taillabel="NO"]
 
   visiblezif  -> waiting [taillabel="NO"]
   visiblezif  -> littlezif [taillabel="YES"]
+
   visiblezif  -> bigzif [taillabel="YES"]
  
 
   fastproc    -> waiting [taillabel="YES"]
 
   fastproc    -> waiting [taillabel="YES"]
   fastproc    -> littlezif [taillabel="NO"]
+
   fastproc    -> bigzif [taillabel="NO"]
  
   littlezif  -> waiting [taillabel="NO"]
+
   bigzif      -> waiting [taillabel="YES"]
   littlezif  -> recycle [taillabel="YES"]
+
   bigzif      -> recycle [taillabel="NO"]
  
 
   waiting    -> goback
 
   waiting    -> goback

Revision as of 16:33, 16 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"]
  at           [label="Is there an\nAT 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"]
  visiblezif    [label="Can you see the\nZIF SOCKET NUMBER?", 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   -> at [taillabel="YES"]
  dimmslots   -> recycle [taillabel="NO"]
  at         -> recycle [taillabel="YES"]
  at         -> video [taillabel="NO"]
  video       -> recycle [taillabel="NO"]
  video       -> procthere [taillabel="YES"]
  procthere   -> visibleproc [taillabel="YES"]
  procthere   -> bigzif [taillabel="NO"]
  visibleproc -> fastproc [taillabel="YES"]
  visibleproc -> visiblezif [taillabel="NO"]
  visiblezif  -> waiting [taillabel="NO"]
  visiblezif  -> bigzif [taillabel="YES"]
  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