9 messages in ru.sysoev.nginxRe: nginx stats
FromSent OnAttachments
vburshteynJul 17, 2009 8:16 am 
Jérôme LoyetJul 17, 2009 8:24 am 
Jim OhlsteinJul 17, 2009 8:37 am 
Antonio L.Jul 17, 2009 8:54 am 
JoeJul 17, 2009 11:18 am 
Kirill A. KorinskiyJul 18, 2009 4:47 am 
Toni MuellerJul 21, 2009 3:03 am 
merlin coreyJul 23, 2009 4:41 am 
Kirill A. KorinskiyJul 23, 2009 6:09 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: nginx statsActions...
From:Antonio L. (anto@gmail.com)
Date:Jul 17, 2009 8:54:35 am
List:ru.sysoev.nginx

I use Munin -- http://munin.projects.linpro.no/ -- which has third party modules for nginx memory use, requests, and connections. You need to compile nginx "--with-http_stub_status_module" and have it enabled at the server level for the FQDN of your server.

I use Munin too, but have also found the nginxstats.py script at http://hostingfu.com/article/quick-nginx-status-script useful for testing or on-demand command line monitoring of nginx servers (all of which must have the status module enabled).

Antonio