blob: 1bb5d8858e61fa2e67f3cd145e35b0d90a5fff03 [file] [log] [blame]
Willy Tarreau91861262007-10-17 17:06:05 +02001/*
Willy Tarreaueb472682010-05-28 18:46:57 +02002 * Functions dedicated to statistics output and the stats socket
Willy Tarreau91861262007-10-17 17:06:05 +02003 *
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004 * Copyright 2000-2012 Willy Tarreau <w@1wt.eu>
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +02005 * Copyright 2007-2009 Krzysztof Piotr Oledzki <ole@ans.pl>
Willy Tarreau91861262007-10-17 17:06:05 +02006 *
7 * This program is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU General Public License
9 * as published by the Free Software Foundation; either version
10 * 2 of the License, or (at your option) any later version.
11 *
12 */
13
14#include <ctype.h>
15#include <errno.h>
16#include <fcntl.h>
17#include <stdio.h>
18#include <stdlib.h>
19#include <string.h>
Willy Tarreaufbee7132007-10-18 13:53:22 +020020#include <pwd.h>
21#include <grp.h>
Willy Tarreau91861262007-10-17 17:06:05 +020022
23#include <sys/socket.h>
24#include <sys/stat.h>
25#include <sys/types.h>
26
Willy Tarreau10522fd2008-07-09 20:12:41 +020027#include <common/cfgparse.h>
Willy Tarreau91861262007-10-17 17:06:05 +020028#include <common/compat.h>
29#include <common/config.h>
30#include <common/debug.h>
31#include <common/memory.h>
32#include <common/mini-clist.h>
33#include <common/standard.h>
Willy Tarreau0c303ee2008-07-07 00:09:58 +020034#include <common/ticks.h>
Willy Tarreau91861262007-10-17 17:06:05 +020035#include <common/time.h>
36#include <common/uri_auth.h>
37#include <common/version.h>
Emeric Brun4147b2e2014-06-16 18:36:30 +020038#include <common/base64.h>
Willy Tarreau91861262007-10-17 17:06:05 +020039
Willy Tarreau8a8d83b2015-04-13 13:24:54 +020040#include <types/applet.h>
Willy Tarreau91861262007-10-17 17:06:05 +020041#include <types/global.h>
Baptiste Assmann3863f972015-05-17 00:33:24 +020042#include <types/dns.h>
Willy Tarreau91861262007-10-17 17:06:05 +020043
44#include <proto/backend.h>
Willy Tarreauc7e42382012-08-24 19:22:53 +020045#include <proto/channel.h>
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +020046#include <proto/checks.h>
William Lallemande3a7d992012-11-20 11:25:20 +010047#include <proto/compression.h>
Willy Tarreau91861262007-10-17 17:06:05 +020048#include <proto/dumpstats.h>
49#include <proto/fd.h>
Willy Tarreau7f062c42009-03-05 18:43:00 +010050#include <proto/freq_ctr.h>
Willy Tarreau32b60d42015-03-13 16:14:57 +010051#include <proto/frontend.h>
Willy Tarreaueb472682010-05-28 18:46:57 +020052#include <proto/log.h>
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +010053#include <proto/pattern.h>
Willy Tarreaua206fa92009-01-25 14:02:00 +010054#include <proto/pipe.h>
Willy Tarreaud1d54542012-09-12 22:58:11 +020055#include <proto/listener.h>
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +010056#include <proto/map.h>
Willy Tarreaue6d97022012-11-23 11:19:33 +010057#include <proto/proto_http.h>
Willy Tarreaufbee7132007-10-18 13:53:22 +020058#include <proto/proto_uxst.h>
Willy Tarreau89a63132009-08-16 17:41:45 +020059#include <proto/proxy.h>
Willy Tarreau1cf8f082014-02-07 12:14:54 +010060#include <proto/sample.h>
Willy Tarreau9903f0e2015-04-04 18:50:31 +020061#include <proto/session.h>
Willy Tarreau87b09662015-04-03 00:22:06 +020062#include <proto/stream.h>
Krzysztof Oledzki85130942007-10-22 16:21:10 +020063#include <proto/server.h>
Willy Tarreau75bf2c92012-08-20 17:01:35 +020064#include <proto/raw_sock.h>
Willy Tarreaudded32d2008-11-30 19:48:07 +010065#include <proto/stream_interface.h>
Willy Tarreau4726f532009-03-07 17:25:21 +010066#include <proto/task.h>
Willy Tarreau91861262007-10-17 17:06:05 +020067
Willy Tarreau7a0169a2012-11-19 17:13:16 +010068#ifdef USE_OPENSSL
69#include <proto/ssl_sock.h>
Nenad Merdanovic200b0fa2015-05-09 08:46:01 +020070#include <types/ssl_sock.h>
Willy Tarreau7a0169a2012-11-19 17:13:16 +010071#endif
72
Willy Tarreau91b843d2014-01-28 16:27:17 +010073/* stats socket states */
74enum {
75 STAT_CLI_INIT = 0, /* initial state, must leave to zero ! */
76 STAT_CLI_END, /* final state, let's close */
77 STAT_CLI_GETREQ, /* wait for a request */
78 STAT_CLI_OUTPUT, /* all states after this one are responses */
79 STAT_CLI_PROMPT, /* display the prompt (first output, same code) */
80 STAT_CLI_PRINT, /* display message in cli->msg */
Thierry FOURNIER364cfdf2014-01-29 19:08:49 +010081 STAT_CLI_PRINT_FREE, /* display message in cli->msg. After the display, free the pointer */
Willy Tarreau91b843d2014-01-28 16:27:17 +010082 STAT_CLI_O_INFO, /* dump info */
Willy Tarreau87b09662015-04-03 00:22:06 +020083 STAT_CLI_O_SESS, /* dump streams */
Willy Tarreau91b843d2014-01-28 16:27:17 +010084 STAT_CLI_O_ERR, /* dump errors */
85 STAT_CLI_O_TAB, /* dump tables */
86 STAT_CLI_O_CLR, /* clear tables */
87 STAT_CLI_O_SET, /* set entries in tables */
88 STAT_CLI_O_STAT, /* dump stats */
Thierry FOURNIER1e00d382014-02-11 11:31:40 +010089 STAT_CLI_O_PATS, /* list all pattern reference avalaible */
90 STAT_CLI_O_PAT, /* list all entries of a pattern */
Willy Tarreau91b843d2014-01-28 16:27:17 +010091 STAT_CLI_O_MLOOK, /* lookup a map entry */
Willy Tarreau12833bb2014-01-28 16:49:56 +010092 STAT_CLI_O_POOLS, /* dump memory pools */
Nenad Merdanovic200b0fa2015-05-09 08:46:01 +020093 STAT_CLI_O_TLSK, /* list all TLS ticket keys references */
Baptiste Assmann3863f972015-05-17 00:33:24 +020094 STAT_CLI_O_RESOLVERS,/* dump a resolver's section nameservers counters */
Baptiste Assmann28289462015-07-03 08:01:20 +020095 STAT_CLI_O_SERVERS_STATE, /* dump server state and changing information */
Baptiste Assmann9b6857e2015-09-18 14:49:12 +020096 STAT_CLI_O_BACKEND, /* dump backend list */
Willy Tarreauae795722016-02-16 11:27:28 +010097 STAT_CLI_O_ENV, /* dump environment */
Willy Tarreau91b843d2014-01-28 16:27:17 +010098};
99
Willy Tarreaued7df902014-05-22 18:04:49 +0200100/* Actions available for the stats admin forms */
101enum {
102 ST_ADM_ACTION_NONE = 0,
Willy Tarreau248a60e2014-05-23 14:59:48 +0200103
104 /* enable/disable health checks */
105 ST_ADM_ACTION_DHLTH,
106 ST_ADM_ACTION_EHLTH,
107
108 /* force health check status */
109 ST_ADM_ACTION_HRUNN,
110 ST_ADM_ACTION_HNOLB,
111 ST_ADM_ACTION_HDOWN,
112
113 /* enable/disable agent checks */
114 ST_ADM_ACTION_DAGENT,
115 ST_ADM_ACTION_EAGENT,
116
117 /* force agent check status */
118 ST_ADM_ACTION_ARUNN,
119 ST_ADM_ACTION_ADOWN,
120
121 /* set admin state */
Willy Tarreaued7df902014-05-22 18:04:49 +0200122 ST_ADM_ACTION_READY,
123 ST_ADM_ACTION_DRAIN,
124 ST_ADM_ACTION_MAINT,
125 ST_ADM_ACTION_SHUTDOWN,
126 /* these are the ancient actions, still available for compatibility */
127 ST_ADM_ACTION_DISABLE,
128 ST_ADM_ACTION_ENABLE,
129 ST_ADM_ACTION_STOP,
130 ST_ADM_ACTION_START,
131};
132
Willy Tarreauc4832de2016-01-11 18:12:26 +0100133
134/* Show Info fields for CLI output. For any field added here, please add the text
135 * representation in the info_field_names array below. Please only append at the end,
136 * before the INF_TOTAL_FIELDS entry, and never insert anything in the middle
137 * nor at the beginning.
138 */
139enum info_field {
140 INF_NAME,
141 INF_VERSION,
142 INF_RELEASE_DATE,
143 INF_NBPROC,
144 INF_PROCESS_NUM,
145 INF_PID,
146 INF_UPTIME,
147 INF_UPTIME_SEC,
148 INF_MEMMAX_MB,
149 INF_POOL_ALLOC_MB,
150 INF_POOL_USED_MB,
151 INF_POOL_FAILED,
152 INF_ULIMIT_N,
153 INF_MAXSOCK,
154 INF_MAXCONN,
155 INF_HARD_MAXCONN,
156 INF_CURR_CONN,
157 INF_CUM_CONN,
158 INF_CUM_REQ,
159 INF_MAX_SSL_CONNS,
160 INF_CURR_SSL_CONNS,
161 INF_CUM_SSL_CONNS,
162 INF_MAXPIPES,
163 INF_PIPES_USED,
164 INF_PIPES_FREE,
165 INF_CONN_RATE,
166 INF_CONN_RATE_LIMIT,
167 INF_MAX_CONN_RATE,
168 INF_SESS_RATE,
169 INF_SESS_RATE_LIMIT,
170 INF_MAX_SESS_RATE,
171 INF_SSL_RATE,
172 INF_SSL_RATE_LIMIT,
173 INF_MAX_SSL_RATE,
174 INF_SSL_FRONTEND_KEY_RATE,
175 INF_SSL_FRONTEND_MAX_KEY_RATE,
176 INF_SSL_FRONTEND_SESSION_REUSE_PCT,
177 INF_SSL_BACKEND_KEY_RATE,
178 INF_SSL_BACKEND_MAX_KEY_RATE,
179 INF_SSL_CACHE_LOOKUPS,
180 INF_SSL_CACHE_MISSES,
181 INF_COMPRESS_BPS_IN,
182 INF_COMPRESS_BPS_OUT,
183 INF_COMPRESS_BPS_RATE_LIM,
184 INF_ZLIB_MEM_USAGE,
185 INF_MAX_ZLIB_MEM_USAGE,
186 INF_TASKS,
187 INF_RUN_QUEUE,
188 INF_IDLE_PCT,
189 INF_NODE,
190 INF_DESCRIPTION,
191
192 /* must always be the last one */
193 INF_TOTAL_FIELDS
194};
195
196/* These are the field names for each INF_* field position. Please pay attention
197 * to always use the exact same name except that the strings for new names must
198 * be lower case or CamelCase while the enum entries must be upper case.
199 */
200const char *info_field_names[INF_TOTAL_FIELDS] = {
201 [INF_NAME] = "Name",
202 [INF_VERSION] = "Version",
203 [INF_RELEASE_DATE] = "Release_date",
204 [INF_NBPROC] = "Nbproc",
205 [INF_PROCESS_NUM] = "Process_num",
206 [INF_PID] = "Pid",
207 [INF_UPTIME] = "Uptime",
208 [INF_UPTIME_SEC] = "Uptime_sec",
209 [INF_MEMMAX_MB] = "Memmax_MB",
210 [INF_POOL_ALLOC_MB] = "PoolAlloc_MB",
211 [INF_POOL_USED_MB] = "PoolUsed_MB",
212 [INF_POOL_FAILED] = "PoolFailed",
213 [INF_ULIMIT_N] = "Ulimit-n",
214 [INF_MAXSOCK] = "Maxsock",
215 [INF_MAXCONN] = "Maxconn",
216 [INF_HARD_MAXCONN] = "Hard_maxconn",
217 [INF_CURR_CONN] = "CurrConns",
218 [INF_CUM_CONN] = "CumConns",
219 [INF_CUM_REQ] = "CumReq",
220 [INF_MAX_SSL_CONNS] = "MaxSslConns",
221 [INF_CURR_SSL_CONNS] = "CurrSslConns",
222 [INF_CUM_SSL_CONNS] = "CumSslConns",
223 [INF_MAXPIPES] = "Maxpipes",
224 [INF_PIPES_USED] = "PipesUsed",
225 [INF_PIPES_FREE] = "PipesFree",
226 [INF_CONN_RATE] = "ConnRate",
227 [INF_CONN_RATE_LIMIT] = "ConnRateLimit",
228 [INF_MAX_CONN_RATE] = "MaxConnRate",
229 [INF_SESS_RATE] = "SessRate",
230 [INF_SESS_RATE_LIMIT] = "SessRateLimit",
231 [INF_MAX_SESS_RATE] = "MaxSessRate",
232 [INF_SSL_RATE] = "SslRate",
233 [INF_SSL_RATE_LIMIT] = "SslRateLimit",
234 [INF_MAX_SSL_RATE] = "MaxSslRate",
235 [INF_SSL_FRONTEND_KEY_RATE] = "SslFrontendKeyRate",
236 [INF_SSL_FRONTEND_MAX_KEY_RATE] = "SslFrontendMaxKeyRate",
237 [INF_SSL_FRONTEND_SESSION_REUSE_PCT] = "SslFrontendSessionReuse_pct",
238 [INF_SSL_BACKEND_KEY_RATE] = "SslBackendKeyRate",
239 [INF_SSL_BACKEND_MAX_KEY_RATE] = "SslBackendMaxKeyRate",
240 [INF_SSL_CACHE_LOOKUPS] = "SslCacheLookups",
241 [INF_SSL_CACHE_MISSES] = "SslCacheMisses",
242 [INF_COMPRESS_BPS_IN] = "CompressBpsIn",
243 [INF_COMPRESS_BPS_OUT] = "CompressBpsOut",
244 [INF_COMPRESS_BPS_RATE_LIM] = "CompressBpsRateLim",
245 [INF_ZLIB_MEM_USAGE] = "ZlibMemUsage",
246 [INF_MAX_ZLIB_MEM_USAGE] = "MaxZlibMemUsage",
247 [INF_TASKS] = "Tasks",
248 [INF_RUN_QUEUE] = "Run_queue",
249 [INF_IDLE_PCT] = "Idle_pct",
250 [INF_NODE] = "node",
251 [INF_DESCRIPTION] = "description",
252};
253
254/* one line of stats */
255static struct field info[INF_TOTAL_FIELDS];
256
Willy Tarreau8e205142016-01-04 17:23:25 +0100257/* Stats fields for CSV output. For any field added here, please add the text
258 * representation in the stat_field_names array below. Please only append at the end,
259 * before the ST_F_TOTAL_FIELDS entry, and never insert anything in the middle
260 * nor at the beginning.
261 */
262enum stat_field {
263 ST_F_PXNAME,
264 ST_F_SVNAME,
265 ST_F_QCUR,
266 ST_F_QMAX,
267 ST_F_SCUR,
268 ST_F_SMAX,
269 ST_F_SLIM,
270 ST_F_STOT,
271 ST_F_BIN ,
272 ST_F_BOUT,
273 ST_F_DREQ,
274 ST_F_DRESP,
275 ST_F_EREQ,
276 ST_F_ECON,
277 ST_F_ERESP,
278 ST_F_WRETR,
279 ST_F_WREDIS,
280 ST_F_STATUS,
281 ST_F_WEIGHT,
282 ST_F_ACT,
283 ST_F_BCK,
284 ST_F_CHKFAIL,
285 ST_F_CHKDOWN,
286 ST_F_LASTCHG,
287 ST_F_DOWNTIME,
288 ST_F_QLIMIT,
289 ST_F_PID,
290 ST_F_IID,
291 ST_F_SID,
292 ST_F_THROTTLE,
293 ST_F_LBTOT,
294 ST_F_TRACKED,
295 ST_F_TYPE,
296 ST_F_RATE,
297 ST_F_RATE_LIM,
298 ST_F_RATE_MAX,
299 ST_F_CHECK_STATUS,
300 ST_F_CHECK_CODE,
301 ST_F_CHECK_DURATION,
302 ST_F_HRSP_1XX,
303 ST_F_HRSP_2XX,
304 ST_F_HRSP_3XX,
305 ST_F_HRSP_4XX,
306 ST_F_HRSP_5XX,
307 ST_F_HRSP_OTHER,
308 ST_F_HANAFAIL,
309 ST_F_REQ_RATE,
310 ST_F_REQ_RATE_MAX,
311 ST_F_REQ_TOT,
312 ST_F_CLI_ABRT,
313 ST_F_SRV_ABRT,
314 ST_F_COMP_IN,
315 ST_F_COMP_OUT,
316 ST_F_COMP_BYP,
317 ST_F_COMP_RSP,
318 ST_F_LASTSESS,
319 ST_F_LAST_CHK,
320 ST_F_LAST_AGT,
321 ST_F_QTIME,
322 ST_F_CTIME,
323 ST_F_RTIME,
324 ST_F_TTIME,
Willy Tarreau7f618842016-01-08 11:40:03 +0100325 ST_F_AGENT_STATUS,
326 ST_F_AGENT_CODE,
327 ST_F_AGENT_DURATION,
Willy Tarreaudd7354b2016-01-08 13:47:26 +0100328 ST_F_CHECK_DESC,
329 ST_F_AGENT_DESC,
Willy Tarreau3141f592016-01-08 14:25:28 +0100330 ST_F_CHECK_RISE,
331 ST_F_CHECK_FALL,
332 ST_F_CHECK_HEALTH,
333 ST_F_AGENT_RISE,
334 ST_F_AGENT_FALL,
335 ST_F_AGENT_HEALTH,
Willy Tarreau3a4ec3a2016-01-08 15:35:43 +0100336 ST_F_ADDR,
Willy Tarreaue4847c62016-01-08 15:43:54 +0100337 ST_F_COOKIE,
Willy Tarreauf8211df2016-01-11 14:09:38 +0100338 ST_F_MODE,
Willy Tarreauf1516d92016-01-11 14:48:36 +0100339 ST_F_ALGO,
Willy Tarreauc73810f2016-01-11 13:52:04 +0100340 ST_F_CONN_RATE,
341 ST_F_CONN_RATE_MAX,
342 ST_F_CONN_TOT,
Willy Tarreau5b9bdff2016-01-11 14:40:47 +0100343 ST_F_INTERCEPTED,
Willy Tarreau8e205142016-01-04 17:23:25 +0100344
345 /* must always be the last one */
346 ST_F_TOTAL_FIELDS
347};
348
349/* These are the field names for each ST_F_* field position. Please pay attention
350 * to always use the exact same name except that the strings must be lower case
351 * while the enum entries must be upper case.
352 */
353const char *stat_field_names[ST_F_TOTAL_FIELDS] = {
354 [ST_F_PXNAME] = "pxname",
355 [ST_F_SVNAME] = "svname",
356 [ST_F_QCUR] = "qcur",
357 [ST_F_QMAX] = "qmax",
358 [ST_F_SCUR] = "scur",
359 [ST_F_SMAX] = "smax",
360 [ST_F_SLIM] = "slim",
361 [ST_F_STOT] = "stot",
362 [ST_F_BIN] = "bin",
363 [ST_F_BOUT] = "bout",
364 [ST_F_DREQ] = "dreq",
365 [ST_F_DRESP] = "dresp",
366 [ST_F_EREQ] = "ereq",
367 [ST_F_ECON] = "econ",
368 [ST_F_ERESP] = "eresp",
369 [ST_F_WRETR] = "wretr",
370 [ST_F_WREDIS] = "wredis",
371 [ST_F_STATUS] = "status",
372 [ST_F_WEIGHT] = "weight",
373 [ST_F_ACT] = "act",
374 [ST_F_BCK] = "bck",
375 [ST_F_CHKFAIL] = "chkfail",
376 [ST_F_CHKDOWN] = "chkdown",
377 [ST_F_LASTCHG] = "lastchg",
378 [ST_F_DOWNTIME] = "downtime",
379 [ST_F_QLIMIT] = "qlimit",
380 [ST_F_PID] = "pid",
381 [ST_F_IID] = "iid",
382 [ST_F_SID] = "sid",
383 [ST_F_THROTTLE] = "throttle",
384 [ST_F_LBTOT] = "lbtot",
385 [ST_F_TRACKED] = "tracked",
386 [ST_F_TYPE] = "type",
387 [ST_F_RATE] = "rate",
388 [ST_F_RATE_LIM] = "rate_lim",
389 [ST_F_RATE_MAX] = "rate_max",
390 [ST_F_CHECK_STATUS] = "check_status",
391 [ST_F_CHECK_CODE] = "check_code",
392 [ST_F_CHECK_DURATION] = "check_duration",
393 [ST_F_HRSP_1XX] = "hrsp_1xx",
394 [ST_F_HRSP_2XX] = "hrsp_2xx",
395 [ST_F_HRSP_3XX] = "hrsp_3xx",
396 [ST_F_HRSP_4XX] = "hrsp_4xx",
397 [ST_F_HRSP_5XX] = "hrsp_5xx",
398 [ST_F_HRSP_OTHER] = "hrsp_other",
399 [ST_F_HANAFAIL] = "hanafail",
400 [ST_F_REQ_RATE] = "req_rate",
401 [ST_F_REQ_RATE_MAX] = "req_rate_max",
402 [ST_F_REQ_TOT] = "req_tot",
403 [ST_F_CLI_ABRT] = "cli_abrt",
404 [ST_F_SRV_ABRT] = "srv_abrt",
405 [ST_F_COMP_IN] = "comp_in",
406 [ST_F_COMP_OUT] = "comp_out",
407 [ST_F_COMP_BYP] = "comp_byp",
408 [ST_F_COMP_RSP] = "comp_rsp",
409 [ST_F_LASTSESS] = "lastsess",
410 [ST_F_LAST_CHK] = "last_chk",
411 [ST_F_LAST_AGT] = "last_agt",
412 [ST_F_QTIME] = "qtime",
413 [ST_F_CTIME] = "ctime",
414 [ST_F_RTIME] = "rtime",
415 [ST_F_TTIME] = "ttime",
Willy Tarreau7f618842016-01-08 11:40:03 +0100416 [ST_F_AGENT_STATUS] = "agent_status",
417 [ST_F_AGENT_CODE] = "agent_code",
418 [ST_F_AGENT_DURATION] = "agent_duration",
Willy Tarreaudd7354b2016-01-08 13:47:26 +0100419 [ST_F_CHECK_DESC] = "check_desc",
420 [ST_F_AGENT_DESC] = "agent_desc",
Willy Tarreau3141f592016-01-08 14:25:28 +0100421 [ST_F_CHECK_RISE] = "check_rise",
422 [ST_F_CHECK_FALL] = "check_fall",
423 [ST_F_CHECK_HEALTH] = "check_health",
424 [ST_F_AGENT_RISE] = "agent_rise",
425 [ST_F_AGENT_FALL] = "agent_fall",
426 [ST_F_AGENT_HEALTH] = "agent_health",
Willy Tarreau3a4ec3a2016-01-08 15:35:43 +0100427 [ST_F_ADDR] = "addr",
Willy Tarreaue4847c62016-01-08 15:43:54 +0100428 [ST_F_COOKIE] = "cookie",
Willy Tarreauf8211df2016-01-11 14:09:38 +0100429 [ST_F_MODE] = "mode",
Willy Tarreauf1516d92016-01-11 14:48:36 +0100430 [ST_F_ALGO] = "algo",
Willy Tarreauc73810f2016-01-11 13:52:04 +0100431 [ST_F_CONN_RATE] = "conn_rate",
432 [ST_F_CONN_RATE_MAX] = "conn_rate_max",
433 [ST_F_CONN_TOT] = "conn_tot",
Willy Tarreau5b9bdff2016-01-11 14:40:47 +0100434 [ST_F_INTERCEPTED] = "intercepted",
Willy Tarreau8e205142016-01-04 17:23:25 +0100435};
436
Willy Tarreau82a86022016-01-04 19:04:18 +0100437/* one line of stats */
438static struct field stats[ST_F_TOTAL_FIELDS];
439
Baptiste Assmann9b6857e2015-09-18 14:49:12 +0200440static int stats_dump_backend_to_buffer(struct stream_interface *si);
Willy Tarreauae795722016-02-16 11:27:28 +0100441static int stats_dump_env_to_buffer(struct stream_interface *si);
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +0100442static int stats_dump_info_to_buffer(struct stream_interface *si);
Baptiste Assmann28289462015-07-03 08:01:20 +0200443static int stats_dump_servers_state_to_buffer(struct stream_interface *si);
Willy Tarreau12833bb2014-01-28 16:49:56 +0100444static int stats_dump_pools_to_buffer(struct stream_interface *si);
Willy Tarreau87b09662015-04-03 00:22:06 +0200445static int stats_dump_full_sess_to_buffer(struct stream_interface *si, struct stream *sess);
Simon Horman9bd2c732011-06-15 15:18:44 +0900446static int stats_dump_sess_to_buffer(struct stream_interface *si);
447static int stats_dump_errors_to_buffer(struct stream_interface *si);
Willy Tarreau44455022012-12-05 23:01:12 +0100448static int stats_table_request(struct stream_interface *si, int show);
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +0100449static int stats_dump_proxy_to_buffer(struct stream_interface *si, struct proxy *px, struct uri_auth *uri);
450static int stats_dump_stat_to_buffer(struct stream_interface *si, struct uri_auth *uri);
Baptiste Assmann3863f972015-05-17 00:33:24 +0200451static int stats_dump_resolvers_to_buffer(struct stream_interface *si);
Thierry FOURNIER1e00d382014-02-11 11:31:40 +0100452static int stats_pats_list(struct stream_interface *si);
453static int stats_pat_list(struct stream_interface *si);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +0100454static int stats_map_lookup(struct stream_interface *si);
Nenad Merdanovic200b0fa2015-05-09 08:46:01 +0200455#if (defined SSL_CTRL_SET_TLSEXT_TICKET_KEY_CB && TLS_TICKETS_NO > 0)
456static int stats_tlskeys_list(struct stream_interface *si);
457#endif
Willy Tarreau00a37f02015-04-13 12:05:19 +0200458static void cli_release_handler(struct appctx *appctx);
Simon Horman9bd2c732011-06-15 15:18:44 +0900459
Baptiste Assmann28289462015-07-03 08:01:20 +0200460static void dump_servers_state(struct proxy *backend, struct chunk *buf);
461
Willy Tarreaud9bdcd52012-12-22 20:31:10 +0100462/*
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +0100463 * cli_io_handler()
464 * -> stats_dump_sess_to_buffer() // "show sess"
465 * -> stats_dump_errors_to_buffer() // "show errors"
466 * -> stats_dump_info_to_buffer() // "show info"
Baptiste Assmann9b6857e2015-09-18 14:49:12 +0200467 * -> stats_dump_backend_to_buffer() // "show backend"
Baptiste Assmann28289462015-07-03 08:01:20 +0200468 * -> stats_dump_servers_state_to_buffer() // "show servers state [<backend name>]"
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +0100469 * -> stats_dump_stat_to_buffer() // "show stat"
Baptiste Assmann3863f972015-05-17 00:33:24 +0200470 * -> stats_dump_resolvers_to_buffer() // "show stat resolver <id>"
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +0100471 * -> stats_dump_csv_header()
472 * -> stats_dump_proxy_to_buffer()
473 * -> stats_dump_fe_stats()
474 * -> stats_dump_li_stats()
475 * -> stats_dump_sv_stats()
476 * -> stats_dump_be_stats()
477 *
478 * http_stats_io_handler()
479 * -> stats_dump_stat_to_buffer() // same as above, but used for CSV or HTML
480 * -> stats_dump_csv_header() // emits the CSV headers (same as above)
481 * -> stats_dump_html_head() // emits the HTML headers
482 * -> stats_dump_html_info() // emits the equivalent of "show info" at the top
483 * -> stats_dump_proxy_to_buffer() // same as above, valid for CSV and HTML
484 * -> stats_dump_html_px_hdr()
485 * -> stats_dump_fe_stats()
486 * -> stats_dump_li_stats()
487 * -> stats_dump_sv_stats()
488 * -> stats_dump_be_stats()
489 * -> stats_dump_html_px_end()
490 * -> stats_dump_html_end() // emits HTML trailer
Willy Tarreaud9bdcd52012-12-22 20:31:10 +0100491 */
492
Willy Tarreau30576452015-04-13 13:50:30 +0200493static struct applet cli_applet;
Simon Horman9bd2c732011-06-15 15:18:44 +0900494
495static const char stats_sock_usage_msg[] =
Krzysztof Piotr Oledzki719e7262009-10-04 15:02:46 +0200496 "Unknown command. Please enter one of the following commands only :\n"
Willy Tarreau2f6bf2b2009-10-10 15:26:26 +0200497 " clear counters : clear max statistics counters (add 'all' for all counters)\n"
Willy Tarreau88ee3972010-07-13 13:48:00 +0200498 " clear table : remove an entry from a table\n"
Krzysztof Piotr Oledzki719e7262009-10-04 15:02:46 +0200499 " help : this message\n"
500 " prompt : toggle interactive mode with prompt\n"
501 " quit : disconnect\n"
Baptiste Assmann9b6857e2015-09-18 14:49:12 +0200502 " show backend : list backends in the current running config\n"
Willy Tarreauae795722016-02-16 11:27:28 +0100503 " show env [var] : dump environment variables known to the process\n"
Krzysztof Piotr Oledzki719e7262009-10-04 15:02:46 +0200504 " show info : report information about the running process\n"
Willy Tarreau12833bb2014-01-28 16:49:56 +0100505 " show pools : report information about the memory pools usage\n"
Krzysztof Piotr Oledzki719e7262009-10-04 15:02:46 +0200506 " show stat : report counters for each proxy and server\n"
507 " show errors : report last request and response errors for each proxy\n"
Willy Tarreau66dc20a2010-03-05 17:53:32 +0100508 " show sess [id] : report the list of current sessions or dump this session\n"
Willy Tarreau69f58c82010-07-12 17:55:33 +0200509 " show table [id]: report table usage stats or dump this table's contents\n"
Baptiste Assmann28289462015-07-03 08:01:20 +0200510 " show servers state [id]: dump volatile server information (for backend <id>)\n"
Willy Tarreau38338fa2009-10-10 18:37:29 +0200511 " get weight : report a server's current weight\n"
Willy Tarreau4483d432009-10-10 19:30:08 +0200512 " set weight : change a server's weight\n"
Baptiste Assmann3d8f8312015-04-13 22:54:33 +0200513 " set server : change a server's state, weight or address\n"
Willy Tarreau654694e2012-06-07 01:03:16 +0200514 " set table [id] : update or create a table entry's data\n"
Willy Tarreau7aabd112010-01-26 10:59:06 +0100515 " set timeout : change a timeout setting\n"
Willy Tarreau2a0f4d22011-08-02 11:49:05 +0200516 " set maxconn : change a maxconn setting\n"
Willy Tarreauf5b22872011-09-07 16:13:44 +0200517 " set rate-limit : change a rate limiting value\n"
Willy Tarreaua295edc2011-09-07 23:21:03 +0200518 " disable : put a server or frontend in maintenance mode\n"
519 " enable : re-enable a server or frontend which is in maintenance mode\n"
520 " shutdown : kill a session or a frontend (eg:to release listening ports)\n"
Thierry FOURNIER1e00d382014-02-11 11:31:40 +0100521 " show acl [id] : report avalaible acls or dump an acl's contents\n"
522 " get acl : reports the patterns matching a sample for an ACL\n"
523 " add acl : add acl entry\n"
524 " del acl : delete acl entry\n"
525 " clear acl <id> : clear the content of this acl\n"
Thierry FOURNIER1432a0c2014-03-11 13:42:38 +0100526 " show map [id] : report avalaible maps or dump a map's contents\n"
527 " get map : reports the keys and values matching a sample for a map\n"
528 " set map : modify map entry\n"
529 " add map : add map entry\n"
530 " del map : delete map entry\n"
531 " clear map <id> : clear the content of this map\n"
Emeric Brun4147b2e2014-06-16 18:36:30 +0200532 " set ssl <stmt> : set statement for ssl\n"
Willy Tarreau9a42c0d2009-09-22 19:31:03 +0200533 "";
Willy Tarreau5ca791d2009-08-16 19:06:42 +0200534
Simon Horman9bd2c732011-06-15 15:18:44 +0900535static const char stats_permission_denied_msg[] =
Willy Tarreau6162db22009-10-10 17:13:00 +0200536 "Permission denied\n"
537 "";
538
Willy Tarreau295a8372011-03-10 11:25:07 +0100539/* data transmission states for the stats responses */
540enum {
541 STAT_ST_INIT = 0,
542 STAT_ST_HEAD,
543 STAT_ST_INFO,
544 STAT_ST_LIST,
545 STAT_ST_END,
546 STAT_ST_FIN,
547};
548
549/* data transmission states for the stats responses inside a proxy */
550enum {
551 STAT_PX_ST_INIT = 0,
552 STAT_PX_ST_TH,
553 STAT_PX_ST_FE,
554 STAT_PX_ST_LI,
555 STAT_PX_ST_SV,
556 STAT_PX_ST_BE,
557 STAT_PX_ST_END,
558 STAT_PX_ST_FIN,
559};
560
Cyril Bonté19979e12012-04-04 12:57:21 +0200561extern const char *stat_status_codes[];
562
Willy Tarreau07e9e642010-08-17 21:48:17 +0200563/* allocate a new stats frontend named <name>, and return it
564 * (or NULL in case of lack of memory).
565 */
Willy Tarreaua020fbd2012-09-18 20:05:00 +0200566static struct proxy *alloc_stats_fe(const char *name, const char *file, int line)
Willy Tarreau07e9e642010-08-17 21:48:17 +0200567{
568 struct proxy *fe;
569
570 fe = (struct proxy *)calloc(1, sizeof(struct proxy));
571 if (!fe)
572 return NULL;
573
Willy Tarreau237250c2011-07-29 01:49:03 +0200574 init_new_proxy(fe);
Willy Tarreau050536d2012-10-04 08:47:34 +0200575 fe->next = proxy;
576 proxy = fe;
Willy Tarreau07e9e642010-08-17 21:48:17 +0200577 fe->last_change = now.tv_sec;
578 fe->id = strdup("GLOBAL");
579 fe->cap = PR_CAP_FE;
Willy Tarreauc2adf8b2011-09-07 12:13:34 +0200580 fe->maxconn = 10; /* default to 10 concurrent connections */
581 fe->timeout.client = MS_TO_TICKS(10000); /* default timeout of 10 seconds */
Willy Tarreaua020fbd2012-09-18 20:05:00 +0200582 fe->conf.file = strdup(file);
583 fe->conf.line = line;
Willy Tarreau32b60d42015-03-13 16:14:57 +0100584 fe->accept = frontend_accept;
Willy Tarreauf87ab942015-03-13 15:55:16 +0100585 fe->default_target = &cli_applet.obj_type;
Willy Tarreau050536d2012-10-04 08:47:34 +0200586
587 /* the stats frontend is the only one able to assign ID #0 */
588 fe->conf.id.key = fe->uuid = 0;
589 eb32_insert(&used_proxy_id, &fe->conf.id);
Willy Tarreau07e9e642010-08-17 21:48:17 +0200590 return fe;
591}
592
Willy Tarreaufbee7132007-10-18 13:53:22 +0200593/* This function parses a "stats" statement in the "global" section. It returns
Willy Tarreau0a3dd742012-05-08 19:47:01 +0200594 * -1 if there is any error, otherwise zero. If it returns -1, it will write an
595 * error message into the <err> buffer which will be preallocated. The trailing
596 * '\n' must not be written. The function must be called with <args> pointing to
597 * the first word after "stats".
Willy Tarreaufbee7132007-10-18 13:53:22 +0200598 */
Willy Tarreau10522fd2008-07-09 20:12:41 +0200599static int stats_parse_global(char **args, int section_type, struct proxy *curpx,
Willy Tarreau28a47d62012-09-18 20:02:48 +0200600 struct proxy *defpx, const char *file, int line,
601 char **err)
Willy Tarreaufbee7132007-10-18 13:53:22 +0200602{
Willy Tarreau4348fad2012-09-20 16:48:07 +0200603 struct bind_conf *bind_conf;
Willy Tarreauc53d4222012-09-20 20:19:28 +0200604 struct listener *l;
Willy Tarreau4348fad2012-09-20 16:48:07 +0200605
Willy Tarreau0a3dd742012-05-08 19:47:01 +0200606 if (!strcmp(args[1], "socket")) {
Willy Tarreaufbee7132007-10-18 13:53:22 +0200607 int cur_arg;
608
Willy Tarreau0a3dd742012-05-08 19:47:01 +0200609 if (*args[2] == 0) {
Willy Tarreauc53d4222012-09-20 20:19:28 +0200610 memprintf(err, "'%s %s' in global section expects an address or a path to a UNIX socket", args[0], args[1]);
Willy Tarreaufbee7132007-10-18 13:53:22 +0200611 return -1;
612 }
613
Willy Tarreau89a63132009-08-16 17:41:45 +0200614 if (!global.stats_fe) {
Willy Tarreaua020fbd2012-09-18 20:05:00 +0200615 if ((global.stats_fe = alloc_stats_fe("GLOBAL", file, line)) == NULL) {
Willy Tarreau0a3dd742012-05-08 19:47:01 +0200616 memprintf(err, "'%s %s' : out of memory trying to allocate a frontend", args[0], args[1]);
Willy Tarreau89a63132009-08-16 17:41:45 +0200617 return -1;
618 }
Willy Tarreau89a63132009-08-16 17:41:45 +0200619 }
620
Willy Tarreau4348fad2012-09-20 16:48:07 +0200621 bind_conf = bind_conf_alloc(&global.stats_fe->conf.bind, file, line, args[2]);
Willy Tarreau290e63a2012-09-20 18:07:14 +0200622 bind_conf->level = ACCESS_LVL_OPER; /* default access level */
Willy Tarreau4348fad2012-09-20 16:48:07 +0200623
Willy Tarreauc53d4222012-09-20 20:19:28 +0200624 if (!str2listener(args[2], global.stats_fe, bind_conf, file, line, err)) {
625 memprintf(err, "parsing [%s:%d] : '%s %s' : %s\n",
626 file, line, args[0], args[1], err && *err ? *err : "error");
627 return -1;
628 }
Willy Tarreaufbee7132007-10-18 13:53:22 +0200629
Willy Tarreau0a3dd742012-05-08 19:47:01 +0200630 cur_arg = 3;
Willy Tarreaufbee7132007-10-18 13:53:22 +0200631 while (*args[cur_arg]) {
Willy Tarreaud5781202012-09-22 19:32:35 +0200632 static int bind_dumped;
633 struct bind_kw *kw;
634
635 kw = bind_find_kw(args[cur_arg]);
636 if (kw) {
637 if (!kw->parse) {
638 memprintf(err, "'%s %s' : '%s' option is not implemented in this version (check build options).",
639 args[0], args[1], args[cur_arg]);
Willy Tarreaufbee7132007-10-18 13:53:22 +0200640 return -1;
641 }
Willy Tarreaud5781202012-09-22 19:32:35 +0200642
Willy Tarreau061b5de2015-10-13 15:06:57 +0200643 if (kw->parse(args, cur_arg, global.stats_fe, bind_conf, err) != 0) {
Willy Tarreaud5781202012-09-22 19:32:35 +0200644 if (err && *err)
645 memprintf(err, "'%s %s' : '%s'", args[0], args[1], *err);
646 else
647 memprintf(err, "'%s %s' : error encountered while processing '%s'",
648 args[0], args[1], args[cur_arg]);
Willy Tarreau6162db22009-10-10 17:13:00 +0200649 return -1;
650 }
Willy Tarreaud5781202012-09-22 19:32:35 +0200651
652 cur_arg += 1 + kw->skip;
653 continue;
Willy Tarreau6162db22009-10-10 17:13:00 +0200654 }
Willy Tarreaud5781202012-09-22 19:32:35 +0200655
656 if (!bind_dumped) {
657 bind_dump_kws(err);
658 indent_msg(err, 4);
659 bind_dumped = 1;
Willy Tarreaufbee7132007-10-18 13:53:22 +0200660 }
Willy Tarreaud5781202012-09-22 19:32:35 +0200661
662 memprintf(err, "'%s %s' : unknown keyword '%s'.%s%s",
663 args[0], args[1], args[cur_arg],
664 err && *err ? " Registered keywords :" : "", err && *err ? *err : "");
665 return -1;
Willy Tarreaufbee7132007-10-18 13:53:22 +0200666 }
Willy Tarreaub1356cf2008-12-07 16:06:43 +0100667
Willy Tarreauc53d4222012-09-20 20:19:28 +0200668 list_for_each_entry(l, &bind_conf->listeners, by_bind) {
669 l->maxconn = global.stats_fe->maxconn;
670 l->backlog = global.stats_fe->backlog;
Willy Tarreau9903f0e2015-04-04 18:50:31 +0200671 l->accept = session_accept_fd;
Willy Tarreau87b09662015-04-03 00:22:06 +0200672 l->handler = process_stream;
Willy Tarreau10b688f2015-03-13 16:43:12 +0100673 l->default_target = global.stats_fe->default_target;
Willy Tarreauc53d4222012-09-20 20:19:28 +0200674 l->options |= LI_O_UNLIMITED; /* don't make the peers subject to global limits */
675 l->nice = -64; /* we want to boost priority for local stats */
676 global.maxsock += l->maxconn;
677 }
Willy Tarreaufbee7132007-10-18 13:53:22 +0200678 }
Willy Tarreau0a3dd742012-05-08 19:47:01 +0200679 else if (!strcmp(args[1], "timeout")) {
Willy Tarreaub3f32f52007-12-02 22:15:14 +0100680 unsigned timeout;
Willy Tarreau0a3dd742012-05-08 19:47:01 +0200681 const char *res = parse_time_err(args[2], &timeout, TIME_UNIT_MS);
Willy Tarreaub3f32f52007-12-02 22:15:14 +0100682
683 if (res) {
Willy Tarreau0a3dd742012-05-08 19:47:01 +0200684 memprintf(err, "'%s %s' : unexpected character '%c'", args[0], args[1], *res);
Willy Tarreaub3f32f52007-12-02 22:15:14 +0100685 return -1;
686 }
Willy Tarreaufbee7132007-10-18 13:53:22 +0200687
Willy Tarreaub3f32f52007-12-02 22:15:14 +0100688 if (!timeout) {
Willy Tarreau0a3dd742012-05-08 19:47:01 +0200689 memprintf(err, "'%s %s' expects a positive value", args[0], args[1]);
Willy Tarreaufbee7132007-10-18 13:53:22 +0200690 return -1;
691 }
Willy Tarreau07e9e642010-08-17 21:48:17 +0200692 if (!global.stats_fe) {
Willy Tarreaua020fbd2012-09-18 20:05:00 +0200693 if ((global.stats_fe = alloc_stats_fe("GLOBAL", file, line)) == NULL) {
Willy Tarreau0a3dd742012-05-08 19:47:01 +0200694 memprintf(err, "'%s %s' : out of memory trying to allocate a frontend", args[0], args[1]);
Willy Tarreau07e9e642010-08-17 21:48:17 +0200695 return -1;
696 }
697 }
Willy Tarreau89a63132009-08-16 17:41:45 +0200698 global.stats_fe->timeout.client = MS_TO_TICKS(timeout);
Willy Tarreaufbee7132007-10-18 13:53:22 +0200699 }
Willy Tarreau0a3dd742012-05-08 19:47:01 +0200700 else if (!strcmp(args[1], "maxconn")) {
701 int maxconn = atol(args[2]);
Willy Tarreaufbee7132007-10-18 13:53:22 +0200702
703 if (maxconn <= 0) {
Willy Tarreau0a3dd742012-05-08 19:47:01 +0200704 memprintf(err, "'%s %s' expects a positive value", args[0], args[1]);
Willy Tarreaufbee7132007-10-18 13:53:22 +0200705 return -1;
706 }
Willy Tarreauc2adf8b2011-09-07 12:13:34 +0200707
708 if (!global.stats_fe) {
Willy Tarreaua020fbd2012-09-18 20:05:00 +0200709 if ((global.stats_fe = alloc_stats_fe("GLOBAL", file, line)) == NULL) {
Willy Tarreau0a3dd742012-05-08 19:47:01 +0200710 memprintf(err, "'%s %s' : out of memory trying to allocate a frontend", args[0], args[1]);
Willy Tarreauc2adf8b2011-09-07 12:13:34 +0200711 return -1;
712 }
713 }
714 global.stats_fe->maxconn = maxconn;
Willy Tarreaufbee7132007-10-18 13:53:22 +0200715 }
Willy Tarreau35b7b162012-10-22 23:17:18 +0200716 else if (!strcmp(args[1], "bind-process")) { /* enable the socket only on some processes */
717 int cur_arg = 2;
Willy Tarreaua9db57e2013-01-18 11:29:29 +0100718 unsigned long set = 0;
Willy Tarreau35b7b162012-10-22 23:17:18 +0200719
Willy Tarreau91319572013-04-20 09:48:50 +0200720 if (!global.stats_fe) {
721 if ((global.stats_fe = alloc_stats_fe("GLOBAL", file, line)) == NULL) {
722 memprintf(err, "'%s %s' : out of memory trying to allocate a frontend", args[0], args[1]);
723 return -1;
724 }
725 }
726
Willy Tarreau35b7b162012-10-22 23:17:18 +0200727 while (*args[cur_arg]) {
Willy Tarreau110ecc12012-11-15 17:50:01 +0100728 unsigned int low, high;
729
Willy Tarreau35b7b162012-10-22 23:17:18 +0200730 if (strcmp(args[cur_arg], "all") == 0) {
731 set = 0;
732 break;
733 }
734 else if (strcmp(args[cur_arg], "odd") == 0) {
Willy Tarreaua9db57e2013-01-18 11:29:29 +0100735 set |= ~0UL/3UL; /* 0x555....555 */
Willy Tarreau35b7b162012-10-22 23:17:18 +0200736 }
737 else if (strcmp(args[cur_arg], "even") == 0) {
Willy Tarreaua9db57e2013-01-18 11:29:29 +0100738 set |= (~0UL/3UL) << 1; /* 0xAAA...AAA */
Willy Tarreau35b7b162012-10-22 23:17:18 +0200739 }
Willy Tarreau83d84cf2012-11-22 01:04:31 +0100740 else if (isdigit((int)*args[cur_arg])) {
Willy Tarreau110ecc12012-11-15 17:50:01 +0100741 char *dash = strchr(args[cur_arg], '-');
742
743 low = high = str2uic(args[cur_arg]);
744 if (dash)
745 high = str2uic(dash + 1);
746
747 if (high < low) {
748 unsigned int swap = low;
749 low = high;
750 high = swap;
751 }
752
Willy Tarreaua9db57e2013-01-18 11:29:29 +0100753 if (low < 1 || high > LONGBITS) {
754 memprintf(err, "'%s %s' supports process numbers from 1 to %d.\n",
755 args[0], args[1], LONGBITS);
Willy Tarreau35b7b162012-10-22 23:17:18 +0200756 return -1;
757 }
Willy Tarreau110ecc12012-11-15 17:50:01 +0100758 while (low <= high)
Willy Tarreaua9db57e2013-01-18 11:29:29 +0100759 set |= 1UL << (low++ - 1);
Willy Tarreau110ecc12012-11-15 17:50:01 +0100760 }
761 else {
762 memprintf(err,
Willy Tarreaua9db57e2013-01-18 11:29:29 +0100763 "'%s %s' expects 'all', 'odd', 'even', or a list of process ranges with numbers from 1 to %d.\n",
764 args[0], args[1], LONGBITS);
Willy Tarreau110ecc12012-11-15 17:50:01 +0100765 return -1;
Willy Tarreau35b7b162012-10-22 23:17:18 +0200766 }
767 cur_arg++;
768 }
769 global.stats_fe->bind_proc = set;
770 }
Willy Tarreaufbee7132007-10-18 13:53:22 +0200771 else {
Willy Tarreau35b7b162012-10-22 23:17:18 +0200772 memprintf(err, "'%s' only supports 'socket', 'maxconn', 'bind-process' and 'timeout' (got '%s')", args[0], args[1]);
Willy Tarreaufbee7132007-10-18 13:53:22 +0200773 return -1;
774 }
775 return 0;
776}
777
Willy Tarreaud9bdcd52012-12-22 20:31:10 +0100778/* Dumps the stats CSV header to the trash buffer which. The caller is responsible
779 * for clearing it if needed.
Willy Tarreauf522f3d2014-02-10 22:22:49 +0100780 * NOTE: Some tools happen to rely on the field position instead of its name,
781 * so please only append new fields at the end, never in the middle.
Willy Tarreaud9bdcd52012-12-22 20:31:10 +0100782 */
783static void stats_dump_csv_header()
Willy Tarreau4bab24d2007-11-30 18:16:29 +0100784{
Willy Tarreauf6142292016-01-04 17:24:29 +0100785 int field;
786
787 chunk_appendf(&trash, "# ");
788 for (field = 0; field < ST_F_TOTAL_FIELDS; field++)
789 chunk_appendf(&trash, "%s,", stat_field_names[field]);
790
791 chunk_appendf(&trash, "\n");
Willy Tarreau4bab24d2007-11-30 18:16:29 +0100792}
793
Simon Hormand9366582011-06-15 15:18:45 +0900794/* print a string of text buffer to <out>. The format is :
795 * Non-printable chars \t, \n, \r and \e are * encoded in C format.
796 * Other non-printable chars are encoded "\xHH". Space and '\' are also escaped.
797 * Print stopped if null char or <bsize> is reached, or if no more place in the chunk.
798 */
799static int dump_text(struct chunk *out, const char *buf, int bsize)
800{
801 unsigned char c;
802 int ptr = 0;
803
804 while (buf[ptr] && ptr < bsize) {
805 c = buf[ptr];
806 if (isprint(c) && isascii(c) && c != '\\' && c != ' ') {
807 if (out->len > out->size - 1)
808 break;
809 out->str[out->len++] = c;
810 }
811 else if (c == '\t' || c == '\n' || c == '\r' || c == '\e' || c == '\\' || c == ' ') {
812 if (out->len > out->size - 2)
813 break;
814 out->str[out->len++] = '\\';
815 switch (c) {
816 case ' ': c = ' '; break;
817 case '\t': c = 't'; break;
818 case '\n': c = 'n'; break;
819 case '\r': c = 'r'; break;
820 case '\e': c = 'e'; break;
821 case '\\': c = '\\'; break;
822 }
823 out->str[out->len++] = c;
824 }
825 else {
826 if (out->len > out->size - 4)
827 break;
828 out->str[out->len++] = '\\';
829 out->str[out->len++] = 'x';
830 out->str[out->len++] = hextab[(c >> 4) & 0xF];
831 out->str[out->len++] = hextab[c & 0xF];
832 }
833 ptr++;
834 }
835
836 return ptr;
837}
838
839/* print a buffer in hexa.
840 * Print stopped if <bsize> is reached, or if no more place in the chunk.
841 */
842static int dump_binary(struct chunk *out, const char *buf, int bsize)
843{
844 unsigned char c;
845 int ptr = 0;
846
847 while (ptr < bsize) {
848 c = buf[ptr];
849
850 if (out->len > out->size - 2)
851 break;
852 out->str[out->len++] = hextab[(c >> 4) & 0xF];
853 out->str[out->len++] = hextab[c & 0xF];
854
855 ptr++;
856 }
857 return ptr;
858}
859
860/* Dump the status of a table to a stream interface's
861 * read buffer. It returns 0 if the output buffer is full
862 * and needs to be called again, otherwise non-zero.
863 */
864static int stats_dump_table_head_to_buffer(struct chunk *msg, struct stream_interface *si,
865 struct proxy *proxy, struct proxy *target)
866{
Willy Tarreau87b09662015-04-03 00:22:06 +0200867 struct stream *s = si_strm(si);
Simon Hormand9366582011-06-15 15:18:45 +0900868
Willy Tarreau77804732012-10-29 16:14:26 +0100869 chunk_appendf(msg, "# table: %s, type: %s, size:%d, used:%d\n",
Simon Hormand9366582011-06-15 15:18:45 +0900870 proxy->id, stktable_types[proxy->table.type].kw, proxy->table.size, proxy->table.current);
871
872 /* any other information should be dumped here */
873
Willy Tarreaud0d8da92015-04-04 02:10:38 +0200874 if (target && strm_li(s)->bind_conf->level < ACCESS_LVL_OPER)
Willy Tarreau77804732012-10-29 16:14:26 +0100875 chunk_appendf(msg, "# contents not dumped due to insufficient privileges\n");
Simon Hormand9366582011-06-15 15:18:45 +0900876
Willy Tarreaubc18da12015-03-13 14:00:47 +0100877 if (bi_putchk(si_ic(si), msg) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +0200878 si_applet_cant_put(si);
Simon Hormand9366582011-06-15 15:18:45 +0900879 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +0100880 }
Simon Hormand9366582011-06-15 15:18:45 +0900881
882 return 1;
883}
884
885/* Dump the a table entry to a stream interface's
886 * read buffer. It returns 0 if the output buffer is full
887 * and needs to be called again, otherwise non-zero.
888 */
889static int stats_dump_table_entry_to_buffer(struct chunk *msg, struct stream_interface *si,
890 struct proxy *proxy, struct stksess *entry)
891{
892 int dt;
893
Willy Tarreau77804732012-10-29 16:14:26 +0100894 chunk_appendf(msg, "%p:", entry);
Simon Hormand9366582011-06-15 15:18:45 +0900895
Thierry FOURNIER5d24ebc2015-07-24 08:46:42 +0200896 if (proxy->table.type == SMP_T_IPV4) {
Simon Hormand9366582011-06-15 15:18:45 +0900897 char addr[INET_ADDRSTRLEN];
898 inet_ntop(AF_INET, (const void *)&entry->key.key, addr, sizeof(addr));
Willy Tarreau77804732012-10-29 16:14:26 +0100899 chunk_appendf(msg, " key=%s", addr);
Simon Hormand9366582011-06-15 15:18:45 +0900900 }
Thierry FOURNIER5d24ebc2015-07-24 08:46:42 +0200901 else if (proxy->table.type == SMP_T_IPV6) {
Simon Hormand9366582011-06-15 15:18:45 +0900902 char addr[INET6_ADDRSTRLEN];
903 inet_ntop(AF_INET6, (const void *)&entry->key.key, addr, sizeof(addr));
Willy Tarreau77804732012-10-29 16:14:26 +0100904 chunk_appendf(msg, " key=%s", addr);
Simon Hormand9366582011-06-15 15:18:45 +0900905 }
Thierry FOURNIER5d24ebc2015-07-24 08:46:42 +0200906 else if (proxy->table.type == SMP_T_SINT) {
Willy Tarreau77804732012-10-29 16:14:26 +0100907 chunk_appendf(msg, " key=%u", *(unsigned int *)entry->key.key);
Simon Hormand9366582011-06-15 15:18:45 +0900908 }
Thierry FOURNIER5d24ebc2015-07-24 08:46:42 +0200909 else if (proxy->table.type == SMP_T_STR) {
Willy Tarreau77804732012-10-29 16:14:26 +0100910 chunk_appendf(msg, " key=");
Simon Hormand9366582011-06-15 15:18:45 +0900911 dump_text(msg, (const char *)entry->key.key, proxy->table.key_size);
912 }
913 else {
Willy Tarreau77804732012-10-29 16:14:26 +0100914 chunk_appendf(msg, " key=");
Simon Hormand9366582011-06-15 15:18:45 +0900915 dump_binary(msg, (const char *)entry->key.key, proxy->table.key_size);
916 }
917
Willy Tarreau77804732012-10-29 16:14:26 +0100918 chunk_appendf(msg, " use=%d exp=%d", entry->ref_cnt - 1, tick_remain(now_ms, entry->expire));
Simon Hormand9366582011-06-15 15:18:45 +0900919
920 for (dt = 0; dt < STKTABLE_DATA_TYPES; dt++) {
921 void *ptr;
922
923 if (proxy->table.data_ofs[dt] == 0)
924 continue;
925 if (stktable_data_types[dt].arg_type == ARG_T_DELAY)
Willy Tarreau77804732012-10-29 16:14:26 +0100926 chunk_appendf(msg, " %s(%d)=", stktable_data_types[dt].name, proxy->table.data_arg[dt].u);
Simon Hormand9366582011-06-15 15:18:45 +0900927 else
Willy Tarreau77804732012-10-29 16:14:26 +0100928 chunk_appendf(msg, " %s=", stktable_data_types[dt].name);
Simon Hormand9366582011-06-15 15:18:45 +0900929
930 ptr = stktable_data_ptr(&proxy->table, entry, dt);
931 switch (stktable_data_types[dt].std_type) {
932 case STD_T_SINT:
Willy Tarreau77804732012-10-29 16:14:26 +0100933 chunk_appendf(msg, "%d", stktable_data_cast(ptr, std_t_sint));
Simon Hormand9366582011-06-15 15:18:45 +0900934 break;
935 case STD_T_UINT:
Willy Tarreau77804732012-10-29 16:14:26 +0100936 chunk_appendf(msg, "%u", stktable_data_cast(ptr, std_t_uint));
Simon Hormand9366582011-06-15 15:18:45 +0900937 break;
938 case STD_T_ULL:
Willy Tarreau77804732012-10-29 16:14:26 +0100939 chunk_appendf(msg, "%lld", stktable_data_cast(ptr, std_t_ull));
Simon Hormand9366582011-06-15 15:18:45 +0900940 break;
941 case STD_T_FRQP:
Willy Tarreau77804732012-10-29 16:14:26 +0100942 chunk_appendf(msg, "%d",
Simon Hormand9366582011-06-15 15:18:45 +0900943 read_freq_ctr_period(&stktable_data_cast(ptr, std_t_frqp),
944 proxy->table.data_arg[dt].u));
945 break;
946 }
947 }
Willy Tarreau77804732012-10-29 16:14:26 +0100948 chunk_appendf(msg, "\n");
Simon Hormand9366582011-06-15 15:18:45 +0900949
Willy Tarreaubc18da12015-03-13 14:00:47 +0100950 if (bi_putchk(si_ic(si), msg) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +0200951 si_applet_cant_put(si);
Simon Hormand9366582011-06-15 15:18:45 +0900952 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +0100953 }
Simon Hormand9366582011-06-15 15:18:45 +0900954
955 return 1;
956}
957
Willy Tarreaudec98142012-06-06 23:37:08 +0200958static void stats_sock_table_key_request(struct stream_interface *si, char **args, int action)
Simon Horman121f3052011-06-15 15:18:46 +0900959{
Willy Tarreau87b09662015-04-03 00:22:06 +0200960 struct stream *s = si_strm(si);
Willy Tarreau7b4b4992013-12-01 09:15:12 +0100961 struct appctx *appctx = __objt_appctx(si->end);
962 struct proxy *px = appctx->ctx.table.target;
Simon Horman121f3052011-06-15 15:18:46 +0900963 struct stksess *ts;
Simon Hormancec9a222011-06-15 15:18:51 +0900964 uint32_t uint32_key;
Simon Hormanc5b89f62011-06-15 15:18:50 +0900965 unsigned char ip6_key[sizeof(struct in6_addr)];
Willy Tarreau654694e2012-06-07 01:03:16 +0200966 long long value;
967 int data_type;
Willy Tarreau47060b62013-08-01 21:11:42 +0200968 int cur_arg;
Willy Tarreau654694e2012-06-07 01:03:16 +0200969 void *ptr;
970 struct freq_ctr_period *frqp;
Simon Horman121f3052011-06-15 15:18:46 +0900971
Willy Tarreau7b4b4992013-12-01 09:15:12 +0100972 appctx->st0 = STAT_CLI_OUTPUT;
Simon Horman121f3052011-06-15 15:18:46 +0900973
974 if (!*args[4]) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +0100975 appctx->ctx.cli.msg = "Key value expected\n";
976 appctx->st0 = STAT_CLI_PRINT;
Simon Horman121f3052011-06-15 15:18:46 +0900977 return;
978 }
979
Simon Hormanc5b89f62011-06-15 15:18:50 +0900980 switch (px->table.type) {
Thierry FOURNIER5d24ebc2015-07-24 08:46:42 +0200981 case SMP_T_IPV4:
Simon Hormancec9a222011-06-15 15:18:51 +0900982 uint32_key = htonl(inetaddr_host(args[4]));
Willy Tarreau07115412012-10-29 21:56:59 +0100983 static_table_key->key = &uint32_key;
Simon Hormanc5b89f62011-06-15 15:18:50 +0900984 break;
Thierry FOURNIER5d24ebc2015-07-24 08:46:42 +0200985 case SMP_T_IPV6:
Simon Hormanc5b89f62011-06-15 15:18:50 +0900986 inet_pton(AF_INET6, args[4], ip6_key);
Willy Tarreau07115412012-10-29 21:56:59 +0100987 static_table_key->key = &ip6_key;
Simon Hormanc5b89f62011-06-15 15:18:50 +0900988 break;
Thierry FOURNIER5d24ebc2015-07-24 08:46:42 +0200989 case SMP_T_SINT:
Simon Hormancec9a222011-06-15 15:18:51 +0900990 {
991 char *endptr;
992 unsigned long val;
993 errno = 0;
994 val = strtoul(args[4], &endptr, 10);
995 if ((errno == ERANGE && val == ULONG_MAX) ||
996 (errno != 0 && val == 0) || endptr == args[4] ||
997 val > 0xffffffff) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +0100998 appctx->ctx.cli.msg = "Invalid key\n";
999 appctx->st0 = STAT_CLI_PRINT;
Simon Hormancec9a222011-06-15 15:18:51 +09001000 return;
1001 }
1002 uint32_key = (uint32_t) val;
Willy Tarreau07115412012-10-29 21:56:59 +01001003 static_table_key->key = &uint32_key;
Simon Hormancec9a222011-06-15 15:18:51 +09001004 break;
1005 }
1006 break;
Thierry FOURNIER5d24ebc2015-07-24 08:46:42 +02001007 case SMP_T_STR:
Willy Tarreau07115412012-10-29 21:56:59 +01001008 static_table_key->key = args[4];
1009 static_table_key->key_len = strlen(args[4]);
Simon Horman619e3cc2011-06-15 15:18:52 +09001010 break;
Simon Hormanc5b89f62011-06-15 15:18:50 +09001011 default:
Willy Tarreaudec98142012-06-06 23:37:08 +02001012 switch (action) {
1013 case STAT_CLI_O_TAB:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001014 appctx->ctx.cli.msg = "Showing keys from tables of type other than ip, ipv6, string and integer is not supported\n";
Willy Tarreaudec98142012-06-06 23:37:08 +02001015 break;
1016 case STAT_CLI_O_CLR:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001017 appctx->ctx.cli.msg = "Removing keys from ip tables of type other than ip, ipv6, string and integer is not supported\n";
Willy Tarreaudec98142012-06-06 23:37:08 +02001018 break;
1019 default:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001020 appctx->ctx.cli.msg = "Unknown action\n";
Willy Tarreaudec98142012-06-06 23:37:08 +02001021 break;
1022 }
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001023 appctx->st0 = STAT_CLI_PRINT;
Simon Horman121f3052011-06-15 15:18:46 +09001024 return;
1025 }
1026
1027 /* check permissions */
Willy Tarreaud0d8da92015-04-04 02:10:38 +02001028 if (strm_li(s)->bind_conf->level < ACCESS_LVL_OPER) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001029 appctx->ctx.cli.msg = stats_permission_denied_msg;
1030 appctx->st0 = STAT_CLI_PRINT;
Simon Horman121f3052011-06-15 15:18:46 +09001031 return;
1032 }
1033
Willy Tarreau07115412012-10-29 21:56:59 +01001034 ts = stktable_lookup_key(&px->table, static_table_key);
Simon Horman17bce342011-06-15 15:18:47 +09001035
Willy Tarreaudec98142012-06-06 23:37:08 +02001036 switch (action) {
1037 case STAT_CLI_O_TAB:
1038 if (!ts)
1039 return;
Willy Tarreau19d14ef2012-10-29 16:51:55 +01001040 chunk_reset(&trash);
1041 if (!stats_dump_table_head_to_buffer(&trash, si, px, px))
Simon Horman17bce342011-06-15 15:18:47 +09001042 return;
Willy Tarreau19d14ef2012-10-29 16:51:55 +01001043 stats_dump_table_entry_to_buffer(&trash, si, px, ts);
Simon Horman121f3052011-06-15 15:18:46 +09001044 return;
Willy Tarreaudec98142012-06-06 23:37:08 +02001045
1046 case STAT_CLI_O_CLR:
1047 if (!ts)
1048 return;
1049 if (ts->ref_cnt) {
1050 /* don't delete an entry which is currently referenced */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001051 appctx->ctx.cli.msg = "Entry currently in use, cannot remove\n";
1052 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreaudec98142012-06-06 23:37:08 +02001053 return;
1054 }
1055 stksess_kill(&px->table, ts);
1056 break;
Simon Horman17bce342011-06-15 15:18:47 +09001057
Willy Tarreau654694e2012-06-07 01:03:16 +02001058 case STAT_CLI_O_SET:
Willy Tarreau654694e2012-06-07 01:03:16 +02001059 if (ts)
1060 stktable_touch(&px->table, ts, 1);
1061 else {
Willy Tarreau07115412012-10-29 21:56:59 +01001062 ts = stksess_new(&px->table, static_table_key);
Willy Tarreau654694e2012-06-07 01:03:16 +02001063 if (!ts) {
1064 /* don't delete an entry which is currently referenced */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001065 appctx->ctx.cli.msg = "Unable to allocate a new entry\n";
1066 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau654694e2012-06-07 01:03:16 +02001067 return;
1068 }
1069 stktable_store(&px->table, ts, 1);
1070 }
1071
Willy Tarreau47060b62013-08-01 21:11:42 +02001072 for (cur_arg = 5; *args[cur_arg]; cur_arg += 2) {
1073 if (strncmp(args[cur_arg], "data.", 5) != 0) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001074 appctx->ctx.cli.msg = "\"data.<type>\" followed by a value expected\n";
1075 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau47060b62013-08-01 21:11:42 +02001076 return;
1077 }
1078
1079 data_type = stktable_get_data_type(args[cur_arg] + 5);
1080 if (data_type < 0) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001081 appctx->ctx.cli.msg = "Unknown data type\n";
1082 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau47060b62013-08-01 21:11:42 +02001083 return;
1084 }
1085
1086 if (!px->table.data_ofs[data_type]) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001087 appctx->ctx.cli.msg = "Data type not stored in this table\n";
1088 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau47060b62013-08-01 21:11:42 +02001089 return;
1090 }
1091
1092 if (!*args[cur_arg+1] || strl2llrc(args[cur_arg+1], strlen(args[cur_arg+1]), &value) != 0) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001093 appctx->ctx.cli.msg = "Require a valid integer value to store\n";
1094 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau47060b62013-08-01 21:11:42 +02001095 return;
1096 }
1097
1098 ptr = stktable_data_ptr(&px->table, ts, data_type);
1099
1100 switch (stktable_data_types[data_type].std_type) {
1101 case STD_T_SINT:
1102 stktable_data_cast(ptr, std_t_sint) = value;
1103 break;
1104 case STD_T_UINT:
1105 stktable_data_cast(ptr, std_t_uint) = value;
1106 break;
1107 case STD_T_ULL:
1108 stktable_data_cast(ptr, std_t_ull) = value;
1109 break;
1110 case STD_T_FRQP:
1111 /* We set both the current and previous values. That way
1112 * the reported frequency is stable during all the period
1113 * then slowly fades out. This allows external tools to
1114 * push measures without having to update them too often.
1115 */
1116 frqp = &stktable_data_cast(ptr, std_t_frqp);
1117 frqp->curr_tick = now_ms;
1118 frqp->prev_ctr = 0;
1119 frqp->curr_ctr = value;
1120 break;
1121 }
Willy Tarreau654694e2012-06-07 01:03:16 +02001122 }
1123 break;
1124
Willy Tarreaudec98142012-06-06 23:37:08 +02001125 default:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001126 appctx->ctx.cli.msg = "Unknown action\n";
1127 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreaudec98142012-06-06 23:37:08 +02001128 break;
Simon Horman121f3052011-06-15 15:18:46 +09001129 }
Simon Horman121f3052011-06-15 15:18:46 +09001130}
1131
Willy Tarreau654694e2012-06-07 01:03:16 +02001132static void stats_sock_table_data_request(struct stream_interface *si, char **args, int action)
Simon Hormand5b9fd92011-06-15 15:18:48 +09001133{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001134 struct appctx *appctx = __objt_appctx(si->end);
1135
Willy Tarreau04b3a192013-04-13 09:41:37 +02001136 if (action != STAT_CLI_O_TAB && action != STAT_CLI_O_CLR) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001137 appctx->ctx.cli.msg = "content-based lookup is only supported with the \"show\" and \"clear\" actions";
1138 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau654694e2012-06-07 01:03:16 +02001139 return;
1140 }
1141
Simon Hormand5b9fd92011-06-15 15:18:48 +09001142 /* condition on stored data value */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001143 appctx->ctx.table.data_type = stktable_get_data_type(args[3] + 5);
1144 if (appctx->ctx.table.data_type < 0) {
1145 appctx->ctx.cli.msg = "Unknown data type\n";
1146 appctx->st0 = STAT_CLI_PRINT;
Simon Hormand5b9fd92011-06-15 15:18:48 +09001147 return;
1148 }
1149
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001150 if (!((struct proxy *)appctx->ctx.table.target)->table.data_ofs[appctx->ctx.table.data_type]) {
1151 appctx->ctx.cli.msg = "Data type not stored in this table\n";
1152 appctx->st0 = STAT_CLI_PRINT;
Simon Hormand5b9fd92011-06-15 15:18:48 +09001153 return;
1154 }
1155
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001156 appctx->ctx.table.data_op = get_std_op(args[4]);
1157 if (appctx->ctx.table.data_op < 0) {
1158 appctx->ctx.cli.msg = "Require and operator among \"eq\", \"ne\", \"le\", \"ge\", \"lt\", \"gt\"\n";
1159 appctx->st0 = STAT_CLI_PRINT;
Simon Hormand5b9fd92011-06-15 15:18:48 +09001160 return;
1161 }
1162
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001163 if (!*args[5] || strl2llrc(args[5], strlen(args[5]), &appctx->ctx.table.value) != 0) {
1164 appctx->ctx.cli.msg = "Require a valid integer value to compare against\n";
1165 appctx->st0 = STAT_CLI_PRINT;
Simon Hormand5b9fd92011-06-15 15:18:48 +09001166 return;
1167 }
1168}
1169
Willy Tarreaudec98142012-06-06 23:37:08 +02001170static void stats_sock_table_request(struct stream_interface *si, char **args, int action)
Simon Hormand5b9fd92011-06-15 15:18:48 +09001171{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001172 struct appctx *appctx = __objt_appctx(si->end);
1173
1174 appctx->ctx.table.data_type = -1;
1175 appctx->st2 = STAT_ST_INIT;
1176 appctx->ctx.table.target = NULL;
1177 appctx->ctx.table.proxy = NULL;
1178 appctx->ctx.table.entry = NULL;
1179 appctx->st0 = action;
Simon Hormand5b9fd92011-06-15 15:18:48 +09001180
1181 if (*args[2]) {
Willy Tarreaue2dc1fa2015-05-26 12:08:07 +02001182 appctx->ctx.table.target = proxy_tbl_by_name(args[2]);
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001183 if (!appctx->ctx.table.target) {
1184 appctx->ctx.cli.msg = "No such table\n";
1185 appctx->st0 = STAT_CLI_PRINT;
Simon Hormand5b9fd92011-06-15 15:18:48 +09001186 return;
1187 }
1188 }
1189 else {
Willy Tarreaudec98142012-06-06 23:37:08 +02001190 if (action != STAT_CLI_O_TAB)
Simon Hormand5b9fd92011-06-15 15:18:48 +09001191 goto err_args;
1192 return;
1193 }
1194
1195 if (strcmp(args[3], "key") == 0)
Willy Tarreaudec98142012-06-06 23:37:08 +02001196 stats_sock_table_key_request(si, args, action);
Simon Hormanc88b8872011-06-15 15:18:49 +09001197 else if (strncmp(args[3], "data.", 5) == 0)
Willy Tarreau654694e2012-06-07 01:03:16 +02001198 stats_sock_table_data_request(si, args, action);
Simon Hormanc88b8872011-06-15 15:18:49 +09001199 else if (*args[3])
Simon Hormand5b9fd92011-06-15 15:18:48 +09001200 goto err_args;
1201
1202 return;
1203
1204err_args:
Willy Tarreaudec98142012-06-06 23:37:08 +02001205 switch (action) {
1206 case STAT_CLI_O_TAB:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001207 appctx->ctx.cli.msg = "Optional argument only supports \"data.<store_data_type>\" <operator> <value> and key <key>\n";
Willy Tarreaudec98142012-06-06 23:37:08 +02001208 break;
1209 case STAT_CLI_O_CLR:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001210 appctx->ctx.cli.msg = "Required arguments: <table> \"data.<store_data_type>\" <operator> <value> or <table> key <key>\n";
Willy Tarreaudec98142012-06-06 23:37:08 +02001211 break;
1212 default:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001213 appctx->ctx.cli.msg = "Unknown action\n";
Willy Tarreaudec98142012-06-06 23:37:08 +02001214 break;
1215 }
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001216 appctx->st0 = STAT_CLI_PRINT;
Simon Hormand5b9fd92011-06-15 15:18:48 +09001217}
1218
Willy Tarreau532a4502011-09-07 22:37:44 +02001219/* Expects to find a frontend named <arg> and returns it, otherwise displays various
Willy Tarreau87b09662015-04-03 00:22:06 +02001220 * adequate error messages and returns NULL. This function also expects the stream
Willy Tarreau532a4502011-09-07 22:37:44 +02001221 * level to be admin.
1222 */
Willy Tarreau87b09662015-04-03 00:22:06 +02001223static struct proxy *expect_frontend_admin(struct stream *s, struct stream_interface *si, const char *arg)
Willy Tarreau532a4502011-09-07 22:37:44 +02001224{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001225 struct appctx *appctx = __objt_appctx(si->end);
Willy Tarreau532a4502011-09-07 22:37:44 +02001226 struct proxy *px;
1227
Willy Tarreaud0d8da92015-04-04 02:10:38 +02001228 if (strm_li(s)->bind_conf->level < ACCESS_LVL_ADMIN) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001229 appctx->ctx.cli.msg = stats_permission_denied_msg;
1230 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau532a4502011-09-07 22:37:44 +02001231 return NULL;
1232 }
1233
1234 if (!*arg) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001235 appctx->ctx.cli.msg = "A frontend name is expected.\n";
1236 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau532a4502011-09-07 22:37:44 +02001237 return NULL;
1238 }
1239
Willy Tarreau9e0bb102015-05-26 11:24:42 +02001240 px = proxy_fe_by_name(arg);
Willy Tarreau532a4502011-09-07 22:37:44 +02001241 if (!px) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001242 appctx->ctx.cli.msg = "No such frontend.\n";
1243 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau532a4502011-09-07 22:37:44 +02001244 return NULL;
1245 }
1246 return px;
1247}
1248
Willy Tarreaud52c41e2011-09-07 23:41:01 +02001249/* Expects to find a backend and a server in <arg> under the form <backend>/<server>,
1250 * and returns the pointer to the server. Otherwise, display adequate error messages
Willy Tarreau87b09662015-04-03 00:22:06 +02001251 * and returns NULL. This function also expects the stream level to be admin. Note:
Willy Tarreaud52c41e2011-09-07 23:41:01 +02001252 * the <arg> is modified to remove the '/'.
1253 */
Willy Tarreau87b09662015-04-03 00:22:06 +02001254static struct server *expect_server_admin(struct stream *s, struct stream_interface *si, char *arg)
Willy Tarreaud52c41e2011-09-07 23:41:01 +02001255{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001256 struct appctx *appctx = __objt_appctx(si->end);
Willy Tarreaud52c41e2011-09-07 23:41:01 +02001257 struct proxy *px;
1258 struct server *sv;
1259 char *line;
1260
Willy Tarreaud0d8da92015-04-04 02:10:38 +02001261 if (strm_li(s)->bind_conf->level < ACCESS_LVL_ADMIN) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001262 appctx->ctx.cli.msg = stats_permission_denied_msg;
1263 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreaud52c41e2011-09-07 23:41:01 +02001264 return NULL;
1265 }
1266
1267 /* split "backend/server" and make <line> point to server */
1268 for (line = arg; *line; line++)
1269 if (*line == '/') {
1270 *line++ = '\0';
1271 break;
1272 }
1273
1274 if (!*line || !*arg) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001275 appctx->ctx.cli.msg = "Require 'backend/server'.\n";
1276 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreaud52c41e2011-09-07 23:41:01 +02001277 return NULL;
1278 }
1279
1280 if (!get_backend_server(arg, line, &px, &sv)) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001281 appctx->ctx.cli.msg = px ? "No such server.\n" : "No such backend.\n";
1282 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreaud52c41e2011-09-07 23:41:01 +02001283 return NULL;
1284 }
1285
1286 if (px->state == PR_STSTOPPED) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001287 appctx->ctx.cli.msg = "Proxy is disabled.\n";
1288 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreaud52c41e2011-09-07 23:41:01 +02001289 return NULL;
1290 }
1291
1292 return sv;
1293}
Nenad Merdanovic200b0fa2015-05-09 08:46:01 +02001294
1295/* This function is used with TLS ticket keys management. It permits to browse
1296 * each reference. The variable <getnext> must contain the current node,
1297 * <end> point to the root node.
1298 */
1299#if (defined SSL_CTRL_SET_TLSEXT_TICKET_KEY_CB && TLS_TICKETS_NO > 0)
1300static inline
1301struct tls_keys_ref *tlskeys_list_get_next(struct tls_keys_ref *getnext, struct list *end)
1302{
1303 struct tls_keys_ref *ref = getnext;
1304
1305 while (1) {
1306
1307 /* Get next list entry. */
1308 ref = LIST_NEXT(&ref->list, struct tls_keys_ref *, list);
1309
1310 /* If the entry is the last of the list, return NULL. */
1311 if (&ref->list == end)
1312 return NULL;
1313
1314 return ref;
1315 }
1316}
1317
1318static inline
1319struct tls_keys_ref *tlskeys_ref_lookup_ref(const char *reference)
1320{
1321 int id;
1322 char *error;
1323
1324 /* If the reference starts by a '#', this is numeric id. */
1325 if (reference[0] == '#') {
1326 /* Try to convert the numeric id. If the conversion fails, the lookup fails. */
1327 id = strtol(reference + 1, &error, 10);
1328 if (*error != '\0')
1329 return NULL;
1330
1331 /* Perform the unique id lookup. */
1332 return tlskeys_ref_lookupid(id);
1333 }
1334
1335 /* Perform the string lookup. */
1336 return tlskeys_ref_lookup(reference);
1337}
1338#endif
Willy Tarreaud52c41e2011-09-07 23:41:01 +02001339
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001340/* This function is used with map and acl management. It permits to browse
1341 * each reference. The variable <getnext> must contain the current node,
1342 * <end> point to the root node and the <flags> permit to filter required
1343 * nodes.
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001344 */
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001345static inline
1346struct pat_ref *pat_list_get_next(struct pat_ref *getnext, struct list *end,
1347 unsigned int flags)
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001348{
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001349 struct pat_ref *ref = getnext;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001350
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001351 while (1) {
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001352
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001353 /* Get next list entry. */
1354 ref = LIST_NEXT(&ref->list, struct pat_ref *, list);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001355
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001356 /* If the entry is the last of the list, return NULL. */
1357 if (&ref->list == end)
1358 return NULL;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001359
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001360 /* If the entry match the flag, return it. */
1361 if (ref->flags & flags)
1362 return ref;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001363 }
1364}
1365
Thierry FOURNIERaf5a29d2014-03-11 14:29:22 +01001366static inline
1367struct pat_ref *pat_ref_lookup_ref(const char *reference)
1368{
1369 int id;
1370 char *error;
1371
1372 /* If the reference starts by a '#', this is numeric id. */
1373 if (reference[0] == '#') {
1374 /* Try to convert the numeric id. If the conversion fails, the lookup fails. */
1375 id = strtol(reference + 1, &error, 10);
1376 if (*error != '\0')
1377 return NULL;
1378
1379 /* Perform the unique id lookup. */
1380 return pat_ref_lookupid(id);
1381 }
1382
1383 /* Perform the string lookup. */
1384 return pat_ref_lookup(reference);
1385}
1386
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001387/* This function is used with map and acl management. It permits to browse
1388 * each reference.
1389 */
1390static inline
1391struct pattern_expr *pat_expr_get_next(struct pattern_expr *getnext, struct list *end)
1392{
1393 struct pattern_expr *expr;
Thierry FOURNIERc5959fd2014-01-20 14:29:33 +01001394 expr = LIST_NEXT(&getnext->list, struct pattern_expr *, list);
1395 if (&expr->list == end)
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001396 return NULL;
1397 return expr;
1398}
1399
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02001400/* Processes the stats interpreter on the statistics socket. This function is
Willy Tarreauf5a885f2009-10-04 14:22:18 +02001401 * called from an applet running in a stream interface. The function returns 1
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001402 * if the request was understood, otherwise zero. It sets appctx->st0 to a value
Willy Tarreauea1f5fe2009-10-11 23:12:51 +02001403 * designating the function which will have to process the request, which can
1404 * also be the print function to display the return message set into cli.msg.
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001405 */
Simon Horman9bd2c732011-06-15 15:18:44 +09001406static int stats_sock_parse_request(struct stream_interface *si, char *line)
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001407{
Willy Tarreau87b09662015-04-03 00:22:06 +02001408 struct stream *s = si_strm(si);
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001409 struct appctx *appctx = __objt_appctx(si->end);
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001410 char *args[MAX_STATS_ARGS + 1];
1411 int arg;
Thierry FOURNIER48bcfda2013-12-10 18:54:58 +01001412 int i, j;
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001413
1414 while (isspace((unsigned char)*line))
1415 line++;
1416
1417 arg = 0;
1418 args[arg] = line;
1419
1420 while (*line && arg < MAX_STATS_ARGS) {
Thierry FOURNIER48bcfda2013-12-10 18:54:58 +01001421 if (*line == '\\') {
1422 line++;
1423 if (*line == '\0')
1424 break;
1425 }
1426 else if (isspace((unsigned char)*line)) {
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001427 *line++ = '\0';
1428
1429 while (isspace((unsigned char)*line))
1430 line++;
1431
1432 args[++arg] = line;
1433 continue;
1434 }
1435
1436 line++;
1437 }
1438
1439 while (++arg <= MAX_STATS_ARGS)
1440 args[arg] = line;
1441
Thierry FOURNIER48bcfda2013-12-10 18:54:58 +01001442 /* remove \ */
1443 arg = 0;
1444 while (*args[arg] != '\0') {
1445 j = 0;
1446 for (i=0; args[arg][i] != '\0'; i++) {
1447 if (args[arg][i] == '\\')
1448 continue;
1449 args[arg][j] = args[arg][i];
1450 j++;
1451 }
1452 args[arg][j] = '\0';
1453 arg++;
1454 }
1455
Willy Tarreau6bcb95d2015-05-04 18:07:56 +02001456 appctx->ctx.stats.scope_str = 0;
1457 appctx->ctx.stats.scope_len = 0;
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001458 appctx->ctx.stats.flags = 0;
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001459 if (strcmp(args[0], "show") == 0) {
Baptiste Assmann9b6857e2015-09-18 14:49:12 +02001460 if (strcmp(args[1], "backend") == 0) {
1461 appctx->st2 = STAT_ST_INIT;
1462 appctx->st0 = STAT_CLI_O_BACKEND;
1463 }
Willy Tarreauae795722016-02-16 11:27:28 +01001464 else if (strcmp(args[1], "env") == 0) {
1465 extern char **environ;
1466
1467 if (strm_li(s)->bind_conf->level < ACCESS_LVL_OPER) {
1468 appctx->ctx.cli.msg = stats_permission_denied_msg;
1469 appctx->st0 = STAT_CLI_PRINT;
1470 return 1;
1471 }
1472 appctx->ctx.env.var = environ;
1473 appctx->st2 = STAT_ST_INIT;
1474 appctx->st0 = STAT_CLI_O_ENV; // stats_dump_env_to_buffer
1475
1476 if (*args[2]) {
1477 int len = strlen(args[2]);
1478
1479 for (; *appctx->ctx.env.var; appctx->ctx.env.var++) {
1480 if (strncmp(*appctx->ctx.env.var, args[2], len) == 0 &&
1481 (*appctx->ctx.env.var)[len] == '=')
1482 break;
1483 }
1484 if (!*appctx->ctx.env.var) {
1485 appctx->ctx.cli.msg = "Variable not found\n";
1486 appctx->st0 = STAT_CLI_PRINT;
1487 return 1;
1488 }
1489 appctx->st2 = STAT_ST_END;
1490 }
1491 }
1492 else if (strcmp(args[1], "stat") == 0) {
Baptiste Assmann3863f972015-05-17 00:33:24 +02001493 if (strcmp(args[2], "resolvers") == 0) {
1494 struct dns_resolvers *presolvers;
1495
Andrew Hayworth68d05342015-10-02 20:33:01 +00001496 if (*args[3]) {
1497 appctx->ctx.resolvers.ptr = NULL;
1498 list_for_each_entry(presolvers, &dns_resolvers, list) {
1499 if (strcmp(presolvers->id, args[3]) == 0) {
1500 appctx->ctx.resolvers.ptr = presolvers;
1501 break;
1502 }
Baptiste Assmann3863f972015-05-17 00:33:24 +02001503 }
Andrew Hayworth68d05342015-10-02 20:33:01 +00001504 if (appctx->ctx.resolvers.ptr == NULL) {
1505 appctx->ctx.cli.msg = "Can't find that resolvers section\n";
1506 appctx->st0 = STAT_CLI_PRINT;
1507 return 1;
1508 }
Baptiste Assmann3863f972015-05-17 00:33:24 +02001509 }
1510
1511 appctx->st2 = STAT_ST_INIT;
1512 appctx->st0 = STAT_CLI_O_RESOLVERS;
1513 return 1;
1514 }
1515 else if (*args[2] && *args[3] && *args[4]) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001516 appctx->ctx.stats.flags |= STAT_BOUND;
1517 appctx->ctx.stats.iid = atoi(args[2]);
1518 appctx->ctx.stats.type = atoi(args[3]);
1519 appctx->ctx.stats.sid = atoi(args[4]);
Willy Tarreau1e62df92016-01-11 18:57:53 +01001520 if (strcmp(args[5], "typed") == 0)
1521 appctx->ctx.stats.flags |= STAT_FMT_TYPED;
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001522 }
Willy Tarreau1e62df92016-01-11 18:57:53 +01001523 else if (strcmp(args[2], "typed") == 0)
1524 appctx->ctx.stats.flags |= STAT_FMT_TYPED;
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001525
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001526 appctx->st2 = STAT_ST_INIT;
1527 appctx->st0 = STAT_CLI_O_STAT; // stats_dump_stat_to_buffer
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001528 }
1529 else if (strcmp(args[1], "info") == 0) {
Willy Tarreaucb809122016-01-11 20:08:42 +01001530 if (strcmp(args[2], "typed") == 0)
1531 appctx->ctx.stats.flags |= STAT_FMT_TYPED;
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001532 appctx->st2 = STAT_ST_INIT;
1533 appctx->st0 = STAT_CLI_O_INFO; // stats_dump_info_to_buffer
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001534 }
Baptiste Assmann28289462015-07-03 08:01:20 +02001535 else if (strcmp(args[1], "servers") == 0 && strcmp(args[2], "state") == 0) {
1536 appctx->ctx.server_state.backend = NULL;
1537
1538 /* check if a backend name has been provided */
1539 if (*args[3]) {
1540 /* read server state from local file */
1541 appctx->ctx.server_state.backend = proxy_be_by_name(args[3]);
1542
1543 if (appctx->ctx.server_state.backend == NULL) {
1544 appctx->ctx.cli.msg = "Can't find backend.\n";
1545 appctx->st0 = STAT_CLI_PRINT;
1546 return 1;
1547 }
1548 }
1549 appctx->st2 = STAT_ST_INIT;
1550 appctx->st0 = STAT_CLI_O_SERVERS_STATE; // stats_dump_servers_state_to_buffer
1551 return 1;
1552 }
Willy Tarreau12833bb2014-01-28 16:49:56 +01001553 else if (strcmp(args[1], "pools") == 0) {
1554 appctx->st2 = STAT_ST_INIT;
1555 appctx->st0 = STAT_CLI_O_POOLS; // stats_dump_pools_to_buffer
1556 }
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001557 else if (strcmp(args[1], "sess") == 0) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001558 appctx->st2 = STAT_ST_INIT;
Willy Tarreaud0d8da92015-04-04 02:10:38 +02001559 if (strm_li(s)->bind_conf->level < ACCESS_LVL_OPER) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001560 appctx->ctx.cli.msg = stats_permission_denied_msg;
1561 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau6162db22009-10-10 17:13:00 +02001562 return 1;
1563 }
Willy Tarreau76153662012-11-26 01:16:39 +01001564 if (*args[2] && strcmp(args[2], "all") == 0)
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001565 appctx->ctx.sess.target = (void *)-1;
Willy Tarreau76153662012-11-26 01:16:39 +01001566 else if (*args[2])
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001567 appctx->ctx.sess.target = (void *)strtoul(args[2], NULL, 0);
Willy Tarreau66dc20a2010-03-05 17:53:32 +01001568 else
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001569 appctx->ctx.sess.target = NULL;
Willy Tarreau87b09662015-04-03 00:22:06 +02001570 appctx->ctx.sess.section = 0; /* start with stream status */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001571 appctx->ctx.sess.pos = 0;
1572 appctx->st0 = STAT_CLI_O_SESS; // stats_dump_sess_to_buffer
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001573 }
1574 else if (strcmp(args[1], "errors") == 0) {
Willy Tarreaud0d8da92015-04-04 02:10:38 +02001575 if (strm_li(s)->bind_conf->level < ACCESS_LVL_OPER) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001576 appctx->ctx.cli.msg = stats_permission_denied_msg;
1577 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau6162db22009-10-10 17:13:00 +02001578 return 1;
1579 }
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001580 if (*args[2])
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001581 appctx->ctx.errors.iid = atoi(args[2]);
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001582 else
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001583 appctx->ctx.errors.iid = -1;
1584 appctx->ctx.errors.px = NULL;
1585 appctx->st2 = STAT_ST_INIT;
1586 appctx->st0 = STAT_CLI_O_ERR; // stats_dump_errors_to_buffer
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001587 }
Willy Tarreau69f58c82010-07-12 17:55:33 +02001588 else if (strcmp(args[1], "table") == 0) {
Willy Tarreaudec98142012-06-06 23:37:08 +02001589 stats_sock_table_request(si, args, STAT_CLI_O_TAB);
Willy Tarreau69f58c82010-07-12 17:55:33 +02001590 }
Nenad Merdanovic200b0fa2015-05-09 08:46:01 +02001591 else if (strcmp(args[1], "tls-keys") == 0) {
1592#if (defined SSL_CTRL_SET_TLSEXT_TICKET_KEY_CB && TLS_TICKETS_NO > 0)
1593 appctx->st2 = STAT_ST_INIT;
1594 appctx->st0 = STAT_CLI_O_TLSK;
1595#else
1596 appctx->ctx.cli.msg = "HAProxy was compiled against a version of OpenSSL "
1597 "that doesn't support specifying TLS ticket keys\n";
1598 appctx->st0 = STAT_CLI_PRINT;
1599#endif
1600 return 1;
1601 }
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001602 else if (strcmp(args[1], "map") == 0 ||
1603 strcmp(args[1], "acl") == 0) {
1604
1605 /* Set ACL or MAP flags. */
1606 if (args[1][0] == 'm')
1607 appctx->ctx.map.display_flags = PAT_REF_MAP;
1608 else
1609 appctx->ctx.map.display_flags = PAT_REF_ACL;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001610
1611 /* no parameter: display all map avalaible */
1612 if (!*args[2]) {
1613 appctx->st2 = STAT_ST_INIT;
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001614 appctx->st0 = STAT_CLI_O_PATS;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001615 return 1;
1616 }
1617
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001618 /* lookup into the refs and check the map flag */
Thierry FOURNIERaf5a29d2014-03-11 14:29:22 +01001619 appctx->ctx.map.ref = pat_ref_lookup_ref(args[2]);
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001620 if (!appctx->ctx.map.ref ||
1621 !(appctx->ctx.map.ref->flags & appctx->ctx.map.display_flags)) {
1622 if (appctx->ctx.map.display_flags == PAT_REF_MAP)
Thierry FOURNIER65ce6132014-03-20 11:42:45 +01001623 appctx->ctx.cli.msg = "Unknown map identifier. Please use #<id> or <file>.\n";
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001624 else
Thierry FOURNIER65ce6132014-03-20 11:42:45 +01001625 appctx->ctx.cli.msg = "Unknown ACL identifier. Please use #<id> or <file>.\n";
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001626 appctx->st0 = STAT_CLI_PRINT;
1627 return 1;
1628 }
1629 appctx->st2 = STAT_ST_INIT;
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001630 appctx->st0 = STAT_CLI_O_PAT;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001631 }
Aman Guptaceafb4a2012-04-02 18:57:54 -07001632 else { /* neither "stat" nor "info" nor "sess" nor "errors" nor "table" */
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001633 return 0;
1634 }
1635 }
Krzysztof Piotr Oledzki719e7262009-10-04 15:02:46 +02001636 else if (strcmp(args[0], "clear") == 0) {
1637 if (strcmp(args[1], "counters") == 0) {
1638 struct proxy *px;
1639 struct server *sv;
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02001640 struct listener *li;
Willy Tarreau2f6bf2b2009-10-10 15:26:26 +02001641 int clrall = 0;
1642
1643 if (strcmp(args[2], "all") == 0)
1644 clrall = 1;
Krzysztof Piotr Oledzki719e7262009-10-04 15:02:46 +02001645
Willy Tarreau6162db22009-10-10 17:13:00 +02001646 /* check permissions */
Willy Tarreaud0d8da92015-04-04 02:10:38 +02001647 if (strm_li(s)->bind_conf->level < ACCESS_LVL_OPER ||
1648 (clrall && strm_li(s)->bind_conf->level < ACCESS_LVL_ADMIN)) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001649 appctx->ctx.cli.msg = stats_permission_denied_msg;
1650 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau6162db22009-10-10 17:13:00 +02001651 return 1;
1652 }
1653
Krzysztof Piotr Oledzki719e7262009-10-04 15:02:46 +02001654 for (px = proxy; px; px = px->next) {
Willy Tarreau7d0aaf32011-03-10 23:25:56 +01001655 if (clrall) {
1656 memset(&px->be_counters, 0, sizeof(px->be_counters));
1657 memset(&px->fe_counters, 0, sizeof(px->fe_counters));
1658 }
Willy Tarreau2f6bf2b2009-10-10 15:26:26 +02001659 else {
Willy Tarreau7d0aaf32011-03-10 23:25:56 +01001660 px->be_counters.conn_max = 0;
1661 px->be_counters.p.http.rps_max = 0;
1662 px->be_counters.sps_max = 0;
1663 px->be_counters.cps_max = 0;
1664 px->be_counters.nbpend_max = 0;
1665
1666 px->fe_counters.conn_max = 0;
1667 px->fe_counters.p.http.rps_max = 0;
1668 px->fe_counters.sps_max = 0;
1669 px->fe_counters.cps_max = 0;
1670 px->fe_counters.nbpend_max = 0;
Willy Tarreau2f6bf2b2009-10-10 15:26:26 +02001671 }
Krzysztof Piotr Oledzki719e7262009-10-04 15:02:46 +02001672
1673 for (sv = px->srv; sv; sv = sv->next)
Willy Tarreau2f6bf2b2009-10-10 15:26:26 +02001674 if (clrall)
1675 memset(&sv->counters, 0, sizeof(sv->counters));
1676 else {
1677 sv->counters.cur_sess_max = 0;
1678 sv->counters.nbpend_max = 0;
1679 sv->counters.sps_max = 0;
1680 }
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02001681
Willy Tarreaua7944ad2012-09-26 21:03:11 +02001682 list_for_each_entry(li, &px->conf.listeners, by_fe)
Willy Tarreau2f6bf2b2009-10-10 15:26:26 +02001683 if (li->counters) {
1684 if (clrall)
1685 memset(li->counters, 0, sizeof(*li->counters));
1686 else
1687 li->counters->conn_max = 0;
1688 }
Krzysztof Piotr Oledzki719e7262009-10-04 15:02:46 +02001689 }
1690
Willy Tarreau81c25d02011-09-07 15:17:21 +02001691 global.cps_max = 0;
Willy Tarreau93e7c002013-10-07 18:51:07 +02001692 global.sps_max = 0;
Krzysztof Piotr Oledzki719e7262009-10-04 15:02:46 +02001693 return 1;
1694 }
Willy Tarreau88ee3972010-07-13 13:48:00 +02001695 else if (strcmp(args[1], "table") == 0) {
Willy Tarreaudec98142012-06-06 23:37:08 +02001696 stats_sock_table_request(si, args, STAT_CLI_O_CLR);
Willy Tarreau88ee3972010-07-13 13:48:00 +02001697 /* end of processing */
1698 return 1;
1699 }
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001700 else if (strcmp(args[1], "map") == 0 || strcmp(args[1], "acl") == 0) {
1701 /* Set ACL or MAP flags. */
1702 if (args[1][0] == 'm')
1703 appctx->ctx.map.display_flags = PAT_REF_MAP;
1704 else
1705 appctx->ctx.map.display_flags = PAT_REF_ACL;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001706
1707 /* no parameter */
1708 if (!*args[2]) {
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001709 if (appctx->ctx.map.display_flags == PAT_REF_MAP)
1710 appctx->ctx.cli.msg = "Missing map identifier.\n";
1711 else
1712 appctx->ctx.cli.msg = "Missing ACL identifier.\n";
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001713 appctx->st0 = STAT_CLI_PRINT;
1714 return 1;
1715 }
1716
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001717 /* lookup into the refs and check the map flag */
Thierry FOURNIERaf5a29d2014-03-11 14:29:22 +01001718 appctx->ctx.map.ref = pat_ref_lookup_ref(args[2]);
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001719 if (!appctx->ctx.map.ref ||
1720 !(appctx->ctx.map.ref->flags & appctx->ctx.map.display_flags)) {
1721 if (appctx->ctx.map.display_flags == PAT_REF_MAP)
Thierry FOURNIER65ce6132014-03-20 11:42:45 +01001722 appctx->ctx.cli.msg = "Unknown map identifier. Please use #<id> or <file>.\n";
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001723 else
Thierry FOURNIER65ce6132014-03-20 11:42:45 +01001724 appctx->ctx.cli.msg = "Unknown ACL identifier. Please use #<id> or <file>.\n";
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001725 appctx->st0 = STAT_CLI_PRINT;
1726 return 1;
1727 }
1728
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001729 /* Clear all. */
1730 pat_ref_prune(appctx->ctx.map.ref);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001731
1732 /* return response */
Thierry FOURNIER07e78c52014-12-18 15:28:01 +01001733 appctx->st0 = STAT_CLI_PROMPT;
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001734 return 1;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001735 }
Krzysztof Piotr Oledzki719e7262009-10-04 15:02:46 +02001736 else {
Willy Tarreau88ee3972010-07-13 13:48:00 +02001737 /* unknown "clear" argument */
Krzysztof Piotr Oledzki719e7262009-10-04 15:02:46 +02001738 return 0;
1739 }
1740 }
Willy Tarreau38338fa2009-10-10 18:37:29 +02001741 else if (strcmp(args[0], "get") == 0) {
1742 if (strcmp(args[1], "weight") == 0) {
1743 struct proxy *px;
1744 struct server *sv;
1745
1746 /* split "backend/server" and make <line> point to server */
1747 for (line = args[2]; *line; line++)
1748 if (*line == '/') {
1749 *line++ = '\0';
1750 break;
1751 }
1752
1753 if (!*line) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001754 appctx->ctx.cli.msg = "Require 'backend/server'.\n";
1755 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau38338fa2009-10-10 18:37:29 +02001756 return 1;
1757 }
1758
1759 if (!get_backend_server(args[2], line, &px, &sv)) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001760 appctx->ctx.cli.msg = px ? "No such server.\n" : "No such backend.\n";
1761 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau38338fa2009-10-10 18:37:29 +02001762 return 1;
1763 }
1764
1765 /* return server's effective weight at the moment */
Willy Tarreau19d14ef2012-10-29 16:51:55 +01001766 snprintf(trash.str, trash.size, "%d (initial %d)\n", sv->uweight, sv->iweight);
Willy Tarreaubc18da12015-03-13 14:00:47 +01001767 if (bi_putstr(si_ic(si), trash.str) == -1)
Willy Tarreaufe127932015-04-21 19:23:39 +02001768 si_applet_cant_put(si);
Willy Tarreaubc18da12015-03-13 14:00:47 +01001769
Willy Tarreau38338fa2009-10-10 18:37:29 +02001770 return 1;
1771 }
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001772 else if (strcmp(args[1], "map") == 0 || strcmp(args[1], "acl") == 0) {
1773 /* Set flags. */
1774 if (args[1][0] == 'm')
1775 appctx->ctx.map.display_flags = PAT_REF_MAP;
1776 else
1777 appctx->ctx.map.display_flags = PAT_REF_ACL;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001778
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001779 /* No parameter. */
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001780 if (!*args[2] || !*args[3]) {
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001781 if (appctx->ctx.map.display_flags == PAT_REF_MAP)
1782 appctx->ctx.cli.msg = "Missing map identifier and/or key.\n";
1783 else
1784 appctx->ctx.cli.msg = "Missing ACL identifier and/or key.\n";
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001785 appctx->st0 = STAT_CLI_PRINT;
1786 return 1;
1787 }
1788
1789 /* lookup into the maps */
Thierry FOURNIERaf5a29d2014-03-11 14:29:22 +01001790 appctx->ctx.map.ref = pat_ref_lookup_ref(args[2]);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001791 if (!appctx->ctx.map.ref) {
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001792 if (appctx->ctx.map.display_flags == PAT_REF_MAP)
Thierry FOURNIER65ce6132014-03-20 11:42:45 +01001793 appctx->ctx.cli.msg = "Unknown map identifier. Please use #<id> or <file>.\n";
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001794 else
Thierry FOURNIER65ce6132014-03-20 11:42:45 +01001795 appctx->ctx.cli.msg = "Unknown ACL identifier. Please use #<id> or <file>.\n";
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001796 appctx->st0 = STAT_CLI_PRINT;
1797 return 1;
1798 }
1799
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001800 /* copy input string. The string must be allocated because
1801 * it may be used over multiple iterations. It's released
1802 * at the end and upon abort anyway.
1803 */
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001804 appctx->ctx.map.chunk.len = strlen(args[3]);
1805 appctx->ctx.map.chunk.size = appctx->ctx.map.chunk.len + 1;
1806 appctx->ctx.map.chunk.str = strdup(args[3]);
1807 if (!appctx->ctx.map.chunk.str) {
1808 appctx->ctx.cli.msg = "Out of memory error.\n";
1809 appctx->st0 = STAT_CLI_PRINT;
1810 return 1;
1811 }
1812
1813 /* prepare response */
1814 appctx->st2 = STAT_ST_INIT;
1815 appctx->st0 = STAT_CLI_O_MLOOK;
1816 }
Willy Tarreau38338fa2009-10-10 18:37:29 +02001817 else { /* not "get weight" */
1818 return 0;
1819 }
1820 }
Willy Tarreau4483d432009-10-10 19:30:08 +02001821 else if (strcmp(args[0], "set") == 0) {
1822 if (strcmp(args[1], "weight") == 0) {
Willy Tarreau4483d432009-10-10 19:30:08 +02001823 struct server *sv;
Simon Horman7d09b9a2013-02-12 10:45:51 +09001824 const char *warning;
Willy Tarreau4483d432009-10-10 19:30:08 +02001825
Willy Tarreaud52c41e2011-09-07 23:41:01 +02001826 sv = expect_server_admin(s, si, args[2]);
1827 if (!sv)
Willy Tarreau4483d432009-10-10 19:30:08 +02001828 return 1;
Willy Tarreau4483d432009-10-10 19:30:08 +02001829
Simon Horman7d09b9a2013-02-12 10:45:51 +09001830 warning = server_parse_weight_change_request(sv, args[3]);
1831 if (warning) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001832 appctx->ctx.cli.msg = warning;
1833 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau4483d432009-10-10 19:30:08 +02001834 }
Willy Tarreau4483d432009-10-10 19:30:08 +02001835 return 1;
1836 }
Willy Tarreau2a4b70f2014-05-22 18:42:35 +02001837 else if (strcmp(args[1], "server") == 0) {
1838 struct server *sv;
1839 const char *warning;
1840
1841 sv = expect_server_admin(s, si, args[2]);
1842 if (!sv)
1843 return 1;
1844
1845 if (strcmp(args[3], "weight") == 0) {
1846 warning = server_parse_weight_change_request(sv, args[4]);
1847 if (warning) {
1848 appctx->ctx.cli.msg = warning;
1849 appctx->st0 = STAT_CLI_PRINT;
1850 }
1851 }
1852 else if (strcmp(args[3], "state") == 0) {
1853 if (strcmp(args[4], "ready") == 0)
1854 srv_adm_set_ready(sv);
1855 else if (strcmp(args[4], "drain") == 0)
1856 srv_adm_set_drain(sv);
1857 else if (strcmp(args[4], "maint") == 0)
1858 srv_adm_set_maint(sv);
1859 else {
1860 appctx->ctx.cli.msg = "'set server <srv> state' expects 'ready', 'drain' and 'maint'.\n";
1861 appctx->st0 = STAT_CLI_PRINT;
1862 }
1863 }
1864 else if (strcmp(args[3], "health") == 0) {
1865 if (sv->track) {
1866 appctx->ctx.cli.msg = "cannot change health on a tracking server.\n";
1867 appctx->st0 = STAT_CLI_PRINT;
1868 }
1869 else if (strcmp(args[4], "up") == 0) {
1870 sv->check.health = sv->check.rise + sv->check.fall - 1;
1871 srv_set_running(sv, "changed from CLI");
1872 }
1873 else if (strcmp(args[4], "stopping") == 0) {
1874 sv->check.health = sv->check.rise + sv->check.fall - 1;
1875 srv_set_stopping(sv, "changed from CLI");
1876 }
1877 else if (strcmp(args[4], "down") == 0) {
1878 sv->check.health = 0;
1879 srv_set_stopped(sv, "changed from CLI");
1880 }
1881 else {
1882 appctx->ctx.cli.msg = "'set server <srv> health' expects 'up', 'stopping', or 'down'.\n";
1883 appctx->st0 = STAT_CLI_PRINT;
1884 }
1885 }
1886 else if (strcmp(args[3], "agent") == 0) {
1887 if (!(sv->agent.state & CHK_ST_ENABLED)) {
1888 appctx->ctx.cli.msg = "agent checks are not enabled on this server.\n";
1889 appctx->st0 = STAT_CLI_PRINT;
1890 }
1891 else if (strcmp(args[4], "up") == 0) {
1892 sv->agent.health = sv->agent.rise + sv->agent.fall - 1;
1893 srv_set_running(sv, "changed from CLI");
1894 }
1895 else if (strcmp(args[4], "down") == 0) {
1896 sv->agent.health = 0;
1897 srv_set_stopped(sv, "changed from CLI");
1898 }
1899 else {
1900 appctx->ctx.cli.msg = "'set server <srv> agent' expects 'up' or 'down'.\n";
1901 appctx->st0 = STAT_CLI_PRINT;
1902 }
1903 }
Baptiste Assmann3d8f8312015-04-13 22:54:33 +02001904 else if (strcmp(args[3], "addr") == 0) {
Thierry Fournier09a91782016-02-24 08:25:39 +01001905 warning = server_parse_addr_change_request(sv, args[4], "stats command");
Baptiste Assmann3d8f8312015-04-13 22:54:33 +02001906 if (warning) {
1907 appctx->ctx.cli.msg = warning;
1908 appctx->st0 = STAT_CLI_PRINT;
1909 }
1910 }
Willy Tarreau2a4b70f2014-05-22 18:42:35 +02001911 else {
Baptiste Assmann3d8f8312015-04-13 22:54:33 +02001912 appctx->ctx.cli.msg = "'set server <srv>' only supports 'agent', 'health', 'state', 'weight' and 'addr'.\n";
Willy Tarreau2a4b70f2014-05-22 18:42:35 +02001913 appctx->st0 = STAT_CLI_PRINT;
1914 }
1915 return 1;
1916 }
Willy Tarreau7aabd112010-01-26 10:59:06 +01001917 else if (strcmp(args[1], "timeout") == 0) {
1918 if (strcmp(args[2], "cli") == 0) {
1919 unsigned timeout;
1920 const char *res;
1921
1922 if (!*args[3]) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001923 appctx->ctx.cli.msg = "Expects an integer value.\n";
1924 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau7aabd112010-01-26 10:59:06 +01001925 return 1;
1926 }
1927
1928 res = parse_time_err(args[3], &timeout, TIME_UNIT_S);
1929 if (res || timeout < 1) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001930 appctx->ctx.cli.msg = "Invalid timeout value.\n";
1931 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau7aabd112010-01-26 10:59:06 +01001932 return 1;
1933 }
1934
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01001935 s->req.rto = s->res.wto = 1 + MS_TO_TICKS(timeout*1000);
Willy Tarreau7aabd112010-01-26 10:59:06 +01001936 return 1;
1937 }
1938 else {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001939 appctx->ctx.cli.msg = "'set timeout' only supports 'cli'.\n";
1940 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau7aabd112010-01-26 10:59:06 +01001941 return 1;
1942 }
1943 }
Willy Tarreau2a0f4d22011-08-02 11:49:05 +02001944 else if (strcmp(args[1], "maxconn") == 0) {
1945 if (strcmp(args[2], "frontend") == 0) {
1946 struct proxy *px;
1947 struct listener *l;
1948 int v;
1949
Willy Tarreau532a4502011-09-07 22:37:44 +02001950 px = expect_frontend_admin(s, si, args[3]);
1951 if (!px)
Willy Tarreau2a0f4d22011-08-02 11:49:05 +02001952 return 1;
Willy Tarreau2a0f4d22011-08-02 11:49:05 +02001953
1954 if (!*args[4]) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001955 appctx->ctx.cli.msg = "Integer value expected.\n";
1956 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau2a0f4d22011-08-02 11:49:05 +02001957 return 1;
1958 }
1959
1960 v = atoi(args[4]);
Willy Tarreau3c7a79d2012-09-26 21:07:15 +02001961 if (v < 0) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001962 appctx->ctx.cli.msg = "Value out of range.\n";
1963 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau2a0f4d22011-08-02 11:49:05 +02001964 return 1;
1965 }
1966
1967 /* OK, the value is fine, so we assign it to the proxy and to all of
1968 * its listeners. The blocked ones will be dequeued.
1969 */
1970 px->maxconn = v;
Willy Tarreaua7944ad2012-09-26 21:03:11 +02001971 list_for_each_entry(l, &px->conf.listeners, by_fe) {
Willy Tarreau2a0f4d22011-08-02 11:49:05 +02001972 l->maxconn = v;
1973 if (l->state == LI_FULL)
1974 resume_listener(l);
1975 }
1976
Willy Tarreaud0d8da92015-04-04 02:10:38 +02001977 if (px->maxconn > px->feconn && !LIST_ISEMPTY(&strm_fe(s)->listener_queue))
1978 dequeue_all_listeners(&strm_fe(s)->listener_queue);
Willy Tarreau2a0f4d22011-08-02 11:49:05 +02001979
1980 return 1;
1981 }
Andrew Hayworthedb93a72015-10-27 21:46:25 +00001982 else if (strcmp(args[2], "server") == 0) {
1983 struct server *sv;
1984 int v;
1985
1986 sv = expect_server_admin(s, si, args[3]);
1987 if (!sv)
1988 return 1;
1989
1990 if (!*args[4]) {
1991 appctx->ctx.cli.msg = "Integer value expected.\n";
1992 appctx->st0 = STAT_CLI_PRINT;
1993 return 1;
1994 }
1995
1996 v = atoi(args[4]);
1997 if (v < 0) {
1998 appctx->ctx.cli.msg = "Value out of range.\n";
1999 appctx->st0 = STAT_CLI_PRINT;
2000 return 1;
2001 }
2002
2003 if (sv->maxconn == sv->minconn) { // static maxconn
2004 sv->maxconn = sv->minconn = v;
2005 } else { // dynamic maxconn
2006 sv->maxconn = v;
2007 }
2008
2009 if (may_dequeue_tasks(sv, sv->proxy))
2010 process_srv_queue(sv);
2011
2012 return 1;
2013 }
Willy Tarreau91886b62011-09-07 14:38:31 +02002014 else if (strcmp(args[2], "global") == 0) {
2015 int v;
2016
Willy Tarreaud0d8da92015-04-04 02:10:38 +02002017 if (strm_li(s)->bind_conf->level < ACCESS_LVL_ADMIN) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002018 appctx->ctx.cli.msg = stats_permission_denied_msg;
2019 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau91886b62011-09-07 14:38:31 +02002020 return 1;
2021 }
2022
2023 if (!*args[3]) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002024 appctx->ctx.cli.msg = "Expects an integer value.\n";
2025 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau91886b62011-09-07 14:38:31 +02002026 return 1;
2027 }
2028
2029 v = atoi(args[3]);
2030 if (v > global.hardmaxconn) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002031 appctx->ctx.cli.msg = "Value out of range.\n";
2032 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau91886b62011-09-07 14:38:31 +02002033 return 1;
2034 }
2035
2036 /* check for unlimited values */
2037 if (v <= 0)
2038 v = global.hardmaxconn;
2039
2040 global.maxconn = v;
2041
2042 /* Dequeues all of the listeners waiting for a resource */
2043 if (!LIST_ISEMPTY(&global_listener_queue))
2044 dequeue_all_listeners(&global_listener_queue);
2045
2046 return 1;
2047 }
Willy Tarreau2a0f4d22011-08-02 11:49:05 +02002048 else {
Andrew Hayworthedb93a72015-10-27 21:46:25 +00002049 appctx->ctx.cli.msg = "'set maxconn' only supports 'frontend', 'server', and 'global'.\n";
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002050 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau2a0f4d22011-08-02 11:49:05 +02002051 return 1;
2052 }
2053 }
Willy Tarreauf5b22872011-09-07 16:13:44 +02002054 else if (strcmp(args[1], "rate-limit") == 0) {
2055 if (strcmp(args[2], "connections") == 0) {
2056 if (strcmp(args[3], "global") == 0) {
2057 int v;
2058
Willy Tarreaud0d8da92015-04-04 02:10:38 +02002059 if (strm_li(s)->bind_conf->level < ACCESS_LVL_ADMIN) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002060 appctx->ctx.cli.msg = stats_permission_denied_msg;
2061 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreauf5b22872011-09-07 16:13:44 +02002062 return 1;
2063 }
2064
2065 if (!*args[4]) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002066 appctx->ctx.cli.msg = "Expects an integer value.\n";
2067 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreauf5b22872011-09-07 16:13:44 +02002068 return 1;
2069 }
2070
2071 v = atoi(args[4]);
2072 if (v < 0) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002073 appctx->ctx.cli.msg = "Value out of range.\n";
2074 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreauf5b22872011-09-07 16:13:44 +02002075 return 1;
2076 }
2077
2078 global.cps_lim = v;
2079
2080 /* Dequeues all of the listeners waiting for a resource */
2081 if (!LIST_ISEMPTY(&global_listener_queue))
2082 dequeue_all_listeners(&global_listener_queue);
2083
2084 return 1;
2085 }
2086 else {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002087 appctx->ctx.cli.msg = "'set rate-limit connections' only supports 'global'.\n";
2088 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreauf5b22872011-09-07 16:13:44 +02002089 return 1;
2090 }
2091 }
Willy Tarreau93e7c002013-10-07 18:51:07 +02002092 else if (strcmp(args[2], "sessions") == 0) {
2093 if (strcmp(args[3], "global") == 0) {
2094 int v;
2095
Willy Tarreaud0d8da92015-04-04 02:10:38 +02002096 if (strm_li(s)->bind_conf->level < ACCESS_LVL_ADMIN) {
Willy Tarreau93e7c002013-10-07 18:51:07 +02002097 appctx->ctx.cli.msg = stats_permission_denied_msg;
2098 appctx->st0 = STAT_CLI_PRINT;
2099 return 1;
2100 }
2101
2102 if (!*args[4]) {
2103 appctx->ctx.cli.msg = "Expects an integer value.\n";
2104 appctx->st0 = STAT_CLI_PRINT;
2105 return 1;
2106 }
2107
2108 v = atoi(args[4]);
2109 if (v < 0) {
2110 appctx->ctx.cli.msg = "Value out of range.\n";
2111 appctx->st0 = STAT_CLI_PRINT;
2112 return 1;
2113 }
2114
2115 global.sps_lim = v;
2116
2117 /* Dequeues all of the listeners waiting for a resource */
2118 if (!LIST_ISEMPTY(&global_listener_queue))
2119 dequeue_all_listeners(&global_listener_queue);
2120
2121 return 1;
2122 }
2123 else {
2124 appctx->ctx.cli.msg = "'set rate-limit sessions' only supports 'global'.\n";
2125 appctx->st0 = STAT_CLI_PRINT;
2126 return 1;
2127 }
2128 }
Willy Tarreaue43d5322013-10-07 20:01:52 +02002129#ifdef USE_OPENSSL
2130 else if (strcmp(args[2], "ssl-sessions") == 0) {
2131 if (strcmp(args[3], "global") == 0) {
2132 int v;
2133
Willy Tarreaud0d8da92015-04-04 02:10:38 +02002134 if (strm_li(s)->bind_conf->level < ACCESS_LVL_ADMIN) {
Willy Tarreaue43d5322013-10-07 20:01:52 +02002135 appctx->ctx.cli.msg = stats_permission_denied_msg;
2136 appctx->st0 = STAT_CLI_PRINT;
2137 return 1;
2138 }
2139
2140 if (!*args[4]) {
2141 appctx->ctx.cli.msg = "Expects an integer value.\n";
2142 appctx->st0 = STAT_CLI_PRINT;
2143 return 1;
2144 }
2145
2146 v = atoi(args[4]);
2147 if (v < 0) {
2148 appctx->ctx.cli.msg = "Value out of range.\n";
2149 appctx->st0 = STAT_CLI_PRINT;
2150 return 1;
2151 }
2152
2153 global.ssl_lim = v;
2154
2155 /* Dequeues all of the listeners waiting for a resource */
2156 if (!LIST_ISEMPTY(&global_listener_queue))
2157 dequeue_all_listeners(&global_listener_queue);
2158
2159 return 1;
2160 }
2161 else {
2162 appctx->ctx.cli.msg = "'set rate-limit ssl-sessions' only supports 'global'.\n";
2163 appctx->st0 = STAT_CLI_PRINT;
2164 return 1;
2165 }
2166 }
2167#endif
William Lallemandd85f9172012-11-09 17:05:39 +01002168 else if (strcmp(args[2], "http-compression") == 0) {
2169 if (strcmp(args[3], "global") == 0) {
2170 int v;
2171
Willy Tarreaua1c2b2c2015-11-26 18:32:39 +01002172 if (strm_li(s)->bind_conf->level < ACCESS_LVL_ADMIN) {
2173 appctx->ctx.cli.msg = stats_permission_denied_msg;
2174 appctx->st0 = STAT_CLI_PRINT;
2175 return 1;
2176 }
2177
Willy Tarreau85d47f92012-11-21 00:29:50 +01002178 if (!*args[4]) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002179 appctx->ctx.cli.msg = "Expects a maximum input byte rate in kB/s.\n";
2180 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau85d47f92012-11-21 00:29:50 +01002181 return 1;
2182 }
2183
William Lallemandd85f9172012-11-09 17:05:39 +01002184 v = atoi(args[4]);
2185 global.comp_rate_lim = v * 1024; /* Kilo to bytes. */
2186 }
2187 else {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002188 appctx->ctx.cli.msg = "'set rate-limit http-compression' only supports 'global'.\n";
2189 appctx->st0 = STAT_CLI_PRINT;
William Lallemandd85f9172012-11-09 17:05:39 +01002190 return 1;
2191 }
2192 }
Willy Tarreauf5b22872011-09-07 16:13:44 +02002193 else {
Willy Tarreaue43d5322013-10-07 20:01:52 +02002194 appctx->ctx.cli.msg = "'set rate-limit' supports 'connections', 'sessions', 'ssl-sessions', and 'http-compression'.\n";
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002195 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreauf5b22872011-09-07 16:13:44 +02002196 return 1;
2197 }
2198 }
Willy Tarreau654694e2012-06-07 01:03:16 +02002199 else if (strcmp(args[1], "table") == 0) {
2200 stats_sock_table_request(si, args, STAT_CLI_O_SET);
2201 }
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002202 else if (strcmp(args[1], "map") == 0) {
Thierry FOURNIER364cfdf2014-01-29 19:08:49 +01002203 char *err;
2204
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01002205 /* Set flags. */
2206 appctx->ctx.map.display_flags = PAT_REF_MAP;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002207
2208 /* Expect three parameters: map name, key and new value. */
2209 if (!*args[2] || !*args[3] || !*args[4]) {
Thierry FOURNIERd5723432014-03-11 13:52:44 +01002210 appctx->ctx.cli.msg = "'set map' expects three parameters: map identifier, key and value.\n";
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002211 appctx->st0 = STAT_CLI_PRINT;
2212 return 1;
2213 }
2214
2215 /* Lookup the reference in the maps. */
Thierry FOURNIERaf5a29d2014-03-11 14:29:22 +01002216 appctx->ctx.map.ref = pat_ref_lookup_ref(args[2]);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002217 if (!appctx->ctx.map.ref) {
Thierry FOURNIER65ce6132014-03-20 11:42:45 +01002218 appctx->ctx.cli.msg = "Unknown map identifier. Please use #<id> or <file>.\n";
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002219 appctx->st0 = STAT_CLI_PRINT;
2220 return 1;
2221 }
2222
Thierry FOURNIER9356c682014-01-28 15:55:37 +01002223 /* If the entry identifier start with a '#', it is considered as
2224 * pointer id
2225 */
2226 if (args[3][0] == '#' && args[3][1] == '0' && args[3][2] == 'x') {
2227 struct pat_ref_elt *ref;
2228 long long int conv;
2229 char *error;
2230
2231 /* Convert argument to integer value. */
2232 conv = strtoll(&args[3][1], &error, 16);
2233 if (*error != '\0') {
Thierry FOURNIER65ce6132014-03-20 11:42:45 +01002234 appctx->ctx.cli.msg = "Malformed identifier. Please use #<id> or <file>.\n";
Thierry FOURNIER9356c682014-01-28 15:55:37 +01002235 appctx->st0 = STAT_CLI_PRINT;
2236 return 1;
2237 }
2238
2239 /* Convert and check integer to pointer. */
2240 ref = (struct pat_ref_elt *)(long)conv;
2241 if ((long long int)(long)ref != conv) {
Thierry FOURNIER65ce6132014-03-20 11:42:45 +01002242 appctx->ctx.cli.msg = "Malformed identifier. Please use #<id> or <file>.\n";
Thierry FOURNIER9356c682014-01-28 15:55:37 +01002243 appctx->st0 = STAT_CLI_PRINT;
2244 return 1;
2245 }
2246
2247 /* Try to delete the entry. */
Thierry FOURNIER364cfdf2014-01-29 19:08:49 +01002248 err = NULL;
2249 if (!pat_ref_set_by_id(appctx->ctx.map.ref, ref, args[4], &err)) {
2250 if (err)
2251 memprintf(&err, "%s.\n", err);
2252 appctx->ctx.cli.err = err;
2253 appctx->st0 = STAT_CLI_PRINT_FREE;
Thierry FOURNIER9356c682014-01-28 15:55:37 +01002254 return 1;
2255 }
2256 }
2257 else {
2258 /* Else, use the entry identifier as pattern
2259 * string, and update the value.
2260 */
Thierry FOURNIER364cfdf2014-01-29 19:08:49 +01002261 err = NULL;
2262 if (!pat_ref_set(appctx->ctx.map.ref, args[3], args[4], &err)) {
2263 if (err)
2264 memprintf(&err, "%s.\n", err);
2265 appctx->ctx.cli.err = err;
2266 appctx->st0 = STAT_CLI_PRINT_FREE;
Thierry FOURNIER9356c682014-01-28 15:55:37 +01002267 return 1;
2268 }
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002269 }
2270
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002271 /* The set is done, send message. */
Thierry FOURNIER07e78c52014-12-18 15:28:01 +01002272 appctx->st0 = STAT_CLI_PROMPT;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002273 return 1;
2274 }
Emeric Brun4147b2e2014-06-16 18:36:30 +02002275#ifdef USE_OPENSSL
2276 else if (strcmp(args[1], "ssl") == 0) {
2277 if (strcmp(args[2], "ocsp-response") == 0) {
Lukas Tribuse4e30f72014-12-09 16:32:51 +01002278#if (defined SSL_CTRL_SET_TLSEXT_STATUS_REQ_CB && !defined OPENSSL_NO_OCSP)
Emeric Brun4147b2e2014-06-16 18:36:30 +02002279 char *err = NULL;
2280
Emeric Brunaf4ef742014-06-19 14:10:45 +02002281 /* Expect one parameter: the new response in base64 encoding */
Emeric Brun4147b2e2014-06-16 18:36:30 +02002282 if (!*args[3]) {
2283 appctx->ctx.cli.msg = "'set ssl ocsp-response' expects response in base64 encoding.\n";
2284 appctx->st0 = STAT_CLI_PRINT;
2285 return 1;
2286 }
2287
2288 trash.len = base64dec(args[3], strlen(args[3]), trash.str, trash.size);
2289 if (trash.len < 0) {
2290 appctx->ctx.cli.msg = "'set ssl ocsp-response' received invalid base64 encoded response.\n";
2291 appctx->st0 = STAT_CLI_PRINT;
2292 return 1;
2293 }
2294
2295 if (ssl_sock_update_ocsp_response(&trash, &err)) {
2296 if (err) {
2297 memprintf(&err, "%s.\n", err);
2298 appctx->ctx.cli.err = err;
2299 appctx->st0 = STAT_CLI_PRINT_FREE;
2300 }
2301 return 1;
2302 }
2303 appctx->ctx.cli.msg = "OCSP Response updated!";
2304 appctx->st0 = STAT_CLI_PRINT;
2305 return 1;
2306#else
2307 appctx->ctx.cli.msg = "HAProxy was compiled against a version of OpenSSL that doesn't support OCSP stapling.\n";
2308 appctx->st0 = STAT_CLI_PRINT;
2309 return 1;
2310#endif
2311 }
Nenad Merdanovic200b0fa2015-05-09 08:46:01 +02002312 else if (strcmp(args[2], "tls-key") == 0) {
2313#if (defined SSL_CTRL_SET_TLSEXT_TICKET_KEY_CB && TLS_TICKETS_NO > 0)
2314 /* Expect two parameters: the filename and the new new TLS key in encoding */
2315 if (!*args[3] || !*args[4]) {
2316 appctx->ctx.cli.msg = "'set ssl tls-key' expects a filename and the new TLS key in base64 encoding.\n";
2317 appctx->st0 = STAT_CLI_PRINT;
2318 return 1;
2319 }
2320
2321 appctx->ctx.tlskeys.ref = tlskeys_ref_lookup_ref(args[3]);
2322 if(!appctx->ctx.tlskeys.ref) {
2323 appctx->ctx.cli.msg = "'set ssl tls-key' unable to locate referenced filename\n";
2324 appctx->st0 = STAT_CLI_PRINT;
2325 return 1;
2326 }
2327
2328 trash.len = base64dec(args[4], strlen(args[4]), trash.str, trash.size);
2329 if (trash.len != sizeof(struct tls_sess_key)) {
2330 appctx->ctx.cli.msg = "'set ssl tls-key' received invalid base64 encoded TLS key.\n";
2331 appctx->st0 = STAT_CLI_PRINT;
2332 return 1;
2333 }
2334
Pradeep Jindalcc79b002015-08-20 18:25:17 +05302335 memcpy(appctx->ctx.tlskeys.ref->tlskeys + ((appctx->ctx.tlskeys.ref->tls_ticket_enc_index + 2) % TLS_TICKETS_NO), trash.str, trash.len);
2336 appctx->ctx.tlskeys.ref->tls_ticket_enc_index = (appctx->ctx.tlskeys.ref->tls_ticket_enc_index + 1) % TLS_TICKETS_NO;
Nenad Merdanovic200b0fa2015-05-09 08:46:01 +02002337
2338 appctx->ctx.cli.msg = "TLS ticket key updated!";
2339 appctx->st0 = STAT_CLI_PRINT;
2340 return 1;
2341#else
2342 appctx->ctx.cli.msg = "HAProxy was compiled against a version of OpenSSL "
2343 "that doesn't support specifying TLS ticket keys\n";
2344 appctx->st0 = STAT_CLI_PRINT;
2345 return 1;
2346#endif
2347 }
Emeric Brun4147b2e2014-06-16 18:36:30 +02002348 else {
2349 appctx->ctx.cli.msg = "'set ssl' only supports 'ocsp-response'.\n";
2350 appctx->st0 = STAT_CLI_PRINT;
2351 return 1;
2352 }
2353 }
2354#endif
Willy Tarreau7aabd112010-01-26 10:59:06 +01002355 else { /* unknown "set" parameter */
Willy Tarreau4483d432009-10-10 19:30:08 +02002356 return 0;
2357 }
2358 }
Cyril Bontécd19e512010-01-31 22:34:03 +01002359 else if (strcmp(args[0], "enable") == 0) {
Simon Horman671b6f02013-11-25 10:46:39 +09002360 if (strcmp(args[1], "agent") == 0) {
2361 struct server *sv;
2362
2363 sv = expect_server_admin(s, si, args[2]);
2364 if (!sv)
2365 return 1;
2366
Willy Tarreau2e10f5a2013-12-11 20:11:55 +01002367 if (!(sv->agent.state & CHK_ST_CONFIGURED)) {
2368 appctx->ctx.cli.msg = "Agent was not configured on this server, cannot enable.\n";
2369 appctx->st0 = STAT_CLI_PRINT;
2370 return 1;
2371 }
2372
2373 sv->agent.state |= CHK_ST_ENABLED;
Simon Horman671b6f02013-11-25 10:46:39 +09002374 return 1;
2375 }
Willy Tarreau9b5aecd2014-05-23 11:53:10 +02002376 else if (strcmp(args[1], "health") == 0) {
Cyril Bontécd19e512010-01-31 22:34:03 +01002377 struct server *sv;
2378
Willy Tarreaud52c41e2011-09-07 23:41:01 +02002379 sv = expect_server_admin(s, si, args[2]);
2380 if (!sv)
Cyril Bonté613f0df2011-03-03 20:49:04 +01002381 return 1;
Cyril Bonté613f0df2011-03-03 20:49:04 +01002382
Willy Tarreau9b5aecd2014-05-23 11:53:10 +02002383 if (!(sv->check.state & CHK_ST_CONFIGURED)) {
2384 appctx->ctx.cli.msg = "Health checks are not configured on this server, cannot enable.\n";
2385 appctx->st0 = STAT_CLI_PRINT;
2386 return 1;
2387 }
2388
2389 sv->check.state |= CHK_ST_ENABLED;
2390 return 1;
2391 }
2392 else if (strcmp(args[1], "server") == 0) {
2393 struct server *sv;
2394
2395 sv = expect_server_admin(s, si, args[2]);
2396 if (!sv)
2397 return 1;
2398
Willy Tarreaubfc7b7a2014-05-22 16:14:34 +02002399 srv_adm_set_ready(sv);
Willy Tarreau532a4502011-09-07 22:37:44 +02002400 return 1;
2401 }
2402 else if (strcmp(args[1], "frontend") == 0) {
2403 struct proxy *px;
2404
2405 px = expect_frontend_admin(s, si, args[2]);
2406 if (!px)
2407 return 1;
2408
2409 if (px->state == PR_STSTOPPED) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002410 appctx->ctx.cli.msg = "Frontend was previously shut down, cannot enable.\n";
2411 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau532a4502011-09-07 22:37:44 +02002412 return 1;
2413 }
2414
2415 if (px->state != PR_STPAUSED) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002416 appctx->ctx.cli.msg = "Frontend is already enabled.\n";
2417 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau532a4502011-09-07 22:37:44 +02002418 return 1;
2419 }
2420
2421 if (!resume_proxy(px)) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002422 appctx->ctx.cli.msg = "Failed to resume frontend, check logs for precise cause (port conflict?).\n";
2423 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau532a4502011-09-07 22:37:44 +02002424 return 1;
2425 }
Cyril Bontécd19e512010-01-31 22:34:03 +01002426 return 1;
2427 }
2428 else { /* unknown "enable" parameter */
Willy Tarreau9b5aecd2014-05-23 11:53:10 +02002429 appctx->ctx.cli.msg = "'enable' only supports 'agent', 'frontend', 'health', and 'server'.\n";
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002430 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau532a4502011-09-07 22:37:44 +02002431 return 1;
Cyril Bontécd19e512010-01-31 22:34:03 +01002432 }
2433 }
2434 else if (strcmp(args[0], "disable") == 0) {
Simon Horman671b6f02013-11-25 10:46:39 +09002435 if (strcmp(args[1], "agent") == 0) {
2436 struct server *sv;
2437
2438 sv = expect_server_admin(s, si, args[2]);
2439 if (!sv)
2440 return 1;
2441
Willy Tarreau2e10f5a2013-12-11 20:11:55 +01002442 sv->agent.state &= ~CHK_ST_ENABLED;
Simon Horman671b6f02013-11-25 10:46:39 +09002443 return 1;
2444 }
Willy Tarreau9b5aecd2014-05-23 11:53:10 +02002445 else if (strcmp(args[1], "health") == 0) {
2446 struct server *sv;
2447
2448 sv = expect_server_admin(s, si, args[2]);
2449 if (!sv)
2450 return 1;
2451
2452 sv->check.state &= ~CHK_ST_ENABLED;
2453 return 1;
2454 }
Simon Horman671b6f02013-11-25 10:46:39 +09002455 else if (strcmp(args[1], "server") == 0) {
Cyril Bontécd19e512010-01-31 22:34:03 +01002456 struct server *sv;
2457
Willy Tarreaud52c41e2011-09-07 23:41:01 +02002458 sv = expect_server_admin(s, si, args[2]);
2459 if (!sv)
Cyril Bonté613f0df2011-03-03 20:49:04 +01002460 return 1;
Cyril Bonté613f0df2011-03-03 20:49:04 +01002461
Willy Tarreaubfc7b7a2014-05-22 16:14:34 +02002462 srv_adm_set_maint(sv);
Willy Tarreau532a4502011-09-07 22:37:44 +02002463 return 1;
2464 }
2465 else if (strcmp(args[1], "frontend") == 0) {
2466 struct proxy *px;
2467
2468 px = expect_frontend_admin(s, si, args[2]);
2469 if (!px)
2470 return 1;
2471
2472 if (px->state == PR_STSTOPPED) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002473 appctx->ctx.cli.msg = "Frontend was previously shut down, cannot disable.\n";
2474 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau532a4502011-09-07 22:37:44 +02002475 return 1;
2476 }
2477
2478 if (px->state == PR_STPAUSED) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002479 appctx->ctx.cli.msg = "Frontend is already disabled.\n";
2480 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau532a4502011-09-07 22:37:44 +02002481 return 1;
2482 }
2483
2484 if (!pause_proxy(px)) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002485 appctx->ctx.cli.msg = "Failed to pause frontend, check logs for precise cause.\n";
2486 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau532a4502011-09-07 22:37:44 +02002487 return 1;
2488 }
Cyril Bontécd19e512010-01-31 22:34:03 +01002489 return 1;
2490 }
2491 else { /* unknown "disable" parameter */
Willy Tarreau9b5aecd2014-05-23 11:53:10 +02002492 appctx->ctx.cli.msg = "'disable' only supports 'agent', 'frontend', 'health', and 'server'.\n";
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002493 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau532a4502011-09-07 22:37:44 +02002494 return 1;
2495 }
2496 }
2497 else if (strcmp(args[0], "shutdown") == 0) {
2498 if (strcmp(args[1], "frontend") == 0) {
2499 struct proxy *px;
2500
2501 px = expect_frontend_admin(s, si, args[2]);
2502 if (!px)
2503 return 1;
2504
2505 if (px->state == PR_STSTOPPED) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002506 appctx->ctx.cli.msg = "Frontend was already shut down.\n";
2507 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau532a4502011-09-07 22:37:44 +02002508 return 1;
2509 }
2510
2511 Warning("Proxy %s stopped (FE: %lld conns, BE: %lld conns).\n",
2512 px->id, px->fe_counters.cum_conn, px->be_counters.cum_conn);
2513 send_log(px, LOG_WARNING, "Proxy %s stopped (FE: %lld conns, BE: %lld conns).\n",
2514 px->id, px->fe_counters.cum_conn, px->be_counters.cum_conn);
2515 stop_proxy(px);
2516 return 1;
2517 }
Willy Tarreaua295edc2011-09-07 23:21:03 +02002518 else if (strcmp(args[1], "session") == 0) {
Willy Tarreau87b09662015-04-03 00:22:06 +02002519 struct stream *sess, *ptr;
Willy Tarreaua295edc2011-09-07 23:21:03 +02002520
Willy Tarreaud0d8da92015-04-04 02:10:38 +02002521 if (strm_li(s)->bind_conf->level < ACCESS_LVL_ADMIN) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002522 appctx->ctx.cli.msg = stats_permission_denied_msg;
2523 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreaua295edc2011-09-07 23:21:03 +02002524 return 1;
2525 }
2526
2527 if (!*args[2]) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002528 appctx->ctx.cli.msg = "Session pointer expected (use 'show sess').\n";
2529 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreaua295edc2011-09-07 23:21:03 +02002530 return 1;
2531 }
2532
2533 ptr = (void *)strtoul(args[2], NULL, 0);
2534
Willy Tarreau87b09662015-04-03 00:22:06 +02002535 /* first, look for the requested stream in the stream table */
2536 list_for_each_entry(sess, &streams, list) {
Willy Tarreaua295edc2011-09-07 23:21:03 +02002537 if (sess == ptr)
2538 break;
2539 }
2540
Willy Tarreau87b09662015-04-03 00:22:06 +02002541 /* do we have the stream ? */
Willy Tarreaua295edc2011-09-07 23:21:03 +02002542 if (sess != ptr) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002543 appctx->ctx.cli.msg = "No such session (use 'show sess').\n";
2544 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreaua295edc2011-09-07 23:21:03 +02002545 return 1;
2546 }
2547
Willy Tarreaue7dff022015-04-03 01:14:29 +02002548 stream_shutdown(sess, SF_ERR_KILLED);
Willy Tarreaua295edc2011-09-07 23:21:03 +02002549 return 1;
2550 }
Willy Tarreau52b2d222011-09-07 23:48:48 +02002551 else if (strcmp(args[1], "sessions") == 0) {
2552 if (strcmp(args[2], "server") == 0) {
2553 struct server *sv;
Willy Tarreau87b09662015-04-03 00:22:06 +02002554 struct stream *sess, *sess_bck;
Willy Tarreau52b2d222011-09-07 23:48:48 +02002555
2556 sv = expect_server_admin(s, si, args[3]);
2557 if (!sv)
2558 return 1;
2559
Willy Tarreau87b09662015-04-03 00:22:06 +02002560 /* kill all the stream that are on this server */
Willy Tarreau52b2d222011-09-07 23:48:48 +02002561 list_for_each_entry_safe(sess, sess_bck, &sv->actconns, by_srv)
2562 if (sess->srv_conn == sv)
Willy Tarreaue7dff022015-04-03 01:14:29 +02002563 stream_shutdown(sess, SF_ERR_KILLED);
Willy Tarreau52b2d222011-09-07 23:48:48 +02002564
2565 return 1;
2566 }
2567 else {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002568 appctx->ctx.cli.msg = "'shutdown sessions' only supports 'server'.\n";
2569 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau52b2d222011-09-07 23:48:48 +02002570 return 1;
2571 }
2572 }
Willy Tarreau532a4502011-09-07 22:37:44 +02002573 else { /* unknown "disable" parameter */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002574 appctx->ctx.cli.msg = "'shutdown' only supports 'frontend', 'session' and 'sessions'.\n";
2575 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau532a4502011-09-07 22:37:44 +02002576 return 1;
Cyril Bontécd19e512010-01-31 22:34:03 +01002577 }
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002578 }
2579 else if (strcmp(args[0], "del") == 0) {
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01002580 if (strcmp(args[1], "map") == 0 || strcmp(args[1], "acl") == 0) {
2581 if (args[1][0] == 'm')
2582 appctx->ctx.map.display_flags = PAT_REF_MAP;
2583 else
2584 appctx->ctx.map.display_flags = PAT_REF_ACL;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002585
2586 /* Expect two parameters: map name and key. */
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01002587 if (appctx->ctx.map.display_flags == PAT_REF_MAP) {
2588 if (!*args[2] || !*args[3]) {
2589 appctx->ctx.cli.msg = "This command expects two parameters: map identifier and key.\n";
2590 appctx->st0 = STAT_CLI_PRINT;
2591 return 1;
2592 }
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002593 }
2594
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01002595 else {
2596 if (!*args[2] || !*args[3]) {
2597 appctx->ctx.cli.msg = "This command expects two parameters: ACL identifier and key.\n";
2598 appctx->st0 = STAT_CLI_PRINT;
2599 return 1;
2600 }
2601 }
2602
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002603 /* Lookup the reference in the maps. */
Thierry FOURNIERaf5a29d2014-03-11 14:29:22 +01002604 appctx->ctx.map.ref = pat_ref_lookup_ref(args[2]);
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01002605 if (!appctx->ctx.map.ref ||
2606 !(appctx->ctx.map.ref->flags & appctx->ctx.map.display_flags)) {
Thierry FOURNIER65ce6132014-03-20 11:42:45 +01002607 appctx->ctx.cli.msg = "Unknown map identifier. Please use #<id> or <file>.\n";
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002608 appctx->st0 = STAT_CLI_PRINT;
2609 return 1;
2610 }
2611
Thierry FOURNIER9356c682014-01-28 15:55:37 +01002612 /* If the entry identifier start with a '#', it is considered as
2613 * pointer id
2614 */
2615 if (args[3][0] == '#' && args[3][1] == '0' && args[3][2] == 'x') {
2616 struct pat_ref_elt *ref;
2617 long long int conv;
2618 char *error;
2619
2620 /* Convert argument to integer value. */
2621 conv = strtoll(&args[3][1], &error, 16);
2622 if (*error != '\0') {
Thierry FOURNIER65ce6132014-03-20 11:42:45 +01002623 appctx->ctx.cli.msg = "Malformed identifier. Please use #<id> or <file>.\n";
Thierry FOURNIER9356c682014-01-28 15:55:37 +01002624 appctx->st0 = STAT_CLI_PRINT;
2625 return 1;
2626 }
2627
2628 /* Convert and check integer to pointer. */
2629 ref = (struct pat_ref_elt *)(long)conv;
2630 if ((long long int)(long)ref != conv) {
Thierry FOURNIER65ce6132014-03-20 11:42:45 +01002631 appctx->ctx.cli.msg = "Malformed identifier. Please use #<id> or <file>.\n";
Thierry FOURNIER9356c682014-01-28 15:55:37 +01002632 appctx->st0 = STAT_CLI_PRINT;
2633 return 1;
2634 }
2635
2636 /* Try to delete the entry. */
2637 if (!pat_ref_delete_by_id(appctx->ctx.map.ref, ref)) {
2638 /* The entry is not found, send message. */
2639 appctx->ctx.cli.msg = "Key not found.\n";
2640 appctx->st0 = STAT_CLI_PRINT;
2641 return 1;
2642 }
2643 }
2644 else {
2645 /* Else, use the entry identifier as pattern
2646 * string and try to delete the entry.
2647 */
2648 if (!pat_ref_delete(appctx->ctx.map.ref, args[3])) {
2649 /* The entry is not found, send message. */
2650 appctx->ctx.cli.msg = "Key not found.\n";
2651 appctx->st0 = STAT_CLI_PRINT;
2652 return 1;
2653 }
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002654 }
2655
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002656 /* The deletion is done, send message. */
Thierry FOURNIER07e78c52014-12-18 15:28:01 +01002657 appctx->st0 = STAT_CLI_PROMPT;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002658 return 1;
2659 }
2660 else { /* unknown "del" parameter */
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01002661 appctx->ctx.cli.msg = "'del' only supports 'map' or 'acl'.\n";
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002662 appctx->st0 = STAT_CLI_PRINT;
2663 return 1;
2664 }
2665 }
2666 else if (strcmp(args[0], "add") == 0) {
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01002667 if (strcmp(args[1], "map") == 0 ||
2668 strcmp(args[1], "acl") == 0) {
2669 int ret;
Thierry FOURNIER364cfdf2014-01-29 19:08:49 +01002670 char *err;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002671
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01002672 /* Set flags. */
2673 if (args[1][0] == 'm')
2674 appctx->ctx.map.display_flags = PAT_REF_MAP;
2675 else
2676 appctx->ctx.map.display_flags = PAT_REF_ACL;
2677
2678 /* If the keywork is "map", we expect three parameters, if it
2679 * is "acl", we expect only two parameters
2680 */
2681 if (appctx->ctx.map.display_flags == PAT_REF_MAP) {
2682 if (!*args[2] || !*args[3] || !*args[4]) {
2683 appctx->ctx.cli.msg = "'add map' expects three parameters: map identifier, key and value.\n";
2684 appctx->st0 = STAT_CLI_PRINT;
2685 return 1;
2686 }
2687 }
2688 else {
2689 if (!*args[2] || !*args[3]) {
2690 appctx->ctx.cli.msg = "'add acl' expects two parameters: ACL identifier and pattern.\n";
2691 appctx->st0 = STAT_CLI_PRINT;
2692 return 1;
2693 }
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002694 }
2695
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01002696 /* Lookup for the reference. */
Thierry FOURNIERaf5a29d2014-03-11 14:29:22 +01002697 appctx->ctx.map.ref = pat_ref_lookup_ref(args[2]);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002698 if (!appctx->ctx.map.ref) {
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01002699 if (appctx->ctx.map.display_flags == PAT_REF_MAP)
Thierry FOURNIER65ce6132014-03-20 11:42:45 +01002700 appctx->ctx.cli.msg = "Unknown map identifier. Please use #<id> or <file>.\n";
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01002701 else
Thierry FOURNIER65ce6132014-03-20 11:42:45 +01002702 appctx->ctx.cli.msg = "Unknown ACL identifier. Please use #<id> or <file>.\n";
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002703 appctx->st0 = STAT_CLI_PRINT;
2704 return 1;
2705 }
2706
Thierry FOURNIER64c585f2014-01-29 20:02:36 +01002707 /* The command "add acl" is prohibited if the reference
2708 * use samples.
2709 */
2710 if ((appctx->ctx.map.display_flags & PAT_REF_ACL) &&
2711 (appctx->ctx.map.ref->flags & PAT_REF_SMP)) {
2712 appctx->ctx.cli.msg = "This ACL is shared with a map containing samples. "
2713 "You must use the command 'add map' to add values.\n";
2714 appctx->st0 = STAT_CLI_PRINT;
2715 return 1;
2716 }
2717
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01002718 /* Add value. */
Thierry FOURNIER364cfdf2014-01-29 19:08:49 +01002719 err = NULL;
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01002720 if (appctx->ctx.map.display_flags == PAT_REF_MAP)
Thierry FOURNIERe47e4e22014-04-28 11:18:57 +02002721 ret = pat_ref_add(appctx->ctx.map.ref, args[3], args[4], &err);
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01002722 else
Thierry FOURNIERe47e4e22014-04-28 11:18:57 +02002723 ret = pat_ref_add(appctx->ctx.map.ref, args[3], NULL, &err);
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01002724 if (!ret) {
Thierry FOURNIER364cfdf2014-01-29 19:08:49 +01002725 if (err)
2726 memprintf(&err, "%s.\n", err);
2727 appctx->ctx.cli.err = err;
2728 appctx->st0 = STAT_CLI_PRINT_FREE;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002729 return 1;
2730 }
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002731
2732 /* The add is done, send message. */
Thierry FOURNIER07e78c52014-12-18 15:28:01 +01002733 appctx->st0 = STAT_CLI_PROMPT;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002734 return 1;
2735 }
2736 else { /* unknown "del" parameter */
2737 appctx->ctx.cli.msg = "'add' only supports 'map'.\n";
2738 appctx->st0 = STAT_CLI_PRINT;
2739 return 1;
2740 }
Cyril Bontécd19e512010-01-31 22:34:03 +01002741 }
2742 else { /* not "show" nor "clear" nor "get" nor "set" nor "enable" nor "disable" */
Willy Tarreau5ca791d2009-08-16 19:06:42 +02002743 return 0;
2744 }
2745 return 1;
2746}
2747
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002748/* This I/O handler runs as an applet embedded in a stream interface. It is
Willy Tarreauf5a885f2009-10-04 14:22:18 +02002749 * used to processes I/O from/to the stats unix socket. The system relies on a
2750 * state machine handling requests and various responses. We read a request,
2751 * then we process it and send the response, and we possibly display a prompt.
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002752 * Then we can read again. The state is stored in appctx->st0 and is one of the
2753 * STAT_CLI_* constants. appctx->st1 is used to indicate whether prompt is enabled
Willy Tarreauf5a885f2009-10-04 14:22:18 +02002754 * or not.
Willy Tarreau5ca791d2009-08-16 19:06:42 +02002755 */
Willy Tarreau00a37f02015-04-13 12:05:19 +02002756static void cli_io_handler(struct appctx *appctx)
Willy Tarreau5ca791d2009-08-16 19:06:42 +02002757{
Willy Tarreau00a37f02015-04-13 12:05:19 +02002758 struct stream_interface *si = appctx->owner;
Willy Tarreau2bb4a962014-11-28 11:11:05 +01002759 struct channel *req = si_oc(si);
2760 struct channel *res = si_ic(si);
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002761 int reql;
2762 int len;
Willy Tarreau5ca791d2009-08-16 19:06:42 +02002763
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002764 if (unlikely(si->state == SI_ST_DIS || si->state == SI_ST_CLO))
2765 goto out;
Willy Tarreau5ca791d2009-08-16 19:06:42 +02002766
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002767 while (1) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002768 if (appctx->st0 == STAT_CLI_INIT) {
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002769 /* Stats output not initialized yet */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002770 memset(&appctx->ctx.stats, 0, sizeof(appctx->ctx.stats));
2771 appctx->st0 = STAT_CLI_GETREQ;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002772 }
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002773 else if (appctx->st0 == STAT_CLI_END) {
Willy Tarreauf5a885f2009-10-04 14:22:18 +02002774 /* Let's close for real now. We just close the request
2775 * side, the conditions below will complete if needed.
2776 */
Willy Tarreau73b013b2012-05-21 16:31:45 +02002777 si_shutw(si);
Willy Tarreauf5a885f2009-10-04 14:22:18 +02002778 break;
2779 }
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002780 else if (appctx->st0 == STAT_CLI_GETREQ) {
Willy Tarreau4e33d862009-10-11 23:35:10 +02002781 /* ensure we have some output room left in the event we
2782 * would want to return some info right after parsing.
2783 */
Willy Tarreau4e4292b2014-11-28 12:18:45 +01002784 if (buffer_almost_full(si_ib(si))) {
Willy Tarreaufe127932015-04-21 19:23:39 +02002785 si_applet_cant_put(si);
Willy Tarreau4e33d862009-10-11 23:35:10 +02002786 break;
Willy Tarreaud7ad9f52013-12-31 17:26:25 +01002787 }
Willy Tarreau4e33d862009-10-11 23:35:10 +02002788
Willy Tarreau2bb4a962014-11-28 11:11:05 +01002789 reql = bo_getline(si_oc(si), trash.str, trash.size);
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002790 if (reql <= 0) { /* closed or EOL not found */
2791 if (reql == 0)
2792 break;
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002793 appctx->st0 = STAT_CLI_END;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002794 continue;
2795 }
Willy Tarreau5ca791d2009-08-16 19:06:42 +02002796
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002797 /* seek for a possible semi-colon. If we find one, we
2798 * replace it with an LF and skip only this part.
2799 */
2800 for (len = 0; len < reql; len++)
Willy Tarreau19d14ef2012-10-29 16:51:55 +01002801 if (trash.str[len] == ';') {
2802 trash.str[len] = '\n';
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002803 reql = len + 1;
2804 break;
2805 }
Willy Tarreau5ca791d2009-08-16 19:06:42 +02002806
Willy Tarreau816fc222009-10-04 07:36:58 +02002807 /* now it is time to check that we have a full line,
2808 * remove the trailing \n and possibly \r, then cut the
2809 * line.
2810 */
2811 len = reql - 1;
Willy Tarreau19d14ef2012-10-29 16:51:55 +01002812 if (trash.str[len] != '\n') {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002813 appctx->st0 = STAT_CLI_END;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002814 continue;
Willy Tarreau5ca791d2009-08-16 19:06:42 +02002815 }
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002816
Willy Tarreau19d14ef2012-10-29 16:51:55 +01002817 if (len && trash.str[len-1] == '\r')
Willy Tarreau816fc222009-10-04 07:36:58 +02002818 len--;
2819
Willy Tarreau19d14ef2012-10-29 16:51:55 +01002820 trash.str[len] = '\0';
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002821
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002822 appctx->st0 = STAT_CLI_PROMPT;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002823 if (len) {
Willy Tarreau19d14ef2012-10-29 16:51:55 +01002824 if (strcmp(trash.str, "quit") == 0) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002825 appctx->st0 = STAT_CLI_END;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002826 continue;
2827 }
Willy Tarreau19d14ef2012-10-29 16:51:55 +01002828 else if (strcmp(trash.str, "prompt") == 0)
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002829 appctx->st1 = !appctx->st1;
Willy Tarreau19d14ef2012-10-29 16:51:55 +01002830 else if (strcmp(trash.str, "help") == 0 ||
2831 !stats_sock_parse_request(si, trash.str)) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002832 appctx->ctx.cli.msg = stats_sock_usage_msg;
2833 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreauea1f5fe2009-10-11 23:12:51 +02002834 }
Willy Tarreauf5a885f2009-10-04 14:22:18 +02002835 /* NB: stats_sock_parse_request() may have put
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002836 * another STAT_CLI_O_* into appctx->st0.
Willy Tarreauf5a885f2009-10-04 14:22:18 +02002837 */
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002838 }
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002839 else if (!appctx->st1) {
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002840 /* if prompt is disabled, print help on empty lines,
2841 * so that the user at least knows how to enable
2842 * prompt and find help.
2843 */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002844 appctx->ctx.cli.msg = stats_sock_usage_msg;
2845 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002846 }
2847
2848 /* re-adjust req buffer */
Willy Tarreau2bb4a962014-11-28 11:11:05 +01002849 bo_skip(si_oc(si), reql);
Willy Tarreau03cdb7c2012-08-27 23:14:58 +02002850 req->flags |= CF_READ_DONTWAIT; /* we plan to read small requests */
Willy Tarreau5ca791d2009-08-16 19:06:42 +02002851 }
Willy Tarreau68c00c72015-09-25 19:21:19 +02002852 else { /* output functions */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002853 switch (appctx->st0) {
Andrew Hayworthe32d1862015-10-02 15:08:10 +00002854 case STAT_CLI_PROMPT:
2855 break;
Willy Tarreauea1f5fe2009-10-11 23:12:51 +02002856 case STAT_CLI_PRINT:
Willy Tarreau2bb4a962014-11-28 11:11:05 +01002857 if (bi_putstr(si_ic(si), appctx->ctx.cli.msg) != -1)
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002858 appctx->st0 = STAT_CLI_PROMPT;
Willy Tarreaubc18da12015-03-13 14:00:47 +01002859 else
Willy Tarreaufe127932015-04-21 19:23:39 +02002860 si_applet_cant_put(si);
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002861 break;
Thierry FOURNIER364cfdf2014-01-29 19:08:49 +01002862 case STAT_CLI_PRINT_FREE:
Willy Tarreau2bb4a962014-11-28 11:11:05 +01002863 if (bi_putstr(si_ic(si), appctx->ctx.cli.err) != -1) {
Thierry FOURNIER364cfdf2014-01-29 19:08:49 +01002864 free(appctx->ctx.cli.err);
2865 appctx->st0 = STAT_CLI_PROMPT;
2866 }
Willy Tarreaubc18da12015-03-13 14:00:47 +01002867 else
Willy Tarreaufe127932015-04-21 19:23:39 +02002868 si_applet_cant_put(si);
Thierry FOURNIER364cfdf2014-01-29 19:08:49 +01002869 break;
Baptiste Assmann9b6857e2015-09-18 14:49:12 +02002870 case STAT_CLI_O_BACKEND:
2871 if (stats_dump_backend_to_buffer(si))
2872 appctx->st0 = STAT_CLI_PROMPT;
2873 break;
Willy Tarreauf5a885f2009-10-04 14:22:18 +02002874 case STAT_CLI_O_INFO:
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01002875 if (stats_dump_info_to_buffer(si))
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002876 appctx->st0 = STAT_CLI_PROMPT;
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01002877 break;
Baptiste Assmann28289462015-07-03 08:01:20 +02002878 case STAT_CLI_O_SERVERS_STATE:
2879 if (stats_dump_servers_state_to_buffer(si))
2880 appctx->st0 = STAT_CLI_PROMPT;
2881 break;
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01002882 case STAT_CLI_O_STAT:
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01002883 if (stats_dump_stat_to_buffer(si, NULL))
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002884 appctx->st0 = STAT_CLI_PROMPT;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002885 break;
Baptiste Assmann3863f972015-05-17 00:33:24 +02002886 case STAT_CLI_O_RESOLVERS:
2887 if (stats_dump_resolvers_to_buffer(si))
2888 appctx->st0 = STAT_CLI_PROMPT;
2889 break;
Willy Tarreauf5a885f2009-10-04 14:22:18 +02002890 case STAT_CLI_O_SESS:
Willy Tarreau5ec29ff2011-02-13 15:27:22 +01002891 if (stats_dump_sess_to_buffer(si))
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002892 appctx->st0 = STAT_CLI_PROMPT;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002893 break;
Willy Tarreauf5a885f2009-10-04 14:22:18 +02002894 case STAT_CLI_O_ERR: /* errors dump */
Willy Tarreau5ec29ff2011-02-13 15:27:22 +01002895 if (stats_dump_errors_to_buffer(si))
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002896 appctx->st0 = STAT_CLI_PROMPT;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002897 break;
Willy Tarreau69f58c82010-07-12 17:55:33 +02002898 case STAT_CLI_O_TAB:
Simon Hormanc88b8872011-06-15 15:18:49 +09002899 case STAT_CLI_O_CLR:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002900 if (stats_table_request(si, appctx->st0))
2901 appctx->st0 = STAT_CLI_PROMPT;
Willy Tarreau69f58c82010-07-12 17:55:33 +02002902 break;
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01002903 case STAT_CLI_O_PATS:
2904 if (stats_pats_list(si))
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002905 appctx->st0 = STAT_CLI_PROMPT;
2906 break;
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01002907 case STAT_CLI_O_PAT:
2908 if (stats_pat_list(si))
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002909 appctx->st0 = STAT_CLI_PROMPT;
2910 break;
2911 case STAT_CLI_O_MLOOK:
2912 if (stats_map_lookup(si))
2913 appctx->st0 = STAT_CLI_PROMPT;
Willy Tarreau4efb3532014-01-29 12:13:39 +01002914 break;
Willy Tarreau12833bb2014-01-28 16:49:56 +01002915 case STAT_CLI_O_POOLS:
2916 if (stats_dump_pools_to_buffer(si))
2917 appctx->st0 = STAT_CLI_PROMPT;
2918 break;
Nenad Merdanovic200b0fa2015-05-09 08:46:01 +02002919#if (defined SSL_CTRL_SET_TLSEXT_TICKET_KEY_CB && TLS_TICKETS_NO > 0)
2920 case STAT_CLI_O_TLSK:
2921 if (stats_tlskeys_list(si))
2922 appctx->st0 = STAT_CLI_PROMPT;
2923 break;
2924#endif
Willy Tarreauae795722016-02-16 11:27:28 +01002925 case STAT_CLI_O_ENV: /* environment dump */
2926 if (stats_dump_env_to_buffer(si))
2927 appctx->st0 = STAT_CLI_PROMPT;
2928 break;
Willy Tarreauf5a885f2009-10-04 14:22:18 +02002929 default: /* abnormal state */
Willy Tarreau5cfa3bc2015-09-25 20:08:51 +02002930 si->flags |= SI_FL_ERR;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002931 break;
2932 }
Willy Tarreau5ca791d2009-08-16 19:06:42 +02002933
Willy Tarreauf5a885f2009-10-04 14:22:18 +02002934 /* The post-command prompt is either LF alone or LF + '> ' in interactive mode */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002935 if (appctx->st0 == STAT_CLI_PROMPT) {
Willy Tarreau2bb4a962014-11-28 11:11:05 +01002936 if (bi_putstr(si_ic(si), appctx->st1 ? "\n> " : "\n") != -1)
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002937 appctx->st0 = STAT_CLI_GETREQ;
Willy Tarreaubc18da12015-03-13 14:00:47 +01002938 else
Willy Tarreaufe127932015-04-21 19:23:39 +02002939 si_applet_cant_put(si);
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002940 }
2941
Willy Tarreauf5a885f2009-10-04 14:22:18 +02002942 /* If the output functions are still there, it means they require more room. */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002943 if (appctx->st0 >= STAT_CLI_OUTPUT)
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002944 break;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002945
2946 /* Now we close the output if one of the writers did so,
2947 * or if we're not in interactive mode and the request
2948 * buffer is empty. This still allows pipelined requests
2949 * to be sent in non-interactive mode.
2950 */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002951 if ((res->flags & (CF_SHUTW|CF_SHUTW_NOW)) || (!appctx->st1 && !req->buf->o)) {
2952 appctx->st0 = STAT_CLI_END;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002953 continue;
2954 }
2955
Willy Tarreauf5a885f2009-10-04 14:22:18 +02002956 /* switch state back to GETREQ to read next requests */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002957 appctx->st0 = STAT_CLI_GETREQ;
Willy Tarreau5ca791d2009-08-16 19:06:42 +02002958 }
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002959 }
Willy Tarreau5ca791d2009-08-16 19:06:42 +02002960
Willy Tarreauc9e930a2015-09-25 20:06:08 +02002961 if ((res->flags & CF_SHUTR) && (si->state == SI_ST_EST)) {
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002962 DPRINTF(stderr, "%s@%d: si to buf closed. req=%08x, res=%08x, st=%d\n",
2963 __FUNCTION__, __LINE__, req->flags, res->flags, si->state);
Aman Guptaceafb4a2012-04-02 18:57:54 -07002964 /* Other side has closed, let's abort if we have no more processing to do
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002965 * and nothing more to consume. This is comparable to a broken pipe, so
2966 * we forward the close to the request side so that it flows upstream to
2967 * the client.
2968 */
Willy Tarreau73b013b2012-05-21 16:31:45 +02002969 si_shutw(si);
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002970 }
2971
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002972 if ((req->flags & CF_SHUTW) && (si->state == SI_ST_EST) && (appctx->st0 < STAT_CLI_OUTPUT)) {
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002973 DPRINTF(stderr, "%s@%d: buf to si closed. req=%08x, res=%08x, st=%d\n",
2974 __FUNCTION__, __LINE__, req->flags, res->flags, si->state);
2975 /* We have no more processing to do, and nothing more to send, and
2976 * the client side has closed. So we'll forward this state downstream
2977 * on the response buffer.
2978 */
Willy Tarreau73b013b2012-05-21 16:31:45 +02002979 si_shutr(si);
Willy Tarreau03cdb7c2012-08-27 23:14:58 +02002980 res->flags |= CF_READ_NULL;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002981 }
2982
Willy Tarreau828824a2015-04-19 17:20:03 +02002983 out:
Willy Tarreau02d6cfc2012-03-01 18:19:58 +01002984 DPRINTF(stderr, "%s@%d: st=%d, rqf=%x, rpf=%x, rqh=%d, rqs=%d, rh=%d, rs=%d\n",
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002985 __FUNCTION__, __LINE__,
Willy Tarreau9b28e032012-10-12 23:49:43 +02002986 si->state, req->flags, res->flags, req->buf->i, req->buf->o, res->buf->i, res->buf->o);
Willy Tarreau5ca791d2009-08-16 19:06:42 +02002987}
2988
Willy Tarreau638d40a2016-02-24 23:11:01 +01002989/* Emits a stats field without any surrounding element and properly encoded to
2990 * resist CSV output. Returns non-zero on success, 0 if the buffer is full.
2991 */
Willy Tarreaub47785f2016-02-24 23:28:31 +01002992int stats_emit_raw_data_field(struct chunk *out, const struct field *f)
Willy Tarreau638d40a2016-02-24 23:11:01 +01002993{
2994 switch (field_format(f, 0)) {
2995 case FF_EMPTY: return 1;
2996 case FF_S32: return chunk_appendf(out, "%d", f->u.s32);
2997 case FF_U32: return chunk_appendf(out, "%u", f->u.u32);
2998 case FF_S64: return chunk_appendf(out, "%lld", (long long)f->u.s64);
2999 case FF_U64: return chunk_appendf(out, "%llu", (unsigned long long)f->u.u64);
3000 case FF_STR: return csv_enc_append(field_str(f, 0), 1, out) != NULL;
3001 default: return chunk_appendf(out, "[INCORRECT_FIELD_TYPE_%08x]", f->type);
3002 }
3003}
3004
Willy Tarreaub47785f2016-02-24 23:28:31 +01003005/* Emits a stats field prefixed with its type. No CSV encoding is prepared, the
3006 * output is supposed to be used on its own line. Returns non-zero on success, 0
3007 * if the buffer is full.
3008 */
3009int stats_emit_typed_data_field(struct chunk *out, const struct field *f)
3010{
3011 switch (field_format(f, 0)) {
3012 case FF_EMPTY: return 1;
3013 case FF_S32: return chunk_appendf(out, "s32:%d", f->u.s32);
3014 case FF_U32: return chunk_appendf(out, "u32:%u", f->u.u32);
3015 case FF_S64: return chunk_appendf(out, "s64:%lld", (long long)f->u.s64);
3016 case FF_U64: return chunk_appendf(out, "u64:%llu", (unsigned long long)f->u.u64);
3017 case FF_STR: return chunk_appendf(out, "str:%s", field_str(f, 0));
3018 default: return chunk_appendf(out, "%08x:?", f->type);
3019 }
3020}
3021
3022/* Emits an encoding of the field type on 3 characters followed by a delimiter.
3023 * Returns non-zero on success, 0 if the buffer is full.
3024 */
3025int stats_emit_field_tags(struct chunk *out, const struct field *f, char delim)
3026{
3027 char origin, nature, scope;
3028
3029 switch (field_origin(f, 0)) {
3030 case FO_METRIC: origin = 'M'; break;
3031 case FO_STATUS: origin = 'S'; break;
3032 case FO_KEY: origin = 'K'; break;
3033 case FO_CONFIG: origin = 'C'; break;
3034 case FO_PRODUCT: origin = 'P'; break;
3035 default: origin = '?'; break;
3036 }
3037
3038 switch (field_nature(f, 0)) {
3039 case FN_GAUGE: nature = 'G'; break;
3040 case FN_LIMIT: nature = 'L'; break;
3041 case FN_MIN: nature = 'm'; break;
3042 case FN_MAX: nature = 'M'; break;
3043 case FN_RATE: nature = 'R'; break;
3044 case FN_COUNTER: nature = 'C'; break;
3045 case FN_DURATION: nature = 'D'; break;
3046 case FN_AGE: nature = 'A'; break;
3047 case FN_TIME: nature = 'T'; break;
3048 case FN_NAME: nature = 'N'; break;
3049 case FN_OUTPUT: nature = 'O'; break;
3050 case FN_AVG: nature = 'a'; break;
3051 default: nature = '?'; break;
3052 }
3053
3054 switch (field_scope(f, 0)) {
3055 case FS_PROCESS: scope = 'P'; break;
3056 case FS_SERVICE: scope = 'S'; break;
3057 case FS_SYSTEM: scope = 's'; break;
3058 case FS_CLUSTER: scope = 'C'; break;
3059 default: scope = '?'; break;
3060 }
3061
3062 return chunk_appendf(out, "%c%c%c%c", origin, nature, scope, delim);
3063}
3064
Willy Tarreaubf95cba2016-01-11 18:27:29 +01003065/* Dump all fields from <info> into <out> using the "show info" format (name: value) */
3066static int stats_dump_info_fields(struct chunk *out, const struct field *info)
3067{
3068 int field;
3069
3070 for (field = 0; field < INF_TOTAL_FIELDS; field++) {
3071 if (!field_format(info, field))
3072 continue;
3073
3074 if (!chunk_appendf(out, "%s: ", info_field_names[field]))
3075 return 0;
3076 if (!stats_emit_raw_data_field(out, &info[field]))
3077 return 0;
3078 if (!chunk_strcat(out, "\n"))
3079 return 0;
3080 }
3081 return 1;
3082}
3083
Willy Tarreaucb809122016-01-11 20:08:42 +01003084/* Dump all fields from <info> into <out> using the "show info typed" format */
3085static int stats_dump_typed_info_fields(struct chunk *out, const struct field *info)
3086{
3087 int field;
3088
3089 for (field = 0; field < INF_TOTAL_FIELDS; field++) {
3090 if (!field_format(info, field))
3091 continue;
3092
3093 if (!chunk_appendf(out, "%d.%s.%u:", field, info_field_names[field], info[INF_PROCESS_NUM].u.u32))
3094 return 0;
3095 if (!stats_emit_field_tags(out, &info[field], ':'))
3096 return 0;
3097 if (!stats_emit_typed_data_field(out, &info[field]))
3098 return 0;
3099 if (!chunk_strcat(out, "\n"))
3100 return 0;
3101 }
3102 return 1;
3103}
3104
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01003105/* This function dumps information onto the stream interface's read buffer.
3106 * It returns 0 as long as it does not complete, non-zero upon completion.
3107 * No state is used.
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003108 */
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01003109static int stats_dump_info_to_buffer(struct stream_interface *si)
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003110{
3111 unsigned int up = (now.tv_sec - start_date.tv_sec);
Willy Tarreau4529c072016-01-11 18:17:07 +01003112 struct chunk *out = get_trash_chunk();
Willy Tarreaucb809122016-01-11 20:08:42 +01003113 struct appctx *appctx = __objt_appctx(si->end);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003114
Willy Tarreau0c9c2722014-05-28 12:28:58 +02003115#ifdef USE_OPENSSL
3116 int ssl_sess_rate = read_freq_ctr(&global.ssl_per_sec);
3117 int ssl_key_rate = read_freq_ctr(&global.ssl_fe_keys_per_sec);
3118 int ssl_reuse = 0;
3119
3120 if (ssl_key_rate < ssl_sess_rate) {
3121 /* count the ssl reuse ratio and avoid overflows in both directions */
3122 ssl_reuse = 100 - (100 * ssl_key_rate + (ssl_sess_rate - 1) / 2) / ssl_sess_rate;
3123 }
3124#endif
3125
Willy Tarreau4529c072016-01-11 18:17:07 +01003126 chunk_reset(out);
3127 memset(&info, 0, sizeof(info));
3128
3129 info[INF_NAME] = mkf_str(FO_PRODUCT|FN_OUTPUT|FS_SERVICE, PRODUCT_NAME);
3130 info[INF_VERSION] = mkf_str(FO_PRODUCT|FN_OUTPUT|FS_SERVICE, HAPROXY_VERSION);
3131 info[INF_RELEASE_DATE] = mkf_str(FO_PRODUCT|FN_OUTPUT|FS_SERVICE, HAPROXY_DATE);
3132
3133 info[INF_NBPROC] = mkf_u32(FO_CONFIG|FS_SERVICE, global.nbproc);
3134 info[INF_PROCESS_NUM] = mkf_u32(FO_KEY, relative_pid);
3135 info[INF_PID] = mkf_u32(FO_STATUS, pid);
3136
3137 info[INF_UPTIME] = mkf_str(FN_DURATION, chunk_newstr(out));
3138 chunk_appendf(out, "%ud %uh%02um%02us", up / 86400, (up % 86400) / 3600, (up % 3600) / 60, (up % 60));
3139
3140 info[INF_UPTIME_SEC] = mkf_u32(FN_DURATION, up);
3141 info[INF_MEMMAX_MB] = mkf_u32(FO_CONFIG|FN_LIMIT, global.rlimit_memmax);
3142 info[INF_POOL_ALLOC_MB] = mkf_u32(0, (unsigned)(pool_total_allocated() / 1048576L));
3143 info[INF_POOL_USED_MB] = mkf_u32(0, (unsigned)(pool_total_used() / 1048576L));
3144 info[INF_POOL_FAILED] = mkf_u32(FN_COUNTER, pool_total_failures());
3145 info[INF_ULIMIT_N] = mkf_u32(FO_CONFIG|FN_LIMIT, global.rlimit_nofile);
3146 info[INF_MAXSOCK] = mkf_u32(FO_CONFIG|FN_LIMIT, global.maxsock);
3147 info[INF_MAXCONN] = mkf_u32(FO_CONFIG|FN_LIMIT, global.maxconn);
3148 info[INF_HARD_MAXCONN] = mkf_u32(FO_CONFIG|FN_LIMIT, global.hardmaxconn);
3149 info[INF_CURR_CONN] = mkf_u32(0, actconn);
3150 info[INF_CUM_CONN] = mkf_u32(FN_COUNTER, totalconn);
3151 info[INF_CUM_REQ] = mkf_u32(FN_COUNTER, global.req_count);
3152#ifdef USE_OPENSSL
3153 info[INF_MAX_SSL_CONNS] = mkf_u32(FN_MAX, global.maxsslconn);
3154 info[INF_CURR_SSL_CONNS] = mkf_u32(0, sslconns);
3155 info[INF_CUM_SSL_CONNS] = mkf_u32(FN_COUNTER, totalsslconns);
3156#endif
3157 info[INF_MAXPIPES] = mkf_u32(FO_CONFIG|FN_LIMIT, global.maxpipes);
3158 info[INF_PIPES_USED] = mkf_u32(0, pipes_used);
3159 info[INF_PIPES_FREE] = mkf_u32(0, pipes_free);
3160 info[INF_CONN_RATE] = mkf_u32(FN_RATE, read_freq_ctr(&global.conn_per_sec));
3161 info[INF_CONN_RATE_LIMIT] = mkf_u32(FO_CONFIG|FN_LIMIT, global.cps_lim);
3162 info[INF_MAX_CONN_RATE] = mkf_u32(FN_MAX, global.cps_max);
3163 info[INF_SESS_RATE] = mkf_u32(FN_RATE, read_freq_ctr(&global.sess_per_sec));
3164 info[INF_SESS_RATE_LIMIT] = mkf_u32(FO_CONFIG|FN_LIMIT, global.sps_lim);
3165 info[INF_MAX_SESS_RATE] = mkf_u32(FN_RATE, global.sps_max);
3166
3167#ifdef USE_OPENSSL
3168 info[INF_SSL_RATE] = mkf_u32(FN_RATE, ssl_sess_rate);
3169 info[INF_SSL_RATE_LIMIT] = mkf_u32(FO_CONFIG|FN_LIMIT, global.ssl_lim);
3170 info[INF_MAX_SSL_RATE] = mkf_u32(FN_MAX, global.ssl_max);
3171 info[INF_SSL_FRONTEND_KEY_RATE] = mkf_u32(0, ssl_key_rate);
3172 info[INF_SSL_FRONTEND_MAX_KEY_RATE] = mkf_u32(FN_MAX, global.ssl_fe_keys_max);
3173 info[INF_SSL_FRONTEND_SESSION_REUSE_PCT] = mkf_u32(0, ssl_reuse);
3174 info[INF_SSL_BACKEND_KEY_RATE] = mkf_u32(FN_RATE, read_freq_ctr(&global.ssl_be_keys_per_sec));
3175 info[INF_SSL_BACKEND_MAX_KEY_RATE] = mkf_u32(FN_MAX, global.ssl_be_keys_max);
3176 info[INF_SSL_CACHE_LOOKUPS] = mkf_u32(FN_COUNTER, global.shctx_lookups);
3177 info[INF_SSL_CACHE_MISSES] = mkf_u32(FN_COUNTER, global.shctx_misses);
3178#endif
3179 info[INF_COMPRESS_BPS_IN] = mkf_u32(FN_RATE, read_freq_ctr(&global.comp_bps_in));
3180 info[INF_COMPRESS_BPS_OUT] = mkf_u32(FN_RATE, read_freq_ctr(&global.comp_bps_out));
3181 info[INF_COMPRESS_BPS_RATE_LIM] = mkf_u32(FO_CONFIG|FN_LIMIT, global.comp_rate_lim);
3182#ifdef USE_ZLIB
3183 info[INF_ZLIB_MEM_USAGE] = mkf_u32(0, zlib_used_memory);
3184 info[INF_MAX_ZLIB_MEM_USAGE] = mkf_u32(FO_CONFIG|FN_LIMIT, global.maxzlibmem);
3185#endif
3186 info[INF_TASKS] = mkf_u32(0, nb_tasks_cur);
3187 info[INF_RUN_QUEUE] = mkf_u32(0, run_queue_cur);
3188 info[INF_IDLE_PCT] = mkf_u32(FN_AVG, idle_pct);
3189 info[INF_NODE] = mkf_str(FO_CONFIG|FN_OUTPUT|FS_SERVICE, global.node);
3190 if (global.desc)
3191 info[INF_DESCRIPTION] = mkf_str(FO_CONFIG|FN_OUTPUT|FS_SERVICE, global.desc);
3192
Willy Tarreau1b4ba1e2016-01-11 18:29:04 +01003193 chunk_reset(&trash);
Willy Tarreaucb809122016-01-11 20:08:42 +01003194
3195 if (appctx->ctx.stats.flags & STAT_FMT_TYPED)
3196 stats_dump_typed_info_fields(&trash, info);
3197 else
3198 stats_dump_info_fields(&trash, info);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003199
Willy Tarreaubc18da12015-03-13 14:00:47 +01003200 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02003201 si_applet_cant_put(si);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003202 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01003203 }
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003204
3205 return 1;
3206}
3207
Baptiste Assmann28289462015-07-03 08:01:20 +02003208/* dumps server state information into <buf> for all the servers found in <backend>
3209 * These information are all the parameters which may change during HAProxy runtime.
3210 * By default, we only export to the last known server state file format.
3211 * These information can be used at next startup to recover same level of server state.
3212 */
3213static void dump_servers_state(struct proxy *backend, struct chunk *buf)
3214{
3215 struct server *srv;
3216 char srv_addr[INET6_ADDRSTRLEN + 1];
3217 time_t srv_time_since_last_change;
3218 int bk_f_forced_id, srv_f_forced_id;
3219
3220 /* we don't want to report any state if the backend is not enabled on this process */
3221 if (backend->bind_proc && !(backend->bind_proc & (1UL << (relative_pid - 1))))
3222 return;
3223
3224 srv = backend->srv;
3225
3226 while (srv) {
3227 srv_addr[0] = '\0';
3228 srv_time_since_last_change = 0;
3229 bk_f_forced_id = 0;
3230 srv_f_forced_id = 0;
3231
3232 switch (srv->addr.ss_family) {
3233 case AF_INET:
3234 inet_ntop(srv->addr.ss_family, &((struct sockaddr_in *)&srv->addr)->sin_addr,
3235 srv_addr, INET_ADDRSTRLEN + 1);
3236 break;
3237 case AF_INET6:
3238 inet_ntop(srv->addr.ss_family, &((struct sockaddr_in6 *)&srv->addr)->sin6_addr,
3239 srv_addr, INET6_ADDRSTRLEN + 1);
3240 break;
3241 }
3242 srv_time_since_last_change = now.tv_sec - srv->last_change;
3243 bk_f_forced_id = backend->options & PR_O_FORCED_ID ? 1 : 0;
3244 srv_f_forced_id = srv->flags & SRV_F_FORCED_ID ? 1 : 0;
3245
3246 chunk_appendf(buf,
3247 "%d %s "
3248 "%d %s %s "
3249 "%d %d %d %d %ld "
3250 "%d %d %d %d %d "
3251 "%d %d"
3252 "\n",
3253 backend->uuid, backend->id,
3254 srv->puid, srv->id, srv_addr,
David Carlier081b3362015-11-18 06:10:22 +00003255 srv->state, srv->admin, srv->uweight, srv->iweight, (long int)srv_time_since_last_change,
Baptiste Assmann28289462015-07-03 08:01:20 +02003256 srv->check.status, srv->check.result, srv->check.health, srv->check.state, srv->agent.state,
3257 bk_f_forced_id, srv_f_forced_id);
3258
3259 srv = srv->next;
3260 }
3261}
3262
Baptiste Assmann9b6857e2015-09-18 14:49:12 +02003263/* Parses backend list and simply report backend names */
3264static int stats_dump_backend_to_buffer(struct stream_interface *si)
3265{
3266 extern struct proxy *proxy;
3267 struct proxy *curproxy;
3268
3269 chunk_reset(&trash);
3270 chunk_printf(&trash, "# name\n");
3271
3272 for (curproxy = proxy; curproxy != NULL; curproxy = curproxy->next) {
3273 /* looking for backends only */
3274 if (!(curproxy->cap & PR_CAP_BE))
3275 continue;
3276
3277 /* we don't want to list a backend which is bound to this process */
3278 if (curproxy->bind_proc && !(curproxy->bind_proc & (1UL << (relative_pid - 1))))
3279 continue;
3280
3281 chunk_appendf(&trash, "%s\n", curproxy->id);
3282 }
3283
3284 if (bi_putchk(si_ic(si), &trash) == -1) {
3285 si_applet_cant_put(si);
3286 return 0;
3287 }
3288
3289 return 1;
3290}
3291
Baptiste Assmann28289462015-07-03 08:01:20 +02003292/* Parses backend list or simply use backend name provided by the user to return
3293 * states of servers to stdout.
3294 */
3295static int stats_dump_servers_state_to_buffer(struct stream_interface *si)
3296{
3297 struct appctx *appctx = __objt_appctx(si->end);
3298 extern struct proxy *proxy;
3299 struct proxy *curproxy;
3300
3301 chunk_reset(&trash);
3302
3303 chunk_printf(&trash, "%d\n# %s\n", SRV_STATE_FILE_VERSION, SRV_STATE_FILE_FIELD_NAMES);
3304
3305 if (appctx->ctx.server_state.backend) {
3306 dump_servers_state(appctx->ctx.server_state.backend, &trash);
3307 }
3308 else {
3309 for (curproxy = proxy; curproxy != NULL; curproxy = curproxy->next) {
3310 /* servers are only in backends */
3311 if (!(curproxy->cap & PR_CAP_BE))
3312 continue;
3313
3314 dump_servers_state(curproxy, &trash);
3315 }
3316 }
3317
3318 if (bi_putchk(si_ic(si), &trash) == -1) {
3319 si_applet_cant_put(si);
3320 return 0;
3321 }
3322
3323 return 1;
3324}
3325
Willy Tarreau12833bb2014-01-28 16:49:56 +01003326/* This function dumps memory usage information onto the stream interface's
3327 * read buffer. It returns 0 as long as it does not complete, non-zero upon
3328 * completion. No state is used.
3329 */
3330static int stats_dump_pools_to_buffer(struct stream_interface *si)
3331{
3332 dump_pools_to_trash();
Willy Tarreaubc18da12015-03-13 14:00:47 +01003333 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02003334 si_applet_cant_put(si);
Willy Tarreau12833bb2014-01-28 16:49:56 +01003335 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01003336 }
Willy Tarreau82a86022016-01-04 19:04:18 +01003337 return 1;
3338}
3339
3340/* Dump all fields from <stats> into <out> using CSV format */
3341static int stats_dump_fields_csv(struct chunk *out, const struct field *stats)
3342{
3343 int field;
3344
3345 for (field = 0; field < ST_F_TOTAL_FIELDS; field++) {
3346 if (!stats_emit_raw_data_field(out, &stats[field]))
3347 return 0;
3348 if (!chunk_strcat(out, ","))
3349 return 0;
3350 }
3351 chunk_strcat(&trash, "\n");
Willy Tarreau12833bb2014-01-28 16:49:56 +01003352 return 1;
3353}
3354
Willy Tarreau1e62df92016-01-11 18:57:53 +01003355/* Dump all fields from <stats> into <out> using a typed "field:desc:type:value" format */
3356static int stats_dump_fields_typed(struct chunk *out, const struct field *stats)
3357{
3358 int field;
3359
3360 for (field = 0; field < ST_F_TOTAL_FIELDS; field++) {
3361 if (!stats[field].type)
3362 continue;
3363
3364 chunk_appendf(out, "%c.%u.%u.%d.%s.%u:",
3365 stats[ST_F_TYPE].u.u32 == STATS_TYPE_FE ? 'F' :
3366 stats[ST_F_TYPE].u.u32 == STATS_TYPE_BE ? 'B' :
3367 stats[ST_F_TYPE].u.u32 == STATS_TYPE_SO ? 'L' :
3368 stats[ST_F_TYPE].u.u32 == STATS_TYPE_SV ? 'S' :
3369 '?',
3370 stats[ST_F_IID].u.u32, stats[ST_F_SID].u.u32,
3371 field, stat_field_names[field], stats[ST_F_PID].u.u32);
3372
3373 if (!stats_emit_field_tags(out, &stats[field], ':'))
3374 return 0;
3375 if (!stats_emit_typed_data_field(out, &stats[field]))
3376 return 0;
3377 if (!chunk_strcat(out, "\n"))
3378 return 0;
3379 }
3380 return 1;
3381}
3382
Willy Tarreau60600742016-01-11 15:32:30 +01003383/* Dump all fields from <stats> into <out> using the HTML format. A column is
Willy Tarreau508a63f2016-01-11 15:28:40 +01003384 * reserved for the checkbox is ST_SHOWADMIN is set in <flags>. Some extra info
3385 * are provided if ST_SHLGNDS is present in <flags>.
Cyril Bonté70be45d2010-10-12 00:14:35 +02003386 */
Willy Tarreau60600742016-01-11 15:32:30 +01003387static int stats_dump_fields_html(struct chunk *out, const struct field *stats, unsigned int flags)
Cyril Bonté70be45d2010-10-12 00:14:35 +02003388{
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003389 struct chunk src;
3390
Willy Tarreaub5f66b82016-01-08 17:15:39 +01003391 if (stats[ST_F_TYPE].u.u32 == STATS_TYPE_FE) {
Willy Tarreau60600742016-01-11 15:32:30 +01003392 chunk_appendf(out,
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003393 /* name, queue */
3394 "<tr class=\"frontend\">");
Cyril Bonté70be45d2010-10-12 00:14:35 +02003395
Willy Tarreau508a63f2016-01-11 15:28:40 +01003396 if (flags & ST_SHOWADMIN) {
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003397 /* Column sub-heading for Enable or Disable server */
Willy Tarreau60600742016-01-11 15:32:30 +01003398 chunk_appendf(out, "<td></td>");
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003399 }
Cyril Bonté70be45d2010-10-12 00:14:35 +02003400
Willy Tarreau60600742016-01-11 15:32:30 +01003401 chunk_appendf(out,
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003402 "<td class=ac>"
3403 "<a name=\"%s/Frontend\"></a>"
3404 "<a class=lfsb href=\"#%s/Frontend\">Frontend</a></td>"
3405 "<td colspan=3></td>"
3406 "",
Willy Tarreaud72c9172016-01-06 15:26:40 +01003407 field_str(stats, ST_F_PXNAME), field_str(stats, ST_F_PXNAME));
Cyril Bonté70be45d2010-10-12 00:14:35 +02003408
Willy Tarreau60600742016-01-11 15:32:30 +01003409 chunk_appendf(out,
Willy Tarreau466c9b52012-12-23 02:25:03 +01003410 /* sessions rate : current */
Willy Tarreau656a9ce2013-04-19 14:41:29 +02003411 "<td><u>%s<div class=tips><table class=det>"
Willy Tarreau466c9b52012-12-23 02:25:03 +01003412 "<tr><th>Current connection rate:</th><td>%s/s</td></tr>"
3413 "<tr><th>Current session rate:</th><td>%s/s</td></tr>"
3414 "",
Willy Tarreaud72c9172016-01-06 15:26:40 +01003415 U2H(stats[ST_F_RATE].u.u32),
Willy Tarreauc73810f2016-01-11 13:52:04 +01003416 U2H(stats[ST_F_CONN_RATE].u.u32),
Willy Tarreaud72c9172016-01-06 15:26:40 +01003417 U2H(stats[ST_F_RATE].u.u32));
Willy Tarreau466c9b52012-12-23 02:25:03 +01003418
Willy Tarreauf8211df2016-01-11 14:09:38 +01003419 if (strcmp(field_str(stats, ST_F_MODE), "http") == 0)
Willy Tarreau60600742016-01-11 15:32:30 +01003420 chunk_appendf(out,
Willy Tarreau466c9b52012-12-23 02:25:03 +01003421 "<tr><th>Current request rate:</th><td>%s/s</td></tr>",
Willy Tarreaud72c9172016-01-06 15:26:40 +01003422 U2H(stats[ST_F_REQ_RATE].u.u32));
Willy Tarreau466c9b52012-12-23 02:25:03 +01003423
Willy Tarreau60600742016-01-11 15:32:30 +01003424 chunk_appendf(out,
Willy Tarreau466c9b52012-12-23 02:25:03 +01003425 "</table></div></u></td>"
3426 /* sessions rate : max */
Willy Tarreau656a9ce2013-04-19 14:41:29 +02003427 "<td><u>%s<div class=tips><table class=det>"
Willy Tarreau466c9b52012-12-23 02:25:03 +01003428 "<tr><th>Max connection rate:</th><td>%s/s</td></tr>"
3429 "<tr><th>Max session rate:</th><td>%s/s</td></tr>"
3430 "",
Willy Tarreaud72c9172016-01-06 15:26:40 +01003431 U2H(stats[ST_F_RATE_MAX].u.u32),
Willy Tarreauc73810f2016-01-11 13:52:04 +01003432 U2H(stats[ST_F_CONN_RATE_MAX].u.u32),
Willy Tarreaud72c9172016-01-06 15:26:40 +01003433 U2H(stats[ST_F_RATE_MAX].u.u32));
Willy Tarreau466c9b52012-12-23 02:25:03 +01003434
Willy Tarreauf8211df2016-01-11 14:09:38 +01003435 if (strcmp(field_str(stats, ST_F_MODE), "http") == 0)
Willy Tarreau60600742016-01-11 15:32:30 +01003436 chunk_appendf(out,
Willy Tarreau466c9b52012-12-23 02:25:03 +01003437 "<tr><th>Max request rate:</th><td>%s/s</td></tr>",
Willy Tarreaud72c9172016-01-06 15:26:40 +01003438 U2H(stats[ST_F_REQ_RATE_MAX].u.u32));
Willy Tarreau466c9b52012-12-23 02:25:03 +01003439
Willy Tarreau60600742016-01-11 15:32:30 +01003440 chunk_appendf(out,
Willy Tarreau466c9b52012-12-23 02:25:03 +01003441 "</table></div></u></td>"
3442 /* sessions rate : limit */
3443 "<td>%s</td>",
Willy Tarreaud72c9172016-01-06 15:26:40 +01003444 LIM2A(stats[ST_F_RATE_LIM].u.u32, "-"));
Cyril Bonté70be45d2010-10-12 00:14:35 +02003445
Willy Tarreau60600742016-01-11 15:32:30 +01003446 chunk_appendf(out,
Willy Tarreaue7dbfc62012-12-23 01:59:23 +01003447 /* sessions: current, max, limit, total */
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003448 "<td>%s</td><td>%s</td><td>%s</td>"
Willy Tarreau656a9ce2013-04-19 14:41:29 +02003449 "<td><u>%s<div class=tips><table class=det>"
Willy Tarreau466c9b52012-12-23 02:25:03 +01003450 "<tr><th>Cum. connections:</th><td>%s</td></tr>"
3451 "<tr><th>Cum. sessions:</th><td>%s</td></tr>"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003452 "",
Willy Tarreauc73810f2016-01-11 13:52:04 +01003453 U2H(stats[ST_F_SCUR].u.u32), U2H(stats[ST_F_SMAX].u.u32), U2H(stats[ST_F_SLIM].u.u32),
Willy Tarreaud72c9172016-01-06 15:26:40 +01003454 U2H(stats[ST_F_STOT].u.u64),
Willy Tarreauc73810f2016-01-11 13:52:04 +01003455 U2H(stats[ST_F_CONN_TOT].u.u64),
Willy Tarreaud72c9172016-01-06 15:26:40 +01003456 U2H(stats[ST_F_STOT].u.u64));
Cyril Bonté70be45d2010-10-12 00:14:35 +02003457
Willy Tarreau466c9b52012-12-23 02:25:03 +01003458 /* http response (via hover): 1xx, 2xx, 3xx, 4xx, 5xx, other */
Willy Tarreauf8211df2016-01-11 14:09:38 +01003459 if (strcmp(field_str(stats, ST_F_MODE), "http") == 0) {
Willy Tarreau60600742016-01-11 15:32:30 +01003460 chunk_appendf(out,
Willy Tarreau466c9b52012-12-23 02:25:03 +01003461 "<tr><th>Cum. HTTP requests:</th><td>%s</td></tr>"
3462 "<tr><th>- HTTP 1xx responses:</th><td>%s</td></tr>"
3463 "<tr><th>- HTTP 2xx responses:</th><td>%s</td></tr>"
3464 "<tr><th>&nbsp;&nbsp;Compressed 2xx:</th><td>%s</td><td>(%d%%)</td></tr>"
3465 "<tr><th>- HTTP 3xx responses:</th><td>%s</td></tr>"
3466 "<tr><th>- HTTP 4xx responses:</th><td>%s</td></tr>"
3467 "<tr><th>- HTTP 5xx responses:</th><td>%s</td></tr>"
3468 "<tr><th>- other responses:</th><td>%s</td></tr>"
3469 "<tr><th>Intercepted requests:</th><td>%s</td></tr>"
3470 "",
Willy Tarreaud72c9172016-01-06 15:26:40 +01003471 U2H(stats[ST_F_REQ_TOT].u.u64),
3472 U2H(stats[ST_F_HRSP_1XX].u.u64),
3473 U2H(stats[ST_F_HRSP_2XX].u.u64),
3474 U2H(stats[ST_F_COMP_RSP].u.u64),
3475 stats[ST_F_HRSP_2XX].u.u64 ?
3476 (int)(100 * stats[ST_F_COMP_RSP].u.u64 / stats[ST_F_HRSP_2XX].u.u64) : 0,
3477 U2H(stats[ST_F_HRSP_3XX].u.u64),
3478 U2H(stats[ST_F_HRSP_4XX].u.u64),
3479 U2H(stats[ST_F_HRSP_5XX].u.u64),
3480 U2H(stats[ST_F_HRSP_OTHER].u.u64),
Willy Tarreau5b9bdff2016-01-11 14:40:47 +01003481 U2H(stats[ST_F_INTERCEPTED].u.u64));
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003482 }
Willy Tarreaub0c9bc42009-10-04 15:56:38 +02003483
Willy Tarreau60600742016-01-11 15:32:30 +01003484 chunk_appendf(out,
Willy Tarreau466c9b52012-12-23 02:25:03 +01003485 "</table></div></u></td>"
Bhaskar Maddalaa20cb852014-02-03 16:26:46 -05003486 /* sessions: lbtot, lastsess */
3487 "<td></td><td></td>"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003488 /* bytes : in */
Willy Tarreaue7dbfc62012-12-23 01:59:23 +01003489 "<td>%s</td>"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003490 "",
Willy Tarreaud72c9172016-01-06 15:26:40 +01003491 U2H(stats[ST_F_BIN].u.u64));
Willy Tarreaub0c9bc42009-10-04 15:56:38 +02003492
Willy Tarreau60600742016-01-11 15:32:30 +01003493 chunk_appendf(out,
Willy Tarreaue7dbfc62012-12-23 01:59:23 +01003494 /* bytes:out + compression stats (via hover): comp_in, comp_out, comp_byp */
Willy Tarreau4e5d58e2015-07-04 14:35:15 +02003495 "<td>%s%s<div class=tips><table class=det>"
3496 "<tr><th>Response bytes in:</th><td>%s</td></tr>"
3497 "<tr><th>Compression in:</th><td>%s</td></tr>"
3498 "<tr><th>Compression out:</th><td>%s</td><td>(%d%%)</td></tr>"
3499 "<tr><th>Compression bypass:</th><td>%s</td></tr>"
3500 "<tr><th>Total bytes saved:</th><td>%s</td><td>(%d%%)</td></tr>"
3501 "</table></div>%s</td>",
Willy Tarreaud72c9172016-01-06 15:26:40 +01003502 (stats[ST_F_COMP_IN].u.u64 || stats[ST_F_COMP_BYP].u.u64) ? "<u>":"",
3503 U2H(stats[ST_F_BOUT].u.u64),
3504 U2H(stats[ST_F_BOUT].u.u64),
3505 U2H(stats[ST_F_COMP_IN].u.u64),
3506 U2H(stats[ST_F_COMP_OUT].u.u64),
3507 stats[ST_F_COMP_IN].u.u64 ? (int)(stats[ST_F_COMP_OUT].u.u64 * 100 / stats[ST_F_COMP_IN].u.u64) : 0,
3508 U2H(stats[ST_F_COMP_BYP].u.u64),
3509 U2H(stats[ST_F_COMP_IN].u.u64 - stats[ST_F_COMP_OUT].u.u64),
3510 stats[ST_F_BOUT].u.u64 ? (int)((stats[ST_F_COMP_IN].u.u64 - stats[ST_F_COMP_OUT].u.u64) * 100 / stats[ST_F_BOUT].u.u64) : 0,
3511 (stats[ST_F_COMP_IN].u.u64 || stats[ST_F_COMP_BYP].u.u64) ? "</u>":"");
Willy Tarreaub0c9bc42009-10-04 15:56:38 +02003512
Willy Tarreau60600742016-01-11 15:32:30 +01003513 chunk_appendf(out,
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003514 /* denied: req, resp */
3515 "<td>%s</td><td>%s</td>"
3516 /* errors : request, connect, response */
3517 "<td>%s</td><td></td><td></td>"
3518 /* warnings: retries, redispatches */
3519 "<td></td><td></td>"
3520 /* server status : reflect frontend status */
3521 "<td class=ac>%s</td>"
3522 /* rest of server: nothing */
3523 "<td class=ac colspan=8></td></tr>"
3524 "",
Willy Tarreaud72c9172016-01-06 15:26:40 +01003525 U2H(stats[ST_F_DREQ].u.u64), U2H(stats[ST_F_DRESP].u.u64),
3526 U2H(stats[ST_F_EREQ].u.u64),
3527 field_str(stats, ST_F_STATUS));
Willy Tarreaub0c9bc42009-10-04 15:56:38 +02003528 }
Willy Tarreaufa9512f2016-01-08 17:20:51 +01003529 else if (stats[ST_F_TYPE].u.u32 == STATS_TYPE_SO) {
Willy Tarreau60600742016-01-11 15:32:30 +01003530 chunk_appendf(out, "<tr class=socket>");
Willy Tarreau508a63f2016-01-11 15:28:40 +01003531 if (flags & ST_SHOWADMIN) {
Willy Tarreaufa9512f2016-01-08 17:20:51 +01003532 /* Column sub-heading for Enable or Disable server */
Willy Tarreau60600742016-01-11 15:32:30 +01003533 chunk_appendf(out, "<td></td>");
Willy Tarreaufa9512f2016-01-08 17:20:51 +01003534 }
3535
Willy Tarreau60600742016-01-11 15:32:30 +01003536 chunk_appendf(out,
Willy Tarreaufa9512f2016-01-08 17:20:51 +01003537 /* frontend name, listener name */
3538 "<td class=ac><a name=\"%s/+%s\"></a>%s"
3539 "<a class=lfsb href=\"#%s/+%s\">%s</a>"
3540 "",
3541 field_str(stats, ST_F_PXNAME), field_str(stats, ST_F_SVNAME),
3542 (flags & ST_SHLGNDS)?"<u>":"",
3543 field_str(stats, ST_F_PXNAME), field_str(stats, ST_F_SVNAME), field_str(stats, ST_F_SVNAME));
3544
3545 if (flags & ST_SHLGNDS) {
Willy Tarreau60600742016-01-11 15:32:30 +01003546 chunk_appendf(out, "<div class=tips>");
Willy Tarreaufa9512f2016-01-08 17:20:51 +01003547
3548 if (isdigit(*field_str(stats, ST_F_ADDR)))
Willy Tarreau60600742016-01-11 15:32:30 +01003549 chunk_appendf(out, "IPv4: %s, ", field_str(stats, ST_F_ADDR));
Willy Tarreaufa9512f2016-01-08 17:20:51 +01003550 else if (*field_str(stats, ST_F_ADDR) == '[')
Willy Tarreau60600742016-01-11 15:32:30 +01003551 chunk_appendf(out, "IPv6: %s, ", field_str(stats, ST_F_ADDR));
Willy Tarreaufa9512f2016-01-08 17:20:51 +01003552 else if (*field_str(stats, ST_F_ADDR))
Willy Tarreau60600742016-01-11 15:32:30 +01003553 chunk_appendf(out, "%s, ", field_str(stats, ST_F_ADDR));
Willy Tarreaufa9512f2016-01-08 17:20:51 +01003554
3555 /* id */
Willy Tarreau60600742016-01-11 15:32:30 +01003556 chunk_appendf(out, "id: %d</div>", stats[ST_F_SID].u.u32);
Willy Tarreaufa9512f2016-01-08 17:20:51 +01003557 }
3558
Willy Tarreau60600742016-01-11 15:32:30 +01003559 chunk_appendf(out,
Willy Tarreaufa9512f2016-01-08 17:20:51 +01003560 /* queue */
3561 "%s</td><td colspan=3></td>"
3562 /* sessions rate: current, max, limit */
3563 "<td colspan=3>&nbsp;</td>"
3564 /* sessions: current, max, limit, total, lbtot, lastsess */
3565 "<td>%s</td><td>%s</td><td>%s</td>"
3566 "<td>%s</td><td>&nbsp;</td><td>&nbsp;</td>"
3567 /* bytes: in, out */
3568 "<td>%s</td><td>%s</td>"
3569 "",
3570 (flags & ST_SHLGNDS)?"</u>":"",
3571 U2H(stats[ST_F_SCUR].u.u32), U2H(stats[ST_F_SMAX].u.u32), U2H(stats[ST_F_SLIM].u.u32),
3572 U2H(stats[ST_F_STOT].u.u64), U2H(stats[ST_F_BIN].u.u64), U2H(stats[ST_F_BOUT].u.u64));
3573
Willy Tarreau60600742016-01-11 15:32:30 +01003574 chunk_appendf(out,
Willy Tarreaufa9512f2016-01-08 17:20:51 +01003575 /* denied: req, resp */
3576 "<td>%s</td><td>%s</td>"
3577 /* errors: request, connect, response */
3578 "<td>%s</td><td></td><td></td>"
3579 /* warnings: retries, redispatches */
3580 "<td></td><td></td>"
3581 /* server status: reflect listener status */
3582 "<td class=ac>%s</td>"
3583 /* rest of server: nothing */
3584 "<td class=ac colspan=8></td></tr>"
3585 "",
3586 U2H(stats[ST_F_DREQ].u.u64), U2H(stats[ST_F_DRESP].u.u64),
3587 U2H(stats[ST_F_EREQ].u.u64),
3588 field_str(stats, ST_F_STATUS));
3589 }
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003590 else if (stats[ST_F_TYPE].u.u32 == STATS_TYPE_SV) {
3591 const char *style;
Willy Tarreaub5f66b82016-01-08 17:15:39 +01003592
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003593 /* determine the style to use depending on the server's state,
3594 * its health and weight. There isn't a 1-to-1 mapping between
3595 * state and styles for the cases where the server is (still)
3596 * up. The reason is that we don't want to report nolb and
3597 * drain with the same color.
3598 */
Willy Tarreaub5f66b82016-01-08 17:15:39 +01003599
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003600 if (strcmp(field_str(stats, ST_F_STATUS), "DOWN") == 0 ||
3601 strcmp(field_str(stats, ST_F_STATUS), "DOWN (agent)") == 0) {
3602 style = "down";
3603 }
3604 else if (strcmp(field_str(stats, ST_F_STATUS), "DOWN ") == 0) {
3605 style = "going_up";
3606 }
3607 else if (strcmp(field_str(stats, ST_F_STATUS), "NOLB ") == 0) {
3608 style = "going_down";
3609 }
3610 else if (strcmp(field_str(stats, ST_F_STATUS), "NOLB") == 0) {
3611 style = "nolb";
3612 }
3613 else if (strcmp(field_str(stats, ST_F_STATUS), "no check") == 0) {
3614 style = "no_check";
3615 }
3616 else if (!stats[ST_F_CHKFAIL].type ||
3617 stats[ST_F_CHECK_HEALTH].u.u32 == stats[ST_F_CHECK_RISE].u.u32 + stats[ST_F_CHECK_FALL].u.u32 - 1) {
3618 /* no check or max health = UP */
3619 if (stats[ST_F_WEIGHT].u.u32)
3620 style = "up";
3621 else
3622 style = "draining";
3623 }
3624 else {
3625 style = "going_down";
3626 }
Willy Tarreaub5f66b82016-01-08 17:15:39 +01003627
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003628 if (memcmp(field_str(stats, ST_F_STATUS), "MAINT", 5) == 0)
Willy Tarreau60600742016-01-11 15:32:30 +01003629 chunk_appendf(out, "<tr class=\"maintain\">");
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003630 else
Willy Tarreau60600742016-01-11 15:32:30 +01003631 chunk_appendf(out,
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003632 "<tr class=\"%s_%s\">",
3633 (stats[ST_F_BCK].u.u32) ? "backup" : "active", style);
Willy Tarreaub5f66b82016-01-08 17:15:39 +01003634
Willy Tarreaub5f66b82016-01-08 17:15:39 +01003635
Willy Tarreau508a63f2016-01-11 15:28:40 +01003636 if (flags & ST_SHOWADMIN)
Willy Tarreau60600742016-01-11 15:32:30 +01003637 chunk_appendf(out,
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003638 "<td><input type=\"checkbox\" name=\"s\" value=\"%s\"></td>",
3639 field_str(stats, ST_F_SVNAME));
Willy Tarreaub5f66b82016-01-08 17:15:39 +01003640
Willy Tarreau60600742016-01-11 15:32:30 +01003641 chunk_appendf(out,
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003642 "<td class=ac><a name=\"%s/%s\"></a>%s"
3643 "<a class=lfsb href=\"#%s/%s\">%s</a>"
3644 "",
3645 field_str(stats, ST_F_PXNAME), field_str(stats, ST_F_SVNAME),
3646 (flags & ST_SHLGNDS) ? "<u>" : "",
3647 field_str(stats, ST_F_PXNAME), field_str(stats, ST_F_SVNAME), field_str(stats, ST_F_SVNAME));
Willy Tarreaub5f66b82016-01-08 17:15:39 +01003648
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003649 if (flags & ST_SHLGNDS) {
Willy Tarreau60600742016-01-11 15:32:30 +01003650 chunk_appendf(out, "<div class=tips>");
Willy Tarreaub5f66b82016-01-08 17:15:39 +01003651
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003652 if (isdigit(*field_str(stats, ST_F_ADDR)))
Willy Tarreau60600742016-01-11 15:32:30 +01003653 chunk_appendf(out, "IPv4: %s, ", field_str(stats, ST_F_ADDR));
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003654 else if (*field_str(stats, ST_F_ADDR) == '[')
Willy Tarreau60600742016-01-11 15:32:30 +01003655 chunk_appendf(out, "IPv6: %s, ", field_str(stats, ST_F_ADDR));
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003656 else if (*field_str(stats, ST_F_ADDR))
Willy Tarreau60600742016-01-11 15:32:30 +01003657 chunk_appendf(out, "%s, ", field_str(stats, ST_F_ADDR));
Willy Tarreaub5f66b82016-01-08 17:15:39 +01003658
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003659 /* id */
Willy Tarreau60600742016-01-11 15:32:30 +01003660 chunk_appendf(out, "id: %d", stats[ST_F_SID].u.u32);
Willy Tarreaub5f66b82016-01-08 17:15:39 +01003661
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003662 /* cookie */
3663 if (stats[ST_F_COOKIE].type) {
Willy Tarreau60600742016-01-11 15:32:30 +01003664 chunk_appendf(out, ", cookie: '");
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003665 chunk_initstr(&src, field_str(stats, ST_F_COOKIE));
Willy Tarreau60600742016-01-11 15:32:30 +01003666 chunk_htmlencode(out, &src);
3667 chunk_appendf(out, "'");
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003668 }
Willy Tarreaub0c9bc42009-10-04 15:56:38 +02003669
Willy Tarreau60600742016-01-11 15:32:30 +01003670 chunk_appendf(out, "</div>");
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003671 }
Willy Tarreau7b4b4992013-12-01 09:15:12 +01003672
Willy Tarreau60600742016-01-11 15:32:30 +01003673 chunk_appendf(out,
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003674 /* queue : current, max, limit */
3675 "%s</td><td>%s</td><td>%s</td><td>%s</td>"
3676 /* sessions rate : current, max, limit */
3677 "<td>%s</td><td>%s</td><td></td>"
3678 "",
3679 (flags & ST_SHLGNDS) ? "</u>" : "",
3680 U2H(stats[ST_F_QCUR].u.u32), U2H(stats[ST_F_QMAX].u.u32), LIM2A(stats[ST_F_QLIMIT].u.u32, "-"),
3681 U2H(stats[ST_F_RATE].u.u32), U2H(stats[ST_F_RATE_MAX].u.u32));
Willy Tarreau4607fad2016-01-06 15:41:29 +01003682
Willy Tarreau60600742016-01-11 15:32:30 +01003683 chunk_appendf(out,
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003684 /* sessions: current, max, limit, total */
3685 "<td>%s</td><td>%s</td><td>%s</td>"
3686 "<td><u>%s<div class=tips><table class=det>"
3687 "<tr><th>Cum. sessions:</th><td>%s</td></tr>"
3688 "",
3689 U2H(stats[ST_F_SCUR].u.u32), U2H(stats[ST_F_SMAX].u.u32), LIM2A(stats[ST_F_SLIM].u.u32, "-"),
3690 U2H(stats[ST_F_STOT].u.u64),
3691 U2H(stats[ST_F_STOT].u.u64));
Willy Tarreau4607fad2016-01-06 15:41:29 +01003692
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003693 /* http response (via hover): 1xx, 2xx, 3xx, 4xx, 5xx, other */
Willy Tarreauf8211df2016-01-11 14:09:38 +01003694 if (strcmp(field_str(stats, ST_F_MODE), "http") == 0) {
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003695 unsigned long long tot;
Willy Tarreaua6f5a732016-01-08 16:59:56 +01003696
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003697 tot = stats[ST_F_HRSP_OTHER].u.u64;
3698 tot += stats[ST_F_HRSP_1XX].u.u64;
3699 tot += stats[ST_F_HRSP_2XX].u.u64;
3700 tot += stats[ST_F_HRSP_3XX].u.u64;
3701 tot += stats[ST_F_HRSP_4XX].u.u64;
3702 tot += stats[ST_F_HRSP_5XX].u.u64;
3703
Willy Tarreau60600742016-01-11 15:32:30 +01003704 chunk_appendf(out,
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003705 "<tr><th>Cum. HTTP responses:</th><td>%s</td></tr>"
3706 "<tr><th>- HTTP 1xx responses:</th><td>%s</td><td>(%d%%)</td></tr>"
3707 "<tr><th>- HTTP 2xx responses:</th><td>%s</td><td>(%d%%)</td></tr>"
3708 "<tr><th>- HTTP 3xx responses:</th><td>%s</td><td>(%d%%)</td></tr>"
3709 "<tr><th>- HTTP 4xx responses:</th><td>%s</td><td>(%d%%)</td></tr>"
3710 "<tr><th>- HTTP 5xx responses:</th><td>%s</td><td>(%d%%)</td></tr>"
3711 "<tr><th>- other responses:</th><td>%s</td><td>(%d%%)</td></tr>"
3712 "",
3713 U2H(tot),
3714 U2H(stats[ST_F_HRSP_1XX].u.u64), tot ? (int)(100 * stats[ST_F_HRSP_1XX].u.u64 / tot) : 0,
3715 U2H(stats[ST_F_HRSP_2XX].u.u64), tot ? (int)(100 * stats[ST_F_HRSP_2XX].u.u64 / tot) : 0,
3716 U2H(stats[ST_F_HRSP_3XX].u.u64), tot ? (int)(100 * stats[ST_F_HRSP_3XX].u.u64 / tot) : 0,
3717 U2H(stats[ST_F_HRSP_4XX].u.u64), tot ? (int)(100 * stats[ST_F_HRSP_4XX].u.u64 / tot) : 0,
3718 U2H(stats[ST_F_HRSP_5XX].u.u64), tot ? (int)(100 * stats[ST_F_HRSP_5XX].u.u64 / tot) : 0,
3719 U2H(stats[ST_F_HRSP_OTHER].u.u64), tot ? (int)(100 * stats[ST_F_HRSP_OTHER].u.u64 / tot) : 0);
Willy Tarreaua6f5a732016-01-08 16:59:56 +01003720 }
Willy Tarreaua6f5a732016-01-08 16:59:56 +01003721
Willy Tarreau60600742016-01-11 15:32:30 +01003722 chunk_appendf(out, "<tr><th colspan=3>Avg over last 1024 success. conn.</th></tr>");
3723 chunk_appendf(out, "<tr><th>- Queue time:</th><td>%s</td><td>ms</td></tr>", U2H(stats[ST_F_QTIME].u.u32));
3724 chunk_appendf(out, "<tr><th>- Connect time:</th><td>%s</td><td>ms</td></tr>", U2H(stats[ST_F_CTIME].u.u32));
Willy Tarreauf8211df2016-01-11 14:09:38 +01003725 if (strcmp(field_str(stats, ST_F_MODE), "http") == 0)
Willy Tarreau60600742016-01-11 15:32:30 +01003726 chunk_appendf(out, "<tr><th>- Response time:</th><td>%s</td><td>ms</td></tr>", U2H(stats[ST_F_RTIME].u.u32));
3727 chunk_appendf(out, "<tr><th>- Total time:</th><td>%s</td><td>ms</td></tr>", U2H(stats[ST_F_TTIME].u.u32));
Willy Tarreau56a560a2009-09-22 19:27:35 +02003728
Willy Tarreau60600742016-01-11 15:32:30 +01003729 chunk_appendf(out,
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003730 "</table></div></u></td>"
3731 /* sessions: lbtot, last */
3732 "<td>%s</td><td>%s</td>",
3733 U2H(stats[ST_F_LBTOT].u.u64),
3734 human_time(stats[ST_F_LASTSESS].u.s32, 1));
Willy Tarreau91861262007-10-17 17:06:05 +02003735
Willy Tarreau60600742016-01-11 15:32:30 +01003736 chunk_appendf(out,
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003737 /* bytes : in, out */
3738 "<td>%s</td><td>%s</td>"
3739 /* denied: req, resp */
3740 "<td></td><td>%s</td>"
3741 /* errors : request, connect */
3742 "<td></td><td>%s</td>"
3743 /* errors : response */
3744 "<td><u>%s<div class=tips>Connection resets during transfers: %lld client, %lld server</div></u></td>"
3745 /* warnings: retries, redispatches */
3746 "<td>%lld</td><td>%lld</td>"
3747 "",
3748 U2H(stats[ST_F_BIN].u.u64), U2H(stats[ST_F_BOUT].u.u64),
3749 U2H(stats[ST_F_DRESP].u.u64),
3750 U2H(stats[ST_F_ECON].u.u64),
3751 U2H(stats[ST_F_ERESP].u.u64),
3752 (long long)stats[ST_F_CLI_ABRT].u.u64,
3753 (long long)stats[ST_F_SRV_ABRT].u.u64,
3754 (long long)stats[ST_F_WRETR].u.u64,
3755 (long long)stats[ST_F_WREDIS].u.u64);
3756
3757 /* status, last change */
Willy Tarreau60600742016-01-11 15:32:30 +01003758 chunk_appendf(out, "<td class=ac>");
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003759
3760 /* FIXME!!!!
3761 * LASTCHG should contain the last change for *this* server and must be computed
3762 * properly above, as was done below, ie: this server if maint, otherwise ref server
3763 * if tracking. Note that ref is either local or remote depending on tracking.
3764 */
3765
3766
3767 if (memcmp(field_str(stats, ST_F_STATUS), "MAINT", 5) == 0) {
Willy Tarreau60600742016-01-11 15:32:30 +01003768 chunk_appendf(out, "%s MAINT", human_time(stats[ST_F_LASTCHG].u.u32, 1));
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003769 }
3770 else if (memcmp(field_str(stats, ST_F_STATUS), "no check", 5) == 0) {
Willy Tarreau60600742016-01-11 15:32:30 +01003771 chunk_strcat(out, "<i>no check</i>");
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003772 }
3773 else {
Willy Tarreau60600742016-01-11 15:32:30 +01003774 chunk_appendf(out, "%s %s", human_time(stats[ST_F_LASTCHG].u.u32, 1), field_str(stats, ST_F_STATUS));
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003775 if (memcmp(field_str(stats, ST_F_STATUS), "DOWN", 4) == 0) {
3776 if (stats[ST_F_CHECK_HEALTH].u.u32)
Willy Tarreau60600742016-01-11 15:32:30 +01003777 chunk_strcat(out, " &uarr;");
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003778 }
3779 else if (stats[ST_F_CHECK_HEALTH].u.u32 < stats[ST_F_CHECK_RISE].u.u32 + stats[ST_F_CHECK_FALL].u.u32 - 1)
Willy Tarreau60600742016-01-11 15:32:30 +01003780 chunk_strcat(out, " &darr;");
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003781 }
3782
3783 if (memcmp(field_str(stats, ST_F_STATUS), "DOWN", 4) == 0 &&
3784 stats[ST_F_AGENT_STATUS].type && !stats[ST_F_AGENT_HEALTH].u.u32) {
Willy Tarreau60600742016-01-11 15:32:30 +01003785 chunk_appendf(out,
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003786 "</td><td class=ac><u> %s",
3787 field_str(stats, ST_F_AGENT_STATUS));
3788
3789 if (stats[ST_F_AGENT_CODE].type)
Willy Tarreau60600742016-01-11 15:32:30 +01003790 chunk_appendf(out, "/%d", stats[ST_F_AGENT_CODE].u.u32);
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003791
3792 if (stats[ST_F_AGENT_DURATION].type && stats[ST_F_AGENT_DURATION].u.u64 >= 0)
Willy Tarreau60600742016-01-11 15:32:30 +01003793 chunk_appendf(out, " in %lums", (long)stats[ST_F_AGENT_DURATION].u.u64);
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003794
Willy Tarreau60600742016-01-11 15:32:30 +01003795 chunk_appendf(out, "<div class=tips>%s", field_str(stats, ST_F_AGENT_DESC));
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003796
3797 if (*field_str(stats, ST_F_LAST_AGT)) {
Willy Tarreau60600742016-01-11 15:32:30 +01003798 chunk_appendf(out, ": ");
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003799 chunk_initstr(&src, field_str(stats, ST_F_LAST_AGT));
Willy Tarreau60600742016-01-11 15:32:30 +01003800 chunk_htmlencode(out, &src);
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003801 }
Willy Tarreau60600742016-01-11 15:32:30 +01003802 chunk_appendf(out, "</div></u>");
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003803 }
3804 else if (stats[ST_F_CHECK_STATUS].type) {
Willy Tarreau60600742016-01-11 15:32:30 +01003805 chunk_appendf(out,
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003806 "</td><td class=ac><u> %s",
3807 field_str(stats, ST_F_CHECK_STATUS));
3808
3809 if (stats[ST_F_CHECK_CODE].type)
Willy Tarreau60600742016-01-11 15:32:30 +01003810 chunk_appendf(out, "/%d", stats[ST_F_CHECK_CODE].u.u32);
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003811
3812 if (stats[ST_F_CHECK_DURATION].type && stats[ST_F_CHECK_DURATION].u.u64 >= 0)
Willy Tarreau60600742016-01-11 15:32:30 +01003813 chunk_appendf(out, " in %lums", (long)stats[ST_F_CHECK_DURATION].u.u64);
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003814
Willy Tarreau60600742016-01-11 15:32:30 +01003815 chunk_appendf(out, "<div class=tips>%s", field_str(stats, ST_F_CHECK_DESC));
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003816
3817 if (*field_str(stats, ST_F_LAST_CHK)) {
Willy Tarreau60600742016-01-11 15:32:30 +01003818 chunk_appendf(out, ": ");
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003819 chunk_initstr(&src, field_str(stats, ST_F_LAST_CHK));
Willy Tarreau60600742016-01-11 15:32:30 +01003820 chunk_htmlencode(out, &src);
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003821 }
Willy Tarreau60600742016-01-11 15:32:30 +01003822 chunk_appendf(out, "</div></u>");
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003823 }
3824 else
Willy Tarreau60600742016-01-11 15:32:30 +01003825 chunk_appendf(out, "</td><td>");
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003826
Willy Tarreau60600742016-01-11 15:32:30 +01003827 chunk_appendf(out,
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003828 /* weight */
3829 "</td><td class=ac>%d</td>"
3830 /* act, bck */
3831 "<td class=ac>%s</td><td class=ac>%s</td>"
3832 "",
3833 stats[ST_F_WEIGHT].u.u32,
3834 stats[ST_F_BCK].u.u32 ? "-" : "Y",
3835 stats[ST_F_BCK].u.u32 ? "Y" : "-");
3836
3837 /* check failures: unique, fatal, down time */
3838 if (stats[ST_F_CHKFAIL].type) {
Willy Tarreau60600742016-01-11 15:32:30 +01003839 chunk_appendf(out, "<td><u>%lld", (long long)stats[ST_F_CHKFAIL].u.u64);
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003840
3841 if (stats[ST_F_HANAFAIL].type)
Willy Tarreau60600742016-01-11 15:32:30 +01003842 chunk_appendf(out, "/%lld", (long long)stats[ST_F_HANAFAIL].u.u64);
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003843
Willy Tarreau60600742016-01-11 15:32:30 +01003844 chunk_appendf(out,
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003845 "<div class=tips>Failed Health Checks%s</div></u></td>"
3846 "<td>%lld</td><td>%s</td>"
3847 "",
3848 stats[ST_F_HANAFAIL].type ? "/Health Analyses" : "",
3849 (long long)stats[ST_F_CHKDOWN].u.u64, human_time(stats[ST_F_DOWNTIME].u.u32, 1));
3850 }
3851 else if (strcmp(field_str(stats, ST_F_STATUS), "MAINT") != 0 && field_format(stats, ST_F_TRACKED) == FF_STR) {
3852 /* tracking a server (hence inherited maint would appear as "MAINT (via...)" */
Willy Tarreau60600742016-01-11 15:32:30 +01003853 chunk_appendf(out,
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003854 "<td class=ac colspan=3><a class=lfsb href=\"#%s\">via %s</a></td>",
3855 field_str(stats, ST_F_TRACKED), field_str(stats, ST_F_TRACKED));
3856 }
3857 else
Willy Tarreau60600742016-01-11 15:32:30 +01003858 chunk_appendf(out, "<td colspan=3></td>");
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003859
3860 /* throttle */
3861 if (stats[ST_F_THROTTLE].type)
Willy Tarreau60600742016-01-11 15:32:30 +01003862 chunk_appendf(out, "<td class=ac>%d %%</td></tr>\n", stats[ST_F_THROTTLE].u.u32);
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003863 else
Willy Tarreau60600742016-01-11 15:32:30 +01003864 chunk_appendf(out, "<td class=ac>-</td></tr>\n");
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003865 }
Willy Tarreaubbf84502016-01-08 17:25:50 +01003866 else if (stats[ST_F_TYPE].u.u32 == STATS_TYPE_BE) {
Willy Tarreau60600742016-01-11 15:32:30 +01003867 chunk_appendf(out, "<tr class=\"backend\">");
Willy Tarreau508a63f2016-01-11 15:28:40 +01003868 if (flags & ST_SHOWADMIN) {
Willy Tarreaubbf84502016-01-08 17:25:50 +01003869 /* Column sub-heading for Enable or Disable server */
Willy Tarreau60600742016-01-11 15:32:30 +01003870 chunk_appendf(out, "<td></td>");
Willy Tarreaubbf84502016-01-08 17:25:50 +01003871 }
Willy Tarreau60600742016-01-11 15:32:30 +01003872 chunk_appendf(out,
Willy Tarreaubbf84502016-01-08 17:25:50 +01003873 "<td class=ac>"
3874 /* name */
3875 "%s<a name=\"%s/Backend\"></a>"
3876 "<a class=lfsb href=\"#%s/Backend\">Backend</a>"
3877 "",
3878 (flags & ST_SHLGNDS)?"<u>":"",
3879 field_str(stats, ST_F_PXNAME), field_str(stats, ST_F_PXNAME));
3880
3881 if (flags & ST_SHLGNDS) {
3882 /* balancing */
Willy Tarreau60600742016-01-11 15:32:30 +01003883 chunk_appendf(out, "<div class=tips>balancing: %s",
Willy Tarreauf1516d92016-01-11 14:48:36 +01003884 field_str(stats, ST_F_ALGO));
Willy Tarreaubbf84502016-01-08 17:25:50 +01003885
3886 /* cookie */
3887 if (stats[ST_F_COOKIE].type) {
Willy Tarreau60600742016-01-11 15:32:30 +01003888 chunk_appendf(out, ", cookie: '");
Willy Tarreaubbf84502016-01-08 17:25:50 +01003889 chunk_initstr(&src, field_str(stats, ST_F_COOKIE));
Willy Tarreau60600742016-01-11 15:32:30 +01003890 chunk_htmlencode(out, &src);
3891 chunk_appendf(out, "'");
Willy Tarreaubbf84502016-01-08 17:25:50 +01003892 }
Willy Tarreau60600742016-01-11 15:32:30 +01003893 chunk_appendf(out, "</div>");
Willy Tarreaubbf84502016-01-08 17:25:50 +01003894 }
3895
Willy Tarreau60600742016-01-11 15:32:30 +01003896 chunk_appendf(out,
Willy Tarreaubbf84502016-01-08 17:25:50 +01003897 "%s</td>"
3898 /* queue : current, max */
3899 "<td>%s</td><td>%s</td><td></td>"
3900 /* sessions rate : current, max, limit */
3901 "<td>%s</td><td>%s</td><td></td>"
3902 "",
3903 (flags & ST_SHLGNDS)?"</u>":"",
3904 U2H(stats[ST_F_QCUR].u.u32), U2H(stats[ST_F_QMAX].u.u32),
3905 U2H(stats[ST_F_RATE].u.u32), U2H(stats[ST_F_RATE_MAX].u.u32));
3906
Willy Tarreau60600742016-01-11 15:32:30 +01003907 chunk_appendf(out,
Willy Tarreaubbf84502016-01-08 17:25:50 +01003908 /* sessions: current, max, limit, total */
3909 "<td>%s</td><td>%s</td><td>%s</td>"
3910 "<td><u>%s<div class=tips><table class=det>"
3911 "<tr><th>Cum. sessions:</th><td>%s</td></tr>"
3912 "",
3913 U2H(stats[ST_F_SCUR].u.u32), U2H(stats[ST_F_SCUR].u.u32), U2H(stats[ST_F_SLIM].u.u32),
3914 U2H(stats[ST_F_STOT].u.u64),
3915 U2H(stats[ST_F_STOT].u.u64));
3916
3917 /* http response (via hover): 1xx, 2xx, 3xx, 4xx, 5xx, other */
Willy Tarreauf8211df2016-01-11 14:09:38 +01003918 if (strcmp(field_str(stats, ST_F_MODE), "http") == 0) {
Willy Tarreau60600742016-01-11 15:32:30 +01003919 chunk_appendf(out,
Willy Tarreaubbf84502016-01-08 17:25:50 +01003920 "<tr><th>Cum. HTTP requests:</th><td>%s</td></tr>"
3921 "<tr><th>- HTTP 1xx responses:</th><td>%s</td></tr>"
3922 "<tr><th>- HTTP 2xx responses:</th><td>%s</td></tr>"
3923 "<tr><th>&nbsp;&nbsp;Compressed 2xx:</th><td>%s</td><td>(%d%%)</td></tr>"
3924 "<tr><th>- HTTP 3xx responses:</th><td>%s</td></tr>"
3925 "<tr><th>- HTTP 4xx responses:</th><td>%s</td></tr>"
3926 "<tr><th>- HTTP 5xx responses:</th><td>%s</td></tr>"
3927 "<tr><th>- other responses:</th><td>%s</td></tr>"
3928 "<tr><th>Intercepted requests:</th><td>%s</td></tr>"
3929 "<tr><th colspan=3>Avg over last 1024 success. conn.</th></tr>"
3930 "",
3931 U2H(stats[ST_F_REQ_TOT].u.u64),
3932 U2H(stats[ST_F_HRSP_1XX].u.u64),
3933 U2H(stats[ST_F_HRSP_2XX].u.u64),
3934 U2H(stats[ST_F_COMP_RSP].u.u64),
3935 stats[ST_F_HRSP_2XX].u.u64 ?
3936 (int)(100 * stats[ST_F_COMP_RSP].u.u64 / stats[ST_F_HRSP_2XX].u.u64) : 0,
3937 U2H(stats[ST_F_HRSP_3XX].u.u64),
3938 U2H(stats[ST_F_HRSP_4XX].u.u64),
3939 U2H(stats[ST_F_HRSP_5XX].u.u64),
3940 U2H(stats[ST_F_HRSP_OTHER].u.u64),
Willy Tarreau5b9bdff2016-01-11 14:40:47 +01003941 U2H(stats[ST_F_INTERCEPTED].u.u64));
Willy Tarreaubbf84502016-01-08 17:25:50 +01003942 }
3943
Willy Tarreau60600742016-01-11 15:32:30 +01003944 chunk_appendf(out, "<tr><th>- Queue time:</th><td>%s</td><td>ms</td></tr>", U2H(stats[ST_F_QTIME].u.u32));
3945 chunk_appendf(out, "<tr><th>- Connect time:</th><td>%s</td><td>ms</td></tr>", U2H(stats[ST_F_QTIME].u.u32));
Willy Tarreauf8211df2016-01-11 14:09:38 +01003946 if (strcmp(field_str(stats, ST_F_MODE), "http") == 0)
Willy Tarreau60600742016-01-11 15:32:30 +01003947 chunk_appendf(out, "<tr><th>- Response time:</th><td>%s</td><td>ms</td></tr>", U2H(stats[ST_F_RTIME].u.u32));
3948 chunk_appendf(out, "<tr><th>- Total time:</th><td>%s</td><td>ms</td></tr>", U2H(stats[ST_F_TTIME].u.u32));
Willy Tarreaubbf84502016-01-08 17:25:50 +01003949
Willy Tarreau60600742016-01-11 15:32:30 +01003950 chunk_appendf(out,
Willy Tarreaubbf84502016-01-08 17:25:50 +01003951 "</table></div></u></td>"
3952 /* sessions: lbtot, last */
3953 "<td>%s</td><td>%s</td>"
3954 /* bytes: in */
3955 "<td>%s</td>"
3956 "",
3957 U2H(stats[ST_F_LBTOT].u.u64),
3958 human_time(stats[ST_F_LASTSESS].u.s32, 1),
3959 U2H(stats[ST_F_BIN].u.u64));
3960
Willy Tarreau60600742016-01-11 15:32:30 +01003961 chunk_appendf(out,
Willy Tarreaubbf84502016-01-08 17:25:50 +01003962 /* bytes:out + compression stats (via hover): comp_in, comp_out, comp_byp */
3963 "<td>%s%s<div class=tips><table class=det>"
3964 "<tr><th>Response bytes in:</th><td>%s</td></tr>"
3965 "<tr><th>Compression in:</th><td>%s</td></tr>"
3966 "<tr><th>Compression out:</th><td>%s</td><td>(%d%%)</td></tr>"
3967 "<tr><th>Compression bypass:</th><td>%s</td></tr>"
3968 "<tr><th>Total bytes saved:</th><td>%s</td><td>(%d%%)</td></tr>"
3969 "</table></div>%s</td>",
3970 (stats[ST_F_COMP_IN].u.u64 || stats[ST_F_COMP_BYP].u.u64) ? "<u>":"",
3971 U2H(stats[ST_F_BOUT].u.u64),
3972 U2H(stats[ST_F_BOUT].u.u64),
3973 U2H(stats[ST_F_COMP_IN].u.u64),
3974 U2H(stats[ST_F_COMP_OUT].u.u64),
3975 stats[ST_F_COMP_IN].u.u64 ? (int)(stats[ST_F_COMP_OUT].u.u64 * 100 / stats[ST_F_COMP_IN].u.u64) : 0,
3976 U2H(stats[ST_F_COMP_BYP].u.u64),
3977 U2H(stats[ST_F_COMP_IN].u.u64 - stats[ST_F_COMP_BYP].u.u64),
3978 stats[ST_F_BOUT].u.u64 ? (int)((stats[ST_F_COMP_IN].u.u64 - stats[ST_F_COMP_OUT].u.u64) * 100 / stats[ST_F_BOUT].u.u64) : 0,
3979 (stats[ST_F_COMP_IN].u.u64 || stats[ST_F_COMP_BYP].u.u64) ? "</u>":"");
3980
Willy Tarreau60600742016-01-11 15:32:30 +01003981 chunk_appendf(out,
Willy Tarreaubbf84502016-01-08 17:25:50 +01003982 /* denied: req, resp */
3983 "<td>%s</td><td>%s</td>"
3984 /* errors : request, connect */
3985 "<td></td><td>%s</td>"
3986 /* errors : response */
3987 "<td><u>%s<div class=tips>Connection resets during transfers: %lld client, %lld server</div></u></td>"
3988 /* warnings: retries, redispatches */
3989 "<td>%lld</td><td>%lld</td>"
3990 /* backend status: reflect backend status (up/down): we display UP
3991 * if the backend has known working servers or if it has no server at
3992 * all (eg: for stats). Then we display the total weight, number of
3993 * active and backups. */
3994 "<td class=ac>%s %s</td><td class=ac>&nbsp;</td><td class=ac>%d</td>"
3995 "<td class=ac>%d</td><td class=ac>%d</td>"
3996 "",
3997 U2H(stats[ST_F_DREQ].u.u64), U2H(stats[ST_F_DRESP].u.u64),
3998 U2H(stats[ST_F_ECON].u.u64),
3999 U2H(stats[ST_F_ERESP].u.u64),
4000 (long long)stats[ST_F_CLI_ABRT].u.u64,
4001 (long long)stats[ST_F_SRV_ABRT].u.u64,
4002 (long long)stats[ST_F_WRETR].u.u64, (long long)stats[ST_F_WREDIS].u.u64,
4003 human_time(stats[ST_F_LASTCHG].u.u32, 1),
4004 strcmp(field_str(stats, ST_F_STATUS), "DOWN") ? field_str(stats, ST_F_STATUS) : "<font color=\"red\"><b>DOWN</b></font>",
4005 stats[ST_F_WEIGHT].u.u32,
4006 stats[ST_F_ACT].u.u32, stats[ST_F_BCK].u.u32);
4007
Willy Tarreau60600742016-01-11 15:32:30 +01004008 chunk_appendf(out,
Willy Tarreaubbf84502016-01-08 17:25:50 +01004009 /* rest of backend: nothing, down transitions, total downtime, throttle */
4010 "<td class=ac>&nbsp;</td><td>%d</td>"
4011 "<td>%s</td>"
4012 "<td></td>"
4013 "</tr>",
4014 stats[ST_F_CHKDOWN].u.u32,
4015 stats[ST_F_DOWNTIME].type ? human_time(stats[ST_F_DOWNTIME].u.u32, 1) : "&nbsp;");
4016 }
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004017 return 1;
4018}
4019
Willy Tarreau501f6022016-01-08 17:37:22 +01004020static int stats_dump_one_line(const struct field *stats, unsigned int flags, struct proxy *px, struct appctx *appctx)
4021{
Willy Tarreau508a63f2016-01-11 15:28:40 +01004022 if ((px->cap & PR_CAP_BE) && px->srv && (appctx->ctx.stats.flags & STAT_ADMIN))
4023 flags |= ST_SHOWADMIN;
Willy Tarreau501f6022016-01-08 17:37:22 +01004024
4025 if (appctx->ctx.stats.flags & STAT_FMT_HTML)
Willy Tarreau60600742016-01-11 15:32:30 +01004026 return stats_dump_fields_html(&trash, stats, flags);
Willy Tarreau1e62df92016-01-11 18:57:53 +01004027 else if (appctx->ctx.stats.flags & STAT_FMT_TYPED)
4028 return stats_dump_fields_typed(&trash, stats);
Willy Tarreau501f6022016-01-08 17:37:22 +01004029 else
4030 return stats_dump_fields_csv(&trash, stats);
4031}
4032
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004033/* Dumps a frontend's line to the trash for the current proxy <px> and uses
4034 * the state from stream interface <si>. The caller is responsible for clearing
4035 * the trash if needed. Returns non-zero if it emits anything, zero otherwise.
4036 */
4037static int stats_dump_fe_stats(struct stream_interface *si, struct proxy *px)
4038{
4039 struct appctx *appctx = __objt_appctx(si->end);
4040
4041 if (!(px->cap & PR_CAP_FE))
4042 return 0;
4043
4044 if ((appctx->ctx.stats.flags & STAT_BOUND) && !(appctx->ctx.stats.type & (1 << STATS_TYPE_FE)))
4045 return 0;
4046
4047 memset(&stats, 0, sizeof(stats));
4048
4049 stats[ST_F_PXNAME] = mkf_str(FO_KEY|FN_NAME|FS_SERVICE, px->id);
4050 stats[ST_F_SVNAME] = mkf_str(FO_KEY|FN_NAME|FS_SERVICE, "FRONTEND");
Willy Tarreauf8211df2016-01-11 14:09:38 +01004051 stats[ST_F_MODE] = mkf_str(FO_CONFIG|FS_SERVICE, proxy_mode_str(px->mode));
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004052 stats[ST_F_SCUR] = mkf_u32(0, px->feconn);
4053 stats[ST_F_SMAX] = mkf_u32(FN_MAX, px->fe_counters.conn_max);
4054 stats[ST_F_SLIM] = mkf_u32(FO_CONFIG|FN_LIMIT, px->maxconn);
4055 stats[ST_F_STOT] = mkf_u64(FN_COUNTER, px->fe_counters.cum_sess);
4056 stats[ST_F_BIN] = mkf_u64(FN_COUNTER, px->fe_counters.bytes_in);
4057 stats[ST_F_BOUT] = mkf_u64(FN_COUNTER, px->fe_counters.bytes_out);
4058 stats[ST_F_DREQ] = mkf_u64(FN_COUNTER, px->fe_counters.denied_req);
4059 stats[ST_F_DRESP] = mkf_u64(FN_COUNTER, px->fe_counters.denied_resp);
4060 stats[ST_F_EREQ] = mkf_u64(FN_COUNTER, px->fe_counters.failed_req);
4061 stats[ST_F_STATUS] = mkf_str(FO_STATUS, px->state == PR_STREADY ? "OPEN" : px->state == PR_STFULL ? "FULL" : "STOP");
4062 stats[ST_F_PID] = mkf_u32(FO_KEY, relative_pid);
4063 stats[ST_F_IID] = mkf_u32(FO_KEY|FS_SERVICE, px->uuid);
4064 stats[ST_F_SID] = mkf_u32(FO_KEY|FS_SERVICE, 0);
4065 stats[ST_F_TYPE] = mkf_u32(FO_CONFIG|FS_SERVICE, STATS_TYPE_FE);
4066 stats[ST_F_RATE] = mkf_u32(FN_RATE, read_freq_ctr(&px->fe_sess_per_sec));
4067 stats[ST_F_RATE_LIM] = mkf_u32(FO_CONFIG|FN_LIMIT, px->fe_sps_lim);
4068 stats[ST_F_RATE_MAX] = mkf_u32(FN_MAX, px->fe_counters.sps_max);
4069
4070 /* http response: 1xx, 2xx, 3xx, 4xx, 5xx, other */
4071 if (px->mode == PR_MODE_HTTP) {
4072 stats[ST_F_HRSP_1XX] = mkf_u64(FN_COUNTER, px->fe_counters.p.http.rsp[1]);
4073 stats[ST_F_HRSP_2XX] = mkf_u64(FN_COUNTER, px->fe_counters.p.http.rsp[2]);
4074 stats[ST_F_HRSP_3XX] = mkf_u64(FN_COUNTER, px->fe_counters.p.http.rsp[3]);
4075 stats[ST_F_HRSP_4XX] = mkf_u64(FN_COUNTER, px->fe_counters.p.http.rsp[4]);
4076 stats[ST_F_HRSP_5XX] = mkf_u64(FN_COUNTER, px->fe_counters.p.http.rsp[5]);
4077 stats[ST_F_HRSP_OTHER] = mkf_u64(FN_COUNTER, px->fe_counters.p.http.rsp[0]);
Willy Tarreau5b9bdff2016-01-11 14:40:47 +01004078 stats[ST_F_INTERCEPTED] = mkf_u64(FN_COUNTER, px->fe_counters.intercepted_req);
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004079 }
4080
4081 /* requests : req_rate, req_rate_max, req_tot, */
4082 stats[ST_F_REQ_RATE] = mkf_u32(FN_RATE, read_freq_ctr(&px->fe_req_per_sec));
4083 stats[ST_F_REQ_RATE_MAX] = mkf_u32(FN_MAX, px->fe_counters.p.http.rps_max);
4084 stats[ST_F_REQ_TOT] = mkf_u64(FN_COUNTER, px->fe_counters.p.http.cum_req);
4085
4086 /* compression: in, out, bypassed, responses */
4087 stats[ST_F_COMP_IN] = mkf_u64(FN_COUNTER, px->fe_counters.comp_in);
4088 stats[ST_F_COMP_OUT] = mkf_u64(FN_COUNTER, px->fe_counters.comp_out);
4089 stats[ST_F_COMP_BYP] = mkf_u64(FN_COUNTER, px->fe_counters.comp_byp);
4090 stats[ST_F_COMP_RSP] = mkf_u64(FN_COUNTER, px->fe_counters.p.http.comp_rsp);
4091
Willy Tarreauc73810f2016-01-11 13:52:04 +01004092 /* connections : conn_rate, conn_rate_max, conn_tot, conn_max */
4093 stats[ST_F_CONN_RATE] = mkf_u32(FN_RATE, read_freq_ctr(&px->fe_conn_per_sec));
4094 stats[ST_F_CONN_RATE_MAX] = mkf_u32(FN_MAX, px->fe_counters.cps_max);
4095 stats[ST_F_CONN_TOT] = mkf_u64(FN_COUNTER, px->fe_counters.cum_conn);
4096
Willy Tarreau501f6022016-01-08 17:37:22 +01004097 return stats_dump_one_line(stats, 0, px, appctx);
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004098}
4099
4100/* Dumps a line for listener <l> and proxy <px> to the trash and uses the state
4101 * from stream interface <si>, and stats flags <flags>. The caller is responsible
4102 * for clearing the trash if needed. Returns non-zero if it emits anything, zero
4103 * otherwise.
4104 */
4105static int stats_dump_li_stats(struct stream_interface *si, struct proxy *px, struct listener *l, int flags)
4106{
4107 struct appctx *appctx = __objt_appctx(si->end);
4108 struct chunk *out = get_trash_chunk();
4109
4110 chunk_reset(out);
4111 memset(&stats, 0, sizeof(stats));
4112
4113 stats[ST_F_PXNAME] = mkf_str(FO_KEY|FN_NAME|FS_SERVICE, px->id);
4114 stats[ST_F_SVNAME] = mkf_str(FO_KEY|FN_NAME|FS_SERVICE, l->name);
Willy Tarreauf8211df2016-01-11 14:09:38 +01004115 stats[ST_F_MODE] = mkf_str(FO_CONFIG|FS_SERVICE, proxy_mode_str(px->mode));
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004116 stats[ST_F_SCUR] = mkf_u32(0, l->nbconn);
4117 stats[ST_F_SMAX] = mkf_u32(FN_MAX, l->counters->conn_max);
4118 stats[ST_F_SLIM] = mkf_u32(FO_CONFIG|FN_LIMIT, l->maxconn);
4119 stats[ST_F_STOT] = mkf_u64(FN_COUNTER, l->counters->cum_conn);
4120 stats[ST_F_BIN] = mkf_u64(FN_COUNTER, l->counters->bytes_in);
4121 stats[ST_F_BOUT] = mkf_u64(FN_COUNTER, l->counters->bytes_out);
4122 stats[ST_F_DREQ] = mkf_u64(FN_COUNTER, l->counters->denied_req);
4123 stats[ST_F_DRESP] = mkf_u64(FN_COUNTER, l->counters->denied_resp);
4124 stats[ST_F_EREQ] = mkf_u64(FN_COUNTER, l->counters->failed_req);
4125 stats[ST_F_STATUS] = mkf_str(FO_STATUS, (l->nbconn < l->maxconn) ? (l->state == LI_LIMITED) ? "WAITING" : "OPEN" : "FULL");
4126 stats[ST_F_PID] = mkf_u32(FO_KEY, relative_pid);
4127 stats[ST_F_IID] = mkf_u32(FO_KEY|FS_SERVICE, px->uuid);
4128 stats[ST_F_SID] = mkf_u32(FO_KEY|FS_SERVICE, l->luid);
4129 stats[ST_F_TYPE] = mkf_u32(FO_CONFIG|FS_SERVICE, STATS_TYPE_SO);
4130
4131 if (flags & ST_SHLGNDS) {
4132 char str[INET6_ADDRSTRLEN];
4133 int port;
4134
4135 port = get_host_port(&l->addr);
4136 switch (addr_to_str(&l->addr, str, sizeof(str))) {
4137 case AF_INET:
4138 stats[ST_F_ADDR] = mkf_str(FO_CONFIG|FS_SERVICE, chunk_newstr(out));
4139 chunk_appendf(out, "%s:%d", str, port);
4140 break;
4141 case AF_INET6:
4142 stats[ST_F_ADDR] = mkf_str(FO_CONFIG|FS_SERVICE, chunk_newstr(out));
4143 chunk_appendf(out, "[%s]:%d", str, port);
4144 break;
4145 case AF_UNIX:
4146 stats[ST_F_ADDR] = mkf_str(FO_CONFIG|FS_SERVICE, "unix");
4147 break;
4148 case -1:
4149 stats[ST_F_ADDR] = mkf_str(FO_CONFIG|FS_SERVICE, chunk_newstr(out));
4150 chunk_strcat(out, strerror(errno));
4151 break;
4152 default: /* address family not supported */
4153 break;
4154 }
4155 }
4156
Willy Tarreau501f6022016-01-08 17:37:22 +01004157 return stats_dump_one_line(stats, flags, px, appctx);
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004158}
4159
4160enum srv_stats_state {
4161 SRV_STATS_STATE_DOWN = 0,
4162 SRV_STATS_STATE_DOWN_AGENT,
4163 SRV_STATS_STATE_GOING_UP,
4164 SRV_STATS_STATE_UP_GOING_DOWN,
4165 SRV_STATS_STATE_UP,
4166 SRV_STATS_STATE_NOLB_GOING_DOWN,
Simon Horman4d2eab62015-04-23 14:51:26 +09004167 SRV_STATS_STATE_NOLB,
4168 SRV_STATS_STATE_DRAIN_GOING_DOWN,
4169 SRV_STATS_STATE_DRAIN,
Simon Hormanb167b6b2015-04-23 14:51:29 +09004170 SRV_STATS_STATE_DRAIN_AGENT,
Simon Horman4d2eab62015-04-23 14:51:26 +09004171 SRV_STATS_STATE_NO_CHECK,
4172
4173 SRV_STATS_STATE_COUNT, /* Must be last */
4174};
4175
Willy Tarreau2b96cf12016-01-06 19:25:38 +01004176static const char *srv_hlt_st[SRV_STATS_STATE_COUNT] = {
4177 [SRV_STATS_STATE_DOWN] = "DOWN",
4178 [SRV_STATS_STATE_DOWN_AGENT] = "DOWN (agent)",
4179 [SRV_STATS_STATE_GOING_UP] = "DOWN %d/%d",
4180 [SRV_STATS_STATE_UP_GOING_DOWN] = "UP %d/%d",
4181 [SRV_STATS_STATE_UP] = "UP",
4182 [SRV_STATS_STATE_NOLB_GOING_DOWN] = "NOLB %d/%d",
4183 [SRV_STATS_STATE_NOLB] = "NOLB",
4184 [SRV_STATS_STATE_DRAIN_GOING_DOWN] = "DRAIN %d/%d",
4185 [SRV_STATS_STATE_DRAIN] = "DRAIN",
4186 [SRV_STATS_STATE_DRAIN_AGENT] = "DRAIN (agent)",
4187 [SRV_STATS_STATE_NO_CHECK] = "no check"
4188};
4189
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004190/* Dumps a line for server <sv> and proxy <px> to the trash and uses the state
4191 * from stream interface <si>, stats flags <flags>, and server state <state>.
4192 * The caller is responsible for clearing the trash if needed. Returns non-zero
Simon Horman4d2eab62015-04-23 14:51:26 +09004193 * if it emits anything, zero otherwise.
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004194 */
Willy Tarreauba2f2642016-01-07 09:54:40 +01004195static int stats_dump_sv_stats(struct stream_interface *si, struct proxy *px, int flags, struct server *sv)
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004196{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004197 struct appctx *appctx = __objt_appctx(si->end);
Willy Tarreau32091232014-05-16 13:52:00 +02004198 struct server *via, *ref;
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004199 char str[INET6_ADDRSTRLEN];
Willy Tarreau2b96cf12016-01-06 19:25:38 +01004200 struct chunk *out = get_trash_chunk();
Willy Tarreauba2f2642016-01-07 09:54:40 +01004201 enum srv_stats_state state;
Willy Tarreau2b96cf12016-01-06 19:25:38 +01004202 char *fld_status;
Willy Tarreau32091232014-05-16 13:52:00 +02004203 /* we have "via" which is the tracked server as described in the configuration,
4204 * and "ref" which is the checked server and the end of the chain.
4205 */
4206 via = sv->track ? sv->track : sv;
4207 ref = via;
4208 while (ref->track)
4209 ref = ref->track;
4210
Willy Tarreauba2f2642016-01-07 09:54:40 +01004211 if (sv->state == SRV_ST_RUNNING || sv->state == SRV_ST_STARTING) {
4212 if ((ref->check.state & CHK_ST_ENABLED) &&
4213 (ref->check.health < ref->check.rise + ref->check.fall - 1)) {
4214 state = SRV_STATS_STATE_UP_GOING_DOWN;
Willy Tarreauba2f2642016-01-07 09:54:40 +01004215 } else {
4216 state = SRV_STATS_STATE_UP;
Willy Tarreauba2f2642016-01-07 09:54:40 +01004217 }
4218
Willy Tarreauba2f2642016-01-07 09:54:40 +01004219 if (sv->admin & SRV_ADMF_DRAIN) {
4220 if (ref->agent.state & CHK_ST_ENABLED)
4221 state = SRV_STATS_STATE_DRAIN_AGENT;
4222 else if (state == SRV_STATS_STATE_UP_GOING_DOWN)
4223 state = SRV_STATS_STATE_DRAIN_GOING_DOWN;
4224 else
4225 state = SRV_STATS_STATE_DRAIN;
4226 }
4227
4228 if (state == SRV_STATS_STATE_UP && !(ref->check.state & CHK_ST_ENABLED)) {
4229 state = SRV_STATS_STATE_NO_CHECK;
Willy Tarreauba2f2642016-01-07 09:54:40 +01004230 }
4231 }
4232 else if (sv->state == SRV_ST_STOPPING) {
4233 if ((!(sv->check.state & CHK_ST_ENABLED) && !sv->track) ||
4234 (ref->check.health == ref->check.rise + ref->check.fall - 1)) {
4235 state = SRV_STATS_STATE_NOLB;
Willy Tarreauba2f2642016-01-07 09:54:40 +01004236 } else {
4237 state = SRV_STATS_STATE_NOLB_GOING_DOWN;
Willy Tarreauba2f2642016-01-07 09:54:40 +01004238 }
4239 }
4240 else { /* stopped */
4241 if ((ref->agent.state & CHK_ST_ENABLED) && !ref->agent.health) {
4242 state = SRV_STATS_STATE_DOWN_AGENT;
Willy Tarreauba2f2642016-01-07 09:54:40 +01004243 } else if ((ref->check.state & CHK_ST_ENABLED) && !ref->check.health) {
4244 state = SRV_STATS_STATE_DOWN; /* DOWN */
Willy Tarreauba2f2642016-01-07 09:54:40 +01004245 } else if ((ref->agent.state & CHK_ST_ENABLED) || (ref->check.state & CHK_ST_ENABLED)) {
4246 state = SRV_STATS_STATE_GOING_UP;
Willy Tarreauba2f2642016-01-07 09:54:40 +01004247 } else {
4248 state = SRV_STATS_STATE_DOWN; /* DOWN, unchecked */
Willy Tarreauba2f2642016-01-07 09:54:40 +01004249 }
4250 }
4251
Willy Tarreau2b96cf12016-01-06 19:25:38 +01004252 chunk_reset(out);
4253 memset(&stats, 0, sizeof(stats));
4254
4255 stats[ST_F_PXNAME] = mkf_str(FO_KEY|FN_NAME|FS_SERVICE, px->id);
4256 stats[ST_F_SVNAME] = mkf_str(FO_KEY|FN_NAME|FS_SERVICE, sv->id);
Willy Tarreauf8211df2016-01-11 14:09:38 +01004257 stats[ST_F_MODE] = mkf_str(FO_CONFIG|FS_SERVICE, proxy_mode_str(px->mode));
Willy Tarreau2b96cf12016-01-06 19:25:38 +01004258 stats[ST_F_QCUR] = mkf_u32(0, sv->nbpend);
4259 stats[ST_F_QMAX] = mkf_u32(FN_MAX, sv->counters.nbpend_max);
4260 stats[ST_F_SCUR] = mkf_u32(0, sv->cur_sess);
4261 stats[ST_F_SMAX] = mkf_u32(FN_MAX, sv->counters.cur_sess_max);
4262
4263 if (sv->maxconn)
4264 stats[ST_F_SLIM] = mkf_u32(FO_CONFIG|FN_LIMIT, sv->maxconn);
4265
4266 stats[ST_F_STOT] = mkf_u64(FN_COUNTER, sv->counters.cum_sess);
4267 stats[ST_F_BIN] = mkf_u64(FN_COUNTER, sv->counters.bytes_in);
4268 stats[ST_F_BOUT] = mkf_u64(FN_COUNTER, sv->counters.bytes_out);
4269 stats[ST_F_DRESP] = mkf_u64(FN_COUNTER, sv->counters.failed_secu);
4270 stats[ST_F_ECON] = mkf_u64(FN_COUNTER, sv->counters.failed_conns);
4271 stats[ST_F_ERESP] = mkf_u64(FN_COUNTER, sv->counters.failed_resp);
4272 stats[ST_F_WRETR] = mkf_u64(FN_COUNTER, sv->counters.retries);
4273 stats[ST_F_WREDIS] = mkf_u64(FN_COUNTER, sv->counters.redispatches);
4274
4275 /* status */
4276 fld_status = chunk_newstr(out);
4277 if (sv->admin & SRV_ADMF_IMAINT)
4278 chunk_appendf(out, "MAINT (via %s/%s)", via->proxy->id, via->id);
4279 else if (sv->admin & SRV_ADMF_MAINT)
4280 chunk_appendf(out, "MAINT");
4281 else
4282 chunk_appendf(out,
4283 srv_hlt_st[state],
4284 (ref->state != SRV_ST_STOPPED) ? (ref->check.health - ref->check.rise + 1) : (ref->check.health),
4285 (ref->state != SRV_ST_STOPPED) ? (ref->check.fall) : (ref->check.rise));
4286
4287 stats[ST_F_STATUS] = mkf_str(FO_STATUS, fld_status);
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004288 stats[ST_F_LASTCHG] = mkf_u32(FN_AGE, now.tv_sec - sv->last_change);
4289 stats[ST_F_WEIGHT] = mkf_u32(FN_AVG, (sv->eweight * px->lbprm.wmult + px->lbprm.wdiv - 1) / px->lbprm.wdiv);
4290 stats[ST_F_ACT] = mkf_u32(FO_STATUS, (sv->flags & SRV_F_BACKUP) ? 0 : 1);
4291 stats[ST_F_BCK] = mkf_u32(FO_STATUS, (sv->flags & SRV_F_BACKUP) ? 1 : 0);
Willy Tarreau91861262007-10-17 17:06:05 +02004292
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004293 /* check failures: unique, fatal; last change, total downtime */
4294 if (sv->check.state & CHK_ST_ENABLED) {
4295 stats[ST_F_CHKFAIL] = mkf_u64(FN_COUNTER, sv->counters.failed_checks);
4296 stats[ST_F_CHKDOWN] = mkf_u64(FN_COUNTER, sv->counters.down_trans);
4297 stats[ST_F_DOWNTIME] = mkf_u32(FN_COUNTER, srv_downtime(sv));
4298 }
Willy Tarreau164d4a92016-01-06 19:48:21 +01004299
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004300 if (sv->maxqueue)
4301 stats[ST_F_QLIMIT] = mkf_u32(FO_CONFIG|FS_SERVICE, sv->maxqueue);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004302
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004303 stats[ST_F_PID] = mkf_u32(FO_KEY, relative_pid);
4304 stats[ST_F_IID] = mkf_u32(FO_KEY|FS_SERVICE, px->uuid);
4305 stats[ST_F_SID] = mkf_u32(FO_KEY|FS_SERVICE, sv->puid);
Willy Tarreau91861262007-10-17 17:06:05 +02004306
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004307 if (sv->state == SRV_ST_STARTING && !server_is_draining(sv))
4308 stats[ST_F_THROTTLE] = mkf_u32(FN_AVG, server_throttle_rate(sv));
Willy Tarreauf5b1cc32014-06-17 12:20:59 +02004309
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004310 stats[ST_F_LBTOT] = mkf_u64(FN_COUNTER, sv->counters.cum_lbconn);
Willy Tarreau91861262007-10-17 17:06:05 +02004311
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004312 if (sv->track) {
4313 char *fld_track = chunk_newstr(out);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004314
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004315 chunk_appendf(out, "%s/%s", sv->track->proxy->id, sv->track->id);
4316 stats[ST_F_TRACKED] = mkf_str(FO_CONFIG|FN_NAME|FS_SERVICE, fld_track);
4317 }
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004318
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004319 stats[ST_F_TYPE] = mkf_u32(FO_CONFIG|FS_SERVICE, STATS_TYPE_SV);
4320 stats[ST_F_RATE] = mkf_u32(FN_RATE, read_freq_ctr(&sv->sess_per_sec));
4321 stats[ST_F_RATE_MAX] = mkf_u32(FN_MAX, sv->counters.sps_max);
Willy Tarreau164d4a92016-01-06 19:48:21 +01004322
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004323 if ((sv->check.state & (CHK_ST_ENABLED|CHK_ST_PAUSED)) == CHK_ST_ENABLED) {
4324 const char *fld_chksts;
Willy Tarreau164d4a92016-01-06 19:48:21 +01004325
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004326 fld_chksts = chunk_newstr(out);
4327 chunk_strcat(out, "* "); // for check in progress
4328 chunk_strcat(out, get_check_status_info(sv->check.status));
4329 if (!(sv->check.state & CHK_ST_INPROGRESS))
4330 fld_chksts += 2; // skip "* "
4331 stats[ST_F_CHECK_STATUS] = mkf_str(FN_OUTPUT, fld_chksts);
Willy Tarreau91861262007-10-17 17:06:05 +02004332
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004333 if (sv->check.status >= HCHK_STATUS_L57DATA)
4334 stats[ST_F_CHECK_CODE] = mkf_u32(FN_OUTPUT, sv->check.code);
Willy Tarreaucf2924b2014-05-23 12:15:15 +02004335
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004336 if (sv->check.status >= HCHK_STATUS_CHECKED)
4337 stats[ST_F_CHECK_DURATION] = mkf_u64(FN_DURATION, sv->check.duration);
Willy Tarreaucf2924b2014-05-23 12:15:15 +02004338
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004339 stats[ST_F_CHECK_DESC] = mkf_str(FN_OUTPUT, get_check_status_description(sv->check.status));
4340 stats[ST_F_LAST_CHK] = mkf_str(FN_OUTPUT, sv->check.desc);
4341 stats[ST_F_CHECK_RISE] = mkf_u32(FO_CONFIG|FS_SERVICE, ref->check.rise);
4342 stats[ST_F_CHECK_FALL] = mkf_u32(FO_CONFIG|FS_SERVICE, ref->check.fall);
4343 stats[ST_F_CHECK_HEALTH] = mkf_u32(FO_CONFIG|FS_SERVICE, ref->check.health);
4344 }
Willy Tarreaucf2924b2014-05-23 12:15:15 +02004345
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004346 if ((sv->agent.state & (CHK_ST_ENABLED|CHK_ST_PAUSED)) == CHK_ST_ENABLED) {
4347 const char *fld_chksts;
Willy Tarreaudd7354b2016-01-08 13:47:26 +01004348
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004349 fld_chksts = chunk_newstr(out);
4350 chunk_strcat(out, "* "); // for check in progress
4351 chunk_strcat(out, get_check_status_info(sv->agent.status));
4352 if (!(sv->agent.state & CHK_ST_INPROGRESS))
4353 fld_chksts += 2; // skip "* "
4354 stats[ST_F_AGENT_STATUS] = mkf_str(FN_OUTPUT, fld_chksts);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004355
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004356 if (sv->agent.status >= HCHK_STATUS_L57DATA)
4357 stats[ST_F_AGENT_CODE] = mkf_u32(FN_OUTPUT, sv->agent.code);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004358
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004359 if (sv->agent.status >= HCHK_STATUS_CHECKED)
4360 stats[ST_F_AGENT_DURATION] = mkf_u64(FN_DURATION, sv->agent.duration);
Willy Tarreaue7dbfc62012-12-23 01:59:23 +01004361
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004362 stats[ST_F_AGENT_DESC] = mkf_str(FN_OUTPUT, get_check_status_description(sv->agent.status));
4363 stats[ST_F_LAST_AGT] = mkf_str(FN_OUTPUT, sv->agent.desc);
4364 stats[ST_F_AGENT_RISE] = mkf_u32(FO_CONFIG|FS_SERVICE, sv->agent.rise);
4365 stats[ST_F_AGENT_FALL] = mkf_u32(FO_CONFIG|FS_SERVICE, sv->agent.fall);
4366 stats[ST_F_AGENT_HEALTH] = mkf_u32(FO_CONFIG|FS_SERVICE, sv->agent.health);
4367 }
Willy Tarreaudd7354b2016-01-08 13:47:26 +01004368
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004369 /* http response: 1xx, 2xx, 3xx, 4xx, 5xx, other */
4370 if (px->mode == PR_MODE_HTTP) {
4371 stats[ST_F_HRSP_1XX] = mkf_u64(FN_COUNTER, sv->counters.p.http.rsp[1]);
4372 stats[ST_F_HRSP_2XX] = mkf_u64(FN_COUNTER, sv->counters.p.http.rsp[2]);
4373 stats[ST_F_HRSP_3XX] = mkf_u64(FN_COUNTER, sv->counters.p.http.rsp[3]);
4374 stats[ST_F_HRSP_4XX] = mkf_u64(FN_COUNTER, sv->counters.p.http.rsp[4]);
4375 stats[ST_F_HRSP_5XX] = mkf_u64(FN_COUNTER, sv->counters.p.http.rsp[5]);
4376 stats[ST_F_HRSP_OTHER] = mkf_u64(FN_COUNTER, sv->counters.p.http.rsp[0]);
4377 }
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004378
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004379 if (ref->observe)
4380 stats[ST_F_HANAFAIL] = mkf_u64(FN_COUNTER, sv->counters.failed_hana);
Willy Tarreau164d4a92016-01-06 19:48:21 +01004381
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004382 stats[ST_F_CLI_ABRT] = mkf_u64(FN_COUNTER, sv->counters.cli_aborts);
4383 stats[ST_F_SRV_ABRT] = mkf_u64(FN_COUNTER, sv->counters.srv_aborts);
4384 stats[ST_F_LASTSESS] = mkf_s32(FN_AGE, srv_lastsession(sv));
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004385
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004386 stats[ST_F_QTIME] = mkf_u32(FN_AVG, swrate_avg(sv->counters.q_time, TIME_STATS_SAMPLES));
4387 stats[ST_F_CTIME] = mkf_u32(FN_AVG, swrate_avg(sv->counters.c_time, TIME_STATS_SAMPLES));
4388 stats[ST_F_RTIME] = mkf_u32(FN_AVG, swrate_avg(sv->counters.d_time, TIME_STATS_SAMPLES));
4389 stats[ST_F_TTIME] = mkf_u32(FN_AVG, swrate_avg(sv->counters.t_time, TIME_STATS_SAMPLES));
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004390
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004391 if (flags & ST_SHLGNDS) {
4392 switch (addr_to_str(&sv->addr, str, sizeof(str))) {
4393 case AF_INET:
4394 stats[ST_F_ADDR] = mkf_str(FO_CONFIG|FS_SERVICE, chunk_newstr(out));
4395 chunk_appendf(out, "%s:%d", str, get_host_port(&sv->addr));
4396 break;
4397 case AF_INET6:
4398 stats[ST_F_ADDR] = mkf_str(FO_CONFIG|FS_SERVICE, chunk_newstr(out));
4399 chunk_appendf(out, "[%s]:%d", str, get_host_port(&sv->addr));
4400 break;
4401 case AF_UNIX:
4402 stats[ST_F_ADDR] = mkf_str(FO_CONFIG|FS_SERVICE, "unix");
4403 break;
4404 case -1:
4405 stats[ST_F_ADDR] = mkf_str(FO_CONFIG|FS_SERVICE, chunk_newstr(out));
4406 chunk_strcat(out, strerror(errno));
4407 break;
4408 default: /* address family not supported */
4409 break;
Willy Tarreauf4659942013-11-28 10:50:06 +01004410 }
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004411
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004412 if (sv->cookie)
4413 stats[ST_F_COOKIE] = mkf_str(FO_CONFIG|FN_NAME|FS_SERVICE, sv->cookie);
4414 }
4415
Willy Tarreau501f6022016-01-08 17:37:22 +01004416 return stats_dump_one_line(stats, flags, px, appctx);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004417}
4418
4419/* Dumps a line for backend <px> to the trash for and uses the state from stream
4420 * interface <si> and stats flags <flags>. The caller is responsible for clearing
4421 * the trash if needed. Returns non-zero if it emits anything, zero otherwise.
4422 */
4423static int stats_dump_be_stats(struct stream_interface *si, struct proxy *px, int flags)
4424{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004425 struct appctx *appctx = __objt_appctx(si->end);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004426
4427 if (!(px->cap & PR_CAP_BE))
4428 return 0;
4429
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004430 if ((appctx->ctx.stats.flags & STAT_BOUND) && !(appctx->ctx.stats.type & (1 << STATS_TYPE_BE)))
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004431 return 0;
4432
Willy Tarreauf6eecbe2016-01-06 16:14:50 +01004433 memset(&stats, 0, sizeof(stats));
4434
4435 stats[ST_F_PXNAME] = mkf_str(FO_KEY|FN_NAME|FS_SERVICE, px->id);
4436 stats[ST_F_SVNAME] = mkf_str(FO_KEY|FN_NAME|FS_SERVICE, "BACKEND");
Willy Tarreauf8211df2016-01-11 14:09:38 +01004437 stats[ST_F_MODE] = mkf_str(FO_CONFIG|FS_SERVICE, proxy_mode_str(px->mode));
Willy Tarreauf6eecbe2016-01-06 16:14:50 +01004438 stats[ST_F_QCUR] = mkf_u32(0, px->nbpend);
4439 stats[ST_F_QMAX] = mkf_u32(FN_MAX, px->be_counters.nbpend_max);
4440 stats[ST_F_SCUR] = mkf_u32(FO_CONFIG|FN_LIMIT, px->beconn);
4441 stats[ST_F_SMAX] = mkf_u32(FN_MAX, px->be_counters.conn_max);
4442 stats[ST_F_SLIM] = mkf_u32(FO_CONFIG|FN_LIMIT, px->fullconn);
4443 stats[ST_F_STOT] = mkf_u64(FN_COUNTER, px->be_counters.cum_conn);
4444 stats[ST_F_BIN] = mkf_u64(FN_COUNTER, px->be_counters.bytes_in);
4445 stats[ST_F_BOUT] = mkf_u64(FN_COUNTER, px->be_counters.bytes_out);
4446 stats[ST_F_DREQ] = mkf_u64(FN_COUNTER, px->be_counters.denied_req);
4447 stats[ST_F_DRESP] = mkf_u64(FN_COUNTER, px->be_counters.denied_resp);
4448 stats[ST_F_ECON] = mkf_u64(FN_COUNTER, px->be_counters.failed_conns);
4449 stats[ST_F_ERESP] = mkf_u64(FN_COUNTER, px->be_counters.failed_resp);
4450 stats[ST_F_WRETR] = mkf_u64(FN_COUNTER, px->be_counters.retries);
4451 stats[ST_F_WREDIS] = mkf_u64(FN_COUNTER, px->be_counters.redispatches);
4452 stats[ST_F_STATUS] = mkf_str(FO_STATUS, (px->lbprm.tot_weight > 0 || !px->srv) ? "UP" : "DOWN");
4453 stats[ST_F_WEIGHT] = mkf_u32(FN_AVG, (px->lbprm.tot_weight * px->lbprm.wmult + px->lbprm.wdiv - 1) / px->lbprm.wdiv);
4454 stats[ST_F_ACT] = mkf_u32(0, px->srv_act);
4455 stats[ST_F_BCK] = mkf_u32(0, px->srv_bck);
4456 stats[ST_F_CHKDOWN] = mkf_u64(FN_COUNTER, px->down_trans);
4457 stats[ST_F_LASTCHG] = mkf_u32(FN_AGE, now.tv_sec - px->last_change);
Willy Tarreau7344f472016-01-11 12:04:02 +01004458 if (px->srv)
4459 stats[ST_F_DOWNTIME] = mkf_u32(FN_COUNTER, be_downtime(px));
4460
Willy Tarreauf6eecbe2016-01-06 16:14:50 +01004461 stats[ST_F_PID] = mkf_u32(FO_KEY, relative_pid);
4462 stats[ST_F_IID] = mkf_u32(FO_KEY|FS_SERVICE, px->uuid);
4463 stats[ST_F_SID] = mkf_u32(FO_KEY|FS_SERVICE, 0);
4464 stats[ST_F_LBTOT] = mkf_u64(FN_COUNTER, px->be_counters.cum_lbconn);
4465 stats[ST_F_TYPE] = mkf_u32(FO_CONFIG|FS_SERVICE, STATS_TYPE_BE);
4466 stats[ST_F_RATE] = mkf_u32(0, read_freq_ctr(&px->be_sess_per_sec));
4467 stats[ST_F_RATE_MAX] = mkf_u32(0, px->be_counters.sps_max);
Willy Tarreauf1516d92016-01-11 14:48:36 +01004468
Willy Tarreaue4847c62016-01-08 15:43:54 +01004469 if (flags & ST_SHLGNDS) {
4470 if (px->cookie_name)
4471 stats[ST_F_COOKIE] = mkf_str(FO_CONFIG|FN_NAME|FS_SERVICE, px->cookie_name);
Willy Tarreauf1516d92016-01-11 14:48:36 +01004472 stats[ST_F_ALGO] = mkf_str(FO_CONFIG|FS_SERVICE, backend_lb_algo_str(px->lbprm.algo & BE_LB_ALGO));
Willy Tarreaue4847c62016-01-08 15:43:54 +01004473 }
Willy Tarreauf6eecbe2016-01-06 16:14:50 +01004474
4475 /* http response: 1xx, 2xx, 3xx, 4xx, 5xx, other */
4476 if (px->mode == PR_MODE_HTTP) {
4477 stats[ST_F_REQ_TOT] = mkf_u64(FN_COUNTER, px->be_counters.p.http.cum_req);
4478 stats[ST_F_HRSP_1XX] = mkf_u64(FN_COUNTER, px->be_counters.p.http.rsp[1]);
4479 stats[ST_F_HRSP_2XX] = mkf_u64(FN_COUNTER, px->be_counters.p.http.rsp[2]);
4480 stats[ST_F_HRSP_3XX] = mkf_u64(FN_COUNTER, px->be_counters.p.http.rsp[3]);
4481 stats[ST_F_HRSP_4XX] = mkf_u64(FN_COUNTER, px->be_counters.p.http.rsp[4]);
4482 stats[ST_F_HRSP_5XX] = mkf_u64(FN_COUNTER, px->be_counters.p.http.rsp[5]);
4483 stats[ST_F_HRSP_OTHER] = mkf_u64(FN_COUNTER, px->be_counters.p.http.rsp[0]);
Willy Tarreau5b9bdff2016-01-11 14:40:47 +01004484 stats[ST_F_INTERCEPTED] = mkf_u64(FN_COUNTER, px->be_counters.intercepted_req);
Willy Tarreauf6eecbe2016-01-06 16:14:50 +01004485 }
4486
4487 stats[ST_F_CLI_ABRT] = mkf_u64(FN_COUNTER, px->be_counters.cli_aborts);
4488 stats[ST_F_SRV_ABRT] = mkf_u64(FN_COUNTER, px->be_counters.srv_aborts);
4489
4490 /* compression: in, out, bypassed, responses */
4491 stats[ST_F_COMP_IN] = mkf_u64(FN_COUNTER, px->be_counters.comp_in);
4492 stats[ST_F_COMP_OUT] = mkf_u64(FN_COUNTER, px->be_counters.comp_out);
4493 stats[ST_F_COMP_BYP] = mkf_u64(FN_COUNTER, px->be_counters.comp_byp);
4494 stats[ST_F_COMP_RSP] = mkf_u64(FN_COUNTER, px->be_counters.p.http.comp_rsp);
4495 stats[ST_F_LASTSESS] = mkf_s32(FN_AGE, be_lastsession(px));
4496
4497 stats[ST_F_QTIME] = mkf_u32(FN_AVG, swrate_avg(px->be_counters.q_time, TIME_STATS_SAMPLES));
4498 stats[ST_F_CTIME] = mkf_u32(FN_AVG, swrate_avg(px->be_counters.c_time, TIME_STATS_SAMPLES));
4499 stats[ST_F_RTIME] = mkf_u32(FN_AVG, swrate_avg(px->be_counters.d_time, TIME_STATS_SAMPLES));
4500 stats[ST_F_TTIME] = mkf_u32(FN_AVG, swrate_avg(px->be_counters.t_time, TIME_STATS_SAMPLES));
4501
Willy Tarreau501f6022016-01-08 17:37:22 +01004502 return stats_dump_one_line(stats, flags, px, appctx);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004503}
4504
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004505/* Dumps the HTML table header for proxy <px> to the trash for and uses the state from
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004506 * stream interface <si> and per-uri parameters <uri>. The caller is responsible
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004507 * for clearing the trash if needed.
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004508 */
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004509static void stats_dump_html_px_hdr(struct stream_interface *si, struct proxy *px, struct uri_auth *uri)
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004510{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004511 struct appctx *appctx = __objt_appctx(si->end);
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004512 char scope_txt[STAT_SCOPE_TXT_MAXLEN + sizeof STAT_SCOPE_PATTERN];
4513
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004514 if (px->cap & PR_CAP_BE && px->srv && (appctx->ctx.stats.flags & STAT_ADMIN)) {
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004515 /* A form to enable/disable this proxy servers */
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004516
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004517 /* scope_txt = search pattern + search query, appctx->ctx.stats.scope_len is always <= STAT_SCOPE_TXT_MAXLEN */
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004518 scope_txt[0] = 0;
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004519 if (appctx->ctx.stats.scope_len) {
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004520 strcpy(scope_txt, STAT_SCOPE_PATTERN);
Willy Tarreau4e4292b2014-11-28 12:18:45 +01004521 memcpy(scope_txt + strlen(STAT_SCOPE_PATTERN), bo_ptr(si_ob(si)) + appctx->ctx.stats.scope_str, appctx->ctx.stats.scope_len);
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004522 scope_txt[strlen(STAT_SCOPE_PATTERN) + appctx->ctx.stats.scope_len] = 0;
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004523 }
4524
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004525 chunk_appendf(&trash,
Jeff Buchbinder2dbbf4d2014-08-29 15:10:08 -05004526 "<form method=\"post\">");
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004527 }
4528
4529 /* print a new table */
4530 chunk_appendf(&trash,
4531 "<table class=\"tbl\" width=\"100%%\">\n"
4532 "<tr class=\"titre\">"
Willy Tarreaue7dbfc62012-12-23 01:59:23 +01004533 "<th class=\"pxname\" width=\"10%%\">");
4534
4535 chunk_appendf(&trash,
4536 "<a name=\"%s\"></a>%s"
4537 "<a class=px href=\"#%s\">%s</a>",
4538 px->id,
4539 (uri->flags & ST_SHLGNDS) ? "<u>":"",
4540 px->id, px->id);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004541
4542 if (uri->flags & ST_SHLGNDS) {
4543 /* cap, mode, id */
Willy Tarreau656a9ce2013-04-19 14:41:29 +02004544 chunk_appendf(&trash, "<div class=tips>cap: %s, mode: %s, id: %d",
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004545 proxy_cap_str(px->cap), proxy_mode_str(px->mode),
4546 px->uuid);
Willy Tarreaue7dbfc62012-12-23 01:59:23 +01004547 chunk_appendf(&trash, "</div>");
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004548 }
4549
4550 chunk_appendf(&trash,
Willy Tarreaue7dbfc62012-12-23 01:59:23 +01004551 "%s</th>"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004552 "<th class=\"%s\" width=\"90%%\">%s</th>"
4553 "</tr>\n"
4554 "</table>\n"
4555 "<table class=\"tbl\" width=\"100%%\">\n"
4556 "<tr class=\"titre\">",
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004557 (uri->flags & ST_SHLGNDS) ? "</u>":"",
4558 px->desc ? "desc" : "empty", px->desc ? px->desc : "");
4559
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004560 if ((px->cap & PR_CAP_BE) && px->srv && (appctx->ctx.stats.flags & STAT_ADMIN)) {
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004561 /* Column heading for Enable or Disable server */
4562 chunk_appendf(&trash, "<th rowspan=2 width=1></th>");
Willy Tarreau91861262007-10-17 17:06:05 +02004563 }
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004564
4565 chunk_appendf(&trash,
4566 "<th rowspan=2></th>"
4567 "<th colspan=3>Queue</th>"
Bhaskar Maddalaa20cb852014-02-03 16:26:46 -05004568 "<th colspan=3>Session rate</th><th colspan=6>Sessions</th>"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004569 "<th colspan=2>Bytes</th><th colspan=2>Denied</th>"
4570 "<th colspan=3>Errors</th><th colspan=2>Warnings</th>"
4571 "<th colspan=9>Server</th>"
4572 "</tr>\n"
4573 "<tr class=\"titre\">"
4574 "<th>Cur</th><th>Max</th><th>Limit</th>"
4575 "<th>Cur</th><th>Max</th><th>Limit</th><th>Cur</th><th>Max</th>"
Bhaskar Maddalaa20cb852014-02-03 16:26:46 -05004576 "<th>Limit</th><th>Total</th><th>LbTot</th><th>Last</th><th>In</th><th>Out</th>"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004577 "<th>Req</th><th>Resp</th><th>Req</th><th>Conn</th>"
4578 "<th>Resp</th><th>Retr</th><th>Redis</th>"
4579 "<th>Status</th><th>LastChk</th><th>Wght</th><th>Act</th>"
4580 "<th>Bck</th><th>Chk</th><th>Dwn</th><th>Dwntme</th>"
4581 "<th>Thrtle</th>\n"
4582 "</tr>");
Willy Tarreau91861262007-10-17 17:06:05 +02004583}
4584
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004585/* Dumps the HTML table trailer for proxy <px> to the trash for and uses the state from
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004586 * stream interface <si>. The caller is responsible for clearing the trash if needed.
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004587 */
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004588static void stats_dump_html_px_end(struct stream_interface *si, struct proxy *px)
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004589{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004590 struct appctx *appctx = __objt_appctx(si->end);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004591 chunk_appendf(&trash, "</table>");
4592
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004593 if ((px->cap & PR_CAP_BE) && px->srv && (appctx->ctx.stats.flags & STAT_ADMIN)) {
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004594 /* close the form used to enable/disable this proxy servers */
4595 chunk_appendf(&trash,
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004596 "Choose the action to perform on the checked servers : "
4597 "<select name=action>"
4598 "<option value=\"\"></option>"
Willy Tarreaued7df902014-05-22 18:04:49 +02004599 "<option value=\"ready\">Set state to READY</option>"
4600 "<option value=\"drain\">Set state to DRAIN</option>"
Marco Corte8c27bca2014-07-02 17:49:34 +02004601 "<option value=\"maint\">Set state to MAINT</option>"
Willy Tarreau248a60e2014-05-23 14:59:48 +02004602 "<option value=\"dhlth\">Health: disable checks</option>"
4603 "<option value=\"ehlth\">Health: enable checks</option>"
4604 "<option value=\"hrunn\">Health: force UP</option>"
4605 "<option value=\"hnolb\">Health: force NOLB</option>"
4606 "<option value=\"hdown\">Health: force DOWN</option>"
4607 "<option value=\"dagent\">Agent: disable checks</option>"
4608 "<option value=\"eagent\">Agent: enable checks</option>"
4609 "<option value=\"arunn\">Agent: force UP</option>"
4610 "<option value=\"adown\">Agent: force DOWN</option>"
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004611 "<option value=\"shutdown\">Kill Sessions</option>"
4612 "</select>"
4613 "<input type=\"hidden\" name=\"b\" value=\"#%d\">"
4614 "&nbsp;<input type=\"submit\" value=\"Apply\">"
4615 "</form>",
4616 px->uuid);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004617 }
4618
4619 chunk_appendf(&trash, "<p>\n");
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004620}
Willy Tarreau91861262007-10-17 17:06:05 +02004621
4622/*
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004623 * Dumps statistics for a proxy. The output is sent to the stream interface's
4624 * input buffer. Returns 0 if it had to stop dumping data because of lack of
4625 * buffer space, or non-zero if everything completed. This function is used
4626 * both by the CLI and the HTTP entry points, and is able to dump the output
4627 * in HTML or CSV formats. If the later, <uri> must be NULL.
Willy Tarreau91861262007-10-17 17:06:05 +02004628 */
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004629static int stats_dump_proxy_to_buffer(struct stream_interface *si, struct proxy *px, struct uri_auth *uri)
Willy Tarreau91861262007-10-17 17:06:05 +02004630{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004631 struct appctx *appctx = __objt_appctx(si->end);
Willy Tarreau87b09662015-04-03 00:22:06 +02004632 struct stream *s = si_strm(si);
Willy Tarreau2bb4a962014-11-28 11:11:05 +01004633 struct channel *rep = si_ic(si);
Willy Tarreau44267702011-10-28 15:35:33 +02004634 struct server *sv, *svs; /* server and server-state, server-state=server or server->track */
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02004635 struct listener *l;
Willy Tarreau0deb85a2016-01-08 15:33:18 +01004636 unsigned int flags;
4637
4638 if (uri)
4639 flags = uri->flags;
4640 else if (strm_li(s)->bind_conf->level >= ACCESS_LVL_OPER)
4641 flags = ST_SHLGNDS | ST_SHNODE | ST_SHDESC;
4642 else
4643 flags = ST_SHNODE | ST_SHDESC;
Willy Tarreau91861262007-10-17 17:06:05 +02004644
Willy Tarreau19d14ef2012-10-29 16:51:55 +01004645 chunk_reset(&trash);
Willy Tarreau91861262007-10-17 17:06:05 +02004646
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004647 switch (appctx->ctx.stats.px_st) {
Willy Tarreau295a8372011-03-10 11:25:07 +01004648 case STAT_PX_ST_INIT:
Willy Tarreau91861262007-10-17 17:06:05 +02004649 /* we are on a new proxy */
Willy Tarreau91861262007-10-17 17:06:05 +02004650 if (uri && uri->scope) {
4651 /* we have a limited scope, we have to check the proxy name */
4652 struct stat_scope *scope;
4653 int len;
4654
4655 len = strlen(px->id);
4656 scope = uri->scope;
4657
4658 while (scope) {
4659 /* match exact proxy name */
4660 if (scope->px_len == len && !memcmp(px->id, scope->px_id, len))
4661 break;
4662
4663 /* match '.' which means 'self' proxy */
Willy Tarreau1388a3a2007-10-18 16:38:37 +02004664 if (!strcmp(scope->px_id, ".") && px == s->be)
Willy Tarreau91861262007-10-17 17:06:05 +02004665 break;
4666 scope = scope->next;
4667 }
4668
4669 /* proxy name not found : don't dump anything */
4670 if (scope == NULL)
4671 return 1;
4672 }
4673
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004674 /* if the user has requested a limited output and the proxy
4675 * name does not match, skip it.
4676 */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004677 if (appctx->ctx.stats.scope_len &&
Willy Tarreau4e4292b2014-11-28 12:18:45 +01004678 strnistr(px->id, strlen(px->id), bo_ptr(si_ob(si)) + appctx->ctx.stats.scope_str, appctx->ctx.stats.scope_len) == NULL)
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004679 return 1;
4680
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004681 if ((appctx->ctx.stats.flags & STAT_BOUND) &&
4682 (appctx->ctx.stats.iid != -1) &&
4683 (px->uuid != appctx->ctx.stats.iid))
Krzysztof Piotr Oledzki2c6962c2008-03-02 02:42:14 +01004684 return 1;
4685
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004686 appctx->ctx.stats.px_st = STAT_PX_ST_TH;
Willy Tarreau91861262007-10-17 17:06:05 +02004687 /* fall through */
4688
Willy Tarreau295a8372011-03-10 11:25:07 +01004689 case STAT_PX_ST_TH:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004690 if (appctx->ctx.stats.flags & STAT_FMT_HTML) {
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004691 stats_dump_html_px_hdr(si, px, uri);
Willy Tarreaubc18da12015-03-13 14:00:47 +01004692 if (bi_putchk(rep, &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02004693 si_applet_cant_put(si);
Willy Tarreau55bb8452007-10-17 18:44:57 +02004694 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01004695 }
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004696 }
Willy Tarreau91861262007-10-17 17:06:05 +02004697
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004698 appctx->ctx.stats.px_st = STAT_PX_ST_FE;
Willy Tarreau91861262007-10-17 17:06:05 +02004699 /* fall through */
4700
Willy Tarreau295a8372011-03-10 11:25:07 +01004701 case STAT_PX_ST_FE:
Willy Tarreau91861262007-10-17 17:06:05 +02004702 /* print the frontend */
Willy Tarreaubc18da12015-03-13 14:00:47 +01004703 if (stats_dump_fe_stats(si, px)) {
4704 if (bi_putchk(rep, &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02004705 si_applet_cant_put(si);
Willy Tarreau91861262007-10-17 17:06:05 +02004706 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01004707 }
4708 }
Willy Tarreau91861262007-10-17 17:06:05 +02004709
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004710 appctx->ctx.stats.l = px->conf.listeners.n;
4711 appctx->ctx.stats.px_st = STAT_PX_ST_LI;
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02004712 /* fall through */
4713
Willy Tarreau295a8372011-03-10 11:25:07 +01004714 case STAT_PX_ST_LI:
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02004715 /* stats.l has been initialized above */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004716 for (; appctx->ctx.stats.l != &px->conf.listeners; appctx->ctx.stats.l = l->by_fe.n) {
Willy Tarreaud7ad9f52013-12-31 17:26:25 +01004717 if (buffer_almost_full(rep->buf)) {
Willy Tarreaufe127932015-04-21 19:23:39 +02004718 si_applet_cant_put(si);
Willy Tarreau4e33d862009-10-11 23:35:10 +02004719 return 0;
Willy Tarreaud7ad9f52013-12-31 17:26:25 +01004720 }
Willy Tarreau4e33d862009-10-11 23:35:10 +02004721
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004722 l = LIST_ELEM(appctx->ctx.stats.l, struct listener *, by_fe);
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02004723 if (!l->counters)
4724 continue;
4725
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004726 if (appctx->ctx.stats.flags & STAT_BOUND) {
4727 if (!(appctx->ctx.stats.type & (1 << STATS_TYPE_SO)))
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02004728 break;
4729
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004730 if (appctx->ctx.stats.sid != -1 && l->luid != appctx->ctx.stats.sid)
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02004731 continue;
4732 }
4733
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004734 /* print the frontend */
Willy Tarreau0deb85a2016-01-08 15:33:18 +01004735 if (stats_dump_li_stats(si, px, l, flags)) {
Willy Tarreaubc18da12015-03-13 14:00:47 +01004736 if (bi_putchk(rep, &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02004737 si_applet_cant_put(si);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004738 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01004739 }
4740 }
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02004741 }
4742
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004743 appctx->ctx.stats.sv = px->srv; /* may be NULL */
4744 appctx->ctx.stats.px_st = STAT_PX_ST_SV;
Willy Tarreau91861262007-10-17 17:06:05 +02004745 /* fall through */
4746
Willy Tarreau295a8372011-03-10 11:25:07 +01004747 case STAT_PX_ST_SV:
Willy Tarreau91861262007-10-17 17:06:05 +02004748 /* stats.sv has been initialized above */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004749 for (; appctx->ctx.stats.sv != NULL; appctx->ctx.stats.sv = sv->next) {
Willy Tarreaud7ad9f52013-12-31 17:26:25 +01004750 if (buffer_almost_full(rep->buf)) {
Willy Tarreaufe127932015-04-21 19:23:39 +02004751 si_applet_cant_put(si);
Willy Tarreau4e33d862009-10-11 23:35:10 +02004752 return 0;
Willy Tarreaud7ad9f52013-12-31 17:26:25 +01004753 }
Willy Tarreau4e33d862009-10-11 23:35:10 +02004754
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004755 sv = appctx->ctx.stats.sv;
Willy Tarreau91861262007-10-17 17:06:05 +02004756
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004757 if (appctx->ctx.stats.flags & STAT_BOUND) {
4758 if (!(appctx->ctx.stats.type & (1 << STATS_TYPE_SV)))
Krzysztof Piotr Oledzki2c6962c2008-03-02 02:42:14 +01004759 break;
4760
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004761 if (appctx->ctx.stats.sid != -1 && sv->puid != appctx->ctx.stats.sid)
Krzysztof Piotr Oledzki2c6962c2008-03-02 02:42:14 +01004762 continue;
4763 }
4764
Willy Tarreau32091232014-05-16 13:52:00 +02004765 svs = sv;
4766 while (svs->track)
4767 svs = svs->track;
Krzysztof Piotr Oledzkic8b16fc2008-02-18 01:26:35 +01004768
Willy Tarreauba2f2642016-01-07 09:54:40 +01004769 /* do not report servers which are DOWN and not changing state */
4770 if ((appctx->ctx.stats.flags & STAT_HIDE_DOWN) &&
4771 ((sv->admin & SRV_ADMF_MAINT) || /* server is in maintenance */
4772 (sv->state == SRV_ST_STOPPED && /* server is down */
4773 (!((svs->agent.state | svs->check.state) & CHK_ST_ENABLED) ||
4774 ((svs->agent.state & CHK_ST_ENABLED) && !svs->agent.health) ||
4775 ((svs->check.state & CHK_ST_ENABLED) && !svs->check.health))))) {
Willy Tarreau91861262007-10-17 17:06:05 +02004776 continue;
4777 }
4778
Willy Tarreau0deb85a2016-01-08 15:33:18 +01004779 if (stats_dump_sv_stats(si, px, flags, sv)) {
Willy Tarreaubc18da12015-03-13 14:00:47 +01004780 if (bi_putchk(rep, &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02004781 si_applet_cant_put(si);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004782 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01004783 }
4784 }
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004785 } /* for sv */
Cyril Bonté474be412010-10-12 00:14:36 +02004786
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004787 appctx->ctx.stats.px_st = STAT_PX_ST_BE;
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004788 /* fall through */
Cyril Bonté70be45d2010-10-12 00:14:35 +02004789
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004790 case STAT_PX_ST_BE:
4791 /* print the backend */
Willy Tarreau0deb85a2016-01-08 15:33:18 +01004792 if (stats_dump_be_stats(si, px, flags)) {
Willy Tarreaubc18da12015-03-13 14:00:47 +01004793 if (bi_putchk(rep, &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02004794 si_applet_cant_put(si);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004795 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01004796 }
4797 }
Krzysztof Piotr Oledzki15514c22010-01-04 16:03:09 +01004798
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004799 appctx->ctx.stats.px_st = STAT_PX_ST_END;
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004800 /* fall through */
Krzysztof Piotr Oledzki15514c22010-01-04 16:03:09 +01004801
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004802 case STAT_PX_ST_END:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004803 if (appctx->ctx.stats.flags & STAT_FMT_HTML) {
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004804 stats_dump_html_px_end(si, px);
Willy Tarreaubc18da12015-03-13 14:00:47 +01004805 if (bi_putchk(rep, &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02004806 si_applet_cant_put(si);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004807 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01004808 }
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004809 }
Krzysztof Piotr Oledzki15514c22010-01-04 16:03:09 +01004810
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004811 appctx->ctx.stats.px_st = STAT_PX_ST_FIN;
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004812 /* fall through */
Krzysztof Piotr Oledzki15514c22010-01-04 16:03:09 +01004813
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004814 case STAT_PX_ST_FIN:
4815 return 1;
Krzysztof Piotr Oledzki15514c22010-01-04 16:03:09 +01004816
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004817 default:
4818 /* unknown state, we should put an abort() here ! */
4819 return 1;
4820 }
4821}
Krzysztof Piotr Oledzki15514c22010-01-04 16:03:09 +01004822
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004823/* Dumps the HTTP stats head block to the trash for and uses the per-uri
4824 * parameters <uri>. The caller is responsible for clearing the trash if needed.
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004825 */
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004826static void stats_dump_html_head(struct uri_auth *uri)
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004827{
4828 /* WARNING! This must fit in the first buffer !!! */
4829 chunk_appendf(&trash,
4830 "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\"\n"
4831 "\"http://www.w3.org/TR/html4/loose.dtd\">\n"
4832 "<html><head><title>Statistics Report for " PRODUCT_NAME "%s%s</title>\n"
4833 "<meta http-equiv=\"content-type\" content=\"text/html; charset=iso-8859-1\">\n"
4834 "<style type=\"text/css\"><!--\n"
4835 "body {"
4836 " font-family: arial, helvetica, sans-serif;"
4837 " font-size: 12px;"
4838 " font-weight: normal;"
4839 " color: black;"
4840 " background: white;"
4841 "}\n"
4842 "th,td {"
4843 " font-size: 10px;"
4844 "}\n"
4845 "h1 {"
4846 " font-size: x-large;"
4847 " margin-bottom: 0.5em;"
4848 "}\n"
4849 "h2 {"
4850 " font-family: helvetica, arial;"
4851 " font-size: x-large;"
4852 " font-weight: bold;"
4853 " font-style: italic;"
4854 " color: #6020a0;"
4855 " margin-top: 0em;"
4856 " margin-bottom: 0em;"
4857 "}\n"
4858 "h3 {"
4859 " font-family: helvetica, arial;"
4860 " font-size: 16px;"
4861 " font-weight: bold;"
4862 " color: #b00040;"
4863 " background: #e8e8d0;"
4864 " margin-top: 0em;"
4865 " margin-bottom: 0em;"
4866 "}\n"
4867 "li {"
4868 " margin-top: 0.25em;"
4869 " margin-right: 2em;"
4870 "}\n"
4871 ".hr {margin-top: 0.25em;"
4872 " border-color: black;"
4873 " border-bottom-style: solid;"
4874 "}\n"
4875 ".titre {background: #20D0D0;color: #000000; font-weight: bold; text-align: center;}\n"
4876 ".total {background: #20D0D0;color: #ffff80;}\n"
4877 ".frontend {background: #e8e8d0;}\n"
4878 ".socket {background: #d0d0d0;}\n"
4879 ".backend {background: #e8e8d0;}\n"
Simon Horman837bfa72015-04-23 14:51:27 +09004880 ".active_down {background: #ff9090;}\n"
4881 ".active_going_up {background: #ffd020;}\n"
4882 ".active_going_down {background: #ffffa0;}\n"
4883 ".active_up {background: #c0ffc0;}\n"
4884 ".active_nolb {background: #20a0ff;}\n"
4885 ".active_draining {background: #20a0FF;}\n"
4886 ".active_no_check {background: #e0e0e0;}\n"
4887 ".backup_down {background: #ff9090;}\n"
4888 ".backup_going_up {background: #ff80ff;}\n"
4889 ".backup_going_down {background: #c060ff;}\n"
4890 ".backup_up {background: #b0d0ff;}\n"
4891 ".backup_nolb {background: #90b0e0;}\n"
4892 ".backup_draining {background: #cc9900;}\n"
4893 ".backup_no_check {background: #e0e0e0;}\n"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004894 ".maintain {background: #c07820;}\n"
4895 ".rls {letter-spacing: 0.2em; margin-right: 1px;}\n" /* right letter spacing (used for grouping digits) */
4896 "\n"
4897 "a.px:link {color: #ffff40; text-decoration: none;}"
4898 "a.px:visited {color: #ffff40; text-decoration: none;}"
4899 "a.px:hover {color: #ffffff; text-decoration: none;}"
4900 "a.lfsb:link {color: #000000; text-decoration: none;}"
4901 "a.lfsb:visited {color: #000000; text-decoration: none;}"
4902 "a.lfsb:hover {color: #505050; text-decoration: none;}"
4903 "\n"
4904 "table.tbl { border-collapse: collapse; border-style: none;}\n"
4905 "table.tbl td { text-align: right; border-width: 1px 1px 1px 1px; border-style: solid solid solid solid; padding: 2px 3px; border-color: gray; white-space: nowrap;}\n"
4906 "table.tbl td.ac { text-align: center;}\n"
4907 "table.tbl th { border-width: 1px; border-style: solid solid solid solid; border-color: gray;}\n"
4908 "table.tbl th.pxname { background: #b00040; color: #ffff40; font-weight: bold; border-style: solid solid none solid; padding: 2px 3px; white-space: nowrap;}\n"
4909 "table.tbl th.empty { border-style: none; empty-cells: hide; background: white;}\n"
4910 "table.tbl th.desc { background: white; border-style: solid solid none solid; text-align: left; padding: 2px 3px;}\n"
4911 "\n"
4912 "table.lgd { border-collapse: collapse; border-width: 1px; border-style: none none none solid; border-color: black;}\n"
4913 "table.lgd td { border-width: 1px; border-style: solid solid solid solid; border-color: gray; padding: 2px;}\n"
4914 "table.lgd td.noborder { border-style: none; padding: 2px; white-space: nowrap;}\n"
Willy Tarreau466c9b52012-12-23 02:25:03 +01004915 "table.det { border-collapse: collapse; border-style: none; }\n"
4916 "table.det th { text-align: left; border-width: 0px; padding: 0px 1px 0px 0px; font-style:normal;font-size:11px;font-weight:bold;font-family: sans-serif;}\n"
Willy Tarreau6b9d3a82013-12-16 09:00:35 +01004917 "table.det td { text-align: right; border-width: 0px; padding: 0px 0px 0px 4px; white-space: nowrap; font-style:normal;font-size:11px;font-weight:normal;}\n"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004918 "u {text-decoration:none; border-bottom: 1px dotted black;}\n"
Willy Tarreau656a9ce2013-04-19 14:41:29 +02004919 "div.tips {\n"
Willy Tarreaue7dbfc62012-12-23 01:59:23 +01004920 " display:block;\n"
4921 " visibility:hidden;\n"
4922 " z-index:2147483647;\n"
4923 " position:absolute;\n"
4924 " padding:2px 4px 3px;\n"
4925 " background:#f0f060; color:#000000;\n"
4926 " border:1px solid #7040c0;\n"
4927 " white-space:nowrap;\n"
4928 " font-style:normal;font-size:11px;font-weight:normal;\n"
4929 " -moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;\n"
4930 " -moz-box-shadow:gray 2px 2px 3px;-webkit-box-shadow:gray 2px 2px 3px;box-shadow:gray 2px 2px 3px;\n"
4931 "}\n"
Willy Tarreau656a9ce2013-04-19 14:41:29 +02004932 "u:hover div.tips {visibility:visible;}\n"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004933 "-->\n"
4934 "</style></head>\n",
4935 (uri->flags & ST_SHNODE) ? " on " : "",
4936 (uri->flags & ST_SHNODE) ? (uri->node ? uri->node : global.node) : ""
4937 );
4938}
Krzysztof Piotr Oledzki15514c22010-01-04 16:03:09 +01004939
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004940/* Dumps the HTML stats information block to the trash for and uses the state from
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004941 * stream interface <si> and per-uri parameters <uri>. The caller is responsible
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004942 * for clearing the trash if needed.
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004943 */
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004944static void stats_dump_html_info(struct stream_interface *si, struct uri_auth *uri)
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004945{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004946 struct appctx *appctx = __objt_appctx(si->end);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004947 unsigned int up = (now.tv_sec - start_date.tv_sec);
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004948 char scope_txt[STAT_SCOPE_TXT_MAXLEN + sizeof STAT_SCOPE_PATTERN];
Krzysztof Piotr Oledzki15514c22010-01-04 16:03:09 +01004949
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004950 /* WARNING! this has to fit the first packet too.
4951 * We are around 3.5 kB, add adding entries will
4952 * become tricky if we want to support 4kB buffers !
4953 */
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004954 chunk_appendf(&trash,
4955 "<body><h1><a href=\"" PRODUCT_URL "\" style=\"text-decoration: none;\">"
4956 PRODUCT_NAME "%s</a></h1>\n"
4957 "<h2>Statistics Report for pid %d%s%s%s%s</h2>\n"
4958 "<hr width=\"100%%\" class=\"hr\">\n"
4959 "<h3>&gt; General process information</h3>\n"
4960 "<table border=0><tr><td align=\"left\" nowrap width=\"1%%\">\n"
4961 "<p><b>pid = </b> %d (process #%d, nbproc = %d)<br>\n"
4962 "<b>uptime = </b> %dd %dh%02dm%02ds<br>\n"
4963 "<b>system limits:</b> memmax = %s%s; ulimit-n = %d<br>\n"
4964 "<b>maxsock = </b> %d; <b>maxconn = </b> %d; <b>maxpipes = </b> %d<br>\n"
4965 "current conns = %d; current pipes = %d/%d; conn rate = %d/sec<br>\n"
4966 "Running tasks: %d/%d; idle = %d %%<br>\n"
4967 "</td><td align=\"center\" nowrap>\n"
4968 "<table class=\"lgd\"><tr>\n"
Simon Horman837bfa72015-04-23 14:51:27 +09004969 "<td class=\"active_up\">&nbsp;</td><td class=\"noborder\">active UP </td>"
4970 "<td class=\"backup_up\">&nbsp;</td><td class=\"noborder\">backup UP </td>"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004971 "</tr><tr>\n"
Simon Horman837bfa72015-04-23 14:51:27 +09004972 "<td class=\"active_going_down\"></td><td class=\"noborder\">active UP, going down </td>"
4973 "<td class=\"backup_going_down\"></td><td class=\"noborder\">backup UP, going down </td>"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004974 "</tr><tr>\n"
Simon Horman837bfa72015-04-23 14:51:27 +09004975 "<td class=\"active_going_up\"></td><td class=\"noborder\">active DOWN, going up </td>"
4976 "<td class=\"backup_going_up\"></td><td class=\"noborder\">backup DOWN, going up </td>"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004977 "</tr><tr>\n"
Simon Horman837bfa72015-04-23 14:51:27 +09004978 "<td class=\"active_down\"></td><td class=\"noborder\">active or backup DOWN &nbsp;</td>"
4979 "<td class=\"active_no_check\"></td><td class=\"noborder\">not checked </td>"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004980 "</tr><tr>\n"
4981 "<td class=\"maintain\"></td><td class=\"noborder\" colspan=\"3\">active or backup DOWN for maintenance (MAINT) &nbsp;</td>"
Geoff Bucarcc8bb922013-04-18 13:53:16 -07004982 "</tr><tr>\n"
Simon Horman837bfa72015-04-23 14:51:27 +09004983 "<td class=\"active_draining\"></td><td class=\"noborder\" colspan=\"3\">active or backup SOFT STOPPED for maintenance &nbsp;</td>"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004984 "</tr></table>\n"
Willy Tarreau6b7764a2013-12-04 00:43:21 +01004985 "Note: \"NOLB\"/\"DRAIN\" = UP with load-balancing disabled."
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004986 "</td>"
4987 "<td align=\"left\" valign=\"top\" nowrap width=\"1%%\">"
4988 "<b>Display option:</b><ul style=\"margin-top: 0.25em;\">"
4989 "",
4990 (uri->flags & ST_HIDEVER) ? "" : (STATS_VERSION_STRING),
4991 pid, (uri->flags & ST_SHNODE) ? " on " : "",
4992 (uri->flags & ST_SHNODE) ? (uri->node ? uri->node : global.node) : "",
4993 (uri->flags & ST_SHDESC) ? ": " : "",
4994 (uri->flags & ST_SHDESC) ? (uri->desc ? uri->desc : global.desc) : "",
4995 pid, relative_pid, global.nbproc,
4996 up / 86400, (up % 86400) / 3600,
4997 (up % 3600) / 60, (up % 60),
4998 global.rlimit_memmax ? ultoa(global.rlimit_memmax) : "unlimited",
4999 global.rlimit_memmax ? " MB" : "",
5000 global.rlimit_nofile,
5001 global.maxsock, global.maxconn, global.maxpipes,
5002 actconn, pipes_used, pipes_used+pipes_free, read_freq_ctr(&global.conn_per_sec),
5003 run_queue_cur, nb_tasks_cur, idle_pct
5004 );
Krzysztof Piotr Oledzki5fb18822009-10-13 21:14:09 +02005005
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005006 /* scope_txt = search query, appctx->ctx.stats.scope_len is always <= STAT_SCOPE_TXT_MAXLEN */
Willy Tarreau4e4292b2014-11-28 12:18:45 +01005007 memcpy(scope_txt, bo_ptr(si_ob(si)) + appctx->ctx.stats.scope_str, appctx->ctx.stats.scope_len);
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005008 scope_txt[appctx->ctx.stats.scope_len] = '\0';
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02005009
5010 chunk_appendf(&trash,
Jeff Buchbinder2dbbf4d2014-08-29 15:10:08 -05005011 "<li><form method=\"GET\">Scope : <input value=\"%s\" name=\"" STAT_SCOPE_INPUT_NAME "\" size=\"8\" maxlength=\"%d\" tabindex=\"1\"/></form>\n",
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005012 (appctx->ctx.stats.scope_len > 0) ? scope_txt : "",
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02005013 STAT_SCOPE_TXT_MAXLEN);
5014
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005015 /* scope_txt = search pattern + search query, appctx->ctx.stats.scope_len is always <= STAT_SCOPE_TXT_MAXLEN */
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02005016 scope_txt[0] = 0;
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005017 if (appctx->ctx.stats.scope_len) {
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02005018 strcpy(scope_txt, STAT_SCOPE_PATTERN);
Willy Tarreau4e4292b2014-11-28 12:18:45 +01005019 memcpy(scope_txt + strlen(STAT_SCOPE_PATTERN), bo_ptr(si_ob(si)) + appctx->ctx.stats.scope_str, appctx->ctx.stats.scope_len);
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005020 scope_txt[strlen(STAT_SCOPE_PATTERN) + appctx->ctx.stats.scope_len] = 0;
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02005021 }
5022
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005023 if (appctx->ctx.stats.flags & STAT_HIDE_DOWN)
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005024 chunk_appendf(&trash,
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02005025 "<li><a href=\"%s%s%s%s\">Show all servers</a><br>\n",
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005026 uri->uri_prefix,
5027 "",
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005028 (appctx->ctx.stats.flags & STAT_NO_REFRESH) ? ";norefresh" : "",
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02005029 scope_txt);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005030 else
5031 chunk_appendf(&trash,
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02005032 "<li><a href=\"%s%s%s%s\">Hide 'DOWN' servers</a><br>\n",
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005033 uri->uri_prefix,
5034 ";up",
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005035 (appctx->ctx.stats.flags & STAT_NO_REFRESH) ? ";norefresh" : "",
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02005036 scope_txt);
Willy Tarreau91861262007-10-17 17:06:05 +02005037
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005038 if (uri->refresh > 0) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005039 if (appctx->ctx.stats.flags & STAT_NO_REFRESH)
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005040 chunk_appendf(&trash,
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02005041 "<li><a href=\"%s%s%s%s\">Enable refresh</a><br>\n",
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005042 uri->uri_prefix,
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005043 (appctx->ctx.stats.flags & STAT_HIDE_DOWN) ? ";up" : "",
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02005044 "",
5045 scope_txt);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005046 else
5047 chunk_appendf(&trash,
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02005048 "<li><a href=\"%s%s%s%s\">Disable refresh</a><br>\n",
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005049 uri->uri_prefix,
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005050 (appctx->ctx.stats.flags & STAT_HIDE_DOWN) ? ";up" : "",
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02005051 ";norefresh",
5052 scope_txt);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005053 }
Willy Tarreau55bb8452007-10-17 18:44:57 +02005054
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005055 chunk_appendf(&trash,
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02005056 "<li><a href=\"%s%s%s%s\">Refresh now</a><br>\n",
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005057 uri->uri_prefix,
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005058 (appctx->ctx.stats.flags & STAT_HIDE_DOWN) ? ";up" : "",
5059 (appctx->ctx.stats.flags & STAT_NO_REFRESH) ? ";norefresh" : "",
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02005060 scope_txt);
Elijah Epifanovacafc5f2007-10-25 20:15:38 +02005061
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005062 chunk_appendf(&trash,
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02005063 "<li><a href=\"%s;csv%s%s\">CSV export</a><br>\n",
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005064 uri->uri_prefix,
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02005065 (uri->refresh > 0) ? ";norefresh" : "",
5066 scope_txt);
Willy Tarreau4bab24d2007-11-30 18:16:29 +01005067
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005068 chunk_appendf(&trash,
5069 "</ul></td>"
5070 "<td align=\"left\" valign=\"top\" nowrap width=\"1%%\">"
5071 "<b>External resources:</b><ul style=\"margin-top: 0.25em;\">\n"
5072 "<li><a href=\"" PRODUCT_URL "\">Primary site</a><br>\n"
5073 "<li><a href=\"" PRODUCT_URL_UPD "\">Updates (v" PRODUCT_BRANCH ")</a><br>\n"
5074 "<li><a href=\"" PRODUCT_URL_DOC "\">Online manual</a><br>\n"
5075 "</ul>"
5076 "</td>"
5077 "</tr></table>\n"
5078 ""
5079 );
Willy Tarreau4bab24d2007-11-30 18:16:29 +01005080
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005081 if (appctx->ctx.stats.st_code) {
5082 switch (appctx->ctx.stats.st_code) {
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005083 case STAT_STATUS_DONE:
5084 chunk_appendf(&trash,
Simon Horman837bfa72015-04-23 14:51:27 +09005085 "<p><div class=active_up>"
Willy Tarreauba6be982013-04-19 12:16:55 +02005086 "<a class=lfsb href=\"%s%s%s%s\" title=\"Remove this message\">[X]</a> "
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005087 "Action processed successfully."
Willy Tarreauba6be982013-04-19 12:16:55 +02005088 "</div>\n", uri->uri_prefix,
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005089 (appctx->ctx.stats.flags & STAT_HIDE_DOWN) ? ";up" : "",
5090 (appctx->ctx.stats.flags & STAT_NO_REFRESH) ? ";norefresh" : "",
Willy Tarreauba6be982013-04-19 12:16:55 +02005091 scope_txt);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005092 break;
5093 case STAT_STATUS_NONE:
5094 chunk_appendf(&trash,
Simon Horman837bfa72015-04-23 14:51:27 +09005095 "<p><div class=active_going_down>"
Willy Tarreauba6be982013-04-19 12:16:55 +02005096 "<a class=lfsb href=\"%s%s%s%s\" title=\"Remove this message\">[X]</a> "
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005097 "Nothing has changed."
Willy Tarreauba6be982013-04-19 12:16:55 +02005098 "</div>\n", uri->uri_prefix,
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005099 (appctx->ctx.stats.flags & STAT_HIDE_DOWN) ? ";up" : "",
5100 (appctx->ctx.stats.flags & STAT_NO_REFRESH) ? ";norefresh" : "",
Willy Tarreauba6be982013-04-19 12:16:55 +02005101 scope_txt);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005102 break;
5103 case STAT_STATUS_PART:
5104 chunk_appendf(&trash,
Simon Horman837bfa72015-04-23 14:51:27 +09005105 "<p><div class=active_going_down>"
Willy Tarreauba6be982013-04-19 12:16:55 +02005106 "<a class=lfsb href=\"%s%s%s%s\" title=\"Remove this message\">[X]</a> "
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005107 "Action partially processed.<br>"
5108 "Some server names are probably unknown or ambiguous (duplicated names in the backend)."
Willy Tarreauba6be982013-04-19 12:16:55 +02005109 "</div>\n", uri->uri_prefix,
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005110 (appctx->ctx.stats.flags & STAT_HIDE_DOWN) ? ";up" : "",
5111 (appctx->ctx.stats.flags & STAT_NO_REFRESH) ? ";norefresh" : "",
Willy Tarreauba6be982013-04-19 12:16:55 +02005112 scope_txt);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005113 break;
5114 case STAT_STATUS_ERRP:
5115 chunk_appendf(&trash,
Simon Horman837bfa72015-04-23 14:51:27 +09005116 "<p><div class=active_down>"
Willy Tarreauba6be982013-04-19 12:16:55 +02005117 "<a class=lfsb href=\"%s%s%s%s\" title=\"Remove this message\">[X]</a> "
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005118 "Action not processed because of invalid parameters."
5119 "<ul>"
5120 "<li>The action is maybe unknown.</li>"
5121 "<li>The backend name is probably unknown or ambiguous (duplicated names).</li>"
5122 "<li>Some server names are probably unknown or ambiguous (duplicated names in the backend).</li>"
5123 "</ul>"
Willy Tarreauba6be982013-04-19 12:16:55 +02005124 "</div>\n", uri->uri_prefix,
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005125 (appctx->ctx.stats.flags & STAT_HIDE_DOWN) ? ";up" : "",
5126 (appctx->ctx.stats.flags & STAT_NO_REFRESH) ? ";norefresh" : "",
Willy Tarreauba6be982013-04-19 12:16:55 +02005127 scope_txt);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005128 break;
5129 case STAT_STATUS_EXCD:
5130 chunk_appendf(&trash,
Simon Horman837bfa72015-04-23 14:51:27 +09005131 "<p><div class=active_down>"
Willy Tarreauba6be982013-04-19 12:16:55 +02005132 "<a class=lfsb href=\"%s%s%s%s\" title=\"Remove this message\">[X]</a> "
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005133 "<b>Action not processed : the buffer couldn't store all the data.<br>"
5134 "You should retry with less servers at a time.</b>"
Willy Tarreauba6be982013-04-19 12:16:55 +02005135 "</div>\n", uri->uri_prefix,
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005136 (appctx->ctx.stats.flags & STAT_HIDE_DOWN) ? ";up" : "",
5137 (appctx->ctx.stats.flags & STAT_NO_REFRESH) ? ";norefresh" : "",
Willy Tarreauba6be982013-04-19 12:16:55 +02005138 scope_txt);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005139 break;
5140 case STAT_STATUS_DENY:
5141 chunk_appendf(&trash,
Simon Horman837bfa72015-04-23 14:51:27 +09005142 "<p><div class=active_down>"
Willy Tarreauba6be982013-04-19 12:16:55 +02005143 "<a class=lfsb href=\"%s%s%s%s\" title=\"Remove this message\">[X]</a> "
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005144 "<b>Action denied.</b>"
Willy Tarreauba6be982013-04-19 12:16:55 +02005145 "</div>\n", uri->uri_prefix,
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005146 (appctx->ctx.stats.flags & STAT_HIDE_DOWN) ? ";up" : "",
5147 (appctx->ctx.stats.flags & STAT_NO_REFRESH) ? ";norefresh" : "",
Willy Tarreauba6be982013-04-19 12:16:55 +02005148 scope_txt);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005149 break;
5150 default:
5151 chunk_appendf(&trash,
Simon Horman837bfa72015-04-23 14:51:27 +09005152 "<p><div class=active_no_check>"
Willy Tarreauba6be982013-04-19 12:16:55 +02005153 "<a class=lfsb href=\"%s%s%s%s\" title=\"Remove this message\">[X]</a> "
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005154 "Unexpected result."
Willy Tarreauba6be982013-04-19 12:16:55 +02005155 "</div>\n", uri->uri_prefix,
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005156 (appctx->ctx.stats.flags & STAT_HIDE_DOWN) ? ";up" : "",
5157 (appctx->ctx.stats.flags & STAT_NO_REFRESH) ? ";norefresh" : "",
Willy Tarreauba6be982013-04-19 12:16:55 +02005158 scope_txt);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005159 }
5160 chunk_appendf(&trash, "<p>\n");
5161 }
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005162}
Krzysztof Piotr Oledzkic8b16fc2008-02-18 01:26:35 +01005163
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01005164/* Dumps the HTML stats trailer block to the trash. The caller is responsible
5165 * for clearing the trash if needed.
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005166 */
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01005167static void stats_dump_html_end()
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005168{
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005169 chunk_appendf(&trash, "</body></html>\n");
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005170}
Willy Tarreau7f062c42009-03-05 18:43:00 +01005171
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01005172/* This function dumps statistics onto the stream interface's read buffer in
5173 * either CSV or HTML format. <uri> contains some HTML-specific parameters that
Willy Tarreau306f8302013-07-08 15:53:06 +02005174 * are ignored for CSV format (hence <uri> may be NULL there). It returns 0 if
5175 * it had to stop writing data and an I/O is needed, 1 if the dump is finished
Willy Tarreau87b09662015-04-03 00:22:06 +02005176 * and the stream must be closed, or -1 in case of any error. This function is
Willy Tarreau306f8302013-07-08 15:53:06 +02005177 * used by both the CLI and the HTTP handlers.
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005178 */
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01005179static int stats_dump_stat_to_buffer(struct stream_interface *si, struct uri_auth *uri)
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005180{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005181 struct appctx *appctx = __objt_appctx(si->end);
Willy Tarreau2bb4a962014-11-28 11:11:05 +01005182 struct channel *rep = si_ic(si);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005183 struct proxy *px;
Willy Tarreau7f062c42009-03-05 18:43:00 +01005184
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005185 chunk_reset(&trash);
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +02005186
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005187 switch (appctx->st2) {
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005188 case STAT_ST_INIT:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005189 appctx->st2 = STAT_ST_HEAD; /* let's start producing data */
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005190 /* fall through */
Krzysztof Piotr Oledzki97f07b82009-12-15 22:31:24 +01005191
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005192 case STAT_ST_HEAD:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005193 if (appctx->ctx.stats.flags & STAT_FMT_HTML)
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01005194 stats_dump_html_head(uri);
Willy Tarreau1e62df92016-01-11 18:57:53 +01005195 else if (!(appctx->ctx.stats.flags & STAT_FMT_TYPED))
Willy Tarreau354898b2012-12-23 18:15:23 +01005196 stats_dump_csv_header();
Willy Tarreaud9b587f2010-02-26 10:05:55 +01005197
Willy Tarreaubc18da12015-03-13 14:00:47 +01005198 if (bi_putchk(rep, &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02005199 si_applet_cant_put(si);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005200 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01005201 }
Willy Tarreauae526782010-03-04 20:34:23 +01005202
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005203 appctx->st2 = STAT_ST_INFO;
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005204 /* fall through */
Willy Tarreau5e16cbc2012-11-24 14:54:13 +01005205
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005206 case STAT_ST_INFO:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005207 if (appctx->ctx.stats.flags & STAT_FMT_HTML) {
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01005208 stats_dump_html_info(si, uri);
Willy Tarreaubc18da12015-03-13 14:00:47 +01005209 if (bi_putchk(rep, &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02005210 si_applet_cant_put(si);
Willy Tarreau91861262007-10-17 17:06:05 +02005211 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01005212 }
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005213 }
Willy Tarreau91861262007-10-17 17:06:05 +02005214
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005215 appctx->ctx.stats.px = proxy;
5216 appctx->ctx.stats.px_st = STAT_PX_ST_INIT;
5217 appctx->st2 = STAT_ST_LIST;
Willy Tarreau91861262007-10-17 17:06:05 +02005218 /* fall through */
5219
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005220 case STAT_ST_LIST:
5221 /* dump proxies */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005222 while (appctx->ctx.stats.px) {
Willy Tarreaud7ad9f52013-12-31 17:26:25 +01005223 if (buffer_almost_full(rep->buf)) {
Willy Tarreaufe127932015-04-21 19:23:39 +02005224 si_applet_cant_put(si);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005225 return 0;
Willy Tarreaud7ad9f52013-12-31 17:26:25 +01005226 }
Krzysztof Piotr Oledzki5fb18822009-10-13 21:14:09 +02005227
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005228 px = appctx->ctx.stats.px;
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005229 /* skip the disabled proxies, global frontend and non-networked ones */
5230 if (px->state != PR_STSTOPPED && px->uuid > 0 && (px->cap & (PR_CAP_FE | PR_CAP_BE)))
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01005231 if (stats_dump_proxy_to_buffer(si, px, uri) == 0)
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005232 return 0;
Krzysztof Piotr Oledzki5fb18822009-10-13 21:14:09 +02005233
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005234 appctx->ctx.stats.px = px->next;
5235 appctx->ctx.stats.px_st = STAT_PX_ST_INIT;
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005236 }
5237 /* here, we just have reached the last proxy */
Krzysztof Piotr Oledzki5fb18822009-10-13 21:14:09 +02005238
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005239 appctx->st2 = STAT_ST_END;
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005240 /* fall through */
Krzysztof Piotr Oledzki5fb18822009-10-13 21:14:09 +02005241
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005242 case STAT_ST_END:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005243 if (appctx->ctx.stats.flags & STAT_FMT_HTML) {
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01005244 stats_dump_html_end();
Willy Tarreaubc18da12015-03-13 14:00:47 +01005245 if (bi_putchk(rep, &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02005246 si_applet_cant_put(si);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005247 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01005248 }
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005249 }
Willy Tarreau55058a72012-11-21 08:27:21 +01005250
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005251 appctx->st2 = STAT_ST_FIN;
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005252 /* fall through */
Willy Tarreau0a6d2ef2009-03-29 14:46:01 +02005253
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005254 case STAT_ST_FIN:
5255 return 1;
Willy Tarreau55058a72012-11-21 08:27:21 +01005256
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005257 default:
5258 /* unknown state ! */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005259 appctx->st2 = STAT_ST_FIN;
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005260 return -1;
5261 }
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005262}
Willy Tarreauae526782010-03-04 20:34:23 +01005263
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005264/* We reached the stats page through a POST request. The appctx is
5265 * expected to have already been allocated by the caller.
Willy Tarreau347a35d2013-11-22 17:51:09 +01005266 * Parse the posted data and enable/disable servers if necessary.
5267 * Returns 1 if request was parsed or zero if it needs more data.
5268 */
5269static int stats_process_http_post(struct stream_interface *si)
5270{
Willy Tarreau87b09662015-04-03 00:22:06 +02005271 struct stream *s = si_strm(si);
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005272 struct appctx *appctx = objt_appctx(si->end);
Willy Tarreau347a35d2013-11-22 17:51:09 +01005273
5274 struct proxy *px = NULL;
5275 struct server *sv = NULL;
5276
5277 char key[LINESIZE];
5278 int action = ST_ADM_ACTION_NONE;
5279 int reprocess = 0;
5280
5281 int total_servers = 0;
5282 int altered_servers = 0;
5283
5284 char *first_param, *cur_param, *next_param, *end_params;
5285 char *st_cur_param = NULL;
5286 char *st_next_param = NULL;
5287
5288 struct chunk *temp;
5289 int reql;
5290
5291 temp = get_trash_chunk();
Willy Tarreaueee5b512015-04-03 23:46:31 +02005292 if (temp->size < s->txn->req.body_len) {
Willy Tarreau347a35d2013-11-22 17:51:09 +01005293 /* too large request */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005294 appctx->ctx.stats.st_code = STAT_STATUS_EXCD;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005295 goto out;
5296 }
5297
Willy Tarreaueee5b512015-04-03 23:46:31 +02005298 reql = bo_getblk(si_oc(si), temp->str, s->txn->req.body_len, s->txn->req.eoh + 2);
Willy Tarreau347a35d2013-11-22 17:51:09 +01005299 if (reql <= 0) {
5300 /* we need more data */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005301 appctx->ctx.stats.st_code = STAT_STATUS_NONE;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005302 return 0;
5303 }
5304
5305 first_param = temp->str;
5306 end_params = temp->str + reql;
5307 cur_param = next_param = end_params;
5308 *end_params = '\0';
5309
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005310 appctx->ctx.stats.st_code = STAT_STATUS_NONE;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005311
5312 /*
5313 * Parse the parameters in reverse order to only store the last value.
5314 * From the html form, the backend and the action are at the end.
5315 */
5316 while (cur_param > first_param) {
5317 char *value;
5318 int poffset, plen;
5319
5320 cur_param--;
5321
5322 if ((*cur_param == '&') || (cur_param == first_param)) {
5323 reprocess_servers:
5324 /* Parse the key */
5325 poffset = (cur_param != first_param ? 1 : 0);
5326 plen = next_param - cur_param + (cur_param == first_param ? 1 : 0);
5327 if ((plen > 0) && (plen <= sizeof(key))) {
5328 strncpy(key, cur_param + poffset, plen);
5329 key[plen - 1] = '\0';
5330 } else {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005331 appctx->ctx.stats.st_code = STAT_STATUS_EXCD;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005332 goto out;
5333 }
5334
5335 /* Parse the value */
5336 value = key;
5337 while (*value != '\0' && *value != '=') {
5338 value++;
5339 }
5340 if (*value == '=') {
5341 /* Ok, a value is found, we can mark the end of the key */
5342 *value++ = '\0';
5343 }
5344 if (url_decode(key) < 0 || url_decode(value) < 0)
5345 break;
5346
5347 /* Now we can check the key to see what to do */
5348 if (!px && (strcmp(key, "b") == 0)) {
Willy Tarreau9e0bb102015-05-26 11:24:42 +02005349 if ((px = proxy_be_by_name(value)) == NULL) {
Willy Tarreau347a35d2013-11-22 17:51:09 +01005350 /* the backend name is unknown or ambiguous (duplicate names) */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005351 appctx->ctx.stats.st_code = STAT_STATUS_ERRP;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005352 goto out;
5353 }
5354 }
5355 else if (!action && (strcmp(key, "action") == 0)) {
Willy Tarreaued7df902014-05-22 18:04:49 +02005356 if (strcmp(value, "ready") == 0) {
5357 action = ST_ADM_ACTION_READY;
5358 }
5359 else if (strcmp(value, "drain") == 0) {
5360 action = ST_ADM_ACTION_DRAIN;
5361 }
5362 else if (strcmp(value, "maint") == 0) {
5363 action = ST_ADM_ACTION_MAINT;
5364 }
5365 else if (strcmp(value, "shutdown") == 0) {
5366 action = ST_ADM_ACTION_SHUTDOWN;
5367 }
Willy Tarreau248a60e2014-05-23 14:59:48 +02005368 else if (strcmp(value, "dhlth") == 0) {
5369 action = ST_ADM_ACTION_DHLTH;
5370 }
5371 else if (strcmp(value, "ehlth") == 0) {
5372 action = ST_ADM_ACTION_EHLTH;
5373 }
5374 else if (strcmp(value, "hrunn") == 0) {
5375 action = ST_ADM_ACTION_HRUNN;
5376 }
5377 else if (strcmp(value, "hnolb") == 0) {
5378 action = ST_ADM_ACTION_HNOLB;
5379 }
5380 else if (strcmp(value, "hdown") == 0) {
5381 action = ST_ADM_ACTION_HDOWN;
5382 }
5383 else if (strcmp(value, "dagent") == 0) {
5384 action = ST_ADM_ACTION_DAGENT;
5385 }
5386 else if (strcmp(value, "eagent") == 0) {
5387 action = ST_ADM_ACTION_EAGENT;
5388 }
5389 else if (strcmp(value, "arunn") == 0) {
5390 action = ST_ADM_ACTION_ARUNN;
5391 }
5392 else if (strcmp(value, "adown") == 0) {
5393 action = ST_ADM_ACTION_ADOWN;
5394 }
Willy Tarreaued7df902014-05-22 18:04:49 +02005395 /* else these are the old supported methods */
5396 else if (strcmp(value, "disable") == 0) {
Willy Tarreau347a35d2013-11-22 17:51:09 +01005397 action = ST_ADM_ACTION_DISABLE;
5398 }
5399 else if (strcmp(value, "enable") == 0) {
5400 action = ST_ADM_ACTION_ENABLE;
5401 }
5402 else if (strcmp(value, "stop") == 0) {
5403 action = ST_ADM_ACTION_STOP;
5404 }
5405 else if (strcmp(value, "start") == 0) {
5406 action = ST_ADM_ACTION_START;
5407 }
Willy Tarreau347a35d2013-11-22 17:51:09 +01005408 else {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005409 appctx->ctx.stats.st_code = STAT_STATUS_ERRP;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005410 goto out;
5411 }
5412 }
5413 else if (strcmp(key, "s") == 0) {
5414 if (!(px && action)) {
5415 /*
5416 * Indicates that we'll need to reprocess the parameters
5417 * as soon as backend and action are known
5418 */
5419 if (!reprocess) {
5420 st_cur_param = cur_param;
5421 st_next_param = next_param;
5422 }
5423 reprocess = 1;
5424 }
5425 else if ((sv = findserver(px, value)) != NULL) {
5426 switch (action) {
5427 case ST_ADM_ACTION_DISABLE:
Willy Tarreaufae3a7e2014-05-22 17:22:34 +02005428 if (!(sv->admin & SRV_ADMF_FMAINT)) {
Willy Tarreau347a35d2013-11-22 17:51:09 +01005429 altered_servers++;
5430 total_servers++;
Willy Tarreaufae3a7e2014-05-22 17:22:34 +02005431 srv_set_admin_flag(sv, SRV_ADMF_FMAINT);
Willy Tarreau347a35d2013-11-22 17:51:09 +01005432 }
5433 break;
5434 case ST_ADM_ACTION_ENABLE:
Willy Tarreaufae3a7e2014-05-22 17:22:34 +02005435 if (sv->admin & SRV_ADMF_FMAINT) {
Willy Tarreau347a35d2013-11-22 17:51:09 +01005436 altered_servers++;
5437 total_servers++;
Willy Tarreaufae3a7e2014-05-22 17:22:34 +02005438 srv_clr_admin_flag(sv, SRV_ADMF_FMAINT);
Willy Tarreau347a35d2013-11-22 17:51:09 +01005439 }
5440 break;
5441 case ST_ADM_ACTION_STOP:
Willy Tarreaufae3a7e2014-05-22 17:22:34 +02005442 if (!(sv->admin & SRV_ADMF_FDRAIN)) {
5443 srv_set_admin_flag(sv, SRV_ADMF_FDRAIN);
5444 altered_servers++;
5445 total_servers++;
5446 }
5447 break;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005448 case ST_ADM_ACTION_START:
Willy Tarreaufae3a7e2014-05-22 17:22:34 +02005449 if (sv->admin & SRV_ADMF_FDRAIN) {
5450 srv_clr_admin_flag(sv, SRV_ADMF_FDRAIN);
5451 altered_servers++;
5452 total_servers++;
5453 }
Willy Tarreau347a35d2013-11-22 17:51:09 +01005454 break;
Willy Tarreau248a60e2014-05-23 14:59:48 +02005455 case ST_ADM_ACTION_DHLTH:
5456 if (sv->check.state & CHK_ST_CONFIGURED) {
5457 sv->check.state &= ~CHK_ST_ENABLED;
5458 altered_servers++;
5459 total_servers++;
5460 }
5461 break;
5462 case ST_ADM_ACTION_EHLTH:
5463 if (sv->check.state & CHK_ST_CONFIGURED) {
5464 sv->check.state |= CHK_ST_ENABLED;
5465 altered_servers++;
5466 total_servers++;
5467 }
5468 break;
5469 case ST_ADM_ACTION_HRUNN:
5470 if (!(sv->track)) {
5471 sv->check.health = sv->check.rise + sv->check.fall - 1;
5472 srv_set_running(sv, "changed from Web interface");
5473 altered_servers++;
5474 total_servers++;
5475 }
5476 break;
5477 case ST_ADM_ACTION_HNOLB:
5478 if (!(sv->track)) {
5479 sv->check.health = sv->check.rise + sv->check.fall - 1;
5480 srv_set_stopping(sv, "changed from Web interface");
5481 altered_servers++;
5482 total_servers++;
5483 }
5484 break;
5485 case ST_ADM_ACTION_HDOWN:
5486 if (!(sv->track)) {
5487 sv->check.health = 0;
5488 srv_set_stopped(sv, "changed from Web interface");
5489 altered_servers++;
5490 total_servers++;
5491 }
5492 break;
5493 case ST_ADM_ACTION_DAGENT:
5494 if (sv->agent.state & CHK_ST_CONFIGURED) {
5495 sv->agent.state &= ~CHK_ST_ENABLED;
5496 altered_servers++;
5497 total_servers++;
5498 }
5499 break;
5500 case ST_ADM_ACTION_EAGENT:
5501 if (sv->agent.state & CHK_ST_CONFIGURED) {
5502 sv->agent.state |= CHK_ST_ENABLED;
5503 altered_servers++;
5504 total_servers++;
5505 }
5506 break;
5507 case ST_ADM_ACTION_ARUNN:
5508 if (sv->agent.state & CHK_ST_ENABLED) {
5509 sv->agent.health = sv->agent.rise + sv->agent.fall - 1;
5510 srv_set_running(sv, "changed from Web interface");
5511 altered_servers++;
5512 total_servers++;
5513 }
5514 break;
5515 case ST_ADM_ACTION_ADOWN:
5516 if (sv->agent.state & CHK_ST_ENABLED) {
5517 sv->agent.health = 0;
5518 srv_set_stopped(sv, "changed from Web interface");
5519 altered_servers++;
5520 total_servers++;
5521 }
5522 break;
Willy Tarreaued7df902014-05-22 18:04:49 +02005523 case ST_ADM_ACTION_READY:
5524 srv_adm_set_ready(sv);
5525 altered_servers++;
5526 total_servers++;
5527 break;
5528 case ST_ADM_ACTION_DRAIN:
5529 srv_adm_set_drain(sv);
5530 altered_servers++;
5531 total_servers++;
5532 break;
5533 case ST_ADM_ACTION_MAINT:
5534 srv_adm_set_maint(sv);
5535 altered_servers++;
5536 total_servers++;
5537 break;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005538 case ST_ADM_ACTION_SHUTDOWN:
5539 if (px->state != PR_STSTOPPED) {
Willy Tarreau87b09662015-04-03 00:22:06 +02005540 struct stream *sess, *sess_bck;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005541
5542 list_for_each_entry_safe(sess, sess_bck, &sv->actconns, by_srv)
5543 if (sess->srv_conn == sv)
Willy Tarreaue7dff022015-04-03 01:14:29 +02005544 stream_shutdown(sess, SF_ERR_KILLED);
Willy Tarreau347a35d2013-11-22 17:51:09 +01005545
5546 altered_servers++;
5547 total_servers++;
5548 }
5549 break;
5550 }
5551 } else {
5552 /* the server name is unknown or ambiguous (duplicate names) */
5553 total_servers++;
5554 }
5555 }
5556 if (reprocess && px && action) {
5557 /* Now, we know the backend and the action chosen by the user.
5558 * We can safely restart from the first server parameter
5559 * to reprocess them
5560 */
5561 cur_param = st_cur_param;
5562 next_param = st_next_param;
5563 reprocess = 0;
5564 goto reprocess_servers;
5565 }
5566
5567 next_param = cur_param;
5568 }
5569 }
5570
5571 if (total_servers == 0) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005572 appctx->ctx.stats.st_code = STAT_STATUS_NONE;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005573 }
5574 else if (altered_servers == 0) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005575 appctx->ctx.stats.st_code = STAT_STATUS_ERRP;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005576 }
5577 else if (altered_servers == total_servers) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005578 appctx->ctx.stats.st_code = STAT_STATUS_DONE;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005579 }
5580 else {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005581 appctx->ctx.stats.st_code = STAT_STATUS_PART;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005582 }
5583 out:
5584 return 1;
5585}
5586
5587
5588static int stats_send_http_headers(struct stream_interface *si)
5589{
Willy Tarreau87b09662015-04-03 00:22:06 +02005590 struct stream *s = si_strm(si);
Willy Tarreau347a35d2013-11-22 17:51:09 +01005591 struct uri_auth *uri = s->be->uri_auth;
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005592 struct appctx *appctx = objt_appctx(si->end);
Willy Tarreau347a35d2013-11-22 17:51:09 +01005593
5594 chunk_printf(&trash,
Willy Tarreau8b8995f2014-04-24 22:51:54 +02005595 "HTTP/1.1 200 OK\r\n"
Willy Tarreau347a35d2013-11-22 17:51:09 +01005596 "Cache-Control: no-cache\r\n"
5597 "Connection: close\r\n"
5598 "Content-Type: %s\r\n",
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005599 (appctx->ctx.stats.flags & STAT_FMT_HTML) ? "text/html" : "text/plain");
Willy Tarreau347a35d2013-11-22 17:51:09 +01005600
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005601 if (uri->refresh > 0 && !(appctx->ctx.stats.flags & STAT_NO_REFRESH))
Willy Tarreau347a35d2013-11-22 17:51:09 +01005602 chunk_appendf(&trash, "Refresh: %d\r\n",
5603 uri->refresh);
5604
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005605 /* we don't send the CRLF in chunked mode, it will be sent with the first chunk's size */
5606
5607 if (appctx->ctx.stats.flags & STAT_CHUNKED)
5608 chunk_appendf(&trash, "Transfer-Encoding: chunked\r\n");
5609 else
5610 chunk_appendf(&trash, "\r\n");
Willy Tarreau347a35d2013-11-22 17:51:09 +01005611
Willy Tarreaueee5b512015-04-03 23:46:31 +02005612 s->txn->status = 200;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005613 s->logs.tv_request = now;
5614
Willy Tarreaubc18da12015-03-13 14:00:47 +01005615 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02005616 si_applet_cant_put(si);
Willy Tarreau347a35d2013-11-22 17:51:09 +01005617 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01005618 }
Willy Tarreau347a35d2013-11-22 17:51:09 +01005619
5620 return 1;
5621}
5622
5623static int stats_send_http_redirect(struct stream_interface *si)
5624{
5625 char scope_txt[STAT_SCOPE_TXT_MAXLEN + sizeof STAT_SCOPE_PATTERN];
Willy Tarreau87b09662015-04-03 00:22:06 +02005626 struct stream *s = si_strm(si);
Willy Tarreau347a35d2013-11-22 17:51:09 +01005627 struct uri_auth *uri = s->be->uri_auth;
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005628 struct appctx *appctx = objt_appctx(si->end);
Willy Tarreau347a35d2013-11-22 17:51:09 +01005629
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005630 /* scope_txt = search pattern + search query, appctx->ctx.stats.scope_len is always <= STAT_SCOPE_TXT_MAXLEN */
Willy Tarreau347a35d2013-11-22 17:51:09 +01005631 scope_txt[0] = 0;
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005632 if (appctx->ctx.stats.scope_len) {
Willy Tarreau347a35d2013-11-22 17:51:09 +01005633 strcpy(scope_txt, STAT_SCOPE_PATTERN);
Willy Tarreau4e4292b2014-11-28 12:18:45 +01005634 memcpy(scope_txt + strlen(STAT_SCOPE_PATTERN), bo_ptr(si_ob(si)) + appctx->ctx.stats.scope_str, appctx->ctx.stats.scope_len);
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005635 scope_txt[strlen(STAT_SCOPE_PATTERN) + appctx->ctx.stats.scope_len] = 0;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005636 }
5637
5638 /* We don't want to land on the posted stats page because a refresh will
5639 * repost the data. We don't want this to happen on accident so we redirect
5640 * the browse to the stats page with a GET.
5641 */
5642 chunk_printf(&trash,
5643 "HTTP/1.1 303 See Other\r\n"
5644 "Cache-Control: no-cache\r\n"
5645 "Content-Type: text/plain\r\n"
5646 "Connection: close\r\n"
5647 "Location: %s;st=%s%s%s%s\r\n"
Willy Tarreaufdfcc9d2016-01-26 13:57:29 +01005648 "Content-length: 0\r\n"
Willy Tarreau347a35d2013-11-22 17:51:09 +01005649 "\r\n",
5650 uri->uri_prefix,
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005651 ((appctx->ctx.stats.st_code > STAT_STATUS_INIT) &&
5652 (appctx->ctx.stats.st_code < STAT_STATUS_SIZE) &&
5653 stat_status_codes[appctx->ctx.stats.st_code]) ?
5654 stat_status_codes[appctx->ctx.stats.st_code] :
Willy Tarreau347a35d2013-11-22 17:51:09 +01005655 stat_status_codes[STAT_STATUS_UNKN],
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005656 (appctx->ctx.stats.flags & STAT_HIDE_DOWN) ? ";up" : "",
5657 (appctx->ctx.stats.flags & STAT_NO_REFRESH) ? ";norefresh" : "",
Willy Tarreau347a35d2013-11-22 17:51:09 +01005658 scope_txt);
5659
Willy Tarreaueee5b512015-04-03 23:46:31 +02005660 s->txn->status = 303;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005661 s->logs.tv_request = now;
5662
Willy Tarreaubc18da12015-03-13 14:00:47 +01005663 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02005664 si_applet_cant_put(si);
Willy Tarreau347a35d2013-11-22 17:51:09 +01005665 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01005666 }
Willy Tarreau347a35d2013-11-22 17:51:09 +01005667
5668 return 1;
5669}
5670
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005671/* This I/O handler runs as an applet embedded in a stream interface. It is
5672 * used to send HTTP stats over a TCP socket. The mechanism is very simple.
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005673 * appctx->st0 contains the operation in progress (dump, done). The handler
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005674 * automatically unregisters itself once transfer is complete.
5675 */
Willy Tarreau00a37f02015-04-13 12:05:19 +02005676static void http_stats_io_handler(struct appctx *appctx)
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005677{
Willy Tarreau00a37f02015-04-13 12:05:19 +02005678 struct stream_interface *si = appctx->owner;
Willy Tarreau87b09662015-04-03 00:22:06 +02005679 struct stream *s = si_strm(si);
Willy Tarreau2bb4a962014-11-28 11:11:05 +01005680 struct channel *req = si_oc(si);
5681 struct channel *res = si_ic(si);
Willy Tarreau55058a72012-11-21 08:27:21 +01005682
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005683 if (unlikely(si->state == SI_ST_DIS || si->state == SI_ST_CLO))
5684 goto out;
Willy Tarreau5e16cbc2012-11-24 14:54:13 +01005685
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005686 /* check that the output is not closed */
5687 if (res->flags & (CF_SHUTW|CF_SHUTW_NOW))
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005688 appctx->st0 = STAT_HTTP_DONE;
Krzysztof Piotr Oledzki5fb18822009-10-13 21:14:09 +02005689
Willy Tarreau347a35d2013-11-22 17:51:09 +01005690 /* all states are processed in sequence */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005691 if (appctx->st0 == STAT_HTTP_HEAD) {
Willy Tarreau347a35d2013-11-22 17:51:09 +01005692 if (stats_send_http_headers(si)) {
Willy Tarreaueee5b512015-04-03 23:46:31 +02005693 if (s->txn->meth == HTTP_METH_HEAD)
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005694 appctx->st0 = STAT_HTTP_DONE;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005695 else
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005696 appctx->st0 = STAT_HTTP_DUMP;
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005697 }
Willy Tarreau347a35d2013-11-22 17:51:09 +01005698 }
5699
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005700 if (appctx->st0 == STAT_HTTP_DUMP) {
Willy Tarreau4e4292b2014-11-28 12:18:45 +01005701 unsigned int prev_len = si_ib(si)->i;
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005702 unsigned int data_len;
5703 unsigned int last_len;
Willy Tarreaucce36482014-04-24 20:26:41 +02005704 unsigned int last_fwd = 0;
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005705
5706 if (appctx->ctx.stats.flags & STAT_CHUNKED) {
5707 /* One difficulty we're facing is that we must prevent
5708 * the input data from being automatically forwarded to
5709 * the output area. For this, we temporarily disable
5710 * forwarding on the channel.
5711 */
Willy Tarreau2bb4a962014-11-28 11:11:05 +01005712 last_fwd = si_ic(si)->to_forward;
5713 si_ic(si)->to_forward = 0;
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005714 chunk_printf(&trash, "\r\n000000\r\n");
Willy Tarreau2bb4a962014-11-28 11:11:05 +01005715 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02005716 si_applet_cant_put(si);
Willy Tarreau2bb4a962014-11-28 11:11:05 +01005717 si_ic(si)->to_forward = last_fwd;
Willy Tarreau828824a2015-04-19 17:20:03 +02005718 goto out;
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005719 }
5720 }
5721
Willy Tarreau4e4292b2014-11-28 12:18:45 +01005722 data_len = si_ib(si)->i;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005723 if (stats_dump_stat_to_buffer(si, s->be->uri_auth))
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005724 appctx->st0 = STAT_HTTP_DONE;
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005725
Willy Tarreau4e4292b2014-11-28 12:18:45 +01005726 last_len = si_ib(si)->i;
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005727
5728 /* Now we must either adjust or remove the chunk size. This is
5729 * not easy because the chunk size might wrap at the end of the
5730 * buffer, so we pretend we have nothing in the buffer, we write
5731 * the size, then restore the buffer's contents. Note that we can
5732 * only do that because no forwarding is scheduled on the stats
5733 * applet.
5734 */
5735 if (appctx->ctx.stats.flags & STAT_CHUNKED) {
Willy Tarreau4e4292b2014-11-28 12:18:45 +01005736 si_ic(si)->total -= (last_len - prev_len);
5737 si_ib(si)->i -= (last_len - prev_len);
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005738
5739 if (last_len != data_len) {
5740 chunk_printf(&trash, "\r\n%06x\r\n", (last_len - data_len));
Willy Tarreaubc18da12015-03-13 14:00:47 +01005741 if (bi_putchk(si_ic(si), &trash) == -1)
Willy Tarreaufe127932015-04-21 19:23:39 +02005742 si_applet_cant_put(si);
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005743
Willy Tarreau4e4292b2014-11-28 12:18:45 +01005744 si_ic(si)->total += (last_len - data_len);
5745 si_ib(si)->i += (last_len - data_len);
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005746 }
5747 /* now re-enable forwarding */
Willy Tarreau2bb4a962014-11-28 11:11:05 +01005748 channel_forward(si_ic(si), last_fwd);
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005749 }
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005750 }
Cyril Bonté70be45d2010-10-12 00:14:35 +02005751
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005752 if (appctx->st0 == STAT_HTTP_POST) {
Willy Tarreau347a35d2013-11-22 17:51:09 +01005753 if (stats_process_http_post(si))
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005754 appctx->st0 = STAT_HTTP_LAST;
Willy Tarreau2bb4a962014-11-28 11:11:05 +01005755 else if (si_oc(si)->flags & CF_SHUTR)
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005756 appctx->st0 = STAT_HTTP_DONE;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005757 }
5758
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005759 if (appctx->st0 == STAT_HTTP_LAST) {
Willy Tarreau347a35d2013-11-22 17:51:09 +01005760 if (stats_send_http_redirect(si))
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005761 appctx->st0 = STAT_HTTP_DONE;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005762 }
5763
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005764 if (appctx->st0 == STAT_HTTP_DONE) {
5765 if (appctx->ctx.stats.flags & STAT_CHUNKED) {
5766 chunk_printf(&trash, "\r\n0\r\n\r\n");
Willy Tarreaubc18da12015-03-13 14:00:47 +01005767 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02005768 si_applet_cant_put(si);
Willy Tarreau828824a2015-04-19 17:20:03 +02005769 goto out;
Willy Tarreaubc18da12015-03-13 14:00:47 +01005770 }
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005771 }
5772 /* eat the whole request */
Willy Tarreau4e4292b2014-11-28 12:18:45 +01005773 bo_skip(si_oc(si), si_ob(si)->o);
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005774 res->flags |= CF_READ_NULL;
5775 si_shutr(si);
5776 }
Willy Tarreau347a35d2013-11-22 17:51:09 +01005777
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005778 if ((res->flags & CF_SHUTR) && (si->state == SI_ST_EST))
5779 si_shutw(si);
Willy Tarreau91861262007-10-17 17:06:05 +02005780
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005781 if (appctx->st0 == STAT_HTTP_DONE) {
Willy Tarreau96d44912013-11-22 12:25:24 +01005782 if ((req->flags & CF_SHUTW) && (si->state == SI_ST_EST)) {
5783 si_shutr(si);
5784 res->flags |= CF_READ_NULL;
5785 }
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005786 }
Willy Tarreau828824a2015-04-19 17:20:03 +02005787 out:
Willy Tarreaud4da1962015-04-20 01:31:23 +02005788 /* just to make gcc happy */ ;
Willy Tarreau91861262007-10-17 17:06:05 +02005789}
5790
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005791
Willy Tarreau909d5172012-11-26 03:04:41 +01005792static inline const char *get_conn_ctrl_name(const struct connection *conn)
5793{
Willy Tarreau3c728722014-01-23 13:50:42 +01005794 if (!conn_ctrl_ready(conn))
Willy Tarreau909d5172012-11-26 03:04:41 +01005795 return "NONE";
5796 return conn->ctrl->name;
5797}
5798
5799static inline const char *get_conn_xprt_name(const struct connection *conn)
5800{
5801 static char ptr[17];
5802
Willy Tarreauaad69382014-01-23 14:21:42 +01005803 if (!conn_xprt_ready(conn))
Willy Tarreau909d5172012-11-26 03:04:41 +01005804 return "NONE";
5805
5806 if (conn->xprt == &raw_sock)
5807 return "RAW";
5808
5809#ifdef USE_OPENSSL
5810 if (conn->xprt == &ssl_sock)
5811 return "SSL";
5812#endif
5813 snprintf(ptr, sizeof(ptr), "%p", conn->xprt);
5814 return ptr;
5815}
5816
5817static inline const char *get_conn_data_name(const struct connection *conn)
5818{
5819 static char ptr[17];
5820
5821 if (!conn->data)
5822 return "NONE";
5823
5824 if (conn->data == &sess_conn_cb)
5825 return "SESS";
5826
5827 if (conn->data == &si_conn_cb)
5828 return "STRM";
5829
5830 if (conn->data == &check_conn_cb)
5831 return "CHCK";
5832
5833 snprintf(ptr, sizeof(ptr), "%p", conn->data);
5834 return ptr;
5835}
5836
Willy Tarreau87b09662015-04-03 00:22:06 +02005837/* This function dumps a complete stream state onto the stream interface's
5838 * read buffer. The stream has to be set in sess->target. It returns
Willy Tarreau5ec29ff2011-02-13 15:27:22 +01005839 * 0 if the output buffer is full and it needs to be called again, otherwise
5840 * non-zero. It is designed to be called from stats_dump_sess_to_buffer() below.
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005841 */
Willy Tarreau87b09662015-04-03 00:22:06 +02005842static int stats_dump_full_sess_to_buffer(struct stream_interface *si, struct stream *sess)
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005843{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005844 struct appctx *appctx = __objt_appctx(si->end);
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005845 struct tm tm;
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005846 extern const char *monthname[12];
5847 char pn[INET6_ADDRSTRLEN];
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005848 struct connection *conn;
Willy Tarreau284ddbf2013-12-01 20:45:00 +01005849 struct appctx *tmpctx;
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005850
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005851 chunk_reset(&trash);
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005852
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005853 if (appctx->ctx.sess.section > 0 && appctx->ctx.sess.uid != sess->uniq_id) {
Willy Tarreau87b09662015-04-03 00:22:06 +02005854 /* stream changed, no need to go any further */
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005855 chunk_appendf(&trash, " *** session terminated while we were watching it ***\n");
Willy Tarreaubc18da12015-03-13 14:00:47 +01005856 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02005857 si_applet_cant_put(si);
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005858 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01005859 }
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005860 appctx->ctx.sess.uid = 0;
5861 appctx->ctx.sess.section = 0;
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005862 return 1;
5863 }
5864
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005865 switch (appctx->ctx.sess.section) {
Willy Tarreau87b09662015-04-03 00:22:06 +02005866 case 0: /* main status of the stream */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005867 appctx->ctx.sess.uid = sess->uniq_id;
5868 appctx->ctx.sess.section = 1;
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005869 /* fall through */
5870
5871 case 1:
Willy Tarreau55e4ecd2012-12-08 17:48:47 +01005872 get_localtime(sess->logs.accept_date.tv_sec, &tm);
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005873 chunk_appendf(&trash,
Willy Tarreau55e4ecd2012-12-08 17:48:47 +01005874 "%p: [%02d/%s/%04d:%02d:%02d:%02d.%06d] id=%u proto=%s",
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005875 sess,
Willy Tarreau55e4ecd2012-12-08 17:48:47 +01005876 tm.tm_mday, monthname[tm.tm_mon], tm.tm_year+1900,
5877 tm.tm_hour, tm.tm_min, tm.tm_sec, (int)(sess->logs.accept_date.tv_usec),
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005878 sess->uniq_id,
Willy Tarreau666f5042015-06-17 19:49:52 +02005879 strm_li(sess) ? strm_li(sess)->proto->name : "?");
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005880
Willy Tarreaud0d8da92015-04-04 02:10:38 +02005881 conn = objt_conn(strm_orig(sess));
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005882 switch (conn ? addr_to_str(&conn->addr.from, pn, sizeof(pn)) : AF_UNSPEC) {
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005883 case AF_INET:
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005884 case AF_INET6:
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005885 chunk_appendf(&trash, " source=%s:%d\n",
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005886 pn, get_host_port(&conn->addr.from));
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005887 break;
5888 case AF_UNIX:
Willy Tarreaud0d8da92015-04-04 02:10:38 +02005889 chunk_appendf(&trash, " source=unix:%d\n", strm_li(sess)->luid);
Emeric Brun837ca522010-10-22 16:19:01 +02005890 break;
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005891 default:
5892 /* no more information to print right now */
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005893 chunk_appendf(&trash, "\n");
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005894 break;
5895 }
5896
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005897 chunk_appendf(&trash,
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005898 " flags=0x%x, conn_retries=%d, srv_conn=%p, pend_pos=%p\n",
Willy Tarreauee28de02010-06-01 09:51:00 +02005899 sess->flags, sess->si[1].conn_retries, sess->srv_conn, sess->pend_pos);
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005900
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005901 chunk_appendf(&trash,
Daniel Schultze90690c72012-03-23 10:53:36 -07005902 " frontend=%s (id=%u mode=%s), listener=%s (id=%u)",
Willy Tarreaud0d8da92015-04-04 02:10:38 +02005903 strm_fe(sess)->id, strm_fe(sess)->uuid, strm_fe(sess)->mode ? "http" : "tcp",
5904 strm_li(sess) ? strm_li(sess)->name ? strm_li(sess)->name : "?" : "?",
5905 strm_li(sess) ? strm_li(sess)->luid : 0);
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005906
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005907 if (conn)
5908 conn_get_to_addr(conn);
Willy Tarreaucf644ed2013-09-29 17:19:56 +02005909
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005910 switch (conn ? addr_to_str(&conn->addr.to, pn, sizeof(pn)) : AF_UNSPEC) {
Daniel Schultze90690c72012-03-23 10:53:36 -07005911 case AF_INET:
5912 case AF_INET6:
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005913 chunk_appendf(&trash, " addr=%s:%d\n",
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005914 pn, get_host_port(&conn->addr.to));
Daniel Schultze90690c72012-03-23 10:53:36 -07005915 break;
5916 case AF_UNIX:
Willy Tarreaud0d8da92015-04-04 02:10:38 +02005917 chunk_appendf(&trash, " addr=unix:%d\n", strm_li(sess)->luid);
Daniel Schultze90690c72012-03-23 10:53:36 -07005918 break;
5919 default:
5920 /* no more information to print right now */
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005921 chunk_appendf(&trash, "\n");
Daniel Schultze90690c72012-03-23 10:53:36 -07005922 break;
5923 }
5924
Willy Tarreau50943332011-09-02 17:33:05 +02005925 if (sess->be->cap & PR_CAP_BE)
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005926 chunk_appendf(&trash,
Daniel Schultze90690c72012-03-23 10:53:36 -07005927 " backend=%s (id=%u mode=%s)",
Willy Tarreau50943332011-09-02 17:33:05 +02005928 sess->be->id,
Daniel Schultze90690c72012-03-23 10:53:36 -07005929 sess->be->uuid, sess->be->mode ? "http" : "tcp");
5930 else
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005931 chunk_appendf(&trash, " backend=<NONE> (id=-1 mode=-)");
Daniel Schultze90690c72012-03-23 10:53:36 -07005932
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005933 conn = objt_conn(sess->si[1].end);
5934 if (conn)
5935 conn_get_from_addr(conn);
Willy Tarreaucf644ed2013-09-29 17:19:56 +02005936
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005937 switch (conn ? addr_to_str(&conn->addr.from, pn, sizeof(pn)) : AF_UNSPEC) {
Daniel Schultze90690c72012-03-23 10:53:36 -07005938 case AF_INET:
5939 case AF_INET6:
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005940 chunk_appendf(&trash, " addr=%s:%d\n",
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005941 pn, get_host_port(&conn->addr.from));
Daniel Schultze90690c72012-03-23 10:53:36 -07005942 break;
5943 case AF_UNIX:
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005944 chunk_appendf(&trash, " addr=unix\n");
Daniel Schultze90690c72012-03-23 10:53:36 -07005945 break;
5946 default:
5947 /* no more information to print right now */
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005948 chunk_appendf(&trash, "\n");
Daniel Schultze90690c72012-03-23 10:53:36 -07005949 break;
5950 }
5951
5952 if (sess->be->cap & PR_CAP_BE)
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005953 chunk_appendf(&trash,
Daniel Schultze90690c72012-03-23 10:53:36 -07005954 " server=%s (id=%u)",
Willy Tarreau3fdb3662012-11-12 00:42:33 +01005955 objt_server(sess->target) ? objt_server(sess->target)->id : "<none>",
5956 objt_server(sess->target) ? objt_server(sess->target)->puid : 0);
Willy Tarreau50943332011-09-02 17:33:05 +02005957 else
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005958 chunk_appendf(&trash, " server=<NONE> (id=-1)");
Daniel Schultze90690c72012-03-23 10:53:36 -07005959
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005960 if (conn)
5961 conn_get_to_addr(conn);
Willy Tarreaucf644ed2013-09-29 17:19:56 +02005962
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005963 switch (conn ? addr_to_str(&conn->addr.to, pn, sizeof(pn)) : AF_UNSPEC) {
Daniel Schultze90690c72012-03-23 10:53:36 -07005964 case AF_INET:
5965 case AF_INET6:
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005966 chunk_appendf(&trash, " addr=%s:%d\n",
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005967 pn, get_host_port(&conn->addr.to));
Daniel Schultze90690c72012-03-23 10:53:36 -07005968 break;
5969 case AF_UNIX:
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005970 chunk_appendf(&trash, " addr=unix\n");
Daniel Schultze90690c72012-03-23 10:53:36 -07005971 break;
5972 default:
5973 /* no more information to print right now */
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005974 chunk_appendf(&trash, "\n");
Daniel Schultze90690c72012-03-23 10:53:36 -07005975 break;
5976 }
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005977
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005978 chunk_appendf(&trash,
Willy Tarreau55e4ecd2012-12-08 17:48:47 +01005979 " task=%p (state=0x%02x nice=%d calls=%d exp=%s%s",
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005980 sess->task,
5981 sess->task->state,
5982 sess->task->nice, sess->task->calls,
5983 sess->task->expire ?
5984 tick_is_expired(sess->task->expire, now_ms) ? "<PAST>" :
5985 human_time(TICKS_TO_MS(sess->task->expire - now_ms),
5986 TICKS_TO_MS(1000)) : "<NEVER>",
5987 task_in_rq(sess->task) ? ", running" : "");
5988
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005989 chunk_appendf(&trash,
Willy Tarreau55e4ecd2012-12-08 17:48:47 +01005990 " age=%s)\n",
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005991 human_time(now.tv_sec - sess->logs.accept_date.tv_sec, 1));
5992
Willy Tarreaueee5b512015-04-03 23:46:31 +02005993 if (sess->txn)
5994 chunk_appendf(&trash,
Willy Tarreau98410192014-11-26 18:05:38 +01005995 " txn=%p flags=0x%x meth=%d status=%d req.st=%s rsp.st=%s waiting=%d\n",
Willy Tarreaueee5b512015-04-03 23:46:31 +02005996 sess->txn, sess->txn->flags, sess->txn->meth, sess->txn->status,
5997 http_msg_state_str(sess->txn->req.msg_state), http_msg_state_str(sess->txn->rsp.msg_state), !LIST_ISEMPTY(&sess->buffer_wait));
Willy Tarreau55e4ecd2012-12-08 17:48:47 +01005998
5999 chunk_appendf(&trash,
Willy Tarreau32e3c6a2013-10-11 19:34:20 +02006000 " si[0]=%p (state=%s flags=0x%02x endp0=%s:%p exp=%s, et=0x%03x)\n",
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006001 &sess->si[0],
Willy Tarreau55e4ecd2012-12-08 17:48:47 +01006002 si_state_str(sess->si[0].state),
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006003 sess->si[0].flags,
Willy Tarreaucf644ed2013-09-29 17:19:56 +02006004 obj_type_name(sess->si[0].end),
6005 obj_base_ptr(sess->si[0].end),
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006006 sess->si[0].exp ?
6007 tick_is_expired(sess->si[0].exp, now_ms) ? "<PAST>" :
6008 human_time(TICKS_TO_MS(sess->si[0].exp - now_ms),
6009 TICKS_TO_MS(1000)) : "<NEVER>",
6010 sess->si[0].err_type);
6011
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006012 chunk_appendf(&trash,
Willy Tarreau32e3c6a2013-10-11 19:34:20 +02006013 " si[1]=%p (state=%s flags=0x%02x endp1=%s:%p exp=%s, et=0x%03x)\n",
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006014 &sess->si[1],
Willy Tarreau55e4ecd2012-12-08 17:48:47 +01006015 si_state_str(sess->si[1].state),
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006016 sess->si[1].flags,
Willy Tarreaucf644ed2013-09-29 17:19:56 +02006017 obj_type_name(sess->si[1].end),
6018 obj_base_ptr(sess->si[1].end),
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006019 sess->si[1].exp ?
6020 tick_is_expired(sess->si[1].exp, now_ms) ? "<PAST>" :
6021 human_time(TICKS_TO_MS(sess->si[1].exp - now_ms),
6022 TICKS_TO_MS(1000)) : "<NEVER>",
6023 sess->si[1].err_type);
6024
Willy Tarreau284ddbf2013-12-01 20:45:00 +01006025 if ((conn = objt_conn(sess->si[0].end)) != NULL) {
Willy Tarreaucf644ed2013-09-29 17:19:56 +02006026 chunk_appendf(&trash,
6027 " co0=%p ctrl=%s xprt=%s data=%s target=%s:%p\n",
Willy Tarreaub363a1f2013-10-01 10:45:07 +02006028 conn,
6029 get_conn_ctrl_name(conn),
6030 get_conn_xprt_name(conn),
6031 get_conn_data_name(conn),
6032 obj_type_name(conn->target),
6033 obj_base_ptr(conn->target));
Willy Tarreau909d5172012-11-26 03:04:41 +01006034
Willy Tarreaucf644ed2013-09-29 17:19:56 +02006035 chunk_appendf(&trash,
Willy Tarreau16f649c2014-01-25 19:10:48 +01006036 " flags=0x%08x fd=%d fd.state=%02x fd.cache=%d updt=%d\n",
Willy Tarreaub363a1f2013-10-01 10:45:07 +02006037 conn->flags,
6038 conn->t.sock.fd,
Willy Tarreau69a41fa2014-01-20 11:02:59 +01006039 conn->t.sock.fd >= 0 ? fdtab[conn->t.sock.fd].state : 0,
Willy Tarreau15a4dec2014-01-20 11:09:39 +01006040 conn->t.sock.fd >= 0 ? fdtab[conn->t.sock.fd].cache : 0,
Willy Tarreaub363a1f2013-10-01 10:45:07 +02006041 conn->t.sock.fd >= 0 ? fdtab[conn->t.sock.fd].updated : 0);
Willy Tarreaucf644ed2013-09-29 17:19:56 +02006042 }
Willy Tarreau284ddbf2013-12-01 20:45:00 +01006043 else if ((tmpctx = objt_appctx(sess->si[0].end)) != NULL) {
6044 chunk_appendf(&trash,
6045 " app0=%p st0=%d st1=%d st2=%d applet=%s\n",
6046 tmpctx,
6047 tmpctx->st0,
6048 tmpctx->st1,
6049 tmpctx->st2,
6050 tmpctx->applet->name);
6051 }
Willy Tarreaubc174aa2012-11-19 16:10:32 +01006052
Willy Tarreau284ddbf2013-12-01 20:45:00 +01006053 if ((conn = objt_conn(sess->si[1].end)) != NULL) {
Willy Tarreaucf644ed2013-09-29 17:19:56 +02006054 chunk_appendf(&trash,
6055 " co1=%p ctrl=%s xprt=%s data=%s target=%s:%p\n",
Willy Tarreaub363a1f2013-10-01 10:45:07 +02006056 conn,
6057 get_conn_ctrl_name(conn),
6058 get_conn_xprt_name(conn),
6059 get_conn_data_name(conn),
6060 obj_type_name(conn->target),
6061 obj_base_ptr(conn->target));
Willy Tarreau909d5172012-11-26 03:04:41 +01006062
Willy Tarreaucf644ed2013-09-29 17:19:56 +02006063 chunk_appendf(&trash,
Willy Tarreauceeafb52016-01-25 15:27:17 +01006064 " flags=0x%08x fd=%d fd.state=%02x fd.cache=%d updt=%d\n",
Willy Tarreaub363a1f2013-10-01 10:45:07 +02006065 conn->flags,
6066 conn->t.sock.fd,
Willy Tarreau69a41fa2014-01-20 11:02:59 +01006067 conn->t.sock.fd >= 0 ? fdtab[conn->t.sock.fd].state : 0,
Willy Tarreau15a4dec2014-01-20 11:09:39 +01006068 conn->t.sock.fd >= 0 ? fdtab[conn->t.sock.fd].cache : 0,
Willy Tarreaub363a1f2013-10-01 10:45:07 +02006069 conn->t.sock.fd >= 0 ? fdtab[conn->t.sock.fd].updated : 0);
Willy Tarreaucf644ed2013-09-29 17:19:56 +02006070 }
Willy Tarreau284ddbf2013-12-01 20:45:00 +01006071 else if ((tmpctx = objt_appctx(sess->si[1].end)) != NULL) {
6072 chunk_appendf(&trash,
6073 " app1=%p st0=%d st1=%d st2=%d applet=%s\n",
6074 tmpctx,
6075 tmpctx->st0,
6076 tmpctx->st1,
6077 tmpctx->st2,
6078 tmpctx->applet->name);
6079 }
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006080
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006081 chunk_appendf(&trash,
Willy Tarreau909d5172012-11-26 03:04:41 +01006082 " req=%p (f=0x%06x an=0x%x pipe=%d tofwd=%d total=%lld)\n"
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006083 " an_exp=%s",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01006084 &sess->req,
6085 sess->req.flags, sess->req.analysers,
6086 sess->req.pipe ? sess->req.pipe->data : 0,
6087 sess->req.to_forward, sess->req.total,
6088 sess->req.analyse_exp ?
6089 human_time(TICKS_TO_MS(sess->req.analyse_exp - now_ms),
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006090 TICKS_TO_MS(1000)) : "<NEVER>");
6091
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006092 chunk_appendf(&trash,
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006093 " rex=%s",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01006094 sess->req.rex ?
6095 human_time(TICKS_TO_MS(sess->req.rex - now_ms),
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006096 TICKS_TO_MS(1000)) : "<NEVER>");
6097
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006098 chunk_appendf(&trash,
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006099 " wex=%s\n"
Willy Tarreau909d5172012-11-26 03:04:41 +01006100 " buf=%p data=%p o=%d p=%d req.next=%d i=%d size=%d\n",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01006101 sess->req.wex ?
6102 human_time(TICKS_TO_MS(sess->req.wex - now_ms),
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006103 TICKS_TO_MS(1000)) : "<NEVER>",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01006104 sess->req.buf,
6105 sess->req.buf->data, sess->req.buf->o,
6106 (int)(sess->req.buf->p - sess->req.buf->data),
Willy Tarreaueee5b512015-04-03 23:46:31 +02006107 sess->txn ? sess->txn->req.next : 0, sess->req.buf->i,
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01006108 sess->req.buf->size);
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006109
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006110 chunk_appendf(&trash,
Willy Tarreau909d5172012-11-26 03:04:41 +01006111 " res=%p (f=0x%06x an=0x%x pipe=%d tofwd=%d total=%lld)\n"
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006112 " an_exp=%s",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01006113 &sess->res,
6114 sess->res.flags, sess->res.analysers,
6115 sess->res.pipe ? sess->res.pipe->data : 0,
6116 sess->res.to_forward, sess->res.total,
6117 sess->res.analyse_exp ?
6118 human_time(TICKS_TO_MS(sess->res.analyse_exp - now_ms),
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006119 TICKS_TO_MS(1000)) : "<NEVER>");
6120
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006121 chunk_appendf(&trash,
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006122 " rex=%s",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01006123 sess->res.rex ?
6124 human_time(TICKS_TO_MS(sess->res.rex - now_ms),
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006125 TICKS_TO_MS(1000)) : "<NEVER>");
6126
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006127 chunk_appendf(&trash,
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006128 " wex=%s\n"
Willy Tarreau909d5172012-11-26 03:04:41 +01006129 " buf=%p data=%p o=%d p=%d rsp.next=%d i=%d size=%d\n",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01006130 sess->res.wex ?
6131 human_time(TICKS_TO_MS(sess->res.wex - now_ms),
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006132 TICKS_TO_MS(1000)) : "<NEVER>",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01006133 sess->res.buf,
6134 sess->res.buf->data, sess->res.buf->o,
6135 (int)(sess->res.buf->p - sess->res.buf->data),
Willy Tarreaueee5b512015-04-03 23:46:31 +02006136 sess->txn ? sess->txn->rsp.next : 0, sess->res.buf->i,
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01006137 sess->res.buf->size);
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006138
Willy Tarreaubc18da12015-03-13 14:00:47 +01006139 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02006140 si_applet_cant_put(si);
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006141 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01006142 }
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006143
6144 /* use other states to dump the contents */
6145 }
6146 /* end of dump */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006147 appctx->ctx.sess.uid = 0;
6148 appctx->ctx.sess.section = 0;
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006149 return 1;
6150}
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006151
Nenad Merdanovic200b0fa2015-05-09 08:46:01 +02006152#if (defined SSL_CTRL_SET_TLSEXT_TICKET_KEY_CB && TLS_TICKETS_NO > 0)
6153static int stats_tlskeys_list(struct stream_interface *si) {
6154 struct appctx *appctx = __objt_appctx(si->end);
6155
6156 switch (appctx->st2) {
6157 case STAT_ST_INIT:
6158 /* Display the column headers. If the message cannot be sent,
6159 * quit the fucntion with returning 0. The function is called
6160 * later and restart at the state "STAT_ST_INIT".
6161 */
6162 chunk_reset(&trash);
6163 chunk_appendf(&trash, "# id (file)\n");
6164 if (bi_putchk(si_ic(si), &trash) == -1) {
6165 si_applet_cant_put(si);
6166 return 0;
6167 }
6168
6169 /* Now, we start the browsing of the references lists.
6170 * Note that the following call to LIST_ELEM return bad pointer. The only
6171 * avalaible field of this pointer is <list>. It is used with the function
6172 * tlskeys_list_get_next() for retruning the first avalaible entry
6173 */
6174 appctx->ctx.tlskeys.ref = LIST_ELEM(&tlskeys_reference, struct tls_keys_ref *, list);
6175 appctx->ctx.tlskeys.ref = tlskeys_list_get_next(appctx->ctx.tlskeys.ref, &tlskeys_reference);
6176
6177 appctx->st2 = STAT_ST_LIST;
6178 /* fall through */
6179
6180 case STAT_ST_LIST:
6181 while (appctx->ctx.tlskeys.ref) {
6182 chunk_reset(&trash);
6183
6184 chunk_appendf(&trash, "%d (%s)\n", appctx->ctx.tlskeys.ref->unique_id,
6185 appctx->ctx.tlskeys.ref->filename);
6186
6187 if (bi_putchk(si_ic(si), &trash) == -1) {
6188 /* let's try again later from this stream. We add ourselves into
6189 * this stream's users so that it can remove us upon termination.
6190 */
6191 si_applet_cant_put(si);
6192 return 0;
6193 }
6194
6195 /* get next list entry and check the end of the list */
6196 appctx->ctx.tlskeys.ref = tlskeys_list_get_next(appctx->ctx.tlskeys.ref, &tlskeys_reference);
6197 }
6198
6199 appctx->st2 = STAT_ST_FIN;
6200 /* fall through */
6201
6202 default:
6203 appctx->st2 = STAT_ST_FIN;
6204 return 1;
6205 }
6206 return 0;
6207}
6208#endif
6209
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006210static int stats_pats_list(struct stream_interface *si)
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006211{
6212 struct appctx *appctx = __objt_appctx(si->end);
6213
6214 switch (appctx->st2) {
6215 case STAT_ST_INIT:
Thierry FOURNIERaf5a29d2014-03-11 14:29:22 +01006216 /* Display the column headers. If the message cannot be sent,
6217 * quit the fucntion with returning 0. The function is called
6218 * later and restart at the state "STAT_ST_INIT".
6219 */
6220 chunk_reset(&trash);
Thierry FOURNIER65ce6132014-03-20 11:42:45 +01006221 chunk_appendf(&trash, "# id (file) description\n");
Willy Tarreaubc18da12015-03-13 14:00:47 +01006222 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02006223 si_applet_cant_put(si);
Thierry FOURNIERaf5a29d2014-03-11 14:29:22 +01006224 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01006225 }
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006226
6227 /* Now, we start the browsing of the references lists.
6228 * Note that the following call to LIST_ELEM return bad pointer. The only
6229 * avalaible field of this pointer is <list>. It is used with the function
6230 * pat_list_get_next() for retruning the first avalaible entry
6231 */
6232 appctx->ctx.map.ref = LIST_ELEM(&pattern_reference, struct pat_ref *, list);
6233 appctx->ctx.map.ref = pat_list_get_next(appctx->ctx.map.ref, &pattern_reference,
6234 appctx->ctx.map.display_flags);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006235 appctx->st2 = STAT_ST_LIST;
6236 /* fall through */
6237
6238 case STAT_ST_LIST:
6239 while (appctx->ctx.map.ref) {
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006240 chunk_reset(&trash);
6241
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006242 /* Build messages. If the reference is used by another category than
6243 * the listed categorie, display the information in the massage.
6244 */
Thierry FOURNIERf7e04e92014-03-20 11:45:47 +01006245 chunk_appendf(&trash, "%d (%s) %s\n", appctx->ctx.map.ref->unique_id,
Thierry FOURNIER0d6ba512014-02-11 03:31:34 +01006246 appctx->ctx.map.ref->reference ? appctx->ctx.map.ref->reference : "",
6247 appctx->ctx.map.ref->display);
Thierry FOURNIERaf5a29d2014-03-11 14:29:22 +01006248
Willy Tarreau2bb4a962014-11-28 11:11:05 +01006249 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreau87b09662015-04-03 00:22:06 +02006250 /* let's try again later from this stream. We add ourselves into
6251 * this stream's users so that it can remove us upon termination.
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006252 */
Willy Tarreaufe127932015-04-21 19:23:39 +02006253 si_applet_cant_put(si);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006254 return 0;
6255 }
6256
6257 /* get next list entry and check the end of the list */
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006258 appctx->ctx.map.ref = pat_list_get_next(appctx->ctx.map.ref, &pattern_reference,
6259 appctx->ctx.map.display_flags);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006260 }
6261
6262 appctx->st2 = STAT_ST_FIN;
6263 /* fall through */
6264
6265 default:
6266 appctx->st2 = STAT_ST_FIN;
6267 return 1;
6268 }
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006269 return 0;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006270}
6271
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006272static int stats_map_lookup(struct stream_interface *si)
6273{
6274 struct appctx *appctx = __objt_appctx(si->end);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006275 struct sample sample;
6276 struct pattern *pat;
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006277 int match_method;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006278
6279 switch (appctx->st2) {
6280 case STAT_ST_INIT:
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006281 /* Init to the first entry. The list cannot be change */
Thierry FOURNIERc5959fd2014-01-20 14:29:33 +01006282 appctx->ctx.map.expr = LIST_ELEM(&appctx->ctx.map.ref->pat, struct pattern_expr *, list);
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006283 appctx->ctx.map.expr = pat_expr_get_next(appctx->ctx.map.expr, &appctx->ctx.map.ref->pat);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006284 appctx->st2 = STAT_ST_LIST;
6285 /* fall through */
6286
6287 case STAT_ST_LIST:
6288 /* for each lookup type */
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006289 while (appctx->ctx.map.expr) {
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006290 /* initialise chunk to build new message */
6291 chunk_reset(&trash);
6292
6293 /* execute pattern matching */
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +02006294 sample.data.type = SMP_T_STR;
Andreas Seltenreich9727cf42016-03-03 19:32:25 +01006295 sample.flags = SMP_F_CONST;
Thierry FOURNIER136f9d32015-08-19 09:07:19 +02006296 sample.data.u.str.len = appctx->ctx.map.chunk.len;
6297 sample.data.u.str.str = appctx->ctx.map.chunk.str;
Thierry FOURNIER5d344082014-01-27 14:19:53 +01006298 if (appctx->ctx.map.expr->pat_head->match &&
6299 sample_convert(&sample, appctx->ctx.map.expr->pat_head->expect_type))
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006300 pat = appctx->ctx.map.expr->pat_head->match(&sample, appctx->ctx.map.expr, 1);
6301 else
6302 pat = NULL;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006303
6304 /* build return message: set type of match */
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006305 for (match_method=0; match_method<PAT_MATCH_NUM; match_method++)
6306 if (appctx->ctx.map.expr->pat_head->match == pat_match_fcts[match_method])
6307 break;
6308 if (match_method >= PAT_MATCH_NUM)
6309 chunk_appendf(&trash, "type=unknown(%p)", appctx->ctx.map.expr->pat_head->match);
6310 else
6311 chunk_appendf(&trash, "type=%s", pat_match_names[match_method]);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006312
Thierry FOURNIERe47e4e22014-04-28 11:18:57 +02006313 /* case sensitive */
6314 if (appctx->ctx.map.expr->mflags & PAT_MF_IGNORE_CASE)
6315 chunk_appendf(&trash, ", case=insensitive");
6316 else
6317 chunk_appendf(&trash, ", case=sensitive");
6318
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006319 /* Display no match, and set default value */
Thierry FOURNIER1794fdf2014-01-17 15:25:13 +01006320 if (!pat) {
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006321 if (appctx->ctx.map.display_flags == PAT_REF_MAP)
6322 chunk_appendf(&trash, ", found=no");
6323 else
6324 chunk_appendf(&trash, ", match=no");
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006325 }
6326
6327 /* Display match and match info */
6328 else {
6329 /* display match */
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006330 if (appctx->ctx.map.display_flags == PAT_REF_MAP)
6331 chunk_appendf(&trash, ", found=yes");
6332 else
6333 chunk_appendf(&trash, ", match=yes");
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006334
Thierry FOURNIER1794fdf2014-01-17 15:25:13 +01006335 /* display index mode */
Thierry FOURNIERe47e4e22014-04-28 11:18:57 +02006336 if (pat->sflags & PAT_SF_TREE)
Thierry FOURNIERb9903842014-03-11 18:48:17 +01006337 chunk_appendf(&trash, ", idx=tree");
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006338 else
Thierry FOURNIERb9903842014-03-11 18:48:17 +01006339 chunk_appendf(&trash, ", idx=list");
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006340
Thierry FOURNIER86db66a2014-03-11 18:37:58 +01006341 /* display pattern */
6342 if (appctx->ctx.map.display_flags == PAT_REF_MAP) {
6343 if (pat->ref && pat->ref->pattern)
6344 chunk_appendf(&trash, ", key=\"%s\"", pat->ref->pattern);
6345 else
6346 chunk_appendf(&trash, ", key=unknown");
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006347 }
6348 else {
Thierry FOURNIER86db66a2014-03-11 18:37:58 +01006349 if (pat->ref && pat->ref->pattern)
6350 chunk_appendf(&trash, ", pattern=\"%s\"", pat->ref->pattern);
6351 else
6352 chunk_appendf(&trash, ", pattern=unknown");
6353 }
6354
6355 /* display return value */
6356 if (appctx->ctx.map.display_flags == PAT_REF_MAP) {
Thierry FOURNIER503bb092015-08-19 08:35:43 +02006357 if (pat->data && pat->ref && pat->ref->sample)
Thierry FOURNIER03d0e452015-07-23 18:33:41 +02006358 chunk_appendf(&trash, ", value=\"%s\", type=\"%s\"", pat->ref->sample,
Thierry FOURNIER7d4335c2015-08-19 09:05:25 +02006359 smp_to_type[pat->data->type]);
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006360 else
Thierry FOURNIER86db66a2014-03-11 18:37:58 +01006361 chunk_appendf(&trash, ", value=none");
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006362 }
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006363 }
6364
Thierry FOURNIERb9903842014-03-11 18:48:17 +01006365 chunk_appendf(&trash, "\n");
6366
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006367 /* display response */
Willy Tarreau2bb4a962014-11-28 11:11:05 +01006368 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreau87b09662015-04-03 00:22:06 +02006369 /* let's try again later from this stream. We add ourselves into
6370 * this stream's users so that it can remove us upon termination.
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006371 */
Willy Tarreaufe127932015-04-21 19:23:39 +02006372 si_applet_cant_put(si);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006373 return 0;
6374 }
6375
6376 /* get next entry */
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006377 appctx->ctx.map.expr = pat_expr_get_next(appctx->ctx.map.expr,
6378 &appctx->ctx.map.ref->pat);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006379 }
6380
6381 appctx->st2 = STAT_ST_FIN;
6382 /* fall through */
6383
6384 default:
6385 appctx->st2 = STAT_ST_FIN;
6386 free(appctx->ctx.map.chunk.str);
6387 return 1;
6388 }
6389}
6390
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006391static int stats_pat_list(struct stream_interface *si)
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006392{
6393 struct appctx *appctx = __objt_appctx(si->end);
6394
6395 switch (appctx->st2) {
6396
6397 case STAT_ST_INIT:
6398 /* Init to the first entry. The list cannot be change */
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006399 appctx->ctx.map.elt = LIST_NEXT(&appctx->ctx.map.ref->head,
6400 struct pat_ref_elt *, list);
6401 if (&appctx->ctx.map.elt->list == &appctx->ctx.map.ref->head)
6402 appctx->ctx.map.elt = NULL;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006403 appctx->st2 = STAT_ST_LIST;
6404 /* fall through */
6405
6406 case STAT_ST_LIST:
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006407 while (appctx->ctx.map.elt) {
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006408 chunk_reset(&trash);
6409
6410 /* build messages */
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006411 if (appctx->ctx.map.elt->sample)
Thierry FOURNIER9356c682014-01-28 15:55:37 +01006412 chunk_appendf(&trash, "%p %s %s\n",
6413 appctx->ctx.map.elt, appctx->ctx.map.elt->pattern,
6414 appctx->ctx.map.elt->sample);
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006415 else
Thierry FOURNIER9356c682014-01-28 15:55:37 +01006416 chunk_appendf(&trash, "%p %s\n",
6417 appctx->ctx.map.elt, appctx->ctx.map.elt->pattern);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006418
Willy Tarreau2bb4a962014-11-28 11:11:05 +01006419 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreau87b09662015-04-03 00:22:06 +02006420 /* let's try again later from this stream. We add ourselves into
6421 * this stream's users so that it can remove us upon termination.
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006422 */
Willy Tarreaufe127932015-04-21 19:23:39 +02006423 si_applet_cant_put(si);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006424 return 0;
6425 }
6426
6427 /* get next list entry and check the end of the list */
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006428 appctx->ctx.map.elt = LIST_NEXT(&appctx->ctx.map.elt->list,
6429 struct pat_ref_elt *, list);
6430 if (&appctx->ctx.map.elt->list == &appctx->ctx.map.ref->head)
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006431 break;
6432 }
6433
6434 appctx->st2 = STAT_ST_FIN;
6435 /* fall through */
6436
6437 default:
6438 appctx->st2 = STAT_ST_FIN;
6439 return 1;
6440 }
6441}
6442
Willy Tarreau87b09662015-04-03 00:22:06 +02006443/* This function dumps all streams' states onto the stream interface's
Willy Tarreau306f8302013-07-08 15:53:06 +02006444 * read buffer. It returns 0 if the output buffer is full and it needs
Willy Tarreau5ec29ff2011-02-13 15:27:22 +01006445 * to be called again, otherwise non-zero. It is designed to be called
6446 * from stats_dump_sess_to_buffer() below.
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006447 */
Simon Horman9bd2c732011-06-15 15:18:44 +09006448static int stats_dump_sess_to_buffer(struct stream_interface *si)
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006449{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006450 struct appctx *appctx = __objt_appctx(si->end);
Willy Tarreaub363a1f2013-10-01 10:45:07 +02006451 struct connection *conn;
6452
Willy Tarreau2bb4a962014-11-28 11:11:05 +01006453 if (unlikely(si_ic(si)->flags & (CF_WRITE_ERROR|CF_SHUTW))) {
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006454 /* If we're forced to shut down, we might have to remove our
Willy Tarreau87b09662015-04-03 00:22:06 +02006455 * reference to the last stream being dumped.
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006456 */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006457 if (appctx->st2 == STAT_ST_LIST) {
6458 if (!LIST_ISEMPTY(&appctx->ctx.sess.bref.users)) {
6459 LIST_DEL(&appctx->ctx.sess.bref.users);
6460 LIST_INIT(&appctx->ctx.sess.bref.users);
Willy Tarreaufd3828e2009-02-22 15:17:24 +01006461 }
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006462 }
Willy Tarreau7e72a8f2009-10-03 23:55:14 +02006463 return 1;
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006464 }
6465
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006466 chunk_reset(&trash);
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006467
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006468 switch (appctx->st2) {
Willy Tarreau295a8372011-03-10 11:25:07 +01006469 case STAT_ST_INIT:
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006470 /* the function had not been called yet, let's prepare the
Willy Tarreau87b09662015-04-03 00:22:06 +02006471 * buffer for a response. We initialize the current stream
Willy Tarreaufd3828e2009-02-22 15:17:24 +01006472 * pointer to the first in the global list. When a target
Willy Tarreau87b09662015-04-03 00:22:06 +02006473 * stream is being destroyed, it is responsible for updating
Willy Tarreaufd3828e2009-02-22 15:17:24 +01006474 * this pointer. We know we have reached the end when this
Willy Tarreau87b09662015-04-03 00:22:06 +02006475 * pointer points back to the head of the streams list.
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006476 */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006477 LIST_INIT(&appctx->ctx.sess.bref.users);
Willy Tarreau87b09662015-04-03 00:22:06 +02006478 appctx->ctx.sess.bref.ref = streams.n;
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006479 appctx->st2 = STAT_ST_LIST;
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006480 /* fall through */
6481
Willy Tarreau295a8372011-03-10 11:25:07 +01006482 case STAT_ST_LIST:
Willy Tarreau87b09662015-04-03 00:22:06 +02006483 /* first, let's detach the back-ref from a possible previous stream */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006484 if (!LIST_ISEMPTY(&appctx->ctx.sess.bref.users)) {
6485 LIST_DEL(&appctx->ctx.sess.bref.users);
6486 LIST_INIT(&appctx->ctx.sess.bref.users);
Willy Tarreaufd3828e2009-02-22 15:17:24 +01006487 }
6488
6489 /* and start from where we stopped */
Willy Tarreau87b09662015-04-03 00:22:06 +02006490 while (appctx->ctx.sess.bref.ref != &streams) {
Cyril Bontéacd7d632010-11-01 19:26:02 +01006491 char pn[INET6_ADDRSTRLEN];
Willy Tarreau87b09662015-04-03 00:22:06 +02006492 struct stream *curr_sess;
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006493
Willy Tarreau87b09662015-04-03 00:22:06 +02006494 curr_sess = LIST_ELEM(appctx->ctx.sess.bref.ref, struct stream *, list);
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006495
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006496 if (appctx->ctx.sess.target) {
6497 if (appctx->ctx.sess.target != (void *)-1 && appctx->ctx.sess.target != curr_sess)
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006498 goto next_sess;
6499
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006500 LIST_ADDQ(&curr_sess->back_refs, &appctx->ctx.sess.bref.users);
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006501 /* call the proper dump() function and return if we're missing space */
Willy Tarreau76153662012-11-26 01:16:39 +01006502 if (!stats_dump_full_sess_to_buffer(si, curr_sess))
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006503 return 0;
6504
Willy Tarreau87b09662015-04-03 00:22:06 +02006505 /* stream dump complete */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006506 LIST_DEL(&appctx->ctx.sess.bref.users);
6507 LIST_INIT(&appctx->ctx.sess.bref.users);
6508 if (appctx->ctx.sess.target != (void *)-1) {
6509 appctx->ctx.sess.target = NULL;
Willy Tarreau76153662012-11-26 01:16:39 +01006510 break;
6511 }
6512 else
6513 goto next_sess;
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006514 }
6515
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006516 chunk_appendf(&trash,
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006517 "%p: proto=%s",
6518 curr_sess,
Willy Tarreauf1e02122015-09-23 12:16:43 +02006519 strm_li(curr_sess) ? strm_li(curr_sess)->proto->name : "?");
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006520
Willy Tarreaud0d8da92015-04-04 02:10:38 +02006521 conn = objt_conn(strm_orig(curr_sess));
Willy Tarreaub363a1f2013-10-01 10:45:07 +02006522 switch (conn ? addr_to_str(&conn->addr.from, pn, sizeof(pn)) : AF_UNSPEC) {
Willy Tarreau631f01c2011-09-05 00:36:48 +02006523 case AF_INET:
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006524 case AF_INET6:
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006525 chunk_appendf(&trash,
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006526 " src=%s:%d fe=%s be=%s srv=%s",
6527 pn,
Willy Tarreaub363a1f2013-10-01 10:45:07 +02006528 get_host_port(&conn->addr.from),
Willy Tarreaud0d8da92015-04-04 02:10:38 +02006529 strm_fe(curr_sess)->id,
Willy Tarreau50943332011-09-02 17:33:05 +02006530 (curr_sess->be->cap & PR_CAP_BE) ? curr_sess->be->id : "<NONE>",
Willy Tarreau3fdb3662012-11-12 00:42:33 +01006531 objt_server(curr_sess->target) ? objt_server(curr_sess->target)->id : "<none>"
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006532 );
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006533 break;
6534 case AF_UNIX:
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006535 chunk_appendf(&trash,
Emeric Brun837ca522010-10-22 16:19:01 +02006536 " src=unix:%d fe=%s be=%s srv=%s",
Willy Tarreaud0d8da92015-04-04 02:10:38 +02006537 strm_li(curr_sess)->luid,
6538 strm_fe(curr_sess)->id,
Willy Tarreau50943332011-09-02 17:33:05 +02006539 (curr_sess->be->cap & PR_CAP_BE) ? curr_sess->be->id : "<NONE>",
Willy Tarreau3fdb3662012-11-12 00:42:33 +01006540 objt_server(curr_sess->target) ? objt_server(curr_sess->target)->id : "<none>"
Emeric Brun837ca522010-10-22 16:19:01 +02006541 );
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006542 break;
6543 }
6544
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006545 chunk_appendf(&trash,
Willy Tarreau65671ab2009-10-04 14:24:59 +02006546 " ts=%02x age=%s calls=%d",
6547 curr_sess->task->state,
Willy Tarreau3884cba2009-03-28 17:54:35 +01006548 human_time(now.tv_sec - curr_sess->logs.tv_accept.tv_sec, 1),
6549 curr_sess->task->calls);
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006550
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006551 chunk_appendf(&trash,
Willy Tarreau02d6cfc2012-03-01 18:19:58 +01006552 " rq[f=%06xh,i=%d,an=%02xh,rx=%s",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01006553 curr_sess->req.flags,
6554 curr_sess->req.buf->i,
6555 curr_sess->req.analysers,
6556 curr_sess->req.rex ?
6557 human_time(TICKS_TO_MS(curr_sess->req.rex - now_ms),
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006558 TICKS_TO_MS(1000)) : "");
6559
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006560 chunk_appendf(&trash,
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006561 ",wx=%s",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01006562 curr_sess->req.wex ?
6563 human_time(TICKS_TO_MS(curr_sess->req.wex - now_ms),
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006564 TICKS_TO_MS(1000)) : "");
6565
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006566 chunk_appendf(&trash,
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006567 ",ax=%s]",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01006568 curr_sess->req.analyse_exp ?
6569 human_time(TICKS_TO_MS(curr_sess->req.analyse_exp - now_ms),
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006570 TICKS_TO_MS(1000)) : "");
6571
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006572 chunk_appendf(&trash,
Willy Tarreau02d6cfc2012-03-01 18:19:58 +01006573 " rp[f=%06xh,i=%d,an=%02xh,rx=%s",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01006574 curr_sess->res.flags,
6575 curr_sess->res.buf->i,
6576 curr_sess->res.analysers,
6577 curr_sess->res.rex ?
6578 human_time(TICKS_TO_MS(curr_sess->res.rex - now_ms),
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006579 TICKS_TO_MS(1000)) : "");
6580
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006581 chunk_appendf(&trash,
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006582 ",wx=%s",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01006583 curr_sess->res.wex ?
6584 human_time(TICKS_TO_MS(curr_sess->res.wex - now_ms),
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006585 TICKS_TO_MS(1000)) : "");
6586
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006587 chunk_appendf(&trash,
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006588 ",ax=%s]",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01006589 curr_sess->res.analyse_exp ?
6590 human_time(TICKS_TO_MS(curr_sess->res.analyse_exp - now_ms),
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006591 TICKS_TO_MS(1000)) : "");
6592
Willy Tarreaub363a1f2013-10-01 10:45:07 +02006593 conn = objt_conn(curr_sess->si[0].end);
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006594 chunk_appendf(&trash,
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006595 " s0=[%d,%1xh,fd=%d,ex=%s]",
6596 curr_sess->si[0].state,
6597 curr_sess->si[0].flags,
Willy Tarreaub363a1f2013-10-01 10:45:07 +02006598 conn ? conn->t.sock.fd : -1,
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006599 curr_sess->si[0].exp ?
6600 human_time(TICKS_TO_MS(curr_sess->si[0].exp - now_ms),
6601 TICKS_TO_MS(1000)) : "");
6602
Willy Tarreaub363a1f2013-10-01 10:45:07 +02006603 conn = objt_conn(curr_sess->si[1].end);
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006604 chunk_appendf(&trash,
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006605 " s1=[%d,%1xh,fd=%d,ex=%s]",
6606 curr_sess->si[1].state,
6607 curr_sess->si[1].flags,
Willy Tarreaub363a1f2013-10-01 10:45:07 +02006608 conn ? conn->t.sock.fd : -1,
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006609 curr_sess->si[1].exp ?
6610 human_time(TICKS_TO_MS(curr_sess->si[1].exp - now_ms),
6611 TICKS_TO_MS(1000)) : "");
6612
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006613 chunk_appendf(&trash,
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006614 " exp=%s",
6615 curr_sess->task->expire ?
6616 human_time(TICKS_TO_MS(curr_sess->task->expire - now_ms),
6617 TICKS_TO_MS(1000)) : "");
Willy Tarreau4726f532009-03-07 17:25:21 +01006618 if (task_in_rq(curr_sess->task))
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006619 chunk_appendf(&trash, " run(nice=%d)", curr_sess->task->nice);
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006620
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006621 chunk_appendf(&trash, "\n");
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006622
Willy Tarreau2bb4a962014-11-28 11:11:05 +01006623 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreau87b09662015-04-03 00:22:06 +02006624 /* let's try again later from this stream. We add ourselves into
6625 * this stream's users so that it can remove us upon termination.
Willy Tarreaufd3828e2009-02-22 15:17:24 +01006626 */
Willy Tarreaufe127932015-04-21 19:23:39 +02006627 si_applet_cant_put(si);
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006628 LIST_ADDQ(&curr_sess->back_refs, &appctx->ctx.sess.bref.users);
Willy Tarreau7e72a8f2009-10-03 23:55:14 +02006629 return 0;
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006630 }
6631
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006632 next_sess:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006633 appctx->ctx.sess.bref.ref = curr_sess->list.n;
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006634 }
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006635
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006636 if (appctx->ctx.sess.target && appctx->ctx.sess.target != (void *)-1) {
Willy Tarreau87b09662015-04-03 00:22:06 +02006637 /* specified stream not found */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006638 if (appctx->ctx.sess.section > 0)
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006639 chunk_appendf(&trash, " *** session terminated while we were watching it ***\n");
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006640 else
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006641 chunk_appendf(&trash, "Session not found.\n");
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006642
Willy Tarreaubc18da12015-03-13 14:00:47 +01006643 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02006644 si_applet_cant_put(si);
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006645 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01006646 }
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006647
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006648 appctx->ctx.sess.target = NULL;
6649 appctx->ctx.sess.uid = 0;
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006650 return 1;
6651 }
6652
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006653 appctx->st2 = STAT_ST_FIN;
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006654 /* fall through */
6655
6656 default:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006657 appctx->st2 = STAT_ST_FIN;
Willy Tarreau7e72a8f2009-10-03 23:55:14 +02006658 return 1;
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006659 }
Emeric Brun1e029aa2010-09-23 18:12:53 +02006660}
6661
Willy Tarreau5f9a8772012-11-26 02:22:40 +01006662/* This is called when the stream interface is closed. For instance, upon an
6663 * external abort, we won't call the i/o handler anymore so we may need to
Willy Tarreau87b09662015-04-03 00:22:06 +02006664 * remove back references to the stream currently being dumped.
Willy Tarreau5f9a8772012-11-26 02:22:40 +01006665 */
Willy Tarreau00a37f02015-04-13 12:05:19 +02006666static void cli_release_handler(struct appctx *appctx)
Willy Tarreau5f9a8772012-11-26 02:22:40 +01006667{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006668 if (appctx->st0 == STAT_CLI_O_SESS && appctx->st2 == STAT_ST_LIST) {
6669 if (!LIST_ISEMPTY(&appctx->ctx.sess.bref.users))
6670 LIST_DEL(&appctx->ctx.sess.bref.users);
Willy Tarreau5f9a8772012-11-26 02:22:40 +01006671 }
Thierry FOURNIER364cfdf2014-01-29 19:08:49 +01006672 else if (appctx->st0 == STAT_CLI_PRINT_FREE) {
6673 free(appctx->ctx.cli.err);
Willy Tarreau6457d0f2015-10-07 20:00:24 +02006674 appctx->ctx.cli.err = NULL;
Thierry FOURNIER364cfdf2014-01-29 19:08:49 +01006675 }
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006676 else if (appctx->st0 == STAT_CLI_O_MLOOK) {
6677 free(appctx->ctx.map.chunk.str);
Willy Tarreau6457d0f2015-10-07 20:00:24 +02006678 appctx->ctx.map.chunk.str = NULL;
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006679 }
Willy Tarreau5f9a8772012-11-26 02:22:40 +01006680}
6681
Willy Tarreau20e99322013-04-13 09:22:25 +02006682/* This function is used to either dump tables states (when action is set
6683 * to STAT_CLI_O_TAB) or clear tables (when action is STAT_CLI_O_CLR).
Willy Tarreau20e99322013-04-13 09:22:25 +02006684 * It returns 0 if the output buffer is full and it needs to be called
6685 * again, otherwise non-zero.
Willy Tarreau69f58c82010-07-12 17:55:33 +02006686 */
Willy Tarreau20e99322013-04-13 09:22:25 +02006687static int stats_table_request(struct stream_interface *si, int action)
Willy Tarreau69f58c82010-07-12 17:55:33 +02006688{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006689 struct appctx *appctx = __objt_appctx(si->end);
Willy Tarreau87b09662015-04-03 00:22:06 +02006690 struct stream *s = si_strm(si);
Willy Tarreau69f58c82010-07-12 17:55:33 +02006691 struct ebmb_node *eb;
6692 int dt;
Willy Tarreau44455022012-12-05 23:01:12 +01006693 int skip_entry;
Willy Tarreau20e99322013-04-13 09:22:25 +02006694 int show = action == STAT_CLI_O_TAB;
Willy Tarreau69f58c82010-07-12 17:55:33 +02006695
6696 /*
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006697 * We have 3 possible states in appctx->st2 :
Willy Tarreau295a8372011-03-10 11:25:07 +01006698 * - STAT_ST_INIT : the first call
6699 * - STAT_ST_INFO : the proxy pointer points to the next table to
Willy Tarreau69f58c82010-07-12 17:55:33 +02006700 * dump, the entry pointer is NULL ;
Willy Tarreau295a8372011-03-10 11:25:07 +01006701 * - STAT_ST_LIST : the proxy pointer points to the current table
Willy Tarreau69f58c82010-07-12 17:55:33 +02006702 * and the entry pointer points to the next entry to be dumped,
6703 * and the refcount on the next entry is held ;
Willy Tarreau295a8372011-03-10 11:25:07 +01006704 * - STAT_ST_END : nothing left to dump, the buffer may contain some
Willy Tarreau69f58c82010-07-12 17:55:33 +02006705 * data though.
6706 */
6707
Willy Tarreau2bb4a962014-11-28 11:11:05 +01006708 if (unlikely(si_ic(si)->flags & (CF_WRITE_ERROR|CF_SHUTW))) {
Willy Tarreau69f58c82010-07-12 17:55:33 +02006709 /* in case of abort, remove any refcount we might have set on an entry */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006710 if (appctx->st2 == STAT_ST_LIST) {
6711 appctx->ctx.table.entry->ref_cnt--;
6712 stksess_kill_if_expired(&appctx->ctx.table.proxy->table, appctx->ctx.table.entry);
Willy Tarreauf6efda12010-08-03 20:34:06 +02006713 }
Willy Tarreau69f58c82010-07-12 17:55:33 +02006714 return 1;
6715 }
6716
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006717 chunk_reset(&trash);
Willy Tarreau69f58c82010-07-12 17:55:33 +02006718
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006719 while (appctx->st2 != STAT_ST_FIN) {
6720 switch (appctx->st2) {
Willy Tarreau295a8372011-03-10 11:25:07 +01006721 case STAT_ST_INIT:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006722 appctx->ctx.table.proxy = appctx->ctx.table.target;
6723 if (!appctx->ctx.table.proxy)
6724 appctx->ctx.table.proxy = proxy;
Willy Tarreau69f58c82010-07-12 17:55:33 +02006725
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006726 appctx->ctx.table.entry = NULL;
6727 appctx->st2 = STAT_ST_INFO;
Willy Tarreau69f58c82010-07-12 17:55:33 +02006728 break;
6729
Willy Tarreau295a8372011-03-10 11:25:07 +01006730 case STAT_ST_INFO:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006731 if (!appctx->ctx.table.proxy ||
6732 (appctx->ctx.table.target &&
6733 appctx->ctx.table.proxy != appctx->ctx.table.target)) {
6734 appctx->st2 = STAT_ST_END;
Willy Tarreau69f58c82010-07-12 17:55:33 +02006735 break;
6736 }
6737
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006738 if (appctx->ctx.table.proxy->table.size) {
6739 if (show && !stats_dump_table_head_to_buffer(&trash, si, appctx->ctx.table.proxy,
6740 appctx->ctx.table.target))
Willy Tarreau69f58c82010-07-12 17:55:33 +02006741 return 0;
6742
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006743 if (appctx->ctx.table.target &&
Willy Tarreaud0d8da92015-04-04 02:10:38 +02006744 strm_li(s)->bind_conf->level >= ACCESS_LVL_OPER) {
Willy Tarreau69f58c82010-07-12 17:55:33 +02006745 /* dump entries only if table explicitly requested */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006746 eb = ebmb_first(&appctx->ctx.table.proxy->table.keys);
Willy Tarreau69f58c82010-07-12 17:55:33 +02006747 if (eb) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006748 appctx->ctx.table.entry = ebmb_entry(eb, struct stksess, key);
6749 appctx->ctx.table.entry->ref_cnt++;
6750 appctx->st2 = STAT_ST_LIST;
Willy Tarreau69f58c82010-07-12 17:55:33 +02006751 break;
6752 }
6753 }
6754 }
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006755 appctx->ctx.table.proxy = appctx->ctx.table.proxy->next;
Willy Tarreau69f58c82010-07-12 17:55:33 +02006756 break;
6757
Willy Tarreau295a8372011-03-10 11:25:07 +01006758 case STAT_ST_LIST:
Willy Tarreau44455022012-12-05 23:01:12 +01006759 skip_entry = 0;
Simon Hormanc88b8872011-06-15 15:18:49 +09006760
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006761 if (appctx->ctx.table.data_type >= 0) {
Willy Tarreau4f3f01f2010-07-18 11:46:20 +02006762 /* we're filtering on some data contents */
6763 void *ptr;
6764 long long data;
6765
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006766 dt = appctx->ctx.table.data_type;
6767 ptr = stktable_data_ptr(&appctx->ctx.table.proxy->table,
6768 appctx->ctx.table.entry,
Willy Tarreau4f3f01f2010-07-18 11:46:20 +02006769 dt);
6770
6771 data = 0;
6772 switch (stktable_data_types[dt].std_type) {
6773 case STD_T_SINT:
6774 data = stktable_data_cast(ptr, std_t_sint);
6775 break;
6776 case STD_T_UINT:
6777 data = stktable_data_cast(ptr, std_t_uint);
6778 break;
6779 case STD_T_ULL:
6780 data = stktable_data_cast(ptr, std_t_ull);
6781 break;
6782 case STD_T_FRQP:
6783 data = read_freq_ctr_period(&stktable_data_cast(ptr, std_t_frqp),
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006784 appctx->ctx.table.proxy->table.data_arg[dt].u);
Willy Tarreau4f3f01f2010-07-18 11:46:20 +02006785 break;
6786 }
6787
6788 /* skip the entry if the data does not match the test and the value */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006789 if ((data < appctx->ctx.table.value &&
6790 (appctx->ctx.table.data_op == STD_OP_EQ ||
6791 appctx->ctx.table.data_op == STD_OP_GT ||
6792 appctx->ctx.table.data_op == STD_OP_GE)) ||
6793 (data == appctx->ctx.table.value &&
6794 (appctx->ctx.table.data_op == STD_OP_NE ||
6795 appctx->ctx.table.data_op == STD_OP_GT ||
6796 appctx->ctx.table.data_op == STD_OP_LT)) ||
6797 (data > appctx->ctx.table.value &&
6798 (appctx->ctx.table.data_op == STD_OP_EQ ||
6799 appctx->ctx.table.data_op == STD_OP_LT ||
6800 appctx->ctx.table.data_op == STD_OP_LE)))
Willy Tarreau44455022012-12-05 23:01:12 +01006801 skip_entry = 1;
Willy Tarreau4f3f01f2010-07-18 11:46:20 +02006802 }
6803
Simon Hormanc88b8872011-06-15 15:18:49 +09006804 if (show && !skip_entry &&
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006805 !stats_dump_table_entry_to_buffer(&trash, si, appctx->ctx.table.proxy,
6806 appctx->ctx.table.entry))
Simon Hormand9366582011-06-15 15:18:45 +09006807 return 0;
Willy Tarreau69f58c82010-07-12 17:55:33 +02006808
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006809 appctx->ctx.table.entry->ref_cnt--;
Willy Tarreau69f58c82010-07-12 17:55:33 +02006810
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006811 eb = ebmb_next(&appctx->ctx.table.entry->key);
Willy Tarreau69f58c82010-07-12 17:55:33 +02006812 if (eb) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006813 struct stksess *old = appctx->ctx.table.entry;
6814 appctx->ctx.table.entry = ebmb_entry(eb, struct stksess, key);
Willy Tarreau8fa52f42012-01-09 11:50:03 +01006815 if (show)
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006816 stksess_kill_if_expired(&appctx->ctx.table.proxy->table, old);
6817 else if (!skip_entry && !appctx->ctx.table.entry->ref_cnt)
6818 stksess_kill(&appctx->ctx.table.proxy->table, old);
6819 appctx->ctx.table.entry->ref_cnt++;
Willy Tarreau69f58c82010-07-12 17:55:33 +02006820 break;
6821 }
6822
Simon Hormanc88b8872011-06-15 15:18:49 +09006823
6824 if (show)
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006825 stksess_kill_if_expired(&appctx->ctx.table.proxy->table, appctx->ctx.table.entry);
6826 else if (!skip_entry && !appctx->ctx.table.entry->ref_cnt)
6827 stksess_kill(&appctx->ctx.table.proxy->table, appctx->ctx.table.entry);
Simon Hormanc88b8872011-06-15 15:18:49 +09006828
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006829 appctx->ctx.table.proxy = appctx->ctx.table.proxy->next;
6830 appctx->st2 = STAT_ST_INFO;
Willy Tarreau69f58c82010-07-12 17:55:33 +02006831 break;
6832
Willy Tarreau295a8372011-03-10 11:25:07 +01006833 case STAT_ST_END:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006834 appctx->st2 = STAT_ST_FIN;
Willy Tarreau69f58c82010-07-12 17:55:33 +02006835 break;
6836 }
6837 }
6838 return 1;
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006839}
6840
Willy Tarreaud426a182010-03-05 14:58:26 +01006841/* print a line of text buffer (limited to 70 bytes) to <out>. The format is :
Willy Tarreau74808cb2009-03-04 15:53:18 +01006842 * <2 spaces> <offset=5 digits> <space or plus> <space> <70 chars max> <\n>
6843 * which is 60 chars per line. Non-printable chars \t, \n, \r and \e are
6844 * encoded in C format. Other non-printable chars are encoded "\xHH". Original
6845 * lines are respected within the limit of 70 output chars. Lines that are
6846 * continuation of a previous truncated line begin with "+" instead of " "
6847 * after the offset. The new pointer is returned.
6848 */
Willy Tarreaud426a182010-03-05 14:58:26 +01006849static int dump_text_line(struct chunk *out, const char *buf, int bsize, int len,
6850 int *line, int ptr)
Willy Tarreau74808cb2009-03-04 15:53:18 +01006851{
6852 int end;
6853 unsigned char c;
6854
6855 end = out->len + 80;
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02006856 if (end > out->size)
Willy Tarreau74808cb2009-03-04 15:53:18 +01006857 return ptr;
6858
Willy Tarreau77804732012-10-29 16:14:26 +01006859 chunk_appendf(out, " %05d%c ", ptr, (ptr == *line) ? ' ' : '+');
Willy Tarreau74808cb2009-03-04 15:53:18 +01006860
Willy Tarreaud426a182010-03-05 14:58:26 +01006861 while (ptr < len && ptr < bsize) {
6862 c = buf[ptr];
Willy Tarreau787bbd92009-03-12 08:18:33 +01006863 if (isprint(c) && isascii(c) && c != '\\') {
Willy Tarreau74808cb2009-03-04 15:53:18 +01006864 if (out->len > end - 2)
6865 break;
6866 out->str[out->len++] = c;
Willy Tarreau787bbd92009-03-12 08:18:33 +01006867 } else if (c == '\t' || c == '\n' || c == '\r' || c == '\e' || c == '\\') {
Willy Tarreau74808cb2009-03-04 15:53:18 +01006868 if (out->len > end - 3)
6869 break;
6870 out->str[out->len++] = '\\';
6871 switch (c) {
6872 case '\t': c = 't'; break;
6873 case '\n': c = 'n'; break;
6874 case '\r': c = 'r'; break;
6875 case '\e': c = 'e'; break;
Willy Tarreau787bbd92009-03-12 08:18:33 +01006876 case '\\': c = '\\'; break;
Willy Tarreau74808cb2009-03-04 15:53:18 +01006877 }
6878 out->str[out->len++] = c;
6879 } else {
6880 if (out->len > end - 5)
6881 break;
6882 out->str[out->len++] = '\\';
6883 out->str[out->len++] = 'x';
6884 out->str[out->len++] = hextab[(c >> 4) & 0xF];
6885 out->str[out->len++] = hextab[c & 0xF];
6886 }
Willy Tarreaud426a182010-03-05 14:58:26 +01006887 if (buf[ptr++] == '\n') {
Willy Tarreau74808cb2009-03-04 15:53:18 +01006888 /* we had a line break, let's return now */
6889 out->str[out->len++] = '\n';
6890 *line = ptr;
6891 return ptr;
6892 }
6893 }
6894 /* we have an incomplete line, we return it as-is */
6895 out->str[out->len++] = '\n';
6896 return ptr;
6897}
6898
Baptiste Assmann3863f972015-05-17 00:33:24 +02006899/* This function dumps counters from all resolvers section and associated name servers.
6900 * It returns 0 if the output buffer is full and it needs
6901 * to be called again, otherwise non-zero.
6902 */
6903static int stats_dump_resolvers_to_buffer(struct stream_interface *si)
6904{
6905 struct appctx *appctx = __objt_appctx(si->end);
6906 struct dns_resolvers *presolvers;
6907 struct dns_nameserver *pnameserver;
6908
6909 chunk_reset(&trash);
6910
6911 switch (appctx->st2) {
6912 case STAT_ST_INIT:
6913 appctx->st2 = STAT_ST_LIST; /* let's start producing data */
6914 /* fall through */
6915
6916 case STAT_ST_LIST:
Andrew Hayworth68d05342015-10-02 20:33:01 +00006917 if (LIST_ISEMPTY(&dns_resolvers)) {
6918 chunk_appendf(&trash, "No resolvers found\n");
6919 }
6920 else {
6921 list_for_each_entry(presolvers, &dns_resolvers, list) {
6922 if (appctx->ctx.resolvers.ptr != NULL && appctx->ctx.resolvers.ptr != presolvers)
6923 continue;
6924
6925 chunk_appendf(&trash, "Resolvers section %s\n", presolvers->id);
6926 list_for_each_entry(pnameserver, &presolvers->nameserver_list, list) {
6927 chunk_appendf(&trash, " nameserver %s:\n", pnameserver->id);
6928 chunk_appendf(&trash, " sent: %ld\n", pnameserver->counters.sent);
6929 chunk_appendf(&trash, " valid: %ld\n", pnameserver->counters.valid);
6930 chunk_appendf(&trash, " update: %ld\n", pnameserver->counters.update);
6931 chunk_appendf(&trash, " cname: %ld\n", pnameserver->counters.cname);
6932 chunk_appendf(&trash, " cname_error: %ld\n", pnameserver->counters.cname_error);
6933 chunk_appendf(&trash, " any_err: %ld\n", pnameserver->counters.any_err);
6934 chunk_appendf(&trash, " nx: %ld\n", pnameserver->counters.nx);
6935 chunk_appendf(&trash, " timeout: %ld\n", pnameserver->counters.timeout);
6936 chunk_appendf(&trash, " refused: %ld\n", pnameserver->counters.refused);
6937 chunk_appendf(&trash, " other: %ld\n", pnameserver->counters.other);
6938 chunk_appendf(&trash, " invalid: %ld\n", pnameserver->counters.invalid);
6939 chunk_appendf(&trash, " too_big: %ld\n", pnameserver->counters.too_big);
6940 chunk_appendf(&trash, " truncated: %ld\n", pnameserver->counters.truncated);
6941 chunk_appendf(&trash, " outdated: %ld\n", pnameserver->counters.outdated);
6942 }
6943 }
Baptiste Assmann3863f972015-05-17 00:33:24 +02006944 }
6945
6946 /* display response */
6947 if (bi_putchk(si_ic(si), &trash) == -1) {
6948 /* let's try again later from this session. We add ourselves into
6949 * this session's users so that it can remove us upon termination.
6950 */
6951 si->flags |= SI_FL_WAIT_ROOM;
6952 return 0;
6953 }
6954
6955 appctx->st2 = STAT_ST_FIN;
6956 /* fall through */
6957
6958 default:
6959 appctx->st2 = STAT_ST_FIN;
6960 return 1;
6961 }
6962}
6963
Willy Tarreauf7bc57c2012-10-03 00:19:48 +02006964/* This function dumps all captured errors onto the stream interface's
Willy Tarreau306f8302013-07-08 15:53:06 +02006965 * read buffer. It returns 0 if the output buffer is full and it needs
Willy Tarreau5ec29ff2011-02-13 15:27:22 +01006966 * to be called again, otherwise non-zero.
Willy Tarreau74808cb2009-03-04 15:53:18 +01006967 */
Simon Horman9bd2c732011-06-15 15:18:44 +09006968static int stats_dump_errors_to_buffer(struct stream_interface *si)
Willy Tarreau74808cb2009-03-04 15:53:18 +01006969{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006970 struct appctx *appctx = __objt_appctx(si->end);
Willy Tarreau74808cb2009-03-04 15:53:18 +01006971 extern const char *monthname[12];
Willy Tarreau74808cb2009-03-04 15:53:18 +01006972
Willy Tarreau2bb4a962014-11-28 11:11:05 +01006973 if (unlikely(si_ic(si)->flags & (CF_WRITE_ERROR|CF_SHUTW)))
Willy Tarreau61b34732009-10-03 23:49:35 +02006974 return 1;
Willy Tarreau74808cb2009-03-04 15:53:18 +01006975
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006976 chunk_reset(&trash);
Willy Tarreau74808cb2009-03-04 15:53:18 +01006977
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006978 if (!appctx->ctx.errors.px) {
Willy Tarreau74808cb2009-03-04 15:53:18 +01006979 /* the function had not been called yet, let's prepare the
6980 * buffer for a response.
6981 */
Willy Tarreau10479e42010-12-12 14:00:34 +01006982 struct tm tm;
6983
6984 get_localtime(date.tv_sec, &tm);
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006985 chunk_appendf(&trash, "Total events captured on [%02d/%s/%04d:%02d:%02d:%02d.%03d] : %u\n",
Willy Tarreau10479e42010-12-12 14:00:34 +01006986 tm.tm_mday, monthname[tm.tm_mon], tm.tm_year+1900,
6987 tm.tm_hour, tm.tm_min, tm.tm_sec, (int)(date.tv_usec/1000),
6988 error_snapshot_id);
6989
Willy Tarreau2bb4a962014-11-28 11:11:05 +01006990 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreau10479e42010-12-12 14:00:34 +01006991 /* Socket buffer full. Let's try again later from the same point */
Willy Tarreaufe127932015-04-21 19:23:39 +02006992 si_applet_cant_put(si);
Willy Tarreau10479e42010-12-12 14:00:34 +01006993 return 0;
6994 }
6995
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006996 appctx->ctx.errors.px = proxy;
6997 appctx->ctx.errors.buf = 0;
6998 appctx->ctx.errors.bol = 0;
6999 appctx->ctx.errors.ptr = -1;
Willy Tarreau74808cb2009-03-04 15:53:18 +01007000 }
7001
7002 /* we have two inner loops here, one for the proxy, the other one for
7003 * the buffer.
7004 */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01007005 while (appctx->ctx.errors.px) {
Willy Tarreau74808cb2009-03-04 15:53:18 +01007006 struct error_snapshot *es;
7007
Willy Tarreau7b4b4992013-12-01 09:15:12 +01007008 if (appctx->ctx.errors.buf == 0)
7009 es = &appctx->ctx.errors.px->invalid_req;
Willy Tarreau74808cb2009-03-04 15:53:18 +01007010 else
Willy Tarreau7b4b4992013-12-01 09:15:12 +01007011 es = &appctx->ctx.errors.px->invalid_rep;
Willy Tarreau74808cb2009-03-04 15:53:18 +01007012
7013 if (!es->when.tv_sec)
7014 goto next;
7015
Willy Tarreau7b4b4992013-12-01 09:15:12 +01007016 if (appctx->ctx.errors.iid >= 0 &&
7017 appctx->ctx.errors.px->uuid != appctx->ctx.errors.iid &&
7018 es->oe->uuid != appctx->ctx.errors.iid)
Willy Tarreau74808cb2009-03-04 15:53:18 +01007019 goto next;
7020
Willy Tarreau7b4b4992013-12-01 09:15:12 +01007021 if (appctx->ctx.errors.ptr < 0) {
Willy Tarreau74808cb2009-03-04 15:53:18 +01007022 /* just print headers now */
7023
7024 char pn[INET6_ADDRSTRLEN];
7025 struct tm tm;
Willy Tarreaud04b1bc2012-05-08 11:03:10 +02007026 int port;
Willy Tarreau74808cb2009-03-04 15:53:18 +01007027
7028 get_localtime(es->when.tv_sec, &tm);
Willy Tarreau19d14ef2012-10-29 16:51:55 +01007029 chunk_appendf(&trash, " \n[%02d/%s/%04d:%02d:%02d:%02d.%03d]",
Willy Tarreau74808cb2009-03-04 15:53:18 +01007030 tm.tm_mday, monthname[tm.tm_mon], tm.tm_year+1900,
Willy Tarreau1772ece2009-04-03 14:49:12 +02007031 tm.tm_hour, tm.tm_min, tm.tm_sec, (int)(es->when.tv_usec/1000));
Willy Tarreau74808cb2009-03-04 15:53:18 +01007032
Willy Tarreaud04b1bc2012-05-08 11:03:10 +02007033 switch (addr_to_str(&es->src, pn, sizeof(pn))) {
7034 case AF_INET:
7035 case AF_INET6:
7036 port = get_host_port(&es->src);
7037 break;
7038 default:
7039 port = 0;
7040 }
7041
Willy Tarreau7b4b4992013-12-01 09:15:12 +01007042 switch (appctx->ctx.errors.buf) {
Willy Tarreau74808cb2009-03-04 15:53:18 +01007043 case 0:
Willy Tarreau19d14ef2012-10-29 16:51:55 +01007044 chunk_appendf(&trash,
Willy Tarreau74808cb2009-03-04 15:53:18 +01007045 " frontend %s (#%d): invalid request\n"
Willy Tarreaud04b1bc2012-05-08 11:03:10 +02007046 " backend %s (#%d)",
Willy Tarreau7b4b4992013-12-01 09:15:12 +01007047 appctx->ctx.errors.px->id, appctx->ctx.errors.px->uuid,
Willy Tarreaud04b1bc2012-05-08 11:03:10 +02007048 (es->oe->cap & PR_CAP_BE) ? es->oe->id : "<NONE>",
7049 (es->oe->cap & PR_CAP_BE) ? es->oe->uuid : -1);
Willy Tarreau74808cb2009-03-04 15:53:18 +01007050 break;
7051 case 1:
Willy Tarreau19d14ef2012-10-29 16:51:55 +01007052 chunk_appendf(&trash,
Olivier Doucet08afdcb2014-09-08 11:23:00 +02007053 " backend %s (#%d): invalid response\n"
Willy Tarreaud04b1bc2012-05-08 11:03:10 +02007054 " frontend %s (#%d)",
Willy Tarreau7b4b4992013-12-01 09:15:12 +01007055 appctx->ctx.errors.px->id, appctx->ctx.errors.px->uuid,
Willy Tarreaud04b1bc2012-05-08 11:03:10 +02007056 es->oe->id, es->oe->uuid);
Willy Tarreau74808cb2009-03-04 15:53:18 +01007057 break;
7058 }
7059
Willy Tarreau19d14ef2012-10-29 16:51:55 +01007060 chunk_appendf(&trash,
Willy Tarreaud04b1bc2012-05-08 11:03:10 +02007061 ", server %s (#%d), event #%u\n"
7062 " src %s:%d, session #%d, session flags 0x%08x\n"
7063 " HTTP msg state %d, msg flags 0x%08x, tx flags 0x%08x\n"
7064 " HTTP chunk len %lld bytes, HTTP body len %lld bytes\n"
7065 " buffer flags 0x%08x, out %d bytes, total %lld bytes\n"
7066 " pending %d bytes, wrapping at %d, error at position %d:\n \n",
7067 es->srv ? es->srv->id : "<NONE>", es->srv ? es->srv->puid : -1,
7068 es->ev_id,
7069 pn, port, es->sid, es->s_flags,
7070 es->state, es->m_flags, es->t_flags,
7071 es->m_clen, es->m_blen,
7072 es->b_flags, es->b_out, es->b_tot,
7073 es->len, es->b_wrap, es->pos);
7074
Willy Tarreau2bb4a962014-11-28 11:11:05 +01007075 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreau74808cb2009-03-04 15:53:18 +01007076 /* Socket buffer full. Let's try again later from the same point */
Willy Tarreaufe127932015-04-21 19:23:39 +02007077 si_applet_cant_put(si);
Willy Tarreau61b34732009-10-03 23:49:35 +02007078 return 0;
Willy Tarreau74808cb2009-03-04 15:53:18 +01007079 }
Willy Tarreau7b4b4992013-12-01 09:15:12 +01007080 appctx->ctx.errors.ptr = 0;
7081 appctx->ctx.errors.sid = es->sid;
Willy Tarreau74808cb2009-03-04 15:53:18 +01007082 }
7083
Willy Tarreau7b4b4992013-12-01 09:15:12 +01007084 if (appctx->ctx.errors.sid != es->sid) {
Willy Tarreau74808cb2009-03-04 15:53:18 +01007085 /* the snapshot changed while we were dumping it */
Willy Tarreau19d14ef2012-10-29 16:51:55 +01007086 chunk_appendf(&trash,
Willy Tarreau74808cb2009-03-04 15:53:18 +01007087 " WARNING! update detected on this snapshot, dump interrupted. Please re-check!\n");
Willy Tarreaubc18da12015-03-13 14:00:47 +01007088 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02007089 si_applet_cant_put(si);
Willy Tarreau61b34732009-10-03 23:49:35 +02007090 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01007091 }
Willy Tarreau74808cb2009-03-04 15:53:18 +01007092 goto next;
7093 }
7094
7095 /* OK, ptr >= 0, so we have to dump the current line */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01007096 while (appctx->ctx.errors.ptr < es->len && appctx->ctx.errors.ptr < sizeof(es->buf)) {
Willy Tarreau74808cb2009-03-04 15:53:18 +01007097 int newptr;
7098 int newline;
7099
Willy Tarreau7b4b4992013-12-01 09:15:12 +01007100 newline = appctx->ctx.errors.bol;
7101 newptr = dump_text_line(&trash, es->buf, sizeof(es->buf), es->len, &newline, appctx->ctx.errors.ptr);
7102 if (newptr == appctx->ctx.errors.ptr)
Willy Tarreau61b34732009-10-03 23:49:35 +02007103 return 0;
Willy Tarreau74808cb2009-03-04 15:53:18 +01007104
Willy Tarreau2bb4a962014-11-28 11:11:05 +01007105 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreau74808cb2009-03-04 15:53:18 +01007106 /* Socket buffer full. Let's try again later from the same point */
Willy Tarreaufe127932015-04-21 19:23:39 +02007107 si_applet_cant_put(si);
Willy Tarreau61b34732009-10-03 23:49:35 +02007108 return 0;
Willy Tarreau74808cb2009-03-04 15:53:18 +01007109 }
Willy Tarreau7b4b4992013-12-01 09:15:12 +01007110 appctx->ctx.errors.ptr = newptr;
7111 appctx->ctx.errors.bol = newline;
Willy Tarreau74808cb2009-03-04 15:53:18 +01007112 };
7113 next:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01007114 appctx->ctx.errors.bol = 0;
7115 appctx->ctx.errors.ptr = -1;
7116 appctx->ctx.errors.buf++;
7117 if (appctx->ctx.errors.buf > 1) {
7118 appctx->ctx.errors.buf = 0;
7119 appctx->ctx.errors.px = appctx->ctx.errors.px->next;
Willy Tarreau74808cb2009-03-04 15:53:18 +01007120 }
Willy Tarreauae795722016-02-16 11:27:28 +01007121 }
7122
7123 /* dump complete */
7124 return 1;
7125}
7126
7127/* This function dumps all environmnent variables to the buffer. It returns 0
7128 * if the output buffer is full and it needs to be called again, otherwise
7129 * non-zero. Dumps only one entry if st2 == STAT_ST_END.
7130 */
7131static int stats_dump_env_to_buffer(struct stream_interface *si)
7132{
7133 struct appctx *appctx = __objt_appctx(si->end);
7134
7135 if (unlikely(si_ic(si)->flags & (CF_WRITE_ERROR|CF_SHUTW)))
7136 return 1;
7137
7138 chunk_reset(&trash);
7139
7140 /* we have two inner loops here, one for the proxy, the other one for
7141 * the buffer.
7142 */
7143 while (*appctx->ctx.env.var) {
7144 chunk_printf(&trash, "%s\n", *appctx->ctx.env.var);
7145
7146 if (bi_putchk(si_ic(si), &trash) == -1) {
7147 si_applet_cant_put(si);
7148 return 0;
7149 }
7150 if (appctx->st2 == STAT_ST_END)
7151 break;
7152 appctx->ctx.env.var++;
Willy Tarreau74808cb2009-03-04 15:53:18 +01007153 }
7154
7155 /* dump complete */
Willy Tarreau61b34732009-10-03 23:49:35 +02007156 return 1;
Willy Tarreau74808cb2009-03-04 15:53:18 +01007157}
7158
Willy Tarreaud5781202012-09-22 19:32:35 +02007159/* parse the "level" argument on the bind lines */
7160static int bind_parse_level(char **args, int cur_arg, struct proxy *px, struct bind_conf *conf, char **err)
7161{
7162 if (!*args[cur_arg + 1]) {
7163 memprintf(err, "'%s' : missing level", args[cur_arg]);
7164 return ERR_ALERT | ERR_FATAL;
7165 }
7166
7167 if (!strcmp(args[cur_arg+1], "user"))
7168 conf->level = ACCESS_LVL_USER;
7169 else if (!strcmp(args[cur_arg+1], "operator"))
7170 conf->level = ACCESS_LVL_OPER;
7171 else if (!strcmp(args[cur_arg+1], "admin"))
7172 conf->level = ACCESS_LVL_ADMIN;
7173 else {
7174 memprintf(err, "'%s' only supports 'user', 'operator', and 'admin' (got '%s')",
7175 args[cur_arg], args[cur_arg+1]);
7176 return ERR_ALERT | ERR_FATAL;
7177 }
7178
7179 return 0;
7180}
7181
Willy Tarreau30576452015-04-13 13:50:30 +02007182struct applet http_stats_applet = {
Willy Tarreau3fdb3662012-11-12 00:42:33 +01007183 .obj_type = OBJ_TYPE_APPLET,
Willy Tarreaub24281b2011-02-13 13:16:36 +01007184 .name = "<STATS>", /* used for logging */
7185 .fct = http_stats_io_handler,
Aman Gupta9a13e842012-04-02 18:57:53 -07007186 .release = NULL,
Willy Tarreaub24281b2011-02-13 13:16:36 +01007187};
7188
Willy Tarreau30576452015-04-13 13:50:30 +02007189static struct applet cli_applet = {
Willy Tarreau3fdb3662012-11-12 00:42:33 +01007190 .obj_type = OBJ_TYPE_APPLET,
Willy Tarreaub24281b2011-02-13 13:16:36 +01007191 .name = "<CLI>", /* used for logging */
7192 .fct = cli_io_handler,
Willy Tarreau5f9a8772012-11-26 02:22:40 +01007193 .release = cli_release_handler,
Willy Tarreaub24281b2011-02-13 13:16:36 +01007194};
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01007195
Willy Tarreaudc13c112013-06-21 23:16:39 +02007196static struct cfg_kw_list cfg_kws = {ILH, {
Willy Tarreau10522fd2008-07-09 20:12:41 +02007197 { CFG_GLOBAL, "stats", stats_parse_global },
7198 { 0, NULL, NULL },
7199}};
7200
Willy Tarreaud5781202012-09-22 19:32:35 +02007201static struct bind_kw_list bind_kws = { "STAT", { }, {
7202 { "level", bind_parse_level, 1 }, /* set the unix socket admin level */
7203 { NULL, NULL, 0 },
7204}};
7205
Willy Tarreau10522fd2008-07-09 20:12:41 +02007206__attribute__((constructor))
7207static void __dumpstats_module_init(void)
7208{
7209 cfg_register_keywords(&cfg_kws);
Willy Tarreaud5781202012-09-22 19:32:35 +02007210 bind_register_keywords(&bind_kws);
Willy Tarreau10522fd2008-07-09 20:12:41 +02007211}
7212
Willy Tarreau91861262007-10-17 17:06:05 +02007213/*
7214 * Local variables:
7215 * c-indent-level: 8
7216 * c-basic-offset: 8
7217 * End:
7218 */