Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # test all cores
- sysbench cpu --cpu-max-prime=20000 --threads=`nproc` run
- # old notation below
- sysbench --test=cpu --cpu-max-prime=20000 --num-threads=`nproc` run
- # test single core
- sysbench cpu --cpu-max-prime=20000 --threads=1 run
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement