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

Active connections per server #21

Closed
ghost opened this issue Sep 21, 2015 · 1 comment
Closed

Active connections per server #21

ghost opened this issue Sep 21, 2015 · 1 comment
Labels

Comments

@ghost
Copy link

ghost commented Sep 21, 2015

This module have total active connections, and this is cool. But how about active connections per server?

@vozlt
Copy link
Owner

vozlt commented Oct 6, 2015

The active connections in nginx-module-vts uses global variables(ngx_stat_*) like src/http/modules/ngx_http_stub_status_module.c which collects data(accepted, handled, active, requests, reading, writing, waiting) from the outside(src/{core/,event/}) of modules.
Accordingly perhaps, adding the feature in nginx-module-vts looks pretty hard or impossible without modify nginx's main sources(src/{core/,event/}).

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

No branches or pull requests

1 participant