Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

provide with extended statistics via monitor port #45

Open
shindo opened this issue May 18, 2015 · 1 comment
Open

provide with extended statistics via monitor port #45

shindo opened this issue May 18, 2015 · 1 comment

Comments

@shindo
Copy link
Contributor

shindo commented May 18, 2015

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.

@shindo
Copy link
Contributor Author

shindo commented May 18, 2015

Here we should discuss what statistics we want to collect.

We can take as a baseline nginx and apache statistics:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant