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"]
   atx           [label="Is there an\nATX 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 25: Line 25:
 
   ddr        -> dimmslots [taillabel="NO"]
 
   ddr        -> dimmslots [taillabel="NO"]
 
   mobo        -> recycle [taillabel="NO"]
 
   mobo        -> recycle [taillabel="NO"]
   dimmslots  -> atx [taillabel="YES"]
+
   dimmslots  -> at [taillabel="YES"]
 
   dimmslots  -> recycle [taillabel="NO"]
 
   dimmslots  -> recycle [taillabel="NO"]
   atx         -> video [taillabel="YES"]
+
   at         -> recycle [taillabel="YES"]
   atx         -> recycle [taillabel="NO"]
+
   at         -> video [taillabel="NO"]
  
 
   video      -> recycle [taillabel="NO"]
 
   video      -> recycle [taillabel="NO"]

Revision as of 16:50, 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"]
  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"]
  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  -> 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