| # | Line 51 | Line 51 | showStat("Stopped Processes", "packet.processes.stoppe | |
|---|---|---|
| 51 | ||
| 52 | printLine("Uptime"); | |
| 53 | ||
| 54 | < | showStat("Uptime (um... seconds)", "packet.os.uptime", $input); |
| 54 | > | showStat("Seconds Uptime", "packet.os.uptime", $input); |
| 55 | > | |
| 56 | > | |
| 57 | > | printLine("Disks"); |
| 58 | > | |
| 59 | > | showDisks("packet.disk", "Kb", $input); |
| 60 | ||
| 61 | ||
| 62 | printLine("Packet"); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |