{
"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"
]
}
]
}