| 9 |  | showStat("I.P. Address", "packet.attributes.ip", $input); | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 10 |  |  | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 11 |  |  | 
 
 
 
 
 
 
 
 
 
 
 | 12 | < | printLine("Load"); | 
 
 
 
 
 
 
 
 
 | 12 | > | printLine("Operating System"); | 
 
 
 
 
 
 
 
 
 
 
 | 13 |  |  | 
 
 
 
 
 
 
 
 
 
 
 | 14 | < | showStat("Load 1", "packet.load.load1", $input, "load"); | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 15 | < | showStat("Load 5", "packet.load.load5", $input, "load"); | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 16 | < | showStat("Load 15", "packet.load.load15", $input, "load"); | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 14 | > | showStat("Operating System Release", "packet.os.release", $input); | 
 
 
 
 
 | 15 | > | showStat("Operating System Version", "packet.os.version", $input); | 
 
 
 
 
 | 16 | > | showStat("Operating System Name", "packet.os.name", $input); | 
 
 
 
 
 | 17 | > | showStat("Operating System Platform", "packet.os.platform", $input); | 
 
 
 
 
 | 18 | > | showStat("System Name", "packet.os.sysname", $input); | 
 
 
 
 
 
 
 
 
 
 
 | 19 |  |  | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 20 |  |  | 
 
 
 
 
 
 
 
 
 | 19 | – | 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 | – | showStat("Swap Pages in (per sec)", "packet.pages.swapins", $input, "paging"); | 
 
 
 
 
 
 
 
 
 | 24 | – | showStat("Swap Pages out (per sec)", "packet.pages.swapouts", $input, "paging"); | 
 
 
 
 
 
 
 
 
 | 25 | – |  | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 21 |  | printLine("CPU graphs"); | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 22 |  |  | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 23 |  | showBar("User CPU", "packet.cpu.user", 100, "%", $input, "cpu"); | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 27 |  | showBar("IO wait CPU", "packet.cpu.iowait", 100, "%", $input, "cpu"); | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 28 |  |  | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 29 |  |  | 
 
 
 
 
 
 
 
 
 
 
 | 30 | < | printLine("Operating System"); | 
 
 
 
 
 
 
 
 
 | 30 | > | printLine("Load"); | 
 
 
 
 
 
 
 
 
 
 
 | 31 |  |  | 
 
 
 
 
 
 
 
 
 
 
 | 32 | < | showStat("Operating System Release", "packet.os.release", $input); | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 33 | < | showStat("Operating System Version", "packet.os.version", $input); | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 34 | < | showStat("Operating System Name", "packet.os.name", $input); | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 40 | < | showStat("Operating System Platform", "packet.os.platform", $input); | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 41 | < | showStat("System Name", "packet.os.sysname", $input); | 
 
 
 
 
 
 
 
 
 | 32 | > | showStat("Load 1", "packet.load.load1", $input, "load"); | 
 
 
 
 
 | 33 | > | showStat("Load 5", "packet.load.load5", $input, "load"); | 
 
 
 
 
 | 34 | > | showStat("Load 15", "packet.load.load15", $input, "load"); | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 35 |  |  | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 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'); | 
 
 
 
 
 
 
 
 | 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 | + |  | 
 
 
 
 
 
 
 
 | 44 | + |  | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 45 |  | printLine("Processes"); | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 46 |  |  | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 47 |  | showStat("Total Processes", "packet.processes.total", $input, "proc"); | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 51 |  | showStat("Stopped Processes", "packet.processes.stopped", $input, "proc"); | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 52 |  |  | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 53 |  |  | 
 
 
 
 
 
 
 
 
 
 
 | 54 | < | printLine("Uptime"); | 
 
 
 
 
 
 
 
 
 | 54 | > | printLine("Disks"); | 
 
 
 
 
 
 
 
 
 
 
 | 55 |  |  | 
 
 
 
 
 
 
 
 
 
 
 | 56 | < | showStat("Seconds Uptime", "packet.os.uptime", $input); | 
 
 
 
 
 
 
 
 
 | 56 | > | showDisks("packet.disk", "b", $input); | 
 
 
 
 
 
 
 
 
 
 
 | 57 |  |  | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 58 |  |  | 
 
 
 
 
 
 
 
 
 
 
 | 59 | < | printLine("Disks"); | 
 
 
 
 
 
 
 
 
 | 59 | > | printLine("Disk IO"); | 
 
 
 
 
 
 
 
 
 
 
 | 60 |  |  | 
 
 
 
 
 
 
 
 
 
 
 | 61 | < | showDisks("packet.disk", "Kb", $input); | 
 
 
 
 
 
 
 
 
 | 61 | > | showDiskIO("packet.diskio", $input); | 
 
 
 
 
 
 
 
 
 
 
 | 62 |  |  | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 63 |  |  | 
 
 
 
 
 
 
 
 
 
 
 | 64 | < | printLine("Packet"); | 
 
 
 
 
 
 
 
 
 | 64 | > | printLine("Network IO"); | 
 
 
 
 
 
 
 
 
 
 
 | 65 |  |  | 
 
 
 
 
 
 
 
 
 
 
 | 66 | < | showStat("Last sequence number", "packet.attributes.seq_no", $input); | 
 
 
 
 
 
 
 
 
 | 66 | > | showNet("packet.net", $input); | 
 
 
 
 
 
 
 
 
 
 
 | 67 |  |  | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 68 |  |  | 
 
 
 
 
 
 
 
 | 69 | + | printLine("Uptime"); | 
 
 
 
 
 
 
 
 | 70 | + |  | 
 
 
 
 
 
 
 
 | 71 | + | showStat("Seconds Uptime", "packet.os.uptime", $input); | 
 
 
 
 
 
 
 
 | 72 | + |  | 
 
 
 
 
 
 
 
 | 73 | + |  | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 74 |  | printLine("Users"); | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 75 |  |  | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 76 |  | showStat("Number of users", "packet.users.count", $input, "users"); | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 77 |  | showStat("User list", "packet.users.list", $input); | 
 
 
 
 
 
 
 
 | 78 | + |  | 
 
 
 
 
 
 
 
 | 79 | + |  | 
 
 
 
 
 
 
 
 | 80 | + | printLine("Packet"); | 
 
 
 
 
 
 
 
 | 81 | + |  | 
 
 
 
 
 
 
 
 | 82 | + | showStat("Last sequence number", "packet.attributes.seq_no", $input); | 
 
 
 
 
 
 
 
 | 83 | + |  | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 84 |  |  | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 85 |  | ?> |