• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Using JMX for monitoring JAVA Applications

mAdMaLuDaWg

Platinum Member
A bit of background, we have a real time messaging application (mainly uses TIBCO RV) and we would like to build some benchmarking mechanisms. I know that JMX provides you with stuff like memory usage/number of threads by default.

However, it seems, from my brief look into JMX is that it is mainly used for run time changes of internal class structures as opposed to "monitoring". Has anyone used JMX for real time monitoring?
 
Back
Top