Search code examples
performanceweb-servicesmonitoringapplication-server

How to do monitoring of an application server


There are few services developed and hosted on jetty vergo and jboss server, now I have to monitor and finetune the application. I have to drill down upto code level so that I can find out which service method is taking how many CPU cycle, memory usage etc? what are the tools available or is there anyway I can drill down to code level using jvisualvm


Solution

  • well, there are several options, my preferred are:

    If you really need to drill down, you can use tools like AppDynamics http://www.appdynamics.com/ (there's a free version).