包含 JVM 堆栈详细信息的响应实体,其中数据部分为 {@code BaseResponse} 类型
{
"output": "string",
"code": 0,
"message": "string",
"error_message": "string",
"data": {
"total_memory": 0,
"used_memory": 0,
"max_memory": 0,
"free_memory": 0,
"system_properties": {
"key": "string"
},
"active_thread_count": 0,
"thread_infos": [
{
"thread_name": "string",
"thread_state": "string",
"priority": 0,
"is_daemon": true,
"stack_trace": [
"string"
]
}
]
}
}