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 |...
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 ‘{...
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 ...