Skip to content

Instantly share code, notes, and snippets.

@drsnyder
Created December 3, 2011 06:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drsnyder/1426268 to your computer and use it in GitHub Desktop.
Save drsnyder/1426268 to your computer and use it in GitHub Desktop.
Disk benchmark with bonnie++
#!/bin/bash
for i in {1..10}; do time /usr/sbin/bonnie++ -f | tee `hostname`.bonnie.$i ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment