Nginx upstream backend view requests

hi!

is there a way to see how many requests load balance upstream serves to
specific hosts?

thanks

Posted at Nginx Forum:

On Fri, Dec 31, 2010 at 3:06 AM, elgreco [email protected] wrote:

is there a way to see how many requests load balance upstream serves to
specific hosts?

You can add $upstream_addr to your log_format definiton.
http://wiki.nginx.org/HttpUpstreamModule#.24upstream_addr


RPM

Great tip!

thanks a lot!

Posted at Nginx Forum: