|
|
@ -0,0 +1,6 @@ |
|
|
|
#!/bin/bash |
|
|
|
apt update && aptinstall sysbench -y &>/dev/null |
|
|
|
sysbench --test=cpu --cpu-max-prime=20000 run |
|
|
|
sysbench --test=fileio --file-total-size=10G prepare |
|
|
|
sysbench --test=fileio --file-total-size=10G --file-test-mode=rndrw --init-rng=on --max-time=300 --max-requests=0 run |
|
|
|
sysbench --test=fileio --file-total-size=10G cleanup |