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

Connections show #32

Closed
diluga opened this issue Jan 29, 2016 · 1 comment
Closed

Connections show #32

diluga opened this issue Jan 29, 2016 · 1 comment
Labels

Comments

@diluga
Copy link

diluga commented Jan 29, 2016

i use openresty/1.9.7.2 with nginx-module-vts,when i used cosbench (mode=s3)to test HTTP request(with 6000 workers),if my active|reading|writing|waiting num is > 12000,the nums are not correct when my test finished(in fact requests is 0,but it still show a big Numbers like 600x) ,please check and fix it!thx!

@vozlt
Copy link
Owner

vozlt commented Feb 1, 2016

The Server main(active|reading|writing|waiting|accepted|handled|requests) 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.
In other words, nginx-module-vts just uses without calculating the above values(active|reading...)
For that reason, I wonder whether the values are same or not compared to ngx_http_stub_status_module at that point. Please let me know the status of ngx_http_stub_status_module and nginx-module-vts(format/json) at that point.

@vozlt vozlt closed this as completed Feb 23, 2016
@vozlt vozlt added the question label Sep 8, 2022
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

2 participants