Reputation: 5061
I am looking forward to develop something to analyze the JVM threads of an application running on a server, the requirement is as below:
I have worked out on 1 and 2 but unsure how to proceed with point 3 without actually updating the existing application (adding aop).
Is there any feature been provided by JVM to do so?
Upvotes: 2
Views: 58
Reputation: 269
You can go thorugh the eclipse plugin provided for JVM monitoring..
http://jvmmonitor.org/doc/index.html
Upvotes: 1