From f22ac9ca302cf794bd3e94ff41574c48e970d258 Mon Sep 17 00:00:00 2001 From: 12b Date: Wed, 13 Jan 2021 22:21:58 +0100 Subject: [PATCH] Improve the stress test --- bin/run-full-benchmark.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/run-full-benchmark.sh b/bin/run-full-benchmark.sh index 22c8a25..ec71eb8 100755 --- a/bin/run-full-benchmark.sh +++ b/bin/run-full-benchmark.sh @@ -100,10 +100,12 @@ sensors 2>&1 | tee -a $LOGFILE echo ' ' | tee -a $LOGFILE echo "#### Continue stressing CPU to consume power for a while ####" | tee -a $LOGFILE -for i in {1..6} +for i in {1..3} do /usr/local/bin/sysbench cpu run --threads=8 --time=300 --report-interval=30 2>&1 | tee -a $LOGFILE sensors 2>&1 | tee -a $LOGFILE + /usr/local/bin/sysbench memory run --threads=8 --memory-total-size=1024T --report-interval=30 --time=300 2>&1 | tee -a $LOGFILE + sensors 2>&1 | tee -a $LOGFILE done echo ' ' | tee -a $LOGFILE