Run ioping on current folder (like dd already is)
This commit is contained in:
parent
a03878ff22
commit
b49a532f1b
4
nench.sh
4
nench.sh
@ -148,9 +148,9 @@ printf '\n'
|
|||||||
|
|
||||||
# ioping
|
# ioping
|
||||||
printf 'ioping: seek rate\n '
|
printf 'ioping: seek rate\n '
|
||||||
./ioping.static -R -w 5 /var/tmp | tail -n 1
|
./ioping.static -R -w 5 . | tail -n 1
|
||||||
printf 'ioping: sequential speed\n '
|
printf 'ioping: sequential speed\n '
|
||||||
./ioping.static -RL -w 5 /var/tmp | tail -n 2 | head -n 1
|
./ioping.static -RL -w 5 . | tail -n 2 | head -n 1
|
||||||
|
|
||||||
printf '\n'
|
printf '\n'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user