Update others.md

This commit is contained in:
aiminick 2019-07-06 23:57:53 +08:00 committed by GitHub
parent b33a6165ae
commit f42738d2e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

View File

@ -8,6 +8,19 @@
----
#### sysbench
sysbench --version
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=8 --max-requests=100000 run
sysbench --test=memory --memory-block-size=1K --memory-total-size=1G --memory-access-mode=rnd run
sysbench --test=memory --memory-block-size=1K --memory-total-size=1G --memory-access-mode=seq run
sysbench --test=fileio --file-num=2 --file-total-size=64M --file-test-mode=seqrewr 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=mutex --mutex-num=4096 --mutex-locks=50000 --mutex-loops=10000 run
#### other USB+SD=4
CONFIG