added usage to measure_temp.sh

run-cpu-stress.sh uses the  job file in fio.
This commit is contained in:
2026-01-24 06:20:50 +01:00
parent b8c8a18db3
commit fb803c13f0
2 changed files with 16 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
temp_data.sh > temp.log &
TPID=$!
fio ~/git/fio/jobs/fio_cpu
fio fio/fio_cpu
kill $TPID