Skip to content

Instantly share code, notes, and snippets.

@SebastienElet
Last active April 26, 2016 12:37
Show Gist options
  • Save SebastienElet/ecbd0e66485cbd41b08b to your computer and use it in GitHub Desktop.
Save SebastienElet/ecbd0e66485cbd41b08b to your computer and use it in GitHub Desktop.
bench
# cpu
time echo "scale=5000; a(1)*4" | bc -l
# disk
time sh -c "dd if=/dev/zero of=/tmp/test.tmp bs=4k count=200000 && sync"
# io
mysqlslap --user=root --password --concurrency=50 --iterations=10 --number-int-cols=5 --number-char-cols=20 --auto-generate-sql --verbose
# à tester
bonnie++ -n 0 -u 0 -r <physical RAM> -s <2 x physical ram> -f -b -d <mounted disck>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment