Skip to content

Instantly share code, notes, and snippets.

@costis
Created March 8, 2012 15:32
Show Gist options
  • Save costis/2001515 to your computer and use it in GitHub Desktop.
Save costis/2001515 to your computer and use it in GitHub Desktop.
Benchmarking linux servers
for i in cpu threads mutex memory; do
sysbench --test=$i run
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment