JMH for Java IO benchmarking?
Henri Tremblay
henri.tremblay at gmail.com
Fri Jul 15 18:03:33 UTC 2016
If you want to test raw disk speed (not a Java implementation) I would use
operating system tools.
On linux:
- hdparm
- dd
- bonnie++
On 15 July 2016 at 12:24, Behrooz Nobakht <nobeh5 at gmail.com> wrote:
> Hi,
>
> I am looking for tests/libraries/frameworks to measure IO performance
> (essentially read/write)
> using different storage; e.g. local disk, NFS and etc.
>
> Although feels not like it, but can I use JMH for such purpose? If so, any
> examples?
> And, if not, do you happen to know such a tool/library/tool?
>
> Thanks,
> Behrooz
>
>
More information about the jmh-dev
mailing list