I'am interested in nginx stats like per return status numbers, bytes
served etc. I run nginx in a reverse proxy mode. I know parsing logs
will give that, but I wanted to know if there any module which gives
these stats. I looked in the stub module, i think these stats are not
there.
Thanks
samit
_______________________________________________
nginx mailing list
ng...@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
> Folks,
>
> I'am interested in nginx stats like per return status numbers, bytes
> served etc. I run nginx in a reverse proxy mode. I know parsing logs
> will give that, but I wanted to know if there any module which gives
> these stats. I looked in the stub module, i think these stats are not
> there.
Yes, the stub one is quite limited. We've been working on a much better version, which is going to appear soon.
http://code.google.com/p/nginx-sflow-module/
It works in conjunction with hsflowd, so you also get CPU, mem, I/O stats for each server:
http://host-sflow.sourceforge.net
If anything is missing that should be counted/sampled for a reverse-proxy scenario, please let me know. The sFlow-HTTP spec is here:
http://sflow.org/sflow_http.txt
Neil