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"); |
64 |
|
showStat("Number of users", "packet.users.count", $input); |
65 |
|
showStat("User list", "packet.users.list", $input); |
66 |
|
|
67 |
< |
?> |
67 |
> |
?> |