简体   繁体   中英

monitoring JVM metrics via snmp using JMX.

We have multiple Web logic and and Tomcat based applications. What are typical solutions to get a “standard” method for monitoring heap issues, hogging threads, etc for these different java applications with different garbage collection formats.

Typically what I want to do is grab last full Garbage collection and regular Garbage collection entries from these applications and want to grab the initial max values from them. Make calculations, save data to the for reporting and will generate alert if thresholds met.

What would be the best way to do this?

Thanks Bhopali

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM