Difference between revisions of "System Evaluation Visual Triage"

From FreekiWiki
Jump to navigation Jump to search
Line 1: Line 1:
<graphviz>
+
<graphvizr>
 
   digraph D {
 
   digraph D {
  
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"]
+
   atx           [label="Is there an\nATX 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\nDIMM slots?", fontsize="11"]
+
   dimmslots     [label="Are there any\nDIMM slots?", fontsize="11"]
   hiddenproc [label="Is the\nPROCESSOR SPEED HIDDEN?", fontsize="11"]
+
   hiddenproc   [label="Is the\nPROCESSOR SPEED HIDDEN?", 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"]
   bigzif     [label="Does it have a\n3 DIGIT ZIF SOCKET?", fontsize="11"]
+
   bigzif       [label="Does it have a\n3 DIGIT ZIF SOCKET?", fontsize="11"]
   video       [label="Is there an\nAGP slot\nor\nONBOARD VIDEO?", 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"]
  
 
   start      -> mobo
 
   start      -> mobo
   mobo        -> ddr [taillabel="YES"]
+
   mobo        -> server [taillabel="YES"]
 +
  server      -> ddr [taillabel="NO"]
 +
  server      -> whitehole [taillabel="YES"]
 
   ddr        -> waiting [taillabel="YES"]
 
   ddr        -> waiting [taillabel="YES"]
 
   ddr        -> dimmslots [taillabel="NO"]
 
   ddr        -> dimmslots [taillabel="NO"]
Line 35: Line 38:
  
 
   }
 
   }
</graphviz>
+
</graphvizr>
 +
 
 +
Servers:
 +
* RACK MOUNT cases, or
 +
* have DUAL PROCESSOR capability
 +
 
 +
 
  
 
[[Category: Triage]]
 
[[Category: Triage]]
 
[[Category: Prebuild]]
 
[[Category: Prebuild]]

Revision as of 17:17, 10 February 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\nDIMM slots?", fontsize="11"]
  hiddenproc    [label="Is the\nPROCESSOR SPEED HIDDEN?", 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"]
  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       -> hiddenproc [taillabel="YES"]
  hiddenproc  -> fastproc [taillabel="NO"]
  hiddenproc  -> waiting [taillabel="YES"]
  fastproc    -> waiting [taillabel="YES"]
  fastproc    -> bigzif [taillabel="NO"]
  bigzif      -> waiting [taillabel="YES"]
  bigzif      -> recycle [taillabel="NO"]


 }

</graphvizr>

Servers:

  • RACK MOUNT cases, or
  • have DUAL PROCESSOR capability