:
Percentage of CPU time during which I/O requests were issued to the device
Module data
module_begin
module_name Block_dev_%util
module_type generic_data
module_exec sar -d | grep devX | tail -1 | awk '{print $10}' (Average)
module_exec sar -d 1 1 | grep devX | tail -1 | awk '{print $10}' (Last)
module_description Percentage of CPU time during which I/O requests were issued to the device
module_end
(Visited 215 times, 1 visits today)

