syncthing relay status

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.

Unfortunately, most of these aren’t documented anywhere. You can do a search for each term in the Syncthing repository on GitHub and try to find something useful, e.g.

https://github.com/search?q=org%3Asyncthing+numProxies

however you will likely need some coding skills to actually understand what they are responsible for.