From 0f52c4ec493fa26478c7c35ef8228ac753951aa6 Mon Sep 17 00:00:00 2001 From: Christian Rotzoll Date: Wed, 10 Apr 2019 01:41:03 +0100 Subject: [PATCH] long power test --- home.admin/config.scripts/blitz.powertest.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home.admin/config.scripts/blitz.powertest.sh b/home.admin/config.scripts/blitz.powertest.sh index d11a283..55ee54c 100644 --- a/home.admin/config.scripts/blitz.powertest.sh +++ b/home.admin/config.scripts/blitz.powertest.sh @@ -10,15 +10,15 @@ if [ ${sysbenchInstalled} -eq 0 ];then fi # do debug outputs to the STDERR - so that the STDOUT is just the results in the end -echo "RaspiBlitz powertest v0.1" >&2 +echo "RaspiBlitz Powertest v0.1" >&2 echo "Starting sysbench to run for 60 seconds (--max-time=60 --cpu-max-prime=10000)" >&2 # starting bench mark -sysbench --max-time=60 --test=cpu --cpu-max-prime=10000 --num-threads=4 run 1>/dev/null 2>&1 & +sysbench --max-time=120 --test=cpu --cpu-max-prime=10000 --num-threads=4 run 1>/dev/null 2>&1 & # keep monitoring in the background Maxfreq=$(( $(awk '{printf ("%0.0f",$1/1000); }'