Script for stressing and measure temperature added.
This commit is contained in:
5
bin/run-cpu-stress.sh
Executable file
5
bin/run-cpu-stress.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
temp_data.sh > temp.log &
|
||||
TPID=$!
|
||||
fio ~/git/fio/jobs/fio_cpu
|
||||
kill $TPID
|
||||
|
||||
Reference in New Issue
Block a user