:
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 module_end
(Visited 274 times, 1 visits today)