SpringBoot2.0 基础案例(16):配置Actuator组件,实现项目监控( 十 )

输出:

{

"threads": [{

"threadName": "DestroyJavaVM",

"threadId": 34,

"blockedTime": -1,

"blockedCount": 0,

"waitedTime": -1,

"waitedCount": 0,

"lockName": null,

"lockOwnerId": -1,

"lockOwnerName": null,

"inNative": false,

"suspended": false,

"threadState": "RUNNABLE",

"stackTrace": [],

"lockedMonitors": [],

"lockedSynchronizers": [],

推荐阅读