Skip to content

Instantly share code, notes, and snippets.

@9to6
Created April 1, 2019 09:23
Show Gist options
  • Save 9to6/41a7f579653493415368a7ee83519ff1 to your computer and use it in GitHub Desktop.
Save 9to6/41a7f579653493415368a7ee83519ff1 to your computer and use it in GitHub Desktop.
Sysbench usage

cpu

sysbench --test=cpu --cpu-max-prime=100000 --num-threads=2 run

mem

write

sysbench --test=memory run

read

sysbench --test=memory --memory-oper=read run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment