comparison src/http/ngx_http_upstream.h @ 6147:74b6ef56ea56

Upstream: $upstream_connect_time. The variable keeps time spent on establishing a connection with the upstream server.
author Ruslan Ermilov <ru@nginx.com>
date Sat, 16 May 2015 01:32:27 +0300
parents 59fc60585f1e
children 4d5ac1a31d44
comparison
equal deleted inserted replaced
6146:59fc60585f1e 6147:74b6ef56ea56
57 ngx_msec_t bl_time; 57 ngx_msec_t bl_time;
58 ngx_uint_t bl_state; 58 ngx_uint_t bl_state;
59 59
60 ngx_uint_t status; 60 ngx_uint_t status;
61 ngx_msec_t response_time; 61 ngx_msec_t response_time;
62 ngx_msec_t connect_time;
62 ngx_msec_t header_time; 63 ngx_msec_t header_time;
63 off_t response_length; 64 off_t response_length;
64 65
65 ngx_str_t *peer; 66 ngx_str_t *peer;
66 } ngx_http_upstream_state_t; 67 } ngx_http_upstream_state_t;