From 3e2fe546c0547fa0dddb91306711a663b673e415 Mon Sep 17 00:00:00 2001 From: Nils Steinger Date: Sun, 28 May 2017 10:49:42 +0200 Subject: [PATCH] Clarified test description --- nench.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nench.sh b/nench.sh index 8838a14..c3bc127 100755 --- a/nench.sh +++ b/nench.sh @@ -167,13 +167,13 @@ printf '\n' # ioping printf 'ioping: seek rate\n ' ./ioping.static -R -w 5 . | tail -n 1 -printf 'ioping: sequential speed\n ' +printf 'ioping: sequential read speed\n ' ./ioping.static -RL -w 5 . | tail -n 2 | head -n 1 printf '\n' # dd disk test -printf 'dd test\n' +printf 'dd: sequential write speed\n' if [ -z "$gnu_dd" ] then