|
|
@ -1,5 +1,5 @@ |
|
|
|
#!/bin/bash |
|
|
|
apt update && aptinstall sysbench -y &>/dev/null |
|
|
|
apt update && apt install 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 |