Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jetty-jmx/src/main/resources/org/eclipse/jetty/nio/management/SelectChannelConnector-mbean.properties')
-rw-r--r--jetty-jmx/src/main/resources/org/eclipse/jetty/nio/management/SelectChannelConnector-mbean.properties3
1 files changed, 3 insertions, 0 deletions
diff --git a/jetty-jmx/src/main/resources/org/eclipse/jetty/nio/management/SelectChannelConnector-mbean.properties b/jetty-jmx/src/main/resources/org/eclipse/jetty/nio/management/SelectChannelConnector-mbean.properties
new file mode 100644
index 0000000000..b51fb28764
--- /dev/null
+++ b/jetty-jmx/src/main/resources/org/eclipse/jetty/nio/management/SelectChannelConnector-mbean.properties
@@ -0,0 +1,3 @@
+SelectChannelConnector: HTTP connector using NIO ByteChannels and Selectors
+lowResourcesConnections: The number of connections, which if exceeded represents low resources
+lowResourcesMaxIdleTime: The period in ms that a connection may be idle when the connector has low resources, before it is closed.

Back to the top