From: Mirko P. <m.p...@gm...> - 2011-10-24 21:02:33
|
Hi, I think you can do some basic disc performance stats. Have a look on the commandline by invoking SIGAR standalone. java -jar sigar-1.6.4.jar sigar> iostat Filesystem Mounted on Reads Writes R-bytes W-bytes Queue Svctm C:\ C:\ 7988446 3526849 2.4G 2.0G 0.00 - D:\ D:\ 3858218 1500053 3.6G 3.9G 0.00 - sigar> So the information is ther, all it needs is probably a plugin to extract disk I/O and put it in the format you want. Cheers, Mirko |