annotate xml/ru/docs/http/ngx_http_stub_status_module.xml @ 2735:ff357b676c2e

Removed trailing spaces.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 10 Jun 2021 18:27:24 +0300
parents 5cacd6fffade
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1260
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
1 <?xml version="1.0"?>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
2
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
3 <!--
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
4 Copyright (C) Yaroslav Zhuravlev
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
5 Copyright (C) Nginx, Inc.
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
6 -->
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
7
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
9
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
10 <module name="Модуль ngx_http_stub_status_module"
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
11 link="/ru/docs/http/ngx_http_stub_status_module.html"
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
12 lang="ru"
2206
5cacd6fffade Eliminated some examples of unsafe prefix locations.
Ruslan Ermilov <ru@nginx.com>
parents: 1600
diff changeset
13 rev="4">
1260
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
14
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
15 <section id="summary">
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
16
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
17 <para>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
18 Модуль <literal>ngx_http_stub_status_module</literal> предоставляет
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
19 доступ к базовой информации о состоянии сервера.
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
20 </para>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
21
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
22 <para>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
23 По умолчанию этот модуль не собирается, его сборку необходимо
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
24 разрешить с помощью конфигурационного параметра
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
25 <literal>--with-http_stub_status_module</literal>.
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
26 </para>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
27
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
28 </section>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
29
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
30
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
31 <section id="example" name="Пример конфигурации">
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
32
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
33 <para>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
34 <example>
2206
5cacd6fffade Eliminated some examples of unsafe prefix locations.
Ruslan Ermilov <ru@nginx.com>
parents: 1600
diff changeset
35 location = /basic_status {
1275
c9b202d6c426 Documented the new syntax of the "stub_status" directive.
Ruslan Ermilov <ru@nginx.com>
parents: 1274
diff changeset
36 stub_status;
1260
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
37 }
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
38 </example>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
39 В данной конфигурации создаётся простая веб-страница
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
40 с основной информацией о состоянии, которая может выглядеть следующим образом:
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
41 <example>
2735
ff357b676c2e Removed trailing spaces.
Maxim Dounin <mdounin@mdounin.ru>
parents: 2206
diff changeset
42 Active connections: 291
1260
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
43 server accepts handled requests
2735
ff357b676c2e Removed trailing spaces.
Maxim Dounin <mdounin@mdounin.ru>
parents: 2206
diff changeset
44 16630948 16630948 31070465
ff357b676c2e Removed trailing spaces.
Maxim Dounin <mdounin@mdounin.ru>
parents: 2206
diff changeset
45 Reading: 6 Writing: 179 Waiting: 106
1260
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
46 </example>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
47 </para>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
48
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
49 </section>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
50
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
51
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
52 <section id="directives" name="Директивы">
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
53
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
54 <directive name="stub_status">
1275
c9b202d6c426 Documented the new syntax of the "stub_status" directive.
Ruslan Ermilov <ru@nginx.com>
parents: 1274
diff changeset
55 <syntax/>
c9b202d6c426 Documented the new syntax of the "stub_status" directive.
Ruslan Ermilov <ru@nginx.com>
parents: 1274
diff changeset
56 <default/>
c9b202d6c426 Documented the new syntax of the "stub_status" directive.
Ruslan Ermilov <ru@nginx.com>
parents: 1274
diff changeset
57 <context>server</context>
1260
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
58 <context>location</context>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
59
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
60 <para>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
61 Информация о состоянии будет доступна из данного location.
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
62 </para>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
63
1275
c9b202d6c426 Documented the new syntax of the "stub_status" directive.
Ruslan Ermilov <ru@nginx.com>
parents: 1274
diff changeset
64 <para>
c9b202d6c426 Documented the new syntax of the "stub_status" directive.
Ruslan Ermilov <ru@nginx.com>
parents: 1274
diff changeset
65 <note>
c9b202d6c426 Documented the new syntax of the "stub_status" directive.
Ruslan Ermilov <ru@nginx.com>
parents: 1274
diff changeset
66 До версии 1.7.5
1600
dd190baef1e7 Added example to the note in the "stub_status" directive.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1275
diff changeset
67 синтаксис директивы требовал наличия произвольного аргумента, например
dd190baef1e7 Added example to the note in the "stub_status" directive.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1275
diff changeset
68 “<literal>stub_status on</literal>”.
1275
c9b202d6c426 Documented the new syntax of the "stub_status" directive.
Ruslan Ermilov <ru@nginx.com>
parents: 1274
diff changeset
69 </note>
c9b202d6c426 Documented the new syntax of the "stub_status" directive.
Ruslan Ermilov <ru@nginx.com>
parents: 1274
diff changeset
70 </para>
c9b202d6c426 Documented the new syntax of the "stub_status" directive.
Ruslan Ermilov <ru@nginx.com>
parents: 1274
diff changeset
71
1260
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
72 </directive>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
73
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
74 </section>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
75
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
76
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
77 <section id="data" name="Данные">
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
78
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
79 <para>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
80 Доступна следующая информация:
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
81 <list type="tag">
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
82
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
83 <tag-name id="stubstat_active"><literal>Active connections</literal></tag-name>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
84 <tag-desc>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
85 Текущее число активных клиентских соединений,
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
86 включая <literal>Waiting</literal>-соединения.
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
87 </tag-desc>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
88
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
89 <tag-name id="stubstat_accepts"><literal>accepts</literal></tag-name>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
90 <tag-desc>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
91 Суммарное число принятых клиентских соединений.
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
92 </tag-desc>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
93
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
94 <tag-name id="stubstat_handled"><literal>handled</literal></tag-name>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
95 <tag-desc>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
96 Суммарное число обработанных соединений.
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
97 Как правило, значение этого параметра такое же, как <literal>accepts</literal>,
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
98 если не достигнуто какое-нибудь системное ограничение
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
99 (например, лимит
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
100 <link doc="../ngx_core_module.xml" id="worker_connections"/>).
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
101 </tag-desc>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
102
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
103 <tag-name id="stubstat_requests"><literal>requests</literal></tag-name>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
104 <tag-desc>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
105 Суммарное число клиентских запросов.
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
106 </tag-desc>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
107
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
108 <tag-name id="stubstat_reading"><literal>Reading</literal></tag-name>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
109 <tag-desc>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
110 Текущее число соединений,
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
111 в которых nginx в настоящий момент читает заголовок запроса.
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
112 </tag-desc>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
113
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
114 <tag-name id="stubstat_writing"><literal>Writing</literal></tag-name>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
115 <tag-desc>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
116 Текущее число соединений,
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
117 в которых nginx в настоящий момент отвечает клиенту.
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
118 </tag-desc>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
119
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
120 <tag-name id="stubstat_waiting"><literal>Waiting</literal></tag-name>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
121 <tag-desc>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
122 Текущее число бездействующих клиентских соединений в ожидании запроса.
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
123 </tag-desc>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
124
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
125 </list>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
126 </para>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
127
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
128 </section>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
129
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
130
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
131 <section id="variables" name="Встроенные переменные">
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
132
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
133 <para>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
134 Модуль <literal>ngx_http_stub_status_module</literal>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
135 поддерживает следующие встроенные переменные (1.3.14):
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
136 <list type="tag">
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
137
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
138 <tag-name
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
139 id="var_connections_active"><var>$connections_active</var></tag-name>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
140 <tag-desc>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
141 то же, что и значение <literal>Active connections</literal>;
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
142 </tag-desc>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
143
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
144 <tag-name
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
145 id="var_connections_reading"><var>$connections_reading</var></tag-name>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
146 <tag-desc>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
147 то же, что и значение <literal>Reading</literal>;
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
148 </tag-desc>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
149
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
150 <tag-name
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
151 id="var_connections_writing"><var>$connections_writing</var></tag-name>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
152 <tag-desc>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
153 то же, что и значение <literal>Writing</literal>;
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
154 </tag-desc>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
155
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
156 <tag-name
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
157 id="var_connections_waiting"><var>$connections_waiting</var></tag-name>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
158 <tag-desc>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
159 то же, что и значение <literal>Waiting</literal>.
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
160 </tag-desc>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
161
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
162 </list>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
163 </para>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
164
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
165 </section>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
166
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
167 </module>