From b49a532f1bd84aaaea95561157df1d227c1f5799 Mon Sep 17 00:00:00 2001 From: Nils Steinger Date: Mon, 8 May 2017 22:32:06 +0200 Subject: [PATCH] Run ioping on current folder (like dd already is) --- nench.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nench.sh b/nench.sh index 4eea72c..64b273a 100755 --- a/nench.sh +++ b/nench.sh @@ -148,9 +148,9 @@ printf '\n' # ioping 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 ' -./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'