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.11 by tdb, Sun Oct 13 12:41:16 2002 UTC vs.
Revision 1.12 by tdb, Mon Oct 21 13:02:58 2002 UTC

# Line 20 | Line 20 | printLine("Memory graphs");
20  
21   showBar("Swap Used", "packet.swap.free", "packet.swap.total", "Mb", $input, "swap", 'swap');
22   showBar("Memory Used", "packet.memory.free", "packet.memory.total", "Mb", $input, "mem", 'swap');
23 <
23 > showStat("Swap Pages in (per sec)", "packet.pages.swapins", $input, "paging");
24 > showStat("Swap Pages out (per sec)", "packet.pages.swapouts", $input, "paging");
25  
26   printLine("CPU graphs");
27  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines