I have a tomcat server running a webapp. Apart from this there are two other JVMs that run batch processing tasks. Jamon is a really cool way to monitor performance, hits ...
I want to be able to expose various time and count based metrics dynamically from my applications. Perf4j works out pretty well for the time ones but does not allow for ...
We have an application at work that we'd like to monitor for performance. Actually, what we want to monitor is not our app's performance, but things like response time for external ...
I need to measure how much memory and CPU my application is using at the moment, and I need to measure that from the very same application. Any advices how to ...
I have an app server process that's constantly at 100% CPU. By constantly I mean hours, or even days.
I know how to generate a heap/thread dump, but I'm looking for more ...
I would like to know if there exists any tool that can help me monitor run time performance of my Java application. Things like, currently running/waiting threads, memory being utilized by ...