Home
last modified time | relevance | path

Searched refs:iorate (Results 1 – 1 of 1) sorted by relevance

/external/ltp/testcases/kernel/controllers/io-throttle/
Drun_io_throttle_test.sh111 iorate=`grep parent /tmp/${MYGROUP}.out | awk '{print $7}'`
112 diff=$((${IOBW[$i]} - $iorate))
113 echo "($MYGROUP) i/o-bw ${IOBW[$i]} KiB/s, i/o-rate $iorate KiB/s, err $diff KiB/s"
114 if [ ${IOBW[$i]} -ge $iorate ]; then