comparison xml/en/docs/http/ngx_http_status_module.xml @ 1825:56b6244ddadb

Updated docs for the upcoming NGINX Plus release.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 24 Oct 2016 11:49:51 +0300
parents 7b83f37c806f
children a58b35cc0823
comparison
equal deleted inserted replaced
1824:e8811a423130 1825:56b6244ddadb
7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
8 8
9 <module name="Module ngx_http_status_module" 9 <module name="Module ngx_http_status_module"
10 link="/en/docs/http/ngx_http_status_module.html" 10 link="/en/docs/http/ngx_http_status_module.html"
11 lang="en" 11 lang="en"
12 rev="11"> 12 rev="12">
13 13
14 <section id="summary"> 14 <section id="summary">
15 15
16 <para> 16 <para>
17 The <literal>ngx_http_status_module</literal> module provides 17 The <literal>ngx_http_status_module</literal> module provides
182 <list type="tag"> 182 <list type="tag">
183 183
184 <tag-name id="version"><literal>version</literal></tag-name> 184 <tag-name id="version"><literal>version</literal></tag-name>
185 <tag-desc> 185 <tag-desc>
186 Version of the provided data set. 186 Version of the provided data set.
187 The current version is 6. 187 The current version is 7.
188 </tag-desc> 188 </tag-desc>
189 189
190 <tag-name><literal>nginx_version</literal></tag-name> 190 <tag-name><literal>nginx_version</literal></tag-name>
191 <tag-desc> 191 <tag-desc>
192 Version of nginx. 192 Version of nginx.
675 675
676 <tag-name id="stream"><literal>stream</literal></tag-name> 676 <tag-name id="stream"><literal>stream</literal></tag-name>
677 <tag-desc> 677 <tag-desc>
678 678
679 <list type="tag"> 679 <list type="tag">
680 <tag-name><literal>server_zones</literal></tag-name> 680 <tag-name id="stream_server_zones"><literal>server_zones</literal></tag-name>
681 <tag-desc> 681 <tag-desc>
682 For each <link id="status_zone"/>: 682 For each <link id="status_zone"/>:
683 <list type="tag"> 683 <list type="tag">
684 684
685 <tag-name><literal>processing</literal></tag-name> 685 <tag-name><literal>processing</literal></tag-name>
690 690
691 <tag-name><literal>connections</literal></tag-name> 691 <tag-name><literal>connections</literal></tag-name>
692 <tag-desc> 692 <tag-desc>
693 The total number of 693 The total number of
694 connections accepted from clients. 694 connections accepted from clients.
695 </tag-desc>
696
697 <tag-name id="sessions"><literal>sessions</literal></tag-name>
698 <tag-desc>
699 <list type="tag">
700
701 <tag-name><literal>total</literal></tag-name>
702 <tag-desc>
703 The total number of completed client sessions.
704 </tag-desc>
705
706 <tag-name>
707 <literal>2xx</literal>,
708 <literal>4xx</literal>,
709 <literal>5xx</literal>
710 </tag-name>
711 <tag-desc>
712 The number of sessions completed with
713 <link doc="../stream/ngx_stream_core_module.xml" id="var_status">status codes</link>
714 2xx, 4xx, or 5xx.
715 </tag-desc>
716
717 </list>
718 </tag-desc>
719
720 <tag-name id="stream_discarded"><literal>discarded</literal></tag-name>
721 <tag-desc>
722 The total number of connections completed without creating a session.
695 </tag-desc> 723 </tag-desc>
696 724
697 <tag-name><literal>received</literal></tag-name> 725 <tag-name><literal>received</literal></tag-name>
698 <tag-desc> 726 <tag-desc>
699 The total number of bytes received from clients. 727 The total number of bytes received from clients.
890 918
891 <para> 919 <para>
892 <list type="bullet"> 920 <list type="bullet">
893 921
894 <listitem> 922 <listitem>
923 The
924 <link id="sessions"/> status data
925 and the <link id="stream_discarded">discarded</link> field in
926 stream <link id="stream_server_zones">server_zones</link>
927 were added in <link id="version"/> 7.
928 </listitem>
929
930 <listitem>
895 The <link id="zombies"/> field 931 The <link id="zombies"/> field
896 was moved from nginx <link doc="../debugging_log.xml">debug</link> version 932 was moved from nginx <link doc="../debugging_log.xml">debug</link> version
897 in <link id="version"/> 6. 933 in <link id="version"/> 6.
898 </listitem> 934 </listitem>
899 935