I need to get the I/O rates of the disks/drives on Sun Solaris 10 and 11.
There is the command-line tool "iostat" which returns exactly what I need. But this output is formatted and not in a clean machine readable way.
Beside this, I don't want to execute binary out of the java-program in which I need this information.
In Linux there is /proc/diskstats which does a good job. But on Solaris such mechanism seems not to be supported.
I actually have not much clue about Solaris in general. Searches through the internet didn't got me some hints about how to get the disk i/o (besides command-line tools like iostat, sar, ... (e.g. https://docs.oracle.com/cd/E23824_01/html/821-1451/spmonitor-4.html))
Thanks for any help!