Update others.md
This commit is contained in:
parent
f42738d2e4
commit
f723923419
|
|
@ -10,6 +10,7 @@
|
||||||
|
|
||||||
#### sysbench
|
#### sysbench
|
||||||
|
|
||||||
|
```
|
||||||
sysbench --version
|
sysbench --version
|
||||||
sysbench --test=cpu --num-threads=1 --max-requests=10000 run
|
sysbench --test=cpu --num-threads=1 --max-requests=10000 run
|
||||||
sysbench --test=cpu --num-threads=4 --max-requests=100000 run
|
sysbench --test=cpu --num-threads=4 --max-requests=100000 run
|
||||||
|
|
@ -20,6 +21,7 @@ sysbench --test=fileio --file-num=2 --file-total-size=64M --file-test-mode=seqr
|
||||||
sysbench --test=fileio --file-num=2 --file-total-size=64M --file-test-mode=rndwr run
|
sysbench --test=fileio --file-num=2 --file-total-size=64M --file-test-mode=rndwr run
|
||||||
sysbench --test=threads --num-threads=1000 --thread-yields=1000 --thread-locks=8 run
|
sysbench --test=threads --num-threads=1000 --thread-yields=1000 --thread-locks=8 run
|
||||||
sysbench --test=mutex --mutex-num=4096 --mutex-locks=50000 --mutex-loops=10000 run
|
sysbench --test=mutex --mutex-num=4096 --mutex-locks=50000 --mutex-loops=10000 run
|
||||||
|
```
|
||||||
|
|
||||||
#### other USB+SD=4
|
#### other USB+SD=4
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue