ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/reports/php/latest/latest_display.inc.php
(Generate patch)

Comparing projects/cms/source/reports/php/latest/latest_display.inc.php (file contents):
Revision 1.13 by tdb, Mon Mar 10 21:17:42 2003 UTC vs.
Revision 1.14 by tdb, Fri Feb 11 14:05:31 2005 UTC

# Line 36 | Line 36 | showStat("Load 15", "packet.load.load15", $input, "loa
36  
37   printLine("Memory graphs");
38  
39 < showBar("Swap Used", "packet.swap.free", "packet.swap.total", "b", $input, "swap", 'swap');
40 < showBar("Memory Used", "packet.memory.free", "packet.memory.total", "b", $input, "mem", 'swap');
39 > showBar("Swap Used", "packet.swap.free", "packet.swap.total", "MB", $input, "swap", 'swap');
40 > showBar("Memory Used", "packet.memory.free", "packet.memory.total", "MB", $input, "mem", 'swap');
41   showStat("Swap Pages in (per sec)", "packet.pages.pageins", $input, "paging");
42   showStat("Swap Pages out (per sec)", "packet.pages.pageouts", $input, "paging");
43  
# Line 53 | Line 53 | showStat("Stopped Processes", "packet.processes.stoppe
53  
54   printLine("Disks");
55  
56 < showDisks("packet.disk", "b", $input);
56 > showDisks("packet.disk", "MB", $input);
57  
58  
59   printLine("Disk IO");
# Line 66 | Line 66 | printLine("Network IO");
66   showNet("packet.net", $input);
67  
68  
69 + printLine("Mail Queue Sizes");
70 +
71 + showMailQ("packet.mailq", $input);
72 +
73 +
74   printLine("Uptime");
75  
76 < showStat("Seconds Uptime", "packet.os.uptime", $input);
76 > showUptime("Uptime", "packet.os.uptime", $input);
77  
78  
79   printLine("Users");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines