threadpool-mbean.properties
来自「jetty SERVER連接資料庫用的軟體」· PROPERTIES 代码 · 共 10 行
PROPERTIES
10 行
ThreadPool: A thread pool with a job queueactiveCount: Returns the approximate number of threads that are actively executing tasks.completedTaskCount: Returns the approximate total number of tasks that have completed execution.corePoolSize: Returns the core number of threads.largestPoolSize: Returns the largest number of threads that have ever simultaneously been in the pool.maximumPoolSize: Returns the maximum allowed number of threads.poolSize: Returns the current number of threads in the pool.taskCount: Returns the approximate total number of tasks that have been scheduled for execution.shutdown: Initiates an orderly shutdown in which previously submitted tasks are executed, but no new tasks will be accepted.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?