Skip to content

Instantly share code, notes, and snippets.

@gotbadger
Created December 30, 2016 12:46
Show Gist options
  • Save gotbadger/29aa14dc8f75b2424a3252af78bd43b5 to your computer and use it in GitHub Desktop.
Save gotbadger/29aa14dc8f75b2424a3252af78bd43b5 to your computer and use it in GitHub Desktop.
CPU becnhmark multicore test
sudo apt-get install sysbench
for each in 1 4; do sysbench --test=cpu --cpu-max-prime=20000 --num-threads=$each run; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment