Get process data for top command.
GET/top
Get process data for top command.
Responses
- 200
Success
- application/json
- Schema
- success
Schema
any
Success
{
"enabled": true,
"last_update": 1619215625.833846,
"error": "",
"proc_list": [
[
[
"profiler"
],
{
"percent_cpu": 2.679275019698697,
"total_time": 0.00018599999999990846
}
],
[
[
"http-api!/v1a/top/:127.0.0.1"
],
{
"percent_cpu": 0,
"total_time": 0.00004799999999993698
}
]
]
}
Loading...