FastCGI server status

Hello,

I was wondering if I could monitor FastCGI responses (timers, success,
failures, round robin stats, etc…) with nginx?
Any hints on how I could get this info?

Thanks
-Daniel

On Thu, May 05, 2011 at 10:33:02PM -0300, Marcelo Cabral wrote:

Hello,

I was wondering if I could monitor FastCGI responses (timers, success,
failures, round robin stats, etc…) with nginx?
Any hints on how I could get this info?

Only by logging variables:

$upstream_response_time
$upstream_status
$upstream_addr


Igor S.