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.7 by pjm2, Sun Mar 11 21:41:24 2001 UTC vs.
Revision 1.9 by pjm2, Sat Mar 17 22:35:16 2001 UTC

# Line 18 | Line 18 | showStat("Load 15", "packet.load.load15", $input);
18  
19   printLine("Memory graphs");
20  
21 < showBar("Swap Free", "packet.swap.free", "packet.swap.total", "Mb", $input);
22 < showBar("Memory Free", "packet.memory.free", "packet.memory.total", "Mb", $input);
21 > showBar("Swap Used", "packet.swap.free", "packet.swap.total", "Mb", $input, 'swap');
22 > showBar("Memory Used", "packet.memory.free", "packet.memory.total", "Mb", $input, 'swap');
23  
24  
25   printLine("CPU graphs");
# Line 52 | Line 52 | showStat("Stopped Processes", "packet.processes.stoppe
52   printLine("Uptime");
53  
54   showStat("Uptime (um... seconds)", "packet.os.uptime", $input);
55 +
56 +
57 + printLine("Disks");
58 +
59 + showDisks("packet.disk", "Kb", $input);
60  
61  
62   printLine("Packet");
# Line 64 | Line 69 | printLine("Users");
69   showStat("Number of users", "packet.users.count", $input);
70   showStat("User list", "packet.users.list", $input);
71  
72 < ?>
72 > ?>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines