|
|
@ -1,6 +1,8 @@ |
|
|
|
#!/bin/bash |
|
|
|
|
|
|
|
sysbench --test=cpu --cpu-max-prime=20000 run > sysbench.log |
|
|
|
echo "" > sysbench.log |
|
|
|
|
|
|
|
sysbench --test=cpu --cpu-max-prime=20000 run >> sysbench.log |
|
|
|
sysbench --test=fileio --file-total-size=5G prepare &>/dev/null |
|
|
|
sysbench --test=fileio --file-total-size=5G --file-test-mode=rndrw --init-rng=on --max-time=300 --max-requests=0 run > sysbench.log |
|
|
|
sysbench --test=fileio --file-total-size=5G --file-test-mode=rndrw --init-rng=on --max-time=300 --max-requests=0 run >> sysbench.log |
|
|
|
sysbench --test=fileio --file-total-size=5G cleanup &>/dev/null |