Show Runtime Info Action
Description
Used to obtain Runtime information of FE JVM
Query parameters
None
Response
Get the JVM information of the current FE node
GET /api/show_runtime_info
Response:
{
"data": {
"free_mem": "855642056",
"total_mem": "1037959168",
"max_mem": "1037959168"
},
}