I am looking for a tool to help me understand the # of requests nginx is processing over time. I came across this which looks pretty good http://blog.kovyrin.net/2006/04/29/monitoring-nginx-with-rrdtool/ but I cannot get the script running. Perl complains about a missing RRDs.pm file when I try to run it. I am new to all this so wasn't really sure what to do. Google searches didn't help. I am on Fedora core 8 i386. I did a yum install rrdtools and that installed the base package, but still not RRDs.pm file was included so I am stuck. Does anyone have an idea of how to get this going? Also I noticed that this script was last updated or posted back in 2006, so I was wondering if there was anything else newer that some people were using with success. Thanks!
on 22.05.2008 07:31
on 22.05.2008 13:12
On 5/22/08, Rt Ibmer <rtibmx@yahoo.com> wrote: > I am looking for a tool to help me understand the # of requests nginx is processing over time. I came across this which looks pretty good http://blog.kovyrin.net/2006/04/29/monitoring-nginx-with-rrdtool/ but I cannot get the script running. Try Munin: http://munin.projects.linpro.no/ Alexander.
on 24.05.2008 07:02
I use collectd to collect the stats by polling the nginx info module. collectd dumps the data into rrd dbs, then I use drraw to generate graphs.
on 30.08.2008 16:52
Talking about munin, has anyone managed to make the plugin nginx_request work? I have installed the bundle::LWP for perl but I still don't get anything traced on the graph.