Advertisement
easternnl

Sysbench CPU

Feb 8th, 2018
515
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.24 KB | None | 0 0
  1. # test all cores
  2. sysbench cpu --cpu-max-prime=20000 --threads=`nproc` run
  3.      # old notation below
  4.      sysbench --test=cpu --cpu-max-prime=20000 --num-threads=`nproc` run
  5. # test single core
  6. sysbench cpu --cpu-max-prime=20000 --threads=1 run
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement