|
$| statusMessage or '' |$
$| initialDescription or '' |$
CPU Utilization
CPU usage by user: |
$| stats["SystemStatistics.CpuUsedByUser"] or '0' |$ % |
CPU usage by kernel: |
$| stats["SystemStatistics.CpuUsedByKernel"] or '0' |$ % |
CPU idle: |
$| stats["SystemStatistics.CpuIdle"] or '0' |$ % |
CPU waiting for IO: |
$| stats["SystemStatistics.CpuWaitingForIO"] or '0' |$ % |
Memory Utilization
Total Memory: |
$| stats["SystemStatistics.MemoryTotal"] or '0' |$ KB |
Used Memory: |
$| stats["SystemStatistics.MemoryUsed"] or '0' |$ KB |
Free Memory: |
$| stats["SystemStatistics.MemoryFree"] or '0' |$ KB |
Cached Memory: |
$| stats["SystemStatistics.MemoryCached"] or '0' |$ KB |
Buffer Memory: |
$| stats["SystemStatistics.MemoryBuffers"] or '0' |$ KB |
Interface (LAN)
Incoming Packets: : |
$| lanInterface["interfaceStats.rx_packets"] or '' |$ |
Outgoing Packets: |
$| lanInterface["interfaceStats.tx_packets"] or '' |$ |
Dropped In Packets: |
$| lanInterface["interfaceStats.rx_dropped"] or '' |$ |
Dropped Out Packets: |
$| lanInterface["interfaceStats.tx_dropped"] or '' |$ |
Interface (WAN1)
Incoming Packets: : |
$| wanInterface["interfaceStats.rx_packets"] or '' |$ |
Outgoing Packets: |
$| wanInterface["interfaceStats.tx_packets"] or '' |$ |
Dropped In Packets: |
$| wanInterface["interfaceStats.rx_dropped"] or '' |$ |
Dropped Out Packets: |
$| wanInterface["interfaceStats.tx_dropped"] or '' |$ |
Interface (DMZ/WAN2)
Incoming Packets: |
$| dmzInterface["interfaceStats.rx_packets"] or '' |$ |
Outgoing Packets: |
$| dmzInterface["interfaceStats.tx_packets"] or '' |$ |
Dropped In Packets: |
$| dmzInterface["interfaceStats.rx_dropped"] or '' |$ |
Dropped Out Packets: |
$| dmzInterface["interfaceStats.tx_dropped"] or '' |$ |
Interface (VLAN)
Incoming Packets: |
|
Outgoing Packets: |
|
Dropped In Packets: |
|
Dropped Out Packets: |
|
Delayed Packets: |
|
ICMP Received: |
/tmp/netStat.txt")
local f = assert(io.open("/tmp/netStat.txt", "r"))
local t = f:read("*all")
f:close()
?>
$| t |$ |
Frags Received: |
|
Frag Reass OK: |
|
Frag Reass fail: |
|
Active VPN Tunnels: |
$| activeVpnStatCount |$ |
Active VLANs: |
$| vlanCount |$ |
Active Interfaces: |
$| activeInterfaceCount |$ |
Active Connection: |
|
|
Helpful Hints...
$| helpfullHints or '' |$
|