:
Indicate the number of transfers per second that were issued to the device.
Module data
module_begin module_name Block_dev_tps module_type generic_data module_exec sar -d | grep devX | tail -1 | awk '{print $3}' (Average) module_exec sar -d 1 1 | grep devX | tail -1 | awk '{print $3}' (Last) module_description Indicate the number of transfers per second that were issued to the device. module_end
(Visited 90 times, 1 visits today)