Block device I/O request time

The average time (in milliseconds) for I/O requests issued to the device to be Module data module_begin  module_name Block_dev_await  module_type generic_data  module_exec sar -d | grep devX | tail -1 | awk ‘{print $8}’ (Average)  module_exec sar -d 1 1 |...

Disk IO Throughput:

This modules returns current throughtput on Disk, based on systat package. This sample is for /dev/sda. You need to install systat package. Module data module_begin  module_name IO Sda Read/sec  module_type generic_data  module_exec iostat -k | grep sda | awk ‘{...

CPU IO Stat

This gets the IOStat from a Linux, using sysstat tools. Module data module_begin  module_name IO_Cpu  module_type generic_data  module_exec iostat -c | tail -2 | head -1 | awk ‘{ print $4 }’  module_description IOStat, obtained with package sysstat ...

For correct visualization of the Pandora FMS library extension, you must have installed version NG 760 or superior

X