Difference between revisions of "Talk:System Evaluation Final Triage"

From FreekiWiki
Jump to navigation Jump to search
Line 6: Line 6:
  
 
Not sure which previous comments are still current, but I'm editing this to include more modern processors. [[User:Wy|Wy]] 20:43, 2 May 2008 (PDT)
 
Not sure which previous comments are still current, but I'm editing this to include more modern processors. [[User:Wy|Wy]] 20:43, 2 May 2008 (PDT)
 +
 +
==YELLOW Chart==
 +
<graphviz>
 +
  digraph Eval2 {
 +
 +
  node [fontname="Helvetica", fontsize="11"]
 +
  edge [fontname="Helvetica"]
 +
 +
  start        [label="START HERE", shape="box", style="bold"]
 +
  server        [label="Do we want it for a\nSERVER?\n(see chart and\nthen come back here)"]
 +
  keep          [label="This is a regular\nKEEPER SYSTEM", shape="box", style="bold"]
 +
  recycle      [label="We will\nRECYCLE the system", shape="box", style="bold"]
 +
  fastenough    [label="Does it have a\n933 MHz or faster proc?\n(or an AMD proc with\na model # of 933 or greater?)"]
 +
  blowncaps    [label="Are there any\nBLOWN CAPS?"]
 +
  enterprise    [label="This will be a\nSERVER", shape="box", style="bold"]
 +
 +
  sdram        [label="Are there any\nSDRAM slots?"]
 +
  low_end      [label="Does it have a processor that is\n1.5 Ghz or FASTER?"]
 +
 +
  start        -> blowncaps
 +
 +
  blowncaps    -> server  [label="NO"]
 +
  blowncaps    -> recycle [label="YES"]
 +
 +
  server      -> enterprise  [label="YES"]
 +
  server      -> low_end    [label="NO"]
 +
 +
  low_end    -> sdram  [label="NO"]
 +
  low_end    -> keep    [label="YES"]
 +
 +
  sdram      -> recycle      [label="NO"]
 +
  sdram      -> fastenough  [label="YES"]
 +
 +
  fastenough  -> keep    [label="YES"]
 +
  fastenough  -> recycle [label="NO"]
 +
 +
  }
 +
</graphviz>

Revision as of 14:28, 28 October 2008

Most of the server definition has been cut, we should either cut it completely or add the rest back. Which way do we want to go?

Blaine

Huh? What's been cut? RfS 10:36, 10 Aug 2006 (PDT)

Not sure which previous comments are still current, but I'm editing this to include more modern processors. Wy 20:43, 2 May 2008 (PDT)

YELLOW Chart

This is a graph with borders and nodes. Maybe there is an Imagemap used so the nodes may be linking to some Pages.