Difference between revisions of "Do we want it for a server?"

From FreekiWiki
Jump to navigation Jump to search
m (purple chart)
Line 1: Line 1:
 
== PURPLE Chart ==
 
== PURPLE Chart ==
 +
== Do we want to use this system as a server? HOPEFULLY FUTURE VERSION OF EVAL'S PURPLE CHART==
 
<graphviz>
 
<graphviz>
 
   digraph D {
 
   digraph D {
Line 7: Line 8:
  
 
     start [label="START", shape="box", style="bold"]
 
     start [label="START", shape="box", style="bold"]
     naw [label="NO\n(we do not want\nit for a server)", shape="box", style="bold"]
+
     no [label="NO\n(we do not want it for a server)", shape="box", style="bold"]
     slocket [label="Is it a SLOT-BASED SYSTEM\nor\nSOCKET-BASED SYSTEM?"]
+
 
    cpu [label="Is there at least\nONE PROCESSOR?"]
+
     multipowersupplies [label="Can it take\nMULTIPLE POWER SUPPLIES?"]
     piii [label="Is the processor\na P-III?"]
+
     fast [label="Is the processor speed\nat least 1000mhz?"]
    xeon [label="Is it a XEON?"]
 
    fsb [label="What is the\nFRONT SIDE BUS\nspeed?"]
 
 
     multiproc [label="Can it take\nMULTIPLE PROCESSORS?"]
 
     multiproc [label="Can it take\nMULTIPLE PROCESSORS?"]
     proctype [label="Is the processor\na P-4,\nan OPTERON,\nor an ATHLON MP?"]
+
     procthere [label="Is there at least\nONE PROCESSOR?"]
     yes [label="YES\n(usable as a server)", shape="box", style="bold"]
+
    veryfast [label="Is the processor speed\nat least 2000mhz?"]
 
+
     yes [label="YES\n(we want it for a server)", shape="box", style="bold"]
    start -> multiproc
 
 
 
    multiproc -> cpu [taillabel="YES"]
 
    multiproc -> naw [taillabel="NO"]
 
 
 
    cpu -> naw [taillabel="NO"]
 
    cpu -> piii [taillabel="YES"]
 
  
     piii -> xeon [label="YES"]
+
     start -> multipowersupplies
    piii -> proctype [taillabel="NO"]
 
  
     xeon -> slocket [taillabel="NO"]
+
     multipowersupplies -> multiproc [label="NO"]
     xeon -> yes [taillabel="YES"]
+
     multipowersupplies -> fast [label="YES"]
  
     proctype -> yes [taillabel="YES"]
+
     fast -> yes [label="YES"]
     proctype -> naw [taillabel="NO"]
+
     fast -> no [taillabel="NO"]
  
     slocket -> fsb [label="SOCKET"]
+
     multiproc -> procthere [label="YES"]
     slocket -> naw [taillabel="SLOT"]
+
     multiproc -> no [label="NO"]
  
     fsb -> naw [taillabel="66 or 100"]
+
     procthere -> veryfast [label="YES"]
     fsb -> yes [taillabel="133"]
+
     procthere -> no [label="NO"]
  
 +
    veryfast -> yes [taillabel="YES"]
 +
    veryfast -> no [label="NO"]
  
 
   }
 
   }

Revision as of 09:45, 23 August 2008

PURPLE Chart

Do we want to use this system as a server? HOPEFULLY FUTURE VERSION OF EVAL'S PURPLE CHART

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