NGINX - performance HTTP server Support Forums

Please login or register.

Login with username, password and session length
Advanced search  

News:

Welcome to the Unofficial (YET) support forums for NGINX, a performance HTTP server.

Pages: [1]   Go Down

Author Topic: Monitoring nginx Server Statistics With rrdtool  (Read 1020 times)

0 Members and 1 Guest are viewing this topic.

katmai

  • Administrator
  • Jr. Member
  • *****
  • Karma: 0
  • Offline Offline
  • Posts: 57
    • View Profile
Monitoring nginx Server Statistics With rrdtool
« on: November 30, 2007, 02:20:58 PM »
Few days ago I have installed nginx on one of our adult projects as reverse proxy server and for static files management. Yesterday this server got 200Mbit/sec traffic and because all admins like to create miscellaneous graphs, I have decided to draw nginx stats on graphs to see server load not only in megabits and load averages. As the result, I have created perl script, which uses RRDs perl module to create and manage rrd-database and very beautiful graphs.

This script is very easy to install and configure. You can use following steps to get pretty stats graph for your nginx-powered server:

    * Modify your nginx config file and add following location to it:
     
Code: [Select]
http {
          ...
          server {
              listen SOME.IP.ADD.RESS;
              ...
              location /nginx_status {
                  stub_status on;
                  access_log   off;
                  allow SOME.IP.ADD.RESS;
                  deny all;
              }
              ...
          }
          ...
      }
    * Test your config file with following command:
Code: [Select]
      # /your/installation/sbin/nginx -t
      2006/04/29 04:24:36 [info] 31676#0: the configuration file /opt/nginx/conf/nginx.conf syntax is ok
      2006/04/29 04:24:36 [info] 31676#0: the configuration file /opt/nginx/conf/nginx.conf was tested successfully
      #Code: [Select]
      croesus:~# GET http://your-domain.com/nginx_status
      Active connections: 1492
      server accepts handled requests
       2124355 2124355 8278635
      Reading: 6 Writing: 405 Waiting: 1081
      croesus:~#
    * Download my perl script: rrd_nginx.pl and make it executable with
Code: [Select]
      # chmod +x rrd_nginx.pl    * Change settings in rrd_nginx.pl to let script know where it will save rrd-base and images:
Code: [Select]
      #!/usr/bin/perl
      use RRDs;
      use LWP::UserAgent;

      # define location of rrdtool databases
      my $rrd = '/opt/rrd';
      # define location of images
      my $img = '/opt/rrd/html';
      # define your nginx stats URL
      my $URL = "http://your-domain.com/nginx_status";
      ...
    * Last step is to insert following string to /etc/crontab file and to restart cron daemon:

Code: [Select]
      * *     * * *   root    /some/path/rrd_nginx.pl
When all preparations will be finished, you get following images in your $img directory:

    * Nginx connections statistics:here
    * Nginx requests statistics: here

That is all. If you have some comments or suggestions, feel free to post them in comments section.

Courtesy of Kovyrin
Logged

zlzqq

  • Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 16
  • Just started
    • View Profile
Re: Monitoring nginx Server Statistics With rrdtool
« Reply #1 on: August 05, 2010, 07:32:53 AM »
The two pocket wow power leveling folder is a very important part of office stationery. Not only is the two pocket folder important wow power leveling in the office but it useful for students. The main use for the two pocket folder is to wow power leveling facilitate a faster, easier and proper organisation of documents. A business wow gold executive may use it to put together presentations in one pocket and other business documents in aion power leveling the second pocket. A student will find the two pocket folder useful in aion gold that he/she can organize, say, notes and homework in the different compartments but cheap wow power leveling in one overall folder. One can rest assured that all papers or documents can be accessed buy wow power leveling from one location. The two pocket folder can be customized to suit the different needs of different cheap wow gold individuals. Your two pocket folder can speak volumes about yourself e.g. it can represent your business aion power leveling if you own one.
Logged

wxhwxh

  • Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 1
  • Just started
    • View Profile
Re: Monitoring nginx Server Statistics With rrdtool
« Reply #2 on: Yesterday at 09:23:46 AM »
christian louboutin
buy christian louboutin
buying christian louboutin
cheap christian louboutin
cheaper christian louboutin
cheapest christian louboutin
discount christian louboutin
christian louboutin discounted
christian louboutin pumps
christian louboutin boots
christian louboutin sale
christian louboutin sandals
christian louboutin shoes
christian louboutin shop
christian louboutin sling back
christian louboutin wedding
christian louboutin wedges
christian louboutin bridal
christian louboutin orsay
christian louboutin paquita
christian louboutin peep
christian louboutin petal
christian louboutin pigalle
christian louboutin pronounce
buy chanel
cheap chanel
cheapest chanel
discount chanel
chanel sale
chanel bags
chanel handbags
chanel purse
chanel belt
chanel wallet
chanel shop
chanel store
chanel designer
chanel messenger
chanel hobo
chanel travel
chanel shoulder
chanel business
chanel 2.55
louis vuitton bags
louis vuitton handbags
louis vuitton purse
louis vuitton wallet
louis vuitton belt
louis vuitton briefcase
louis vuitton travel
louis vuitton luggage
louis vuitton messeger
louis vuitton designer
louis vuitton discount
louis vuitton sale
louis vuitton store
louis vuitton stock
louis vuitton shop
louis vuitton collection
buy louis vuitton
cheap louis vuitton
lv bags
lv handbags
lv purse
lv wallet
lv belt
discount lv
buy gucci
cheap gucci
cheapest gucci
discount gucci
gucci sale
gucci bags
gucci handbags
gucci purse
gucci belt
gucci wallet
gucci shop
gucci store
gucci designer
gucci messenger
gucci diaper
gucci large
gucci medium
gucci travel
gucci shoulder
gucci business
gucci d gold
gucci flap
Logged
Pages: [1]   Go Up
« previous next »
 

Page created in 0.073 seconds with 20 queries.