From 17b1681c5e969b214191fcd24086525902353b0d Mon Sep 17 00:00:00 2001 From: Nils Steinger Date: Sat, 25 Feb 2017 18:07:58 +0100 Subject: [PATCH] Bugfix: actually run sequential ioping test --- nench.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nench.sh b/nench.sh index 5824a11..c0e7684 100755 --- a/nench.sh +++ b/nench.sh @@ -57,7 +57,7 @@ printf '\n' printf 'ioping: seek rate\n ' ./ioping.static -R -w 5 /var/tmp | tail -n 1 printf 'ioping: sequential speed\n ' -./ioping.static -R -w 5 /var/tmp | tail -n 2 | head -n 1 +./ioping.static -RL -w 5 /var/tmp | tail -n 2 | head -n 1 printf '\n'