sysbench [options]... [testname] [command] - fileio
- cpu
- memory
- threads
- mutex
- prepare
- run
- cleanup
- help
sysbench fileio --file-total-size=128G prepare
sysbench fileio --file-total-size=128G --file-test-mode=rndrw --max-time=300 --max-requests=0 run
sysbench fileio --file-total-size=128G cleanupsysbench cpu --cpu-max-prime=20000 --threads=2 runsysbench threads --thread-locks=1 runsysbench mutex --threads=64 runsysbench memory --threads=4 run