# HG changeset patch # User Yaroslav Zhuravlev # Date 1490641137 -10800 # Node ID 96232cc8a0b7d013e668c9251e0e7b2508ca138a # Parent 0227aa9b87de0cbc1b4a0f0ca82f52adde876d77 Documented availability of some time metrics for all lb methods in status. diff -r 0227aa9b87de -r 96232cc8a0b7 xml/en/docs/http/ngx_http_status_module.xml --- a/xml/en/docs/http/ngx_http_status_module.xml Wed Mar 22 15:36:18 2017 +0300 +++ b/xml/en/docs/http/ngx_http_status_module.xml Mon Mar 27 21:58:57 2017 +0300 @@ -9,7 +9,7 @@ + rev="14">
@@ -613,7 +613,8 @@ The average time to get the response header from the server (1.7.10). -The field is available when using the +Prior to version 1.11.6, +the field was available only when using the load balancing method. @@ -623,7 +624,8 @@ The average time to get the full response from the server (1.7.10). -The field is available when using the +Prior to version 1.11.6, +the field was available only when using the load balancing method. @@ -902,7 +904,8 @@ connect_time The average time to connect to the upstream server. -The field is available when using the +Prior to version 1.11.6, +the field was available only when using the load balancing method. @@ -910,7 +913,8 @@ first_byte_time The average time to receive the first byte of data. -The field is available when using the +Prior to version 1.11.6, +the field was available only when using the load balancing method. @@ -918,7 +922,8 @@ response_time The average time to receive the last byte of data. -The field is available when using the +Prior to version 1.11.6, +the field was available only when using the load balancing method. diff -r 0227aa9b87de -r 96232cc8a0b7 xml/ru/docs/http/ngx_http_status_module.xml --- a/xml/ru/docs/http/ngx_http_status_module.xml Wed Mar 22 15:36:18 2017 +0300 +++ b/xml/ru/docs/http/ngx_http_status_module.xml Mon Mar 27 21:58:57 2017 +0300 @@ -9,7 +9,7 @@ + rev="14">
@@ -615,7 +615,8 @@ Среднее время получения заголовка ответа от сервера (1.7.10). -Поле доступно при использовании метода балансировки +До версии 1.11.6 +поле было доступно только при использовании метода балансировки . @@ -624,7 +625,8 @@ Среднее время получения всего ответа от сервера (1.7.10). -Поле доступно при использовании метода балансировки +До версии 1.11.6 +поле было доступно только при использовании метода балансировки . @@ -897,21 +899,24 @@ connect_time Среднее время установки соединения с сервером группы. -Поле доступно при использовании метода балансировки +До версии 1.11.6 +поле было доступно только при использовании метода балансировки . first_byte_time Среднее время получения первого байта данных. -Поле доступно при использовании метода балансировки +До версии 1.11.6 +поле было доступно только при использовании метода балансировки . response_time Среднее время получения последнего байта данных. -Поле доступно при использовании метода балансировки +До версии 1.11.6 +поле было доступно только при использовании метода балансировки .