Ubuntu Manpages

Octopussy::Stats

Octopussy System Stats module

CPU_Info()

Returns the CPU Information

CPU_Usage()

Returns the CPU Usage (user/system/idle/wait in percent)

Load()

Returns System Load (information from /proc/loadavg)

Mem_Total()

Returns the Total of Memory in MegaBytes (information from /proc/meminfo)

Mem_Usage()

Returns the Memory usage in this format: "$used M / $total M ($percent%)"

Swap_Usage()

Returns the Swap usage in this format: "$used M / $total M ($percent%)"

Events()

Returns Stats Events

Sebastien Thebert <octo.devel@gmail.com>