how can I get the disk performance using sigar, i know that iostat returns the disk usage, but i need the information related to speed to write and read in disk.

the native iostat on unix returns this data, but, i'm developing an application based on java where one of the purpouses is be muilt-plataform, and sigar has worked perfectly until now.

My major concern is the Windows, so someone know how to get this information under Sigar or even under Windows?

link|improve this question
Have you tried using the support page to contact the providers of sigar? support.hyperic.com/display/SIGAR/Home – Peter Lawrey Oct 16 '11 at 18:13
feedback

1 Answer

I dont know What is Sigar, but I think you can just write a small application that write a raw data (without doing any processing) into a file or do a file copy and measure the time in between. The same thing you can do it for reading.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.