forked from ganglia/ganglia-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
node_legend.html
42 lines (40 loc) · 1.23 KB
/
node_legend.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<TITLE>Ganglia Cluster Toolkit:: Node Image Legend</TITLE>
<META http-equiv="Content-type" content="text/html; charset=utf-8">
<LINK rel="stylesheet" href="./styles.css" type="text/css">
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<TABLE CELLSPACING=3 CELLPADDING=6 BORDER=1>
<TR><TD COLSPAN=2 CLASS=title>Ganglia Node Image Legend</TD></TR>
<TR>
<TD><B>Node Image</B></TD><TD><B>Meaning</B></TD>
</TR>
<TR>
<TD><FONT COLOR=#FF0000>Red</FONT></TD>
<TD>Over 100% Utilization. Utilization is: (1 min load) / (number of CPUs) * 100%.</TD>
</TR>
<TR>
<TD><FONT COLOR=#FF9900>Orange</FONT></TD><TD>75-100%</TD>
</TR>
<TR>
<TD><FONT COLOR=#CCCC00>Yellow</FONT></TD><TD>50-74%</TD>
</TR>
<TR>
<TD><FONT COLOR=#009900>Green</FONT></TD><TD>25-49%</TD>
</TR>
<TR>
<TD><FONT COLOR=#0000FF>Blue</FONT></TD><TD>0-24%</TD>
</TR>
<TR>
<TD>Crossbones</TD><TD>The node is dead. We consider a node dead
when the reporting node has not heard from it in 60 sec.
</TD>
</TR>
</TABLE>
<P>
<A HREF="./index.php" ALT="Back to Ganglia">Back</A>
</P>
</BODY>
</HTML>