comparison xml/en/docs/http/ngx_http_log_module.xml @ 452:e9a2a856d76b

Documented the $connection_requests variable.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 20 Mar 2012 07:48:06 +0000
parents 6351ab788157
children be54c443235a
comparison
equal deleted inserted replaced
451:6351ab788157 452:e9a2a856d76b
146 <tag-name><var>$connection</var></tag-name> 146 <tag-name><var>$connection</var></tag-name>
147 <tag-desc> 147 <tag-desc>
148 connection serial number 148 connection serial number
149 </tag-desc> 149 </tag-desc>
150 150
151 <tag-name><var>$connection_requests</var></tag-name>
152 <tag-desc>
153 the current number of requests made through a connection
154 </tag-desc>
155
151 <tag-name><var>$msec</var></tag-name> 156 <tag-name><var>$msec</var></tag-name>
152 <tag-desc> 157 <tag-desc>
153 time in seconds with a milliseconds resolution at the time of log write 158 time in seconds with a milliseconds resolution at the time of log write
154 </tag-desc> 159 </tag-desc>
155 160