diff --git a/bin/run-cpu-stress.sh b/bin/run-cpu-stress.sh new file mode 100755 index 0000000..76521a1 --- /dev/null +++ b/bin/run-cpu-stress.sh @@ -0,0 +1,5 @@ +temp_data.sh > temp.log & +TPID=$! +fio ~/git/fio/jobs/fio_cpu +kill $TPID +