Manager
Return recent stats of all proxies
get/recent_stats
Response
Successful response
Example response
{
"ports": {
"24001": {
"key": 24007,
"in_bw": 1453,
"out_bw": 579,
"reqs": 2,
"success": 2
},
"24002": {
"key": 24257,
"in_bw": 728,
"out_bw": 277,
"reqs": 1,
"success": 1
}
}
}