Last active
October 19, 2018 17:51
-
-
Save pathammer/626a20456a80286ef99e196ceaf0a7b2 to your computer and use it in GitHub Desktop.
Real Time Disk IO Benchmark
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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