upstream_response_timekeeps time spent on receiving the response from the upstream server; the time is kept in seconds with millisecond resolution. Times of several responses are separated by commas and colons like addresses in the upstream_addr variable.
upstream_statuskeeps status code of the response obtained from the upstream server. Status codes of several responses are separated by commas and colons like addresses in the upstream_addr variable. If a server cannot be selected, the variable keeps the 502 (Bad Gateway) status code.
upstream_connect_timekeeps time spent on establishing a connection with the upstream server (1.9.1); the time is kept in seconds with millisecond resolution. In case of SSL, includes time spent on handshake. Times of several connections are separated by commas and colons like addresses in the upstream_addr variable.