...
Code Block | ||||
---|---|---|---|---|
| ||||
wget -O /dev/null http://cachefly.cachefly.net/100mb.test |
Benchmark operating system
Code Block | ||||
---|---|---|---|---|
| ||||
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
|