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?