Question

I am looking for an open-source application/tool/technology which can show times of distributed request across distributed system.

I have found some wonderful stuff like AppDynamics, but they are all commercial. I don't need such a wide functionality, but simple request tracking. I have also had a look on this list, but I have some difficulties to understand it.

Could you recommend some solutions if you are experienced with APM?

Was it helpful?

Solution

i don't think that you can do full-featured profiling of distributed request across number of JVM's - AppDynamics from what i can remember understands the EE stuff - like calling DB, EJB, RMI, or remote webservice - however it still works in scope of JVM.

Isn't it suffient in your case just to use java profiler (like yourkit, jprofiler)?

OTHER TIPS

Did you try the free version of AppDynamics. It's called AppDynamics LITE. You can take a look also to EXTRAHOP free version. Maybe it is good enough for your needs.

Also you can try using a SaaS solutions such as NewRelic or Boundary. They have free accounts that could also be good enough for your needs.

Finally if you want to monitor the performance of any specific JAVA application, you can use http://www.moskito.org/. It's totaly FREE.

you can try 24x7monitoring

https://code.google.com/p/monitor-24x7/

it provides method level monitoring, SQL queries, business transactions...

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top