# HG changeset patch # User Yaroslav Zhuravlev # Date 1472472781 -10800 # Node ID 061b590cbe1ad8a790568dea1d61c7a2e2981f73 # Parent f5fd245db8b3bcea6957ecca4c9420fc0e84e8ae Documented $bytes_received, $session_time, $protocol in stream. diff -r f5fd245db8b3 -r 061b590cbe1a xml/en/docs/stream/ngx_stream_core_module.xml --- a/xml/en/docs/stream/ngx_stream_core_module.xml Fri Aug 26 15:32:42 2016 +0300 +++ b/xml/en/docs/stream/ngx_stream_core_module.xml Mon Aug 29 15:13:01 2016 +0300 @@ -9,7 +9,7 @@ + rev="16">
@@ -376,6 +376,11 @@ for IPv4 addresses or 16 bytes for IPv6 addresses +$bytes_received + +number of bytes received from a client (1.11.4) + + $bytes_sent number of bytes sent to a client @@ -406,6 +411,12 @@ PID of the worker process +$protocol + +protocol used to communicate with the client: +TCP or UDP (1.11.4) + + $remote_addr client address @@ -431,6 +442,12 @@ port of the server which accepted a connection +$session_time + +session duration in seconds with a milliseconds resolution +(1.11.4); + + $time_iso8601 local time in the ISO 8601 standard format diff -r f5fd245db8b3 -r 061b590cbe1a xml/ru/docs/stream/ngx_stream_core_module.xml --- a/xml/ru/docs/stream/ngx_stream_core_module.xml Fri Aug 26 15:32:42 2016 +0300 +++ b/xml/ru/docs/stream/ngx_stream_core_module.xml Mon Aug 29 15:13:01 2016 +0300 @@ -9,7 +9,7 @@ + rev="16">
@@ -384,6 +384,11 @@ для IPv4-адресов или 16 байт для IPv6-адресов +$bytes_received + +число байт, полученных от клиента (1.11.4) + + $bytes_sent число байт, переданное клиенту @@ -414,6 +419,12 @@ номер (PID) рабочего процесса +$protocol + +протокол, используемый для работы с клиентом: +TCP или UDP (1.11.4) + + $remote_addr адрес клиента @@ -439,6 +450,12 @@ порт сервера, принявшего соединение +$session_time + +длительность сессии в секундах с точностью до миллисекунд +(1.11.4); + + $time_iso8601 локальное время в формате по стандарту ISO 8601