Hello everybody,
I need to know the usage by other applications, in time of execution, of java methods of an api created in my project, does someone know any free tool to know this?
Thank you very much.
Hello everybody,
I need to know the usage by other applications, in time of execution, of java methods of an api created in my project, does someone know any free tool to know this?
Thank you very much.
Seems as if you need a profiler. VisualVM contains one. It may not be the most powerful, but it's rather easy to use and it ships with the Sun JDK since 1.6.0_07.
Thank you for your fast answers. I have seen VisualVM and it's the tool I needed but my server uses JDK 1.5 and I am not authorized to upgrade it so I would need another tool without that requirement. Could you please help me?
Thank you again.
You may find the recommendations for a Java profiler question useful.
Yes, you can download Netbeans profiler, in it you can view statistics and threads execution.