The Core Jetty project has been fully instrumented with JMX, including MBeans for:
JMX instrumentation makes it easy to integrate Jetty management into standards based managment system of your J2EE server and/or application. The Jetty MBeans are moving towards providing key parts of JSR 77 - J2EE Management.The JMX classes are included in the main jetty source tree and are built if a JMX implementation can be found (The reference implementation is included in the ext directory). An ant target "demo.jmx" is included in the build.xml to run the Jetty demo instrumented with JMX MBeans with the reference agent running on port 8082.