Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/controllers/io-throttle/
Drun_io_throttle_test.sh37 phys_bw=`./iobw -direct 1 $BUFSIZE $DATASIZE | grep TOTAL | awk '{print $7}'`
43 echo ">> physical i/o bandwidth limit is: $phys_bw KiB/s"
48 "$(($phys_bw / `echo 2^$i | bc`)) KiB/s + O_DIRECT"
64 limit=$(($phys_bw * 1024 / `echo 2^$i | bc`))