:
Transfer per second on a physical device “sda “. More information can be obtained using the iostat command.
Module data
module_begin module_name TransferPerSec_SDA module_type generic_data module_exec iostat | grep "sda " | awk '{ print $2 }' module_end
(Visited 114 times, 1 visits today)