Welcome! Log In Create A New Profile

Advanced

mod_status-a-like

Posted by Boffbowsh 
mod_status-a-like
March 26, 2009 06:22PM
I'd really like to see an equivalent of Apache's mod_status where we can see detailed statistics on each connection. It could be improved as well by outputting in JSON for example.
Re: mod_status-a-like
March 29, 2009 05:44AM
Could you come up with a sample output of what the screen would look like? The internal concepts of apache and nginx are very different, so it is not obvious to me as to how apache's format is even suitable for nginx
Re: mod_status-a-like
March 29, 2009 06:30AM
An example is here: http://www.boffbowsh.co.uk/server-status.html

The key metric for us is "Kilobytes transferred this connection"
Re: mod_status-a-like
March 29, 2009 07:45AM
In MPM thread and prefork models, there are precreated entities for which you see statistics. Eg: Your server has 106 child processes and you individual stats for those. nginx is event driven and so there is no such concept. Workers in nginx has a very different meaning. So a scoreboard does not make sense. The closest possiblity is just giving out active connection stats (per connection).
Re: mod_status-a-like
December 01, 2010 05:25AM
Wondering how others are monitoring their overall real time traffic with nginx?
Re: mod_status-a-like
March 11, 2011 04:00AM
Is there a way to display connection and what file that connection is accessing? like
IP: File:
192.168.1.1 /var/www/index.php?index=site
Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 194
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready