Skip to content

provide with extended statistics via monitor port #45

Description

@shindo

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions