comparison xml/en/docs/stream/ngx_stream_upstream_module.xml @ 2196:5ad35130cc7f

Added links to variables in least_time.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 27 Jun 2018 15:41:34 +0300
parents 2c56f91c304a
children 03f8a9c5e8ae
comparison
equal deleted inserted replaced
2195:52d603f58bca 2196:5ad35130cc7f
7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
8 8
9 <module name="Module ngx_stream_upstream_module" 9 <module name="Module ngx_stream_upstream_module"
10 link="/en/docs/stream/ngx_stream_upstream_module.html" 10 link="/en/docs/stream/ngx_stream_upstream_module.html"
11 lang="en" 11 lang="en"
12 rev="28"> 12 rev="29">
13 13
14 <section id="summary"> 14 <section id="summary">
15 15
16 <para> 16 <para>
17 The <literal>ngx_stream_upstream_module</literal> module (1.9.0) 17 The <literal>ngx_stream_upstream_module</literal> module (1.9.0)
473 weighted round-robin balancing method. 473 weighted round-robin balancing method.
474 </para> 474 </para>
475 475
476 <para> 476 <para>
477 If the <literal>connect</literal> parameter is specified, 477 If the <literal>connect</literal> parameter is specified,
478 time to connect to the upstream server is used. 478 time to
479 <link id="var_upstream_connect_time">connect</link>
480 to the upstream server is used.
479 If the <literal>first_byte</literal> parameter is specified, 481 If the <literal>first_byte</literal> parameter is specified,
480 time to receive the first byte of data is used. 482 time to receive the
483 <link id="var_upstream_first_byte_time">first byte</link> of data is used.
481 If the <literal>last_byte</literal> is specified, 484 If the <literal>last_byte</literal> is specified,
482 time to receive the last byte of data is used. 485 time to receive the
486 <link id="var_upstream_session_time">last byte</link> of data is used.
483 If the <literal>inflight</literal> parameter is specified (1.11.6), 487 If the <literal>inflight</literal> parameter is specified (1.11.6),
484 incomplete connections are also taken into account. 488 incomplete connections are also taken into account.
485 <note> 489 <note>
486 Prior to version 1.11.6, 490 Prior to version 1.11.6,
487 incomplete connections were taken into account by default. 491 incomplete connections were taken into account by default.