📄 threadpool-mbean.properties
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -