Hard Drive IO Tester Application

February 11, 2014

This is a really simple application that will test the I/O speed of writing and reading a file on a hard drive. It's far less feature rich than bonnie++, but it gets the job done. Worst case, it could be a good baseline for some custom code for performing I/O testing.

The project can be found on GitHub.

Related Posts