Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Jetty/Reference/jetty-monitor"

m
Line 4: Line 4:
 
| body =
 
| body =
 
| more =  
 
| more =  
See [[Jetty/Feature/JMX}} for information on configuring Jetty JMX integration.
+
See [[Jetty/Feature/JMX]] for information on configuring Jetty JMX integration.
 
}}
 
}}

Revision as of 17:40, 28 April 2011



Introduction

Jetty-monitor module allows developers to monitor a running Jetty server in real time either in-process or using a standalone application. It can be configured to execute actions that are performed in case trigger condition(s) based on value(s) of specified MBean attributes are satisfied.


Additional Resources

See Jetty/Feature/JMX for information on configuring Jetty JMX integration.

Back to the top