Skip to content

Instantly share code, notes, and snippets.

@pathammer
Last active October 19, 2018 17:51
Show Gist options
  • Save pathammer/626a20456a80286ef99e196ceaf0a7b2 to your computer and use it in GitHub Desktop.
Save pathammer/626a20456a80286ef99e196ceaf0a7b2 to your computer and use it in GitHub Desktop.
Real Time Disk IO Benchmark
#!/bin/bash
echo 1 > /proc/sys/vm/drop_caches
bonnie -y -s 2000
# https://en.wikipedia.org/wiki/Bonnie%2B%2B
# apt install bonnie++
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment