comparison xml/en/docs/http/ngx_http_upstream_module.xml @ 1783:031566771bbd

Documented $upstream_bytes_received for http upstream.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 13 Sep 2016 18:46:02 +0300
parents 61aca81458a0
children 9d722e4153ab
comparison
equal deleted inserted replaced
1782:363249d888e1 1783:031566771bbd
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_upstream_module" 10 <module name="Module ngx_http_upstream_module"
11 link="/en/docs/http/ngx_http_upstream_module.html" 11 link="/en/docs/http/ngx_http_upstream_module.html"
12 lang="en" 12 lang="en"
13 rev="48"> 13 rev="49">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_upstream_module</literal> module 18 The <literal>ngx_http_upstream_module</literal> module
1261 <link doc="ngx_http_core_module.xml" id="error_page"/>, 1261 <link doc="ngx_http_core_module.xml" id="error_page"/>,
1262 then the server addresses from different groups are separated by colons, e.g. 1262 then the server addresses from different groups are separated by colons, e.g.
1263 “<literal>192.168.1.1:80, 192.168.1.2:80, unix:/tmp/sock : 192.168.10.1:80, 192.168.10.2:80</literal>”. 1263 “<literal>192.168.1.1:80, 192.168.1.2:80, unix:/tmp/sock : 192.168.10.1:80, 192.168.10.2:80</literal>”.
1264 </tag-desc> 1264 </tag-desc>
1265 1265
1266 <tag-name id="var_upstream_bytes_received"><var>$upstream_bytes_received</var></tag-name>
1267 <tag-desc>
1268 number of bytes received from an upstream server (1.11.4).
1269 Values from several connections
1270 are separated by commas and colons like addresses in the
1271 <link id="var_upstream_addr">$upstream_addr</link> variable.
1272 </tag-desc>
1273
1266 <tag-name id="var_upstream_cache_status"><var>$upstream_cache_status</var> 1274 <tag-name id="var_upstream_cache_status"><var>$upstream_cache_status</var>
1267 </tag-name> 1275 </tag-name>
1268 <tag-desc> 1276 <tag-desc>
1269 keeps the status of accessing a response cache (0.8.3). 1277 keeps the status of accessing a response cache (0.8.3).
1270 The status can be either “<literal>MISS</literal>”, 1278 The status can be either “<literal>MISS</literal>”,