JMX implementation In Apache HTTPD server

I need help in configuring a httpd server for JMX. Specifically, I would like to monitor app and system statics the same way one can use JMX Attributes in Weblogic.

Also, does JMX expose system stats such as CPU, Memory Utilzation?

Thanks.

[259 byte] By [LifeLearnera] at [2007-11-15]
# 1

Hi,

JMX itself doesn't expose any stat, but the JVM Monitoring & Management MBeans do.

(Java SE 5.0 and higher)

See:

http://java.sun.com/javase/6/docs/api/java/lang/management/package-summary.html

http://java.sun.com/javase/6/docs/api/java/lang/management/ManagementFactory.html

http://java.sun.com/javase/6/docs/jre/api/management/extension

and

http://blogs.sun.com/jmxetc/entry/a_small_program_that_prints

Hope this helps,

-- daniel

JMX, SNMP, Java, etc...

http://blogs.sun.com/jmxetc

dfuchsa at 2007-7-29 > top of java,Core,Monitoring & Management...