简体   繁体   中英

Java application monitoring using SNMP

I have a java application running on production servers (all linux OS). I want to use SNMP to monitor the java on production servers. Is there any posibility to use SNMP for java applicaiton monitoring. Following are the contents i am interested in.

Java Monitoring

a) Mmemory in use.
b) Memory utilisation -- Threads
c) Java process Memory Utilisation

Sure you can do this. You need SNMP agent embedded into your application. Try this link for example: http://www.snmp4j.org/ .

BTW are you sure you really need SNMP? Didn't you think about JMX instead?

您也可以尝试使用JavaVM中嵌入的SNMP代理

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