You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This request makes sense since it's probably a low hanging fruit using jolokia
Tomcat, Websphere and Weblogic are still widely used with Java apps in the enterprise
Monitoring should include the common JVM heap, GC, CPU and threads information but can be extended through additional JMX beans to cover additional metrics.
Websphere App server has IBM instrumentation through PMI that is accessible through JMX
Weblogic App server can be monitored via JMX mbeans
Tomcat can be monitored using JMX mbeans
Things that can be covered are
servlet response time
threadpools
JDBC connection pools
number of active sessions
and more
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This request makes sense since it's probably a low hanging fruit using jolokia
Tomcat, Websphere and Weblogic are still widely used with Java apps in the enterprise
Monitoring should include the common JVM heap, GC, CPU and threads information but can be extended through additional JMX beans to cover additional metrics.
Things that can be covered are
and more
The text was updated successfully, but these errors were encountered: