Search Results

1
vote

What do you monitor with JMX in your production JEE server?

On a previous project, we monitored thread counts and memory, number of HTTP sessions and size of query caches. The other interest of JMX with caches is that you can force a flush. …