Question: Stats object in reporting/stats_agent API Endpoint Results
0
tbarabasz • 0 wrote:
What do the different object properties mean in the "stats" object returned by /api/v2/reporting/stats_agent/ endpoint? My example query returns this object, but I'm not sure what the different properties mean. Is there a definition I can look up somewhere?
"data": [
{
"ts": 1644002404000,
"type": "stats_agent",
"peer_id": "E.......G",
"stats": "{\"cpu\":0,\"d\":[{\"id\":-2,\"l\":1,\"q\":0,\"r\":1,\"w\":1},{\"id\":0,\"l\":0,\"q\":0,\"r\":2127040,\"w\":0}],\"dn\":0,\"mem\":33825587,\"mtl\":3,\"ntl\":3,\"up\":0}"
}
]