Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jetty-jmx/src/main/resources/org/eclipse/jetty/util/thread/management/ThreadPool-mbean.properties')
-rw-r--r--jetty-jmx/src/main/resources/org/eclipse/jetty/util/thread/management/ThreadPool-mbean.properties4
1 files changed, 4 insertions, 0 deletions
diff --git a/jetty-jmx/src/main/resources/org/eclipse/jetty/util/thread/management/ThreadPool-mbean.properties b/jetty-jmx/src/main/resources/org/eclipse/jetty/util/thread/management/ThreadPool-mbean.properties
new file mode 100644
index 0000000000..9ee55bf71d
--- /dev/null
+++ b/jetty-jmx/src/main/resources/org/eclipse/jetty/util/thread/management/ThreadPool-mbean.properties
@@ -0,0 +1,4 @@
+ThreadPool: Pool of threads
+threads: RO:Number of Threads in pool
+idleThreads: RO:Number of idle Threads in pool
+lowOnThreads: RO:Indicates the pool is low on available threads.

Back to the top