mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-12 05:39:22 +02:00
stresstest stoped to early on PI4
The sysbench parameter it to low for the fast Raspberry PI 4 "--cpu-max-prime=10000" It stopes before the 60 seconds are run out. Increased to it to 100000
This commit is contained in:
parent
0904f5dd66
commit
03e1af97f9
@ -49,7 +49,7 @@ else
|
||||
tempCRTICAL=7799
|
||||
fi
|
||||
|
||||
echo "Starting sysbench to run for 60 seconds (--max-time=60 --cpu-max-prime=10000)" >&2
|
||||
echo "Starting sysbench to run for 60 seconds (--max-time=60 --cpu-max-prime=100000)" >&2
|
||||
|
||||
# result values
|
||||
powerWARN=0
|
||||
@ -60,7 +60,7 @@ tempFAIL=0
|
||||
tempMAX=0
|
||||
|
||||
# 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=60 --test=cpu --cpu-max-prime=100000 --num-threads=4 run 1>/dev/null 2>&1 &
|
||||
|
||||
# keep monitoring in the background
|
||||
Maxfreq=$(( $(awk '{printf ("%0.0f",$1/1000); }' </sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq) -15 ))
|
||||
|
Loading…
x
Reference in New Issue
Block a user