JMH for Java IO benchmarking?
Behrooz Nobakht
nobeh5 at gmail.com
Fri Jul 15 18:25:16 UTC 2016
You're right. Maybe I should have been more clear.
I really want to measure/benchmark JVM's performance
when doing IO operations read/write.
On Fri, Jul 15, 2016 at 8:03 PM, Henri Tremblay <henri.tremblay at gmail.com>
wrote:
> 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
>>
>>
>
>
--
-- Behrooz Nobakht
More information about the jmh-dev
mailing list