I know the Resource Monitor in Windows7 can do such thing.
But I need a monitor on other windows platforms.
Any idea?
Thanks.
I know the Resource Monitor in Windows7 can do such thing.
But I need a monitor on other windows platforms.
Any idea?
Thanks.
If you want to monitor your own classes, log every method before and after using resource.
If all IO operations are done through java.io.*
or java.nio.*
you could profile your Java enterprise application for those packages and backtrace from there to show which classes are using them.