Currently, thevoid provides user with relatively poor and unclear statistics:
$ echo i | nc.traditional 127.0.0.1 20001
{
"connections": 42,
"active-connections": 37,
"application": {}
}
Here, "active-connections" value is how many connections are processing requests with handlers, while "connections" is the total number of connection objects alive.
The latter includes currently active connections, connections that are in "Keep-Alive" state waiting for the next request to process, leaked connection objects.
Currently, thevoid provides user with relatively poor and unclear statistics:
Here,
"active-connections"value is how many connections are processing requests with handlers, while"connections"is the total number ofconnectionobjects alive.The latter includes currently active connections, connections that are in "Keep-Alive" state waiting for the next request to process, leaked
connectionobjects.