Hi,
Could someone please explain what below numbers does it represent under each below.
for example, what is the comparison between numProxies vs numConnections
and does numProxies means number of connection that passed through the relay server?
and what number represents under kbps10s1m5m15m30m60m
and what number represents under numPendingSessionKeys
{
"bytesProxied": 0,
"kbps10s1m5m15m30m60m": [
0,
0,
0,
0,
0,
0
],
"numActiveSessions": 1,
"numConnections": 3,
"numPendingSessionKeys": 2,
"numProxies": 5,
}
Thank you.