blob: 9dd859f87eec45fe1e8ea6c876523956c14ab52e [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
Thierry Fournierac9d4672016-03-25 08:43:46 +01004110 if (!l->counters)
4111 return 0;
4112
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004113 chunk_reset(out);
4114 memset(&stats, 0, sizeof(stats));
4115
4116 stats[ST_F_PXNAME] = mkf_str(FO_KEY|FN_NAME|FS_SERVICE, px->id);
4117 stats[ST_F_SVNAME] = mkf_str(FO_KEY|FN_NAME|FS_SERVICE, l->name);
Willy Tarreauf8211df2016-01-11 14:09:38 +01004118 stats[ST_F_MODE] = mkf_str(FO_CONFIG|FS_SERVICE, proxy_mode_str(px->mode));
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004119 stats[ST_F_SCUR] = mkf_u32(0, l->nbconn);
4120 stats[ST_F_SMAX] = mkf_u32(FN_MAX, l->counters->conn_max);
4121 stats[ST_F_SLIM] = mkf_u32(FO_CONFIG|FN_LIMIT, l->maxconn);
4122 stats[ST_F_STOT] = mkf_u64(FN_COUNTER, l->counters->cum_conn);
4123 stats[ST_F_BIN] = mkf_u64(FN_COUNTER, l->counters->bytes_in);
4124 stats[ST_F_BOUT] = mkf_u64(FN_COUNTER, l->counters->bytes_out);
4125 stats[ST_F_DREQ] = mkf_u64(FN_COUNTER, l->counters->denied_req);
4126 stats[ST_F_DRESP] = mkf_u64(FN_COUNTER, l->counters->denied_resp);
4127 stats[ST_F_EREQ] = mkf_u64(FN_COUNTER, l->counters->failed_req);
4128 stats[ST_F_STATUS] = mkf_str(FO_STATUS, (l->nbconn < l->maxconn) ? (l->state == LI_LIMITED) ? "WAITING" : "OPEN" : "FULL");
4129 stats[ST_F_PID] = mkf_u32(FO_KEY, relative_pid);
4130 stats[ST_F_IID] = mkf_u32(FO_KEY|FS_SERVICE, px->uuid);
4131 stats[ST_F_SID] = mkf_u32(FO_KEY|FS_SERVICE, l->luid);
4132 stats[ST_F_TYPE] = mkf_u32(FO_CONFIG|FS_SERVICE, STATS_TYPE_SO);
4133
4134 if (flags & ST_SHLGNDS) {
4135 char str[INET6_ADDRSTRLEN];
4136 int port;
4137
4138 port = get_host_port(&l->addr);
4139 switch (addr_to_str(&l->addr, str, sizeof(str))) {
4140 case AF_INET:
4141 stats[ST_F_ADDR] = mkf_str(FO_CONFIG|FS_SERVICE, chunk_newstr(out));
4142 chunk_appendf(out, "%s:%d", str, port);
4143 break;
4144 case AF_INET6:
4145 stats[ST_F_ADDR] = mkf_str(FO_CONFIG|FS_SERVICE, chunk_newstr(out));
4146 chunk_appendf(out, "[%s]:%d", str, port);
4147 break;
4148 case AF_UNIX:
4149 stats[ST_F_ADDR] = mkf_str(FO_CONFIG|FS_SERVICE, "unix");
4150 break;
4151 case -1:
4152 stats[ST_F_ADDR] = mkf_str(FO_CONFIG|FS_SERVICE, chunk_newstr(out));
4153 chunk_strcat(out, strerror(errno));
4154 break;
4155 default: /* address family not supported */
4156 break;
4157 }
4158 }
4159
Willy Tarreau501f6022016-01-08 17:37:22 +01004160 return stats_dump_one_line(stats, flags, px, appctx);
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004161}
4162
4163enum srv_stats_state {
4164 SRV_STATS_STATE_DOWN = 0,
4165 SRV_STATS_STATE_DOWN_AGENT,
4166 SRV_STATS_STATE_GOING_UP,
4167 SRV_STATS_STATE_UP_GOING_DOWN,
4168 SRV_STATS_STATE_UP,
4169 SRV_STATS_STATE_NOLB_GOING_DOWN,
Simon Horman4d2eab62015-04-23 14:51:26 +09004170 SRV_STATS_STATE_NOLB,
4171 SRV_STATS_STATE_DRAIN_GOING_DOWN,
4172 SRV_STATS_STATE_DRAIN,
Simon Hormanb167b6b2015-04-23 14:51:29 +09004173 SRV_STATS_STATE_DRAIN_AGENT,
Simon Horman4d2eab62015-04-23 14:51:26 +09004174 SRV_STATS_STATE_NO_CHECK,
4175
4176 SRV_STATS_STATE_COUNT, /* Must be last */
4177};
4178
Willy Tarreau2b96cf12016-01-06 19:25:38 +01004179static const char *srv_hlt_st[SRV_STATS_STATE_COUNT] = {
4180 [SRV_STATS_STATE_DOWN] = "DOWN",
4181 [SRV_STATS_STATE_DOWN_AGENT] = "DOWN (agent)",
4182 [SRV_STATS_STATE_GOING_UP] = "DOWN %d/%d",
4183 [SRV_STATS_STATE_UP_GOING_DOWN] = "UP %d/%d",
4184 [SRV_STATS_STATE_UP] = "UP",
4185 [SRV_STATS_STATE_NOLB_GOING_DOWN] = "NOLB %d/%d",
4186 [SRV_STATS_STATE_NOLB] = "NOLB",
4187 [SRV_STATS_STATE_DRAIN_GOING_DOWN] = "DRAIN %d/%d",
4188 [SRV_STATS_STATE_DRAIN] = "DRAIN",
4189 [SRV_STATS_STATE_DRAIN_AGENT] = "DRAIN (agent)",
4190 [SRV_STATS_STATE_NO_CHECK] = "no check"
4191};
4192
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004193/* Dumps a line for server <sv> and proxy <px> to the trash and uses the state
4194 * from stream interface <si>, stats flags <flags>, and server state <state>.
4195 * The caller is responsible for clearing the trash if needed. Returns non-zero
Simon Horman4d2eab62015-04-23 14:51:26 +09004196 * if it emits anything, zero otherwise.
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004197 */
Willy Tarreauba2f2642016-01-07 09:54:40 +01004198static int stats_dump_sv_stats(struct stream_interface *si, struct proxy *px, int flags, struct server *sv)
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004199{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004200 struct appctx *appctx = __objt_appctx(si->end);
Willy Tarreau32091232014-05-16 13:52:00 +02004201 struct server *via, *ref;
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004202 char str[INET6_ADDRSTRLEN];
Willy Tarreau2b96cf12016-01-06 19:25:38 +01004203 struct chunk *out = get_trash_chunk();
Willy Tarreauba2f2642016-01-07 09:54:40 +01004204 enum srv_stats_state state;
Willy Tarreau2b96cf12016-01-06 19:25:38 +01004205 char *fld_status;
Willy Tarreau32091232014-05-16 13:52:00 +02004206 /* we have "via" which is the tracked server as described in the configuration,
4207 * and "ref" which is the checked server and the end of the chain.
4208 */
4209 via = sv->track ? sv->track : sv;
4210 ref = via;
4211 while (ref->track)
4212 ref = ref->track;
4213
Willy Tarreauba2f2642016-01-07 09:54:40 +01004214 if (sv->state == SRV_ST_RUNNING || sv->state == SRV_ST_STARTING) {
4215 if ((ref->check.state & CHK_ST_ENABLED) &&
4216 (ref->check.health < ref->check.rise + ref->check.fall - 1)) {
4217 state = SRV_STATS_STATE_UP_GOING_DOWN;
Willy Tarreauba2f2642016-01-07 09:54:40 +01004218 } else {
4219 state = SRV_STATS_STATE_UP;
Willy Tarreauba2f2642016-01-07 09:54:40 +01004220 }
4221
Willy Tarreauba2f2642016-01-07 09:54:40 +01004222 if (sv->admin & SRV_ADMF_DRAIN) {
4223 if (ref->agent.state & CHK_ST_ENABLED)
4224 state = SRV_STATS_STATE_DRAIN_AGENT;
4225 else if (state == SRV_STATS_STATE_UP_GOING_DOWN)
4226 state = SRV_STATS_STATE_DRAIN_GOING_DOWN;
4227 else
4228 state = SRV_STATS_STATE_DRAIN;
4229 }
4230
4231 if (state == SRV_STATS_STATE_UP && !(ref->check.state & CHK_ST_ENABLED)) {
4232 state = SRV_STATS_STATE_NO_CHECK;
Willy Tarreauba2f2642016-01-07 09:54:40 +01004233 }
4234 }
4235 else if (sv->state == SRV_ST_STOPPING) {
4236 if ((!(sv->check.state & CHK_ST_ENABLED) && !sv->track) ||
4237 (ref->check.health == ref->check.rise + ref->check.fall - 1)) {
4238 state = SRV_STATS_STATE_NOLB;
Willy Tarreauba2f2642016-01-07 09:54:40 +01004239 } else {
4240 state = SRV_STATS_STATE_NOLB_GOING_DOWN;
Willy Tarreauba2f2642016-01-07 09:54:40 +01004241 }
4242 }
4243 else { /* stopped */
4244 if ((ref->agent.state & CHK_ST_ENABLED) && !ref->agent.health) {
4245 state = SRV_STATS_STATE_DOWN_AGENT;
Willy Tarreauba2f2642016-01-07 09:54:40 +01004246 } else if ((ref->check.state & CHK_ST_ENABLED) && !ref->check.health) {
4247 state = SRV_STATS_STATE_DOWN; /* DOWN */
Willy Tarreauba2f2642016-01-07 09:54:40 +01004248 } else if ((ref->agent.state & CHK_ST_ENABLED) || (ref->check.state & CHK_ST_ENABLED)) {
4249 state = SRV_STATS_STATE_GOING_UP;
Willy Tarreauba2f2642016-01-07 09:54:40 +01004250 } else {
4251 state = SRV_STATS_STATE_DOWN; /* DOWN, unchecked */
Willy Tarreauba2f2642016-01-07 09:54:40 +01004252 }
4253 }
4254
Willy Tarreau2b96cf12016-01-06 19:25:38 +01004255 chunk_reset(out);
4256 memset(&stats, 0, sizeof(stats));
4257
4258 stats[ST_F_PXNAME] = mkf_str(FO_KEY|FN_NAME|FS_SERVICE, px->id);
4259 stats[ST_F_SVNAME] = mkf_str(FO_KEY|FN_NAME|FS_SERVICE, sv->id);
Willy Tarreauf8211df2016-01-11 14:09:38 +01004260 stats[ST_F_MODE] = mkf_str(FO_CONFIG|FS_SERVICE, proxy_mode_str(px->mode));
Willy Tarreau2b96cf12016-01-06 19:25:38 +01004261 stats[ST_F_QCUR] = mkf_u32(0, sv->nbpend);
4262 stats[ST_F_QMAX] = mkf_u32(FN_MAX, sv->counters.nbpend_max);
4263 stats[ST_F_SCUR] = mkf_u32(0, sv->cur_sess);
4264 stats[ST_F_SMAX] = mkf_u32(FN_MAX, sv->counters.cur_sess_max);
4265
4266 if (sv->maxconn)
4267 stats[ST_F_SLIM] = mkf_u32(FO_CONFIG|FN_LIMIT, sv->maxconn);
4268
4269 stats[ST_F_STOT] = mkf_u64(FN_COUNTER, sv->counters.cum_sess);
4270 stats[ST_F_BIN] = mkf_u64(FN_COUNTER, sv->counters.bytes_in);
4271 stats[ST_F_BOUT] = mkf_u64(FN_COUNTER, sv->counters.bytes_out);
4272 stats[ST_F_DRESP] = mkf_u64(FN_COUNTER, sv->counters.failed_secu);
4273 stats[ST_F_ECON] = mkf_u64(FN_COUNTER, sv->counters.failed_conns);
4274 stats[ST_F_ERESP] = mkf_u64(FN_COUNTER, sv->counters.failed_resp);
4275 stats[ST_F_WRETR] = mkf_u64(FN_COUNTER, sv->counters.retries);
4276 stats[ST_F_WREDIS] = mkf_u64(FN_COUNTER, sv->counters.redispatches);
4277
4278 /* status */
4279 fld_status = chunk_newstr(out);
4280 if (sv->admin & SRV_ADMF_IMAINT)
4281 chunk_appendf(out, "MAINT (via %s/%s)", via->proxy->id, via->id);
4282 else if (sv->admin & SRV_ADMF_MAINT)
4283 chunk_appendf(out, "MAINT");
4284 else
4285 chunk_appendf(out,
4286 srv_hlt_st[state],
4287 (ref->state != SRV_ST_STOPPED) ? (ref->check.health - ref->check.rise + 1) : (ref->check.health),
4288 (ref->state != SRV_ST_STOPPED) ? (ref->check.fall) : (ref->check.rise));
4289
4290 stats[ST_F_STATUS] = mkf_str(FO_STATUS, fld_status);
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004291 stats[ST_F_LASTCHG] = mkf_u32(FN_AGE, now.tv_sec - sv->last_change);
4292 stats[ST_F_WEIGHT] = mkf_u32(FN_AVG, (sv->eweight * px->lbprm.wmult + px->lbprm.wdiv - 1) / px->lbprm.wdiv);
4293 stats[ST_F_ACT] = mkf_u32(FO_STATUS, (sv->flags & SRV_F_BACKUP) ? 0 : 1);
4294 stats[ST_F_BCK] = mkf_u32(FO_STATUS, (sv->flags & SRV_F_BACKUP) ? 1 : 0);
Willy Tarreau91861262007-10-17 17:06:05 +02004295
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004296 /* check failures: unique, fatal; last change, total downtime */
4297 if (sv->check.state & CHK_ST_ENABLED) {
4298 stats[ST_F_CHKFAIL] = mkf_u64(FN_COUNTER, sv->counters.failed_checks);
4299 stats[ST_F_CHKDOWN] = mkf_u64(FN_COUNTER, sv->counters.down_trans);
4300 stats[ST_F_DOWNTIME] = mkf_u32(FN_COUNTER, srv_downtime(sv));
4301 }
Willy Tarreau164d4a92016-01-06 19:48:21 +01004302
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004303 if (sv->maxqueue)
4304 stats[ST_F_QLIMIT] = mkf_u32(FO_CONFIG|FS_SERVICE, sv->maxqueue);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004305
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004306 stats[ST_F_PID] = mkf_u32(FO_KEY, relative_pid);
4307 stats[ST_F_IID] = mkf_u32(FO_KEY|FS_SERVICE, px->uuid);
4308 stats[ST_F_SID] = mkf_u32(FO_KEY|FS_SERVICE, sv->puid);
Willy Tarreau91861262007-10-17 17:06:05 +02004309
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004310 if (sv->state == SRV_ST_STARTING && !server_is_draining(sv))
4311 stats[ST_F_THROTTLE] = mkf_u32(FN_AVG, server_throttle_rate(sv));
Willy Tarreauf5b1cc32014-06-17 12:20:59 +02004312
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004313 stats[ST_F_LBTOT] = mkf_u64(FN_COUNTER, sv->counters.cum_lbconn);
Willy Tarreau91861262007-10-17 17:06:05 +02004314
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004315 if (sv->track) {
4316 char *fld_track = chunk_newstr(out);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004317
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004318 chunk_appendf(out, "%s/%s", sv->track->proxy->id, sv->track->id);
4319 stats[ST_F_TRACKED] = mkf_str(FO_CONFIG|FN_NAME|FS_SERVICE, fld_track);
4320 }
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004321
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004322 stats[ST_F_TYPE] = mkf_u32(FO_CONFIG|FS_SERVICE, STATS_TYPE_SV);
4323 stats[ST_F_RATE] = mkf_u32(FN_RATE, read_freq_ctr(&sv->sess_per_sec));
4324 stats[ST_F_RATE_MAX] = mkf_u32(FN_MAX, sv->counters.sps_max);
Willy Tarreau164d4a92016-01-06 19:48:21 +01004325
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004326 if ((sv->check.state & (CHK_ST_ENABLED|CHK_ST_PAUSED)) == CHK_ST_ENABLED) {
4327 const char *fld_chksts;
Willy Tarreau164d4a92016-01-06 19:48:21 +01004328
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004329 fld_chksts = chunk_newstr(out);
4330 chunk_strcat(out, "* "); // for check in progress
4331 chunk_strcat(out, get_check_status_info(sv->check.status));
4332 if (!(sv->check.state & CHK_ST_INPROGRESS))
4333 fld_chksts += 2; // skip "* "
4334 stats[ST_F_CHECK_STATUS] = mkf_str(FN_OUTPUT, fld_chksts);
Willy Tarreau91861262007-10-17 17:06:05 +02004335
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004336 if (sv->check.status >= HCHK_STATUS_L57DATA)
4337 stats[ST_F_CHECK_CODE] = mkf_u32(FN_OUTPUT, sv->check.code);
Willy Tarreaucf2924b2014-05-23 12:15:15 +02004338
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004339 if (sv->check.status >= HCHK_STATUS_CHECKED)
4340 stats[ST_F_CHECK_DURATION] = mkf_u64(FN_DURATION, sv->check.duration);
Willy Tarreaucf2924b2014-05-23 12:15:15 +02004341
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004342 stats[ST_F_CHECK_DESC] = mkf_str(FN_OUTPUT, get_check_status_description(sv->check.status));
4343 stats[ST_F_LAST_CHK] = mkf_str(FN_OUTPUT, sv->check.desc);
4344 stats[ST_F_CHECK_RISE] = mkf_u32(FO_CONFIG|FS_SERVICE, ref->check.rise);
4345 stats[ST_F_CHECK_FALL] = mkf_u32(FO_CONFIG|FS_SERVICE, ref->check.fall);
4346 stats[ST_F_CHECK_HEALTH] = mkf_u32(FO_CONFIG|FS_SERVICE, ref->check.health);
4347 }
Willy Tarreaucf2924b2014-05-23 12:15:15 +02004348
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004349 if ((sv->agent.state & (CHK_ST_ENABLED|CHK_ST_PAUSED)) == CHK_ST_ENABLED) {
4350 const char *fld_chksts;
Willy Tarreaudd7354b2016-01-08 13:47:26 +01004351
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004352 fld_chksts = chunk_newstr(out);
4353 chunk_strcat(out, "* "); // for check in progress
4354 chunk_strcat(out, get_check_status_info(sv->agent.status));
4355 if (!(sv->agent.state & CHK_ST_INPROGRESS))
4356 fld_chksts += 2; // skip "* "
4357 stats[ST_F_AGENT_STATUS] = mkf_str(FN_OUTPUT, fld_chksts);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004358
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004359 if (sv->agent.status >= HCHK_STATUS_L57DATA)
4360 stats[ST_F_AGENT_CODE] = mkf_u32(FN_OUTPUT, sv->agent.code);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004361
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004362 if (sv->agent.status >= HCHK_STATUS_CHECKED)
4363 stats[ST_F_AGENT_DURATION] = mkf_u64(FN_DURATION, sv->agent.duration);
Willy Tarreaue7dbfc62012-12-23 01:59:23 +01004364
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004365 stats[ST_F_AGENT_DESC] = mkf_str(FN_OUTPUT, get_check_status_description(sv->agent.status));
4366 stats[ST_F_LAST_AGT] = mkf_str(FN_OUTPUT, sv->agent.desc);
4367 stats[ST_F_AGENT_RISE] = mkf_u32(FO_CONFIG|FS_SERVICE, sv->agent.rise);
4368 stats[ST_F_AGENT_FALL] = mkf_u32(FO_CONFIG|FS_SERVICE, sv->agent.fall);
4369 stats[ST_F_AGENT_HEALTH] = mkf_u32(FO_CONFIG|FS_SERVICE, sv->agent.health);
4370 }
Willy Tarreaudd7354b2016-01-08 13:47:26 +01004371
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004372 /* http response: 1xx, 2xx, 3xx, 4xx, 5xx, other */
4373 if (px->mode == PR_MODE_HTTP) {
4374 stats[ST_F_HRSP_1XX] = mkf_u64(FN_COUNTER, sv->counters.p.http.rsp[1]);
4375 stats[ST_F_HRSP_2XX] = mkf_u64(FN_COUNTER, sv->counters.p.http.rsp[2]);
4376 stats[ST_F_HRSP_3XX] = mkf_u64(FN_COUNTER, sv->counters.p.http.rsp[3]);
4377 stats[ST_F_HRSP_4XX] = mkf_u64(FN_COUNTER, sv->counters.p.http.rsp[4]);
4378 stats[ST_F_HRSP_5XX] = mkf_u64(FN_COUNTER, sv->counters.p.http.rsp[5]);
4379 stats[ST_F_HRSP_OTHER] = mkf_u64(FN_COUNTER, sv->counters.p.http.rsp[0]);
4380 }
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004381
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004382 if (ref->observe)
4383 stats[ST_F_HANAFAIL] = mkf_u64(FN_COUNTER, sv->counters.failed_hana);
Willy Tarreau164d4a92016-01-06 19:48:21 +01004384
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004385 stats[ST_F_CLI_ABRT] = mkf_u64(FN_COUNTER, sv->counters.cli_aborts);
4386 stats[ST_F_SRV_ABRT] = mkf_u64(FN_COUNTER, sv->counters.srv_aborts);
4387 stats[ST_F_LASTSESS] = mkf_s32(FN_AGE, srv_lastsession(sv));
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004388
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004389 stats[ST_F_QTIME] = mkf_u32(FN_AVG, swrate_avg(sv->counters.q_time, TIME_STATS_SAMPLES));
4390 stats[ST_F_CTIME] = mkf_u32(FN_AVG, swrate_avg(sv->counters.c_time, TIME_STATS_SAMPLES));
4391 stats[ST_F_RTIME] = mkf_u32(FN_AVG, swrate_avg(sv->counters.d_time, TIME_STATS_SAMPLES));
4392 stats[ST_F_TTIME] = mkf_u32(FN_AVG, swrate_avg(sv->counters.t_time, TIME_STATS_SAMPLES));
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004393
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004394 if (flags & ST_SHLGNDS) {
4395 switch (addr_to_str(&sv->addr, str, sizeof(str))) {
4396 case AF_INET:
4397 stats[ST_F_ADDR] = mkf_str(FO_CONFIG|FS_SERVICE, chunk_newstr(out));
4398 chunk_appendf(out, "%s:%d", str, get_host_port(&sv->addr));
4399 break;
4400 case AF_INET6:
4401 stats[ST_F_ADDR] = mkf_str(FO_CONFIG|FS_SERVICE, chunk_newstr(out));
4402 chunk_appendf(out, "[%s]:%d", str, get_host_port(&sv->addr));
4403 break;
4404 case AF_UNIX:
4405 stats[ST_F_ADDR] = mkf_str(FO_CONFIG|FS_SERVICE, "unix");
4406 break;
4407 case -1:
4408 stats[ST_F_ADDR] = mkf_str(FO_CONFIG|FS_SERVICE, chunk_newstr(out));
4409 chunk_strcat(out, strerror(errno));
4410 break;
4411 default: /* address family not supported */
4412 break;
Willy Tarreauf4659942013-11-28 10:50:06 +01004413 }
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004414
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004415 if (sv->cookie)
4416 stats[ST_F_COOKIE] = mkf_str(FO_CONFIG|FN_NAME|FS_SERVICE, sv->cookie);
4417 }
4418
Willy Tarreau501f6022016-01-08 17:37:22 +01004419 return stats_dump_one_line(stats, flags, px, appctx);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004420}
4421
4422/* Dumps a line for backend <px> to the trash for and uses the state from stream
4423 * interface <si> and stats flags <flags>. The caller is responsible for clearing
4424 * the trash if needed. Returns non-zero if it emits anything, zero otherwise.
4425 */
4426static int stats_dump_be_stats(struct stream_interface *si, struct proxy *px, int flags)
4427{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004428 struct appctx *appctx = __objt_appctx(si->end);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004429
4430 if (!(px->cap & PR_CAP_BE))
4431 return 0;
4432
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004433 if ((appctx->ctx.stats.flags & STAT_BOUND) && !(appctx->ctx.stats.type & (1 << STATS_TYPE_BE)))
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004434 return 0;
4435
Willy Tarreauf6eecbe2016-01-06 16:14:50 +01004436 memset(&stats, 0, sizeof(stats));
4437
4438 stats[ST_F_PXNAME] = mkf_str(FO_KEY|FN_NAME|FS_SERVICE, px->id);
4439 stats[ST_F_SVNAME] = mkf_str(FO_KEY|FN_NAME|FS_SERVICE, "BACKEND");
Willy Tarreauf8211df2016-01-11 14:09:38 +01004440 stats[ST_F_MODE] = mkf_str(FO_CONFIG|FS_SERVICE, proxy_mode_str(px->mode));
Willy Tarreauf6eecbe2016-01-06 16:14:50 +01004441 stats[ST_F_QCUR] = mkf_u32(0, px->nbpend);
4442 stats[ST_F_QMAX] = mkf_u32(FN_MAX, px->be_counters.nbpend_max);
4443 stats[ST_F_SCUR] = mkf_u32(FO_CONFIG|FN_LIMIT, px->beconn);
4444 stats[ST_F_SMAX] = mkf_u32(FN_MAX, px->be_counters.conn_max);
4445 stats[ST_F_SLIM] = mkf_u32(FO_CONFIG|FN_LIMIT, px->fullconn);
4446 stats[ST_F_STOT] = mkf_u64(FN_COUNTER, px->be_counters.cum_conn);
4447 stats[ST_F_BIN] = mkf_u64(FN_COUNTER, px->be_counters.bytes_in);
4448 stats[ST_F_BOUT] = mkf_u64(FN_COUNTER, px->be_counters.bytes_out);
4449 stats[ST_F_DREQ] = mkf_u64(FN_COUNTER, px->be_counters.denied_req);
4450 stats[ST_F_DRESP] = mkf_u64(FN_COUNTER, px->be_counters.denied_resp);
4451 stats[ST_F_ECON] = mkf_u64(FN_COUNTER, px->be_counters.failed_conns);
4452 stats[ST_F_ERESP] = mkf_u64(FN_COUNTER, px->be_counters.failed_resp);
4453 stats[ST_F_WRETR] = mkf_u64(FN_COUNTER, px->be_counters.retries);
4454 stats[ST_F_WREDIS] = mkf_u64(FN_COUNTER, px->be_counters.redispatches);
4455 stats[ST_F_STATUS] = mkf_str(FO_STATUS, (px->lbprm.tot_weight > 0 || !px->srv) ? "UP" : "DOWN");
4456 stats[ST_F_WEIGHT] = mkf_u32(FN_AVG, (px->lbprm.tot_weight * px->lbprm.wmult + px->lbprm.wdiv - 1) / px->lbprm.wdiv);
4457 stats[ST_F_ACT] = mkf_u32(0, px->srv_act);
4458 stats[ST_F_BCK] = mkf_u32(0, px->srv_bck);
4459 stats[ST_F_CHKDOWN] = mkf_u64(FN_COUNTER, px->down_trans);
4460 stats[ST_F_LASTCHG] = mkf_u32(FN_AGE, now.tv_sec - px->last_change);
Willy Tarreau7344f472016-01-11 12:04:02 +01004461 if (px->srv)
4462 stats[ST_F_DOWNTIME] = mkf_u32(FN_COUNTER, be_downtime(px));
4463
Willy Tarreauf6eecbe2016-01-06 16:14:50 +01004464 stats[ST_F_PID] = mkf_u32(FO_KEY, relative_pid);
4465 stats[ST_F_IID] = mkf_u32(FO_KEY|FS_SERVICE, px->uuid);
4466 stats[ST_F_SID] = mkf_u32(FO_KEY|FS_SERVICE, 0);
4467 stats[ST_F_LBTOT] = mkf_u64(FN_COUNTER, px->be_counters.cum_lbconn);
4468 stats[ST_F_TYPE] = mkf_u32(FO_CONFIG|FS_SERVICE, STATS_TYPE_BE);
4469 stats[ST_F_RATE] = mkf_u32(0, read_freq_ctr(&px->be_sess_per_sec));
4470 stats[ST_F_RATE_MAX] = mkf_u32(0, px->be_counters.sps_max);
Willy Tarreauf1516d92016-01-11 14:48:36 +01004471
Willy Tarreaue4847c62016-01-08 15:43:54 +01004472 if (flags & ST_SHLGNDS) {
4473 if (px->cookie_name)
4474 stats[ST_F_COOKIE] = mkf_str(FO_CONFIG|FN_NAME|FS_SERVICE, px->cookie_name);
Willy Tarreauf1516d92016-01-11 14:48:36 +01004475 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 +01004476 }
Willy Tarreauf6eecbe2016-01-06 16:14:50 +01004477
4478 /* http response: 1xx, 2xx, 3xx, 4xx, 5xx, other */
4479 if (px->mode == PR_MODE_HTTP) {
4480 stats[ST_F_REQ_TOT] = mkf_u64(FN_COUNTER, px->be_counters.p.http.cum_req);
4481 stats[ST_F_HRSP_1XX] = mkf_u64(FN_COUNTER, px->be_counters.p.http.rsp[1]);
4482 stats[ST_F_HRSP_2XX] = mkf_u64(FN_COUNTER, px->be_counters.p.http.rsp[2]);
4483 stats[ST_F_HRSP_3XX] = mkf_u64(FN_COUNTER, px->be_counters.p.http.rsp[3]);
4484 stats[ST_F_HRSP_4XX] = mkf_u64(FN_COUNTER, px->be_counters.p.http.rsp[4]);
4485 stats[ST_F_HRSP_5XX] = mkf_u64(FN_COUNTER, px->be_counters.p.http.rsp[5]);
4486 stats[ST_F_HRSP_OTHER] = mkf_u64(FN_COUNTER, px->be_counters.p.http.rsp[0]);
Willy Tarreau5b9bdff2016-01-11 14:40:47 +01004487 stats[ST_F_INTERCEPTED] = mkf_u64(FN_COUNTER, px->be_counters.intercepted_req);
Willy Tarreauf6eecbe2016-01-06 16:14:50 +01004488 }
4489
4490 stats[ST_F_CLI_ABRT] = mkf_u64(FN_COUNTER, px->be_counters.cli_aborts);
4491 stats[ST_F_SRV_ABRT] = mkf_u64(FN_COUNTER, px->be_counters.srv_aborts);
4492
4493 /* compression: in, out, bypassed, responses */
4494 stats[ST_F_COMP_IN] = mkf_u64(FN_COUNTER, px->be_counters.comp_in);
4495 stats[ST_F_COMP_OUT] = mkf_u64(FN_COUNTER, px->be_counters.comp_out);
4496 stats[ST_F_COMP_BYP] = mkf_u64(FN_COUNTER, px->be_counters.comp_byp);
4497 stats[ST_F_COMP_RSP] = mkf_u64(FN_COUNTER, px->be_counters.p.http.comp_rsp);
4498 stats[ST_F_LASTSESS] = mkf_s32(FN_AGE, be_lastsession(px));
4499
4500 stats[ST_F_QTIME] = mkf_u32(FN_AVG, swrate_avg(px->be_counters.q_time, TIME_STATS_SAMPLES));
4501 stats[ST_F_CTIME] = mkf_u32(FN_AVG, swrate_avg(px->be_counters.c_time, TIME_STATS_SAMPLES));
4502 stats[ST_F_RTIME] = mkf_u32(FN_AVG, swrate_avg(px->be_counters.d_time, TIME_STATS_SAMPLES));
4503 stats[ST_F_TTIME] = mkf_u32(FN_AVG, swrate_avg(px->be_counters.t_time, TIME_STATS_SAMPLES));
4504
Willy Tarreau501f6022016-01-08 17:37:22 +01004505 return stats_dump_one_line(stats, flags, px, appctx);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004506}
4507
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004508/* Dumps the HTML table header for proxy <px> to the trash for and uses the state from
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004509 * stream interface <si> and per-uri parameters <uri>. The caller is responsible
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004510 * for clearing the trash if needed.
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004511 */
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004512static void stats_dump_html_px_hdr(struct stream_interface *si, struct proxy *px, struct uri_auth *uri)
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004513{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004514 struct appctx *appctx = __objt_appctx(si->end);
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004515 char scope_txt[STAT_SCOPE_TXT_MAXLEN + sizeof STAT_SCOPE_PATTERN];
4516
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004517 if (px->cap & PR_CAP_BE && px->srv && (appctx->ctx.stats.flags & STAT_ADMIN)) {
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004518 /* A form to enable/disable this proxy servers */
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004519
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004520 /* 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 +02004521 scope_txt[0] = 0;
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004522 if (appctx->ctx.stats.scope_len) {
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004523 strcpy(scope_txt, STAT_SCOPE_PATTERN);
Willy Tarreau4e4292b2014-11-28 12:18:45 +01004524 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 +01004525 scope_txt[strlen(STAT_SCOPE_PATTERN) + appctx->ctx.stats.scope_len] = 0;
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004526 }
4527
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004528 chunk_appendf(&trash,
Jeff Buchbinder2dbbf4d2014-08-29 15:10:08 -05004529 "<form method=\"post\">");
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004530 }
4531
4532 /* print a new table */
4533 chunk_appendf(&trash,
4534 "<table class=\"tbl\" width=\"100%%\">\n"
4535 "<tr class=\"titre\">"
Willy Tarreaue7dbfc62012-12-23 01:59:23 +01004536 "<th class=\"pxname\" width=\"10%%\">");
4537
4538 chunk_appendf(&trash,
4539 "<a name=\"%s\"></a>%s"
4540 "<a class=px href=\"#%s\">%s</a>",
4541 px->id,
4542 (uri->flags & ST_SHLGNDS) ? "<u>":"",
4543 px->id, px->id);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004544
4545 if (uri->flags & ST_SHLGNDS) {
4546 /* cap, mode, id */
Willy Tarreau656a9ce2013-04-19 14:41:29 +02004547 chunk_appendf(&trash, "<div class=tips>cap: %s, mode: %s, id: %d",
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004548 proxy_cap_str(px->cap), proxy_mode_str(px->mode),
4549 px->uuid);
Willy Tarreaue7dbfc62012-12-23 01:59:23 +01004550 chunk_appendf(&trash, "</div>");
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004551 }
4552
4553 chunk_appendf(&trash,
Willy Tarreaue7dbfc62012-12-23 01:59:23 +01004554 "%s</th>"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004555 "<th class=\"%s\" width=\"90%%\">%s</th>"
4556 "</tr>\n"
4557 "</table>\n"
4558 "<table class=\"tbl\" width=\"100%%\">\n"
4559 "<tr class=\"titre\">",
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004560 (uri->flags & ST_SHLGNDS) ? "</u>":"",
4561 px->desc ? "desc" : "empty", px->desc ? px->desc : "");
4562
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004563 if ((px->cap & PR_CAP_BE) && px->srv && (appctx->ctx.stats.flags & STAT_ADMIN)) {
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004564 /* Column heading for Enable or Disable server */
4565 chunk_appendf(&trash, "<th rowspan=2 width=1></th>");
Willy Tarreau91861262007-10-17 17:06:05 +02004566 }
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004567
4568 chunk_appendf(&trash,
4569 "<th rowspan=2></th>"
4570 "<th colspan=3>Queue</th>"
Bhaskar Maddalaa20cb852014-02-03 16:26:46 -05004571 "<th colspan=3>Session rate</th><th colspan=6>Sessions</th>"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004572 "<th colspan=2>Bytes</th><th colspan=2>Denied</th>"
4573 "<th colspan=3>Errors</th><th colspan=2>Warnings</th>"
4574 "<th colspan=9>Server</th>"
4575 "</tr>\n"
4576 "<tr class=\"titre\">"
4577 "<th>Cur</th><th>Max</th><th>Limit</th>"
4578 "<th>Cur</th><th>Max</th><th>Limit</th><th>Cur</th><th>Max</th>"
Bhaskar Maddalaa20cb852014-02-03 16:26:46 -05004579 "<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 +01004580 "<th>Req</th><th>Resp</th><th>Req</th><th>Conn</th>"
4581 "<th>Resp</th><th>Retr</th><th>Redis</th>"
4582 "<th>Status</th><th>LastChk</th><th>Wght</th><th>Act</th>"
4583 "<th>Bck</th><th>Chk</th><th>Dwn</th><th>Dwntme</th>"
4584 "<th>Thrtle</th>\n"
4585 "</tr>");
Willy Tarreau91861262007-10-17 17:06:05 +02004586}
4587
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004588/* Dumps the HTML table trailer for proxy <px> to the trash for and uses the state from
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004589 * stream interface <si>. The caller is responsible for clearing the trash if needed.
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004590 */
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004591static void stats_dump_html_px_end(struct stream_interface *si, struct proxy *px)
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004592{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004593 struct appctx *appctx = __objt_appctx(si->end);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004594 chunk_appendf(&trash, "</table>");
4595
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004596 if ((px->cap & PR_CAP_BE) && px->srv && (appctx->ctx.stats.flags & STAT_ADMIN)) {
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004597 /* close the form used to enable/disable this proxy servers */
4598 chunk_appendf(&trash,
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004599 "Choose the action to perform on the checked servers : "
4600 "<select name=action>"
4601 "<option value=\"\"></option>"
Willy Tarreaued7df902014-05-22 18:04:49 +02004602 "<option value=\"ready\">Set state to READY</option>"
4603 "<option value=\"drain\">Set state to DRAIN</option>"
Marco Corte8c27bca2014-07-02 17:49:34 +02004604 "<option value=\"maint\">Set state to MAINT</option>"
Willy Tarreau248a60e2014-05-23 14:59:48 +02004605 "<option value=\"dhlth\">Health: disable checks</option>"
4606 "<option value=\"ehlth\">Health: enable checks</option>"
4607 "<option value=\"hrunn\">Health: force UP</option>"
4608 "<option value=\"hnolb\">Health: force NOLB</option>"
4609 "<option value=\"hdown\">Health: force DOWN</option>"
4610 "<option value=\"dagent\">Agent: disable checks</option>"
4611 "<option value=\"eagent\">Agent: enable checks</option>"
4612 "<option value=\"arunn\">Agent: force UP</option>"
4613 "<option value=\"adown\">Agent: force DOWN</option>"
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004614 "<option value=\"shutdown\">Kill Sessions</option>"
4615 "</select>"
4616 "<input type=\"hidden\" name=\"b\" value=\"#%d\">"
4617 "&nbsp;<input type=\"submit\" value=\"Apply\">"
4618 "</form>",
4619 px->uuid);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004620 }
4621
4622 chunk_appendf(&trash, "<p>\n");
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004623}
Willy Tarreau91861262007-10-17 17:06:05 +02004624
4625/*
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004626 * Dumps statistics for a proxy. The output is sent to the stream interface's
4627 * input buffer. Returns 0 if it had to stop dumping data because of lack of
4628 * buffer space, or non-zero if everything completed. This function is used
4629 * both by the CLI and the HTTP entry points, and is able to dump the output
4630 * in HTML or CSV formats. If the later, <uri> must be NULL.
Willy Tarreau91861262007-10-17 17:06:05 +02004631 */
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004632static int stats_dump_proxy_to_buffer(struct stream_interface *si, struct proxy *px, struct uri_auth *uri)
Willy Tarreau91861262007-10-17 17:06:05 +02004633{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004634 struct appctx *appctx = __objt_appctx(si->end);
Willy Tarreau87b09662015-04-03 00:22:06 +02004635 struct stream *s = si_strm(si);
Willy Tarreau2bb4a962014-11-28 11:11:05 +01004636 struct channel *rep = si_ic(si);
Willy Tarreau44267702011-10-28 15:35:33 +02004637 struct server *sv, *svs; /* server and server-state, server-state=server or server->track */
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02004638 struct listener *l;
Willy Tarreau0deb85a2016-01-08 15:33:18 +01004639 unsigned int flags;
4640
4641 if (uri)
4642 flags = uri->flags;
4643 else if (strm_li(s)->bind_conf->level >= ACCESS_LVL_OPER)
4644 flags = ST_SHLGNDS | ST_SHNODE | ST_SHDESC;
4645 else
4646 flags = ST_SHNODE | ST_SHDESC;
Willy Tarreau91861262007-10-17 17:06:05 +02004647
Willy Tarreau19d14ef2012-10-29 16:51:55 +01004648 chunk_reset(&trash);
Willy Tarreau91861262007-10-17 17:06:05 +02004649
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004650 switch (appctx->ctx.stats.px_st) {
Willy Tarreau295a8372011-03-10 11:25:07 +01004651 case STAT_PX_ST_INIT:
Willy Tarreau91861262007-10-17 17:06:05 +02004652 /* we are on a new proxy */
Willy Tarreau91861262007-10-17 17:06:05 +02004653 if (uri && uri->scope) {
4654 /* we have a limited scope, we have to check the proxy name */
4655 struct stat_scope *scope;
4656 int len;
4657
4658 len = strlen(px->id);
4659 scope = uri->scope;
4660
4661 while (scope) {
4662 /* match exact proxy name */
4663 if (scope->px_len == len && !memcmp(px->id, scope->px_id, len))
4664 break;
4665
4666 /* match '.' which means 'self' proxy */
Willy Tarreau1388a3a2007-10-18 16:38:37 +02004667 if (!strcmp(scope->px_id, ".") && px == s->be)
Willy Tarreau91861262007-10-17 17:06:05 +02004668 break;
4669 scope = scope->next;
4670 }
4671
4672 /* proxy name not found : don't dump anything */
4673 if (scope == NULL)
4674 return 1;
4675 }
4676
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004677 /* if the user has requested a limited output and the proxy
4678 * name does not match, skip it.
4679 */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004680 if (appctx->ctx.stats.scope_len &&
Willy Tarreau4e4292b2014-11-28 12:18:45 +01004681 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 +02004682 return 1;
4683
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004684 if ((appctx->ctx.stats.flags & STAT_BOUND) &&
4685 (appctx->ctx.stats.iid != -1) &&
4686 (px->uuid != appctx->ctx.stats.iid))
Krzysztof Piotr Oledzki2c6962c2008-03-02 02:42:14 +01004687 return 1;
4688
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004689 appctx->ctx.stats.px_st = STAT_PX_ST_TH;
Willy Tarreau91861262007-10-17 17:06:05 +02004690 /* fall through */
4691
Willy Tarreau295a8372011-03-10 11:25:07 +01004692 case STAT_PX_ST_TH:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004693 if (appctx->ctx.stats.flags & STAT_FMT_HTML) {
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004694 stats_dump_html_px_hdr(si, px, uri);
Willy Tarreaubc18da12015-03-13 14:00:47 +01004695 if (bi_putchk(rep, &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02004696 si_applet_cant_put(si);
Willy Tarreau55bb8452007-10-17 18:44:57 +02004697 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01004698 }
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004699 }
Willy Tarreau91861262007-10-17 17:06:05 +02004700
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004701 appctx->ctx.stats.px_st = STAT_PX_ST_FE;
Willy Tarreau91861262007-10-17 17:06:05 +02004702 /* fall through */
4703
Willy Tarreau295a8372011-03-10 11:25:07 +01004704 case STAT_PX_ST_FE:
Willy Tarreau91861262007-10-17 17:06:05 +02004705 /* print the frontend */
Willy Tarreaubc18da12015-03-13 14:00:47 +01004706 if (stats_dump_fe_stats(si, px)) {
4707 if (bi_putchk(rep, &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02004708 si_applet_cant_put(si);
Willy Tarreau91861262007-10-17 17:06:05 +02004709 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01004710 }
4711 }
Willy Tarreau91861262007-10-17 17:06:05 +02004712
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004713 appctx->ctx.stats.l = px->conf.listeners.n;
4714 appctx->ctx.stats.px_st = STAT_PX_ST_LI;
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02004715 /* fall through */
4716
Willy Tarreau295a8372011-03-10 11:25:07 +01004717 case STAT_PX_ST_LI:
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02004718 /* stats.l has been initialized above */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004719 for (; appctx->ctx.stats.l != &px->conf.listeners; appctx->ctx.stats.l = l->by_fe.n) {
Willy Tarreaud7ad9f52013-12-31 17:26:25 +01004720 if (buffer_almost_full(rep->buf)) {
Willy Tarreaufe127932015-04-21 19:23:39 +02004721 si_applet_cant_put(si);
Willy Tarreau4e33d862009-10-11 23:35:10 +02004722 return 0;
Willy Tarreaud7ad9f52013-12-31 17:26:25 +01004723 }
Willy Tarreau4e33d862009-10-11 23:35:10 +02004724
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004725 l = LIST_ELEM(appctx->ctx.stats.l, struct listener *, by_fe);
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02004726 if (!l->counters)
4727 continue;
4728
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004729 if (appctx->ctx.stats.flags & STAT_BOUND) {
4730 if (!(appctx->ctx.stats.type & (1 << STATS_TYPE_SO)))
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02004731 break;
4732
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004733 if (appctx->ctx.stats.sid != -1 && l->luid != appctx->ctx.stats.sid)
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02004734 continue;
4735 }
4736
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004737 /* print the frontend */
Willy Tarreau0deb85a2016-01-08 15:33:18 +01004738 if (stats_dump_li_stats(si, px, l, flags)) {
Willy Tarreaubc18da12015-03-13 14:00:47 +01004739 if (bi_putchk(rep, &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02004740 si_applet_cant_put(si);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004741 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01004742 }
4743 }
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02004744 }
4745
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004746 appctx->ctx.stats.sv = px->srv; /* may be NULL */
4747 appctx->ctx.stats.px_st = STAT_PX_ST_SV;
Willy Tarreau91861262007-10-17 17:06:05 +02004748 /* fall through */
4749
Willy Tarreau295a8372011-03-10 11:25:07 +01004750 case STAT_PX_ST_SV:
Willy Tarreau91861262007-10-17 17:06:05 +02004751 /* stats.sv has been initialized above */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004752 for (; appctx->ctx.stats.sv != NULL; appctx->ctx.stats.sv = sv->next) {
Willy Tarreaud7ad9f52013-12-31 17:26:25 +01004753 if (buffer_almost_full(rep->buf)) {
Willy Tarreaufe127932015-04-21 19:23:39 +02004754 si_applet_cant_put(si);
Willy Tarreau4e33d862009-10-11 23:35:10 +02004755 return 0;
Willy Tarreaud7ad9f52013-12-31 17:26:25 +01004756 }
Willy Tarreau4e33d862009-10-11 23:35:10 +02004757
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004758 sv = appctx->ctx.stats.sv;
Willy Tarreau91861262007-10-17 17:06:05 +02004759
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004760 if (appctx->ctx.stats.flags & STAT_BOUND) {
4761 if (!(appctx->ctx.stats.type & (1 << STATS_TYPE_SV)))
Krzysztof Piotr Oledzki2c6962c2008-03-02 02:42:14 +01004762 break;
4763
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004764 if (appctx->ctx.stats.sid != -1 && sv->puid != appctx->ctx.stats.sid)
Krzysztof Piotr Oledzki2c6962c2008-03-02 02:42:14 +01004765 continue;
4766 }
4767
Willy Tarreau32091232014-05-16 13:52:00 +02004768 svs = sv;
4769 while (svs->track)
4770 svs = svs->track;
Krzysztof Piotr Oledzkic8b16fc2008-02-18 01:26:35 +01004771
Willy Tarreauba2f2642016-01-07 09:54:40 +01004772 /* do not report servers which are DOWN and not changing state */
4773 if ((appctx->ctx.stats.flags & STAT_HIDE_DOWN) &&
4774 ((sv->admin & SRV_ADMF_MAINT) || /* server is in maintenance */
4775 (sv->state == SRV_ST_STOPPED && /* server is down */
4776 (!((svs->agent.state | svs->check.state) & CHK_ST_ENABLED) ||
4777 ((svs->agent.state & CHK_ST_ENABLED) && !svs->agent.health) ||
4778 ((svs->check.state & CHK_ST_ENABLED) && !svs->check.health))))) {
Willy Tarreau91861262007-10-17 17:06:05 +02004779 continue;
4780 }
4781
Willy Tarreau0deb85a2016-01-08 15:33:18 +01004782 if (stats_dump_sv_stats(si, px, flags, sv)) {
Willy Tarreaubc18da12015-03-13 14:00:47 +01004783 if (bi_putchk(rep, &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02004784 si_applet_cant_put(si);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004785 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01004786 }
4787 }
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004788 } /* for sv */
Cyril Bonté474be412010-10-12 00:14:36 +02004789
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004790 appctx->ctx.stats.px_st = STAT_PX_ST_BE;
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004791 /* fall through */
Cyril Bonté70be45d2010-10-12 00:14:35 +02004792
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004793 case STAT_PX_ST_BE:
4794 /* print the backend */
Willy Tarreau0deb85a2016-01-08 15:33:18 +01004795 if (stats_dump_be_stats(si, px, flags)) {
Willy Tarreaubc18da12015-03-13 14:00:47 +01004796 if (bi_putchk(rep, &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02004797 si_applet_cant_put(si);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004798 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01004799 }
4800 }
Krzysztof Piotr Oledzki15514c22010-01-04 16:03:09 +01004801
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004802 appctx->ctx.stats.px_st = STAT_PX_ST_END;
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004803 /* fall through */
Krzysztof Piotr Oledzki15514c22010-01-04 16:03:09 +01004804
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004805 case STAT_PX_ST_END:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004806 if (appctx->ctx.stats.flags & STAT_FMT_HTML) {
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004807 stats_dump_html_px_end(si, px);
Willy Tarreaubc18da12015-03-13 14:00:47 +01004808 if (bi_putchk(rep, &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02004809 si_applet_cant_put(si);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004810 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01004811 }
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004812 }
Krzysztof Piotr Oledzki15514c22010-01-04 16:03:09 +01004813
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004814 appctx->ctx.stats.px_st = STAT_PX_ST_FIN;
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004815 /* fall through */
Krzysztof Piotr Oledzki15514c22010-01-04 16:03:09 +01004816
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004817 case STAT_PX_ST_FIN:
4818 return 1;
Krzysztof Piotr Oledzki15514c22010-01-04 16:03:09 +01004819
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004820 default:
4821 /* unknown state, we should put an abort() here ! */
4822 return 1;
4823 }
4824}
Krzysztof Piotr Oledzki15514c22010-01-04 16:03:09 +01004825
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004826/* Dumps the HTTP stats head block to the trash for and uses the per-uri
4827 * parameters <uri>. The caller is responsible for clearing the trash if needed.
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004828 */
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004829static void stats_dump_html_head(struct uri_auth *uri)
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004830{
4831 /* WARNING! This must fit in the first buffer !!! */
4832 chunk_appendf(&trash,
4833 "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\"\n"
4834 "\"http://www.w3.org/TR/html4/loose.dtd\">\n"
4835 "<html><head><title>Statistics Report for " PRODUCT_NAME "%s%s</title>\n"
4836 "<meta http-equiv=\"content-type\" content=\"text/html; charset=iso-8859-1\">\n"
4837 "<style type=\"text/css\"><!--\n"
4838 "body {"
4839 " font-family: arial, helvetica, sans-serif;"
4840 " font-size: 12px;"
4841 " font-weight: normal;"
4842 " color: black;"
4843 " background: white;"
4844 "}\n"
4845 "th,td {"
4846 " font-size: 10px;"
4847 "}\n"
4848 "h1 {"
4849 " font-size: x-large;"
4850 " margin-bottom: 0.5em;"
4851 "}\n"
4852 "h2 {"
4853 " font-family: helvetica, arial;"
4854 " font-size: x-large;"
4855 " font-weight: bold;"
4856 " font-style: italic;"
4857 " color: #6020a0;"
4858 " margin-top: 0em;"
4859 " margin-bottom: 0em;"
4860 "}\n"
4861 "h3 {"
4862 " font-family: helvetica, arial;"
4863 " font-size: 16px;"
4864 " font-weight: bold;"
4865 " color: #b00040;"
4866 " background: #e8e8d0;"
4867 " margin-top: 0em;"
4868 " margin-bottom: 0em;"
4869 "}\n"
4870 "li {"
4871 " margin-top: 0.25em;"
4872 " margin-right: 2em;"
4873 "}\n"
4874 ".hr {margin-top: 0.25em;"
4875 " border-color: black;"
4876 " border-bottom-style: solid;"
4877 "}\n"
4878 ".titre {background: #20D0D0;color: #000000; font-weight: bold; text-align: center;}\n"
4879 ".total {background: #20D0D0;color: #ffff80;}\n"
4880 ".frontend {background: #e8e8d0;}\n"
4881 ".socket {background: #d0d0d0;}\n"
4882 ".backend {background: #e8e8d0;}\n"
Simon Horman837bfa72015-04-23 14:51:27 +09004883 ".active_down {background: #ff9090;}\n"
4884 ".active_going_up {background: #ffd020;}\n"
4885 ".active_going_down {background: #ffffa0;}\n"
4886 ".active_up {background: #c0ffc0;}\n"
4887 ".active_nolb {background: #20a0ff;}\n"
4888 ".active_draining {background: #20a0FF;}\n"
4889 ".active_no_check {background: #e0e0e0;}\n"
4890 ".backup_down {background: #ff9090;}\n"
4891 ".backup_going_up {background: #ff80ff;}\n"
4892 ".backup_going_down {background: #c060ff;}\n"
4893 ".backup_up {background: #b0d0ff;}\n"
4894 ".backup_nolb {background: #90b0e0;}\n"
4895 ".backup_draining {background: #cc9900;}\n"
4896 ".backup_no_check {background: #e0e0e0;}\n"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004897 ".maintain {background: #c07820;}\n"
4898 ".rls {letter-spacing: 0.2em; margin-right: 1px;}\n" /* right letter spacing (used for grouping digits) */
4899 "\n"
4900 "a.px:link {color: #ffff40; text-decoration: none;}"
4901 "a.px:visited {color: #ffff40; text-decoration: none;}"
4902 "a.px:hover {color: #ffffff; text-decoration: none;}"
4903 "a.lfsb:link {color: #000000; text-decoration: none;}"
4904 "a.lfsb:visited {color: #000000; text-decoration: none;}"
4905 "a.lfsb:hover {color: #505050; text-decoration: none;}"
4906 "\n"
4907 "table.tbl { border-collapse: collapse; border-style: none;}\n"
4908 "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"
4909 "table.tbl td.ac { text-align: center;}\n"
4910 "table.tbl th { border-width: 1px; border-style: solid solid solid solid; border-color: gray;}\n"
4911 "table.tbl th.pxname { background: #b00040; color: #ffff40; font-weight: bold; border-style: solid solid none solid; padding: 2px 3px; white-space: nowrap;}\n"
4912 "table.tbl th.empty { border-style: none; empty-cells: hide; background: white;}\n"
4913 "table.tbl th.desc { background: white; border-style: solid solid none solid; text-align: left; padding: 2px 3px;}\n"
4914 "\n"
4915 "table.lgd { border-collapse: collapse; border-width: 1px; border-style: none none none solid; border-color: black;}\n"
4916 "table.lgd td { border-width: 1px; border-style: solid solid solid solid; border-color: gray; padding: 2px;}\n"
4917 "table.lgd td.noborder { border-style: none; padding: 2px; white-space: nowrap;}\n"
Willy Tarreau466c9b52012-12-23 02:25:03 +01004918 "table.det { border-collapse: collapse; border-style: none; }\n"
4919 "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 +01004920 "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 +01004921 "u {text-decoration:none; border-bottom: 1px dotted black;}\n"
Willy Tarreau656a9ce2013-04-19 14:41:29 +02004922 "div.tips {\n"
Willy Tarreaue7dbfc62012-12-23 01:59:23 +01004923 " display:block;\n"
4924 " visibility:hidden;\n"
4925 " z-index:2147483647;\n"
4926 " position:absolute;\n"
4927 " padding:2px 4px 3px;\n"
4928 " background:#f0f060; color:#000000;\n"
4929 " border:1px solid #7040c0;\n"
4930 " white-space:nowrap;\n"
4931 " font-style:normal;font-size:11px;font-weight:normal;\n"
4932 " -moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;\n"
4933 " -moz-box-shadow:gray 2px 2px 3px;-webkit-box-shadow:gray 2px 2px 3px;box-shadow:gray 2px 2px 3px;\n"
4934 "}\n"
Willy Tarreau656a9ce2013-04-19 14:41:29 +02004935 "u:hover div.tips {visibility:visible;}\n"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004936 "-->\n"
4937 "</style></head>\n",
4938 (uri->flags & ST_SHNODE) ? " on " : "",
4939 (uri->flags & ST_SHNODE) ? (uri->node ? uri->node : global.node) : ""
4940 );
4941}
Krzysztof Piotr Oledzki15514c22010-01-04 16:03:09 +01004942
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004943/* Dumps the HTML stats information block to the trash for and uses the state from
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004944 * stream interface <si> and per-uri parameters <uri>. The caller is responsible
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004945 * for clearing the trash if needed.
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004946 */
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004947static void stats_dump_html_info(struct stream_interface *si, struct uri_auth *uri)
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004948{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004949 struct appctx *appctx = __objt_appctx(si->end);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004950 unsigned int up = (now.tv_sec - start_date.tv_sec);
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004951 char scope_txt[STAT_SCOPE_TXT_MAXLEN + sizeof STAT_SCOPE_PATTERN];
Krzysztof Piotr Oledzki15514c22010-01-04 16:03:09 +01004952
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004953 /* WARNING! this has to fit the first packet too.
4954 * We are around 3.5 kB, add adding entries will
4955 * become tricky if we want to support 4kB buffers !
4956 */
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004957 chunk_appendf(&trash,
4958 "<body><h1><a href=\"" PRODUCT_URL "\" style=\"text-decoration: none;\">"
4959 PRODUCT_NAME "%s</a></h1>\n"
4960 "<h2>Statistics Report for pid %d%s%s%s%s</h2>\n"
4961 "<hr width=\"100%%\" class=\"hr\">\n"
4962 "<h3>&gt; General process information</h3>\n"
4963 "<table border=0><tr><td align=\"left\" nowrap width=\"1%%\">\n"
4964 "<p><b>pid = </b> %d (process #%d, nbproc = %d)<br>\n"
4965 "<b>uptime = </b> %dd %dh%02dm%02ds<br>\n"
4966 "<b>system limits:</b> memmax = %s%s; ulimit-n = %d<br>\n"
4967 "<b>maxsock = </b> %d; <b>maxconn = </b> %d; <b>maxpipes = </b> %d<br>\n"
4968 "current conns = %d; current pipes = %d/%d; conn rate = %d/sec<br>\n"
4969 "Running tasks: %d/%d; idle = %d %%<br>\n"
4970 "</td><td align=\"center\" nowrap>\n"
4971 "<table class=\"lgd\"><tr>\n"
Simon Horman837bfa72015-04-23 14:51:27 +09004972 "<td class=\"active_up\">&nbsp;</td><td class=\"noborder\">active UP </td>"
4973 "<td class=\"backup_up\">&nbsp;</td><td class=\"noborder\">backup UP </td>"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004974 "</tr><tr>\n"
Simon Horman837bfa72015-04-23 14:51:27 +09004975 "<td class=\"active_going_down\"></td><td class=\"noborder\">active UP, going down </td>"
4976 "<td class=\"backup_going_down\"></td><td class=\"noborder\">backup UP, going down </td>"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004977 "</tr><tr>\n"
Simon Horman837bfa72015-04-23 14:51:27 +09004978 "<td class=\"active_going_up\"></td><td class=\"noborder\">active DOWN, going up </td>"
4979 "<td class=\"backup_going_up\"></td><td class=\"noborder\">backup DOWN, going up </td>"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004980 "</tr><tr>\n"
Simon Horman837bfa72015-04-23 14:51:27 +09004981 "<td class=\"active_down\"></td><td class=\"noborder\">active or backup DOWN &nbsp;</td>"
4982 "<td class=\"active_no_check\"></td><td class=\"noborder\">not checked </td>"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004983 "</tr><tr>\n"
4984 "<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 -07004985 "</tr><tr>\n"
Simon Horman837bfa72015-04-23 14:51:27 +09004986 "<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 +01004987 "</tr></table>\n"
Willy Tarreau6b7764a2013-12-04 00:43:21 +01004988 "Note: \"NOLB\"/\"DRAIN\" = UP with load-balancing disabled."
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004989 "</td>"
4990 "<td align=\"left\" valign=\"top\" nowrap width=\"1%%\">"
4991 "<b>Display option:</b><ul style=\"margin-top: 0.25em;\">"
4992 "",
4993 (uri->flags & ST_HIDEVER) ? "" : (STATS_VERSION_STRING),
4994 pid, (uri->flags & ST_SHNODE) ? " on " : "",
4995 (uri->flags & ST_SHNODE) ? (uri->node ? uri->node : global.node) : "",
4996 (uri->flags & ST_SHDESC) ? ": " : "",
4997 (uri->flags & ST_SHDESC) ? (uri->desc ? uri->desc : global.desc) : "",
4998 pid, relative_pid, global.nbproc,
4999 up / 86400, (up % 86400) / 3600,
5000 (up % 3600) / 60, (up % 60),
5001 global.rlimit_memmax ? ultoa(global.rlimit_memmax) : "unlimited",
5002 global.rlimit_memmax ? " MB" : "",
5003 global.rlimit_nofile,
5004 global.maxsock, global.maxconn, global.maxpipes,
5005 actconn, pipes_used, pipes_used+pipes_free, read_freq_ctr(&global.conn_per_sec),
5006 run_queue_cur, nb_tasks_cur, idle_pct
5007 );
Krzysztof Piotr Oledzki5fb18822009-10-13 21:14:09 +02005008
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005009 /* scope_txt = search query, appctx->ctx.stats.scope_len is always <= STAT_SCOPE_TXT_MAXLEN */
Willy Tarreau4e4292b2014-11-28 12:18:45 +01005010 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 +01005011 scope_txt[appctx->ctx.stats.scope_len] = '\0';
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02005012
5013 chunk_appendf(&trash,
Jeff Buchbinder2dbbf4d2014-08-29 15:10:08 -05005014 "<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 +01005015 (appctx->ctx.stats.scope_len > 0) ? scope_txt : "",
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02005016 STAT_SCOPE_TXT_MAXLEN);
5017
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005018 /* 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 +02005019 scope_txt[0] = 0;
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005020 if (appctx->ctx.stats.scope_len) {
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02005021 strcpy(scope_txt, STAT_SCOPE_PATTERN);
Willy Tarreau4e4292b2014-11-28 12:18:45 +01005022 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 +01005023 scope_txt[strlen(STAT_SCOPE_PATTERN) + appctx->ctx.stats.scope_len] = 0;
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02005024 }
5025
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005026 if (appctx->ctx.stats.flags & STAT_HIDE_DOWN)
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005027 chunk_appendf(&trash,
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02005028 "<li><a href=\"%s%s%s%s\">Show all servers</a><br>\n",
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005029 uri->uri_prefix,
5030 "",
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005031 (appctx->ctx.stats.flags & STAT_NO_REFRESH) ? ";norefresh" : "",
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02005032 scope_txt);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005033 else
5034 chunk_appendf(&trash,
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02005035 "<li><a href=\"%s%s%s%s\">Hide 'DOWN' servers</a><br>\n",
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005036 uri->uri_prefix,
5037 ";up",
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005038 (appctx->ctx.stats.flags & STAT_NO_REFRESH) ? ";norefresh" : "",
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02005039 scope_txt);
Willy Tarreau91861262007-10-17 17:06:05 +02005040
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005041 if (uri->refresh > 0) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005042 if (appctx->ctx.stats.flags & STAT_NO_REFRESH)
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005043 chunk_appendf(&trash,
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02005044 "<li><a href=\"%s%s%s%s\">Enable refresh</a><br>\n",
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005045 uri->uri_prefix,
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005046 (appctx->ctx.stats.flags & STAT_HIDE_DOWN) ? ";up" : "",
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02005047 "",
5048 scope_txt);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005049 else
5050 chunk_appendf(&trash,
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02005051 "<li><a href=\"%s%s%s%s\">Disable refresh</a><br>\n",
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005052 uri->uri_prefix,
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005053 (appctx->ctx.stats.flags & STAT_HIDE_DOWN) ? ";up" : "",
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02005054 ";norefresh",
5055 scope_txt);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005056 }
Willy Tarreau55bb8452007-10-17 18:44:57 +02005057
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005058 chunk_appendf(&trash,
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02005059 "<li><a href=\"%s%s%s%s\">Refresh now</a><br>\n",
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005060 uri->uri_prefix,
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005061 (appctx->ctx.stats.flags & STAT_HIDE_DOWN) ? ";up" : "",
5062 (appctx->ctx.stats.flags & STAT_NO_REFRESH) ? ";norefresh" : "",
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02005063 scope_txt);
Elijah Epifanovacafc5f2007-10-25 20:15:38 +02005064
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005065 chunk_appendf(&trash,
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02005066 "<li><a href=\"%s;csv%s%s\">CSV export</a><br>\n",
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005067 uri->uri_prefix,
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02005068 (uri->refresh > 0) ? ";norefresh" : "",
5069 scope_txt);
Willy Tarreau4bab24d2007-11-30 18:16:29 +01005070
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005071 chunk_appendf(&trash,
5072 "</ul></td>"
5073 "<td align=\"left\" valign=\"top\" nowrap width=\"1%%\">"
5074 "<b>External resources:</b><ul style=\"margin-top: 0.25em;\">\n"
5075 "<li><a href=\"" PRODUCT_URL "\">Primary site</a><br>\n"
5076 "<li><a href=\"" PRODUCT_URL_UPD "\">Updates (v" PRODUCT_BRANCH ")</a><br>\n"
5077 "<li><a href=\"" PRODUCT_URL_DOC "\">Online manual</a><br>\n"
5078 "</ul>"
5079 "</td>"
5080 "</tr></table>\n"
5081 ""
5082 );
Willy Tarreau4bab24d2007-11-30 18:16:29 +01005083
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005084 if (appctx->ctx.stats.st_code) {
5085 switch (appctx->ctx.stats.st_code) {
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005086 case STAT_STATUS_DONE:
5087 chunk_appendf(&trash,
Simon Horman837bfa72015-04-23 14:51:27 +09005088 "<p><div class=active_up>"
Willy Tarreauba6be982013-04-19 12:16:55 +02005089 "<a class=lfsb href=\"%s%s%s%s\" title=\"Remove this message\">[X]</a> "
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005090 "Action processed successfully."
Willy Tarreauba6be982013-04-19 12:16:55 +02005091 "</div>\n", uri->uri_prefix,
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005092 (appctx->ctx.stats.flags & STAT_HIDE_DOWN) ? ";up" : "",
5093 (appctx->ctx.stats.flags & STAT_NO_REFRESH) ? ";norefresh" : "",
Willy Tarreauba6be982013-04-19 12:16:55 +02005094 scope_txt);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005095 break;
5096 case STAT_STATUS_NONE:
5097 chunk_appendf(&trash,
Simon Horman837bfa72015-04-23 14:51:27 +09005098 "<p><div class=active_going_down>"
Willy Tarreauba6be982013-04-19 12:16:55 +02005099 "<a class=lfsb href=\"%s%s%s%s\" title=\"Remove this message\">[X]</a> "
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005100 "Nothing has changed."
Willy Tarreauba6be982013-04-19 12:16:55 +02005101 "</div>\n", uri->uri_prefix,
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005102 (appctx->ctx.stats.flags & STAT_HIDE_DOWN) ? ";up" : "",
5103 (appctx->ctx.stats.flags & STAT_NO_REFRESH) ? ";norefresh" : "",
Willy Tarreauba6be982013-04-19 12:16:55 +02005104 scope_txt);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005105 break;
5106 case STAT_STATUS_PART:
5107 chunk_appendf(&trash,
Simon Horman837bfa72015-04-23 14:51:27 +09005108 "<p><div class=active_going_down>"
Willy Tarreauba6be982013-04-19 12:16:55 +02005109 "<a class=lfsb href=\"%s%s%s%s\" title=\"Remove this message\">[X]</a> "
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005110 "Action partially processed.<br>"
5111 "Some server names are probably unknown or ambiguous (duplicated names in the backend)."
Willy Tarreauba6be982013-04-19 12:16:55 +02005112 "</div>\n", uri->uri_prefix,
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005113 (appctx->ctx.stats.flags & STAT_HIDE_DOWN) ? ";up" : "",
5114 (appctx->ctx.stats.flags & STAT_NO_REFRESH) ? ";norefresh" : "",
Willy Tarreauba6be982013-04-19 12:16:55 +02005115 scope_txt);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005116 break;
5117 case STAT_STATUS_ERRP:
5118 chunk_appendf(&trash,
Simon Horman837bfa72015-04-23 14:51:27 +09005119 "<p><div class=active_down>"
Willy Tarreauba6be982013-04-19 12:16:55 +02005120 "<a class=lfsb href=\"%s%s%s%s\" title=\"Remove this message\">[X]</a> "
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005121 "Action not processed because of invalid parameters."
5122 "<ul>"
5123 "<li>The action is maybe unknown.</li>"
5124 "<li>The backend name is probably unknown or ambiguous (duplicated names).</li>"
5125 "<li>Some server names are probably unknown or ambiguous (duplicated names in the backend).</li>"
5126 "</ul>"
Willy Tarreauba6be982013-04-19 12:16:55 +02005127 "</div>\n", uri->uri_prefix,
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005128 (appctx->ctx.stats.flags & STAT_HIDE_DOWN) ? ";up" : "",
5129 (appctx->ctx.stats.flags & STAT_NO_REFRESH) ? ";norefresh" : "",
Willy Tarreauba6be982013-04-19 12:16:55 +02005130 scope_txt);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005131 break;
5132 case STAT_STATUS_EXCD:
5133 chunk_appendf(&trash,
Simon Horman837bfa72015-04-23 14:51:27 +09005134 "<p><div class=active_down>"
Willy Tarreauba6be982013-04-19 12:16:55 +02005135 "<a class=lfsb href=\"%s%s%s%s\" title=\"Remove this message\">[X]</a> "
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005136 "<b>Action not processed : the buffer couldn't store all the data.<br>"
5137 "You should retry with less servers at a time.</b>"
Willy Tarreauba6be982013-04-19 12:16:55 +02005138 "</div>\n", uri->uri_prefix,
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005139 (appctx->ctx.stats.flags & STAT_HIDE_DOWN) ? ";up" : "",
5140 (appctx->ctx.stats.flags & STAT_NO_REFRESH) ? ";norefresh" : "",
Willy Tarreauba6be982013-04-19 12:16:55 +02005141 scope_txt);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005142 break;
5143 case STAT_STATUS_DENY:
5144 chunk_appendf(&trash,
Simon Horman837bfa72015-04-23 14:51:27 +09005145 "<p><div class=active_down>"
Willy Tarreauba6be982013-04-19 12:16:55 +02005146 "<a class=lfsb href=\"%s%s%s%s\" title=\"Remove this message\">[X]</a> "
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005147 "<b>Action denied.</b>"
Willy Tarreauba6be982013-04-19 12:16:55 +02005148 "</div>\n", uri->uri_prefix,
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005149 (appctx->ctx.stats.flags & STAT_HIDE_DOWN) ? ";up" : "",
5150 (appctx->ctx.stats.flags & STAT_NO_REFRESH) ? ";norefresh" : "",
Willy Tarreauba6be982013-04-19 12:16:55 +02005151 scope_txt);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005152 break;
5153 default:
5154 chunk_appendf(&trash,
Simon Horman837bfa72015-04-23 14:51:27 +09005155 "<p><div class=active_no_check>"
Willy Tarreauba6be982013-04-19 12:16:55 +02005156 "<a class=lfsb href=\"%s%s%s%s\" title=\"Remove this message\">[X]</a> "
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005157 "Unexpected result."
Willy Tarreauba6be982013-04-19 12:16:55 +02005158 "</div>\n", uri->uri_prefix,
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005159 (appctx->ctx.stats.flags & STAT_HIDE_DOWN) ? ";up" : "",
5160 (appctx->ctx.stats.flags & STAT_NO_REFRESH) ? ";norefresh" : "",
Willy Tarreauba6be982013-04-19 12:16:55 +02005161 scope_txt);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005162 }
5163 chunk_appendf(&trash, "<p>\n");
5164 }
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005165}
Krzysztof Piotr Oledzkic8b16fc2008-02-18 01:26:35 +01005166
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01005167/* Dumps the HTML stats trailer block to the trash. The caller is responsible
5168 * for clearing the trash if needed.
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005169 */
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01005170static void stats_dump_html_end()
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005171{
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005172 chunk_appendf(&trash, "</body></html>\n");
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005173}
Willy Tarreau7f062c42009-03-05 18:43:00 +01005174
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01005175/* This function dumps statistics onto the stream interface's read buffer in
5176 * either CSV or HTML format. <uri> contains some HTML-specific parameters that
Willy Tarreau306f8302013-07-08 15:53:06 +02005177 * are ignored for CSV format (hence <uri> may be NULL there). It returns 0 if
5178 * 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 +02005179 * and the stream must be closed, or -1 in case of any error. This function is
Willy Tarreau306f8302013-07-08 15:53:06 +02005180 * used by both the CLI and the HTTP handlers.
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005181 */
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01005182static int stats_dump_stat_to_buffer(struct stream_interface *si, struct uri_auth *uri)
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005183{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005184 struct appctx *appctx = __objt_appctx(si->end);
Willy Tarreau2bb4a962014-11-28 11:11:05 +01005185 struct channel *rep = si_ic(si);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005186 struct proxy *px;
Willy Tarreau7f062c42009-03-05 18:43:00 +01005187
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005188 chunk_reset(&trash);
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +02005189
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005190 switch (appctx->st2) {
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005191 case STAT_ST_INIT:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005192 appctx->st2 = STAT_ST_HEAD; /* let's start producing data */
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005193 /* fall through */
Krzysztof Piotr Oledzki97f07b82009-12-15 22:31:24 +01005194
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005195 case STAT_ST_HEAD:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005196 if (appctx->ctx.stats.flags & STAT_FMT_HTML)
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01005197 stats_dump_html_head(uri);
Willy Tarreau1e62df92016-01-11 18:57:53 +01005198 else if (!(appctx->ctx.stats.flags & STAT_FMT_TYPED))
Willy Tarreau354898b2012-12-23 18:15:23 +01005199 stats_dump_csv_header();
Willy Tarreaud9b587f2010-02-26 10:05:55 +01005200
Willy Tarreaubc18da12015-03-13 14:00:47 +01005201 if (bi_putchk(rep, &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02005202 si_applet_cant_put(si);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005203 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01005204 }
Willy Tarreauae526782010-03-04 20:34:23 +01005205
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005206 appctx->st2 = STAT_ST_INFO;
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005207 /* fall through */
Willy Tarreau5e16cbc2012-11-24 14:54:13 +01005208
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005209 case STAT_ST_INFO:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005210 if (appctx->ctx.stats.flags & STAT_FMT_HTML) {
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01005211 stats_dump_html_info(si, uri);
Willy Tarreaubc18da12015-03-13 14:00:47 +01005212 if (bi_putchk(rep, &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02005213 si_applet_cant_put(si);
Willy Tarreau91861262007-10-17 17:06:05 +02005214 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01005215 }
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005216 }
Willy Tarreau91861262007-10-17 17:06:05 +02005217
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005218 appctx->ctx.stats.px = proxy;
5219 appctx->ctx.stats.px_st = STAT_PX_ST_INIT;
5220 appctx->st2 = STAT_ST_LIST;
Willy Tarreau91861262007-10-17 17:06:05 +02005221 /* fall through */
5222
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005223 case STAT_ST_LIST:
5224 /* dump proxies */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005225 while (appctx->ctx.stats.px) {
Willy Tarreaud7ad9f52013-12-31 17:26:25 +01005226 if (buffer_almost_full(rep->buf)) {
Willy Tarreaufe127932015-04-21 19:23:39 +02005227 si_applet_cant_put(si);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005228 return 0;
Willy Tarreaud7ad9f52013-12-31 17:26:25 +01005229 }
Krzysztof Piotr Oledzki5fb18822009-10-13 21:14:09 +02005230
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005231 px = appctx->ctx.stats.px;
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005232 /* skip the disabled proxies, global frontend and non-networked ones */
5233 if (px->state != PR_STSTOPPED && px->uuid > 0 && (px->cap & (PR_CAP_FE | PR_CAP_BE)))
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01005234 if (stats_dump_proxy_to_buffer(si, px, uri) == 0)
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005235 return 0;
Krzysztof Piotr Oledzki5fb18822009-10-13 21:14:09 +02005236
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005237 appctx->ctx.stats.px = px->next;
5238 appctx->ctx.stats.px_st = STAT_PX_ST_INIT;
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005239 }
5240 /* here, we just have reached the last proxy */
Krzysztof Piotr Oledzki5fb18822009-10-13 21:14:09 +02005241
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005242 appctx->st2 = STAT_ST_END;
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005243 /* fall through */
Krzysztof Piotr Oledzki5fb18822009-10-13 21:14:09 +02005244
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005245 case STAT_ST_END:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005246 if (appctx->ctx.stats.flags & STAT_FMT_HTML) {
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01005247 stats_dump_html_end();
Willy Tarreaubc18da12015-03-13 14:00:47 +01005248 if (bi_putchk(rep, &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02005249 si_applet_cant_put(si);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005250 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01005251 }
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005252 }
Willy Tarreau55058a72012-11-21 08:27:21 +01005253
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005254 appctx->st2 = STAT_ST_FIN;
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005255 /* fall through */
Willy Tarreau0a6d2ef2009-03-29 14:46:01 +02005256
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005257 case STAT_ST_FIN:
5258 return 1;
Willy Tarreau55058a72012-11-21 08:27:21 +01005259
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005260 default:
5261 /* unknown state ! */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005262 appctx->st2 = STAT_ST_FIN;
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005263 return -1;
5264 }
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005265}
Willy Tarreauae526782010-03-04 20:34:23 +01005266
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005267/* We reached the stats page through a POST request. The appctx is
5268 * expected to have already been allocated by the caller.
Willy Tarreau347a35d2013-11-22 17:51:09 +01005269 * Parse the posted data and enable/disable servers if necessary.
5270 * Returns 1 if request was parsed or zero if it needs more data.
5271 */
5272static int stats_process_http_post(struct stream_interface *si)
5273{
Willy Tarreau87b09662015-04-03 00:22:06 +02005274 struct stream *s = si_strm(si);
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005275 struct appctx *appctx = objt_appctx(si->end);
Willy Tarreau347a35d2013-11-22 17:51:09 +01005276
5277 struct proxy *px = NULL;
5278 struct server *sv = NULL;
5279
5280 char key[LINESIZE];
5281 int action = ST_ADM_ACTION_NONE;
5282 int reprocess = 0;
5283
5284 int total_servers = 0;
5285 int altered_servers = 0;
5286
5287 char *first_param, *cur_param, *next_param, *end_params;
5288 char *st_cur_param = NULL;
5289 char *st_next_param = NULL;
5290
5291 struct chunk *temp;
5292 int reql;
5293
5294 temp = get_trash_chunk();
Willy Tarreaueee5b512015-04-03 23:46:31 +02005295 if (temp->size < s->txn->req.body_len) {
Willy Tarreau347a35d2013-11-22 17:51:09 +01005296 /* too large request */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005297 appctx->ctx.stats.st_code = STAT_STATUS_EXCD;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005298 goto out;
5299 }
5300
Willy Tarreaueee5b512015-04-03 23:46:31 +02005301 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 +01005302 if (reql <= 0) {
5303 /* we need more data */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005304 appctx->ctx.stats.st_code = STAT_STATUS_NONE;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005305 return 0;
5306 }
5307
5308 first_param = temp->str;
5309 end_params = temp->str + reql;
5310 cur_param = next_param = end_params;
5311 *end_params = '\0';
5312
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005313 appctx->ctx.stats.st_code = STAT_STATUS_NONE;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005314
5315 /*
5316 * Parse the parameters in reverse order to only store the last value.
5317 * From the html form, the backend and the action are at the end.
5318 */
5319 while (cur_param > first_param) {
5320 char *value;
5321 int poffset, plen;
5322
5323 cur_param--;
5324
5325 if ((*cur_param == '&') || (cur_param == first_param)) {
5326 reprocess_servers:
5327 /* Parse the key */
5328 poffset = (cur_param != first_param ? 1 : 0);
5329 plen = next_param - cur_param + (cur_param == first_param ? 1 : 0);
5330 if ((plen > 0) && (plen <= sizeof(key))) {
5331 strncpy(key, cur_param + poffset, plen);
5332 key[plen - 1] = '\0';
5333 } else {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005334 appctx->ctx.stats.st_code = STAT_STATUS_EXCD;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005335 goto out;
5336 }
5337
5338 /* Parse the value */
5339 value = key;
5340 while (*value != '\0' && *value != '=') {
5341 value++;
5342 }
5343 if (*value == '=') {
5344 /* Ok, a value is found, we can mark the end of the key */
5345 *value++ = '\0';
5346 }
5347 if (url_decode(key) < 0 || url_decode(value) < 0)
5348 break;
5349
5350 /* Now we can check the key to see what to do */
5351 if (!px && (strcmp(key, "b") == 0)) {
Willy Tarreau9e0bb102015-05-26 11:24:42 +02005352 if ((px = proxy_be_by_name(value)) == NULL) {
Willy Tarreau347a35d2013-11-22 17:51:09 +01005353 /* the backend name is unknown or ambiguous (duplicate names) */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005354 appctx->ctx.stats.st_code = STAT_STATUS_ERRP;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005355 goto out;
5356 }
5357 }
5358 else if (!action && (strcmp(key, "action") == 0)) {
Willy Tarreaued7df902014-05-22 18:04:49 +02005359 if (strcmp(value, "ready") == 0) {
5360 action = ST_ADM_ACTION_READY;
5361 }
5362 else if (strcmp(value, "drain") == 0) {
5363 action = ST_ADM_ACTION_DRAIN;
5364 }
5365 else if (strcmp(value, "maint") == 0) {
5366 action = ST_ADM_ACTION_MAINT;
5367 }
5368 else if (strcmp(value, "shutdown") == 0) {
5369 action = ST_ADM_ACTION_SHUTDOWN;
5370 }
Willy Tarreau248a60e2014-05-23 14:59:48 +02005371 else if (strcmp(value, "dhlth") == 0) {
5372 action = ST_ADM_ACTION_DHLTH;
5373 }
5374 else if (strcmp(value, "ehlth") == 0) {
5375 action = ST_ADM_ACTION_EHLTH;
5376 }
5377 else if (strcmp(value, "hrunn") == 0) {
5378 action = ST_ADM_ACTION_HRUNN;
5379 }
5380 else if (strcmp(value, "hnolb") == 0) {
5381 action = ST_ADM_ACTION_HNOLB;
5382 }
5383 else if (strcmp(value, "hdown") == 0) {
5384 action = ST_ADM_ACTION_HDOWN;
5385 }
5386 else if (strcmp(value, "dagent") == 0) {
5387 action = ST_ADM_ACTION_DAGENT;
5388 }
5389 else if (strcmp(value, "eagent") == 0) {
5390 action = ST_ADM_ACTION_EAGENT;
5391 }
5392 else if (strcmp(value, "arunn") == 0) {
5393 action = ST_ADM_ACTION_ARUNN;
5394 }
5395 else if (strcmp(value, "adown") == 0) {
5396 action = ST_ADM_ACTION_ADOWN;
5397 }
Willy Tarreaued7df902014-05-22 18:04:49 +02005398 /* else these are the old supported methods */
5399 else if (strcmp(value, "disable") == 0) {
Willy Tarreau347a35d2013-11-22 17:51:09 +01005400 action = ST_ADM_ACTION_DISABLE;
5401 }
5402 else if (strcmp(value, "enable") == 0) {
5403 action = ST_ADM_ACTION_ENABLE;
5404 }
5405 else if (strcmp(value, "stop") == 0) {
5406 action = ST_ADM_ACTION_STOP;
5407 }
5408 else if (strcmp(value, "start") == 0) {
5409 action = ST_ADM_ACTION_START;
5410 }
Willy Tarreau347a35d2013-11-22 17:51:09 +01005411 else {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005412 appctx->ctx.stats.st_code = STAT_STATUS_ERRP;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005413 goto out;
5414 }
5415 }
5416 else if (strcmp(key, "s") == 0) {
5417 if (!(px && action)) {
5418 /*
5419 * Indicates that we'll need to reprocess the parameters
5420 * as soon as backend and action are known
5421 */
5422 if (!reprocess) {
5423 st_cur_param = cur_param;
5424 st_next_param = next_param;
5425 }
5426 reprocess = 1;
5427 }
5428 else if ((sv = findserver(px, value)) != NULL) {
5429 switch (action) {
5430 case ST_ADM_ACTION_DISABLE:
Willy Tarreaufae3a7e2014-05-22 17:22:34 +02005431 if (!(sv->admin & SRV_ADMF_FMAINT)) {
Willy Tarreau347a35d2013-11-22 17:51:09 +01005432 altered_servers++;
5433 total_servers++;
Willy Tarreaufae3a7e2014-05-22 17:22:34 +02005434 srv_set_admin_flag(sv, SRV_ADMF_FMAINT);
Willy Tarreau347a35d2013-11-22 17:51:09 +01005435 }
5436 break;
5437 case ST_ADM_ACTION_ENABLE:
Willy Tarreaufae3a7e2014-05-22 17:22:34 +02005438 if (sv->admin & SRV_ADMF_FMAINT) {
Willy Tarreau347a35d2013-11-22 17:51:09 +01005439 altered_servers++;
5440 total_servers++;
Willy Tarreaufae3a7e2014-05-22 17:22:34 +02005441 srv_clr_admin_flag(sv, SRV_ADMF_FMAINT);
Willy Tarreau347a35d2013-11-22 17:51:09 +01005442 }
5443 break;
5444 case ST_ADM_ACTION_STOP:
Willy Tarreaufae3a7e2014-05-22 17:22:34 +02005445 if (!(sv->admin & SRV_ADMF_FDRAIN)) {
5446 srv_set_admin_flag(sv, SRV_ADMF_FDRAIN);
5447 altered_servers++;
5448 total_servers++;
5449 }
5450 break;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005451 case ST_ADM_ACTION_START:
Willy Tarreaufae3a7e2014-05-22 17:22:34 +02005452 if (sv->admin & SRV_ADMF_FDRAIN) {
5453 srv_clr_admin_flag(sv, SRV_ADMF_FDRAIN);
5454 altered_servers++;
5455 total_servers++;
5456 }
Willy Tarreau347a35d2013-11-22 17:51:09 +01005457 break;
Willy Tarreau248a60e2014-05-23 14:59:48 +02005458 case ST_ADM_ACTION_DHLTH:
5459 if (sv->check.state & CHK_ST_CONFIGURED) {
5460 sv->check.state &= ~CHK_ST_ENABLED;
5461 altered_servers++;
5462 total_servers++;
5463 }
5464 break;
5465 case ST_ADM_ACTION_EHLTH:
5466 if (sv->check.state & CHK_ST_CONFIGURED) {
5467 sv->check.state |= CHK_ST_ENABLED;
5468 altered_servers++;
5469 total_servers++;
5470 }
5471 break;
5472 case ST_ADM_ACTION_HRUNN:
5473 if (!(sv->track)) {
5474 sv->check.health = sv->check.rise + sv->check.fall - 1;
5475 srv_set_running(sv, "changed from Web interface");
5476 altered_servers++;
5477 total_servers++;
5478 }
5479 break;
5480 case ST_ADM_ACTION_HNOLB:
5481 if (!(sv->track)) {
5482 sv->check.health = sv->check.rise + sv->check.fall - 1;
5483 srv_set_stopping(sv, "changed from Web interface");
5484 altered_servers++;
5485 total_servers++;
5486 }
5487 break;
5488 case ST_ADM_ACTION_HDOWN:
5489 if (!(sv->track)) {
5490 sv->check.health = 0;
5491 srv_set_stopped(sv, "changed from Web interface");
5492 altered_servers++;
5493 total_servers++;
5494 }
5495 break;
5496 case ST_ADM_ACTION_DAGENT:
5497 if (sv->agent.state & CHK_ST_CONFIGURED) {
5498 sv->agent.state &= ~CHK_ST_ENABLED;
5499 altered_servers++;
5500 total_servers++;
5501 }
5502 break;
5503 case ST_ADM_ACTION_EAGENT:
5504 if (sv->agent.state & CHK_ST_CONFIGURED) {
5505 sv->agent.state |= CHK_ST_ENABLED;
5506 altered_servers++;
5507 total_servers++;
5508 }
5509 break;
5510 case ST_ADM_ACTION_ARUNN:
5511 if (sv->agent.state & CHK_ST_ENABLED) {
5512 sv->agent.health = sv->agent.rise + sv->agent.fall - 1;
5513 srv_set_running(sv, "changed from Web interface");
5514 altered_servers++;
5515 total_servers++;
5516 }
5517 break;
5518 case ST_ADM_ACTION_ADOWN:
5519 if (sv->agent.state & CHK_ST_ENABLED) {
5520 sv->agent.health = 0;
5521 srv_set_stopped(sv, "changed from Web interface");
5522 altered_servers++;
5523 total_servers++;
5524 }
5525 break;
Willy Tarreaued7df902014-05-22 18:04:49 +02005526 case ST_ADM_ACTION_READY:
5527 srv_adm_set_ready(sv);
5528 altered_servers++;
5529 total_servers++;
5530 break;
5531 case ST_ADM_ACTION_DRAIN:
5532 srv_adm_set_drain(sv);
5533 altered_servers++;
5534 total_servers++;
5535 break;
5536 case ST_ADM_ACTION_MAINT:
5537 srv_adm_set_maint(sv);
5538 altered_servers++;
5539 total_servers++;
5540 break;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005541 case ST_ADM_ACTION_SHUTDOWN:
5542 if (px->state != PR_STSTOPPED) {
Willy Tarreau87b09662015-04-03 00:22:06 +02005543 struct stream *sess, *sess_bck;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005544
5545 list_for_each_entry_safe(sess, sess_bck, &sv->actconns, by_srv)
5546 if (sess->srv_conn == sv)
Willy Tarreaue7dff022015-04-03 01:14:29 +02005547 stream_shutdown(sess, SF_ERR_KILLED);
Willy Tarreau347a35d2013-11-22 17:51:09 +01005548
5549 altered_servers++;
5550 total_servers++;
5551 }
5552 break;
5553 }
5554 } else {
5555 /* the server name is unknown or ambiguous (duplicate names) */
5556 total_servers++;
5557 }
5558 }
5559 if (reprocess && px && action) {
5560 /* Now, we know the backend and the action chosen by the user.
5561 * We can safely restart from the first server parameter
5562 * to reprocess them
5563 */
5564 cur_param = st_cur_param;
5565 next_param = st_next_param;
5566 reprocess = 0;
5567 goto reprocess_servers;
5568 }
5569
5570 next_param = cur_param;
5571 }
5572 }
5573
5574 if (total_servers == 0) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005575 appctx->ctx.stats.st_code = STAT_STATUS_NONE;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005576 }
5577 else if (altered_servers == 0) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005578 appctx->ctx.stats.st_code = STAT_STATUS_ERRP;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005579 }
5580 else if (altered_servers == total_servers) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005581 appctx->ctx.stats.st_code = STAT_STATUS_DONE;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005582 }
5583 else {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005584 appctx->ctx.stats.st_code = STAT_STATUS_PART;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005585 }
5586 out:
5587 return 1;
5588}
5589
5590
5591static int stats_send_http_headers(struct stream_interface *si)
5592{
Willy Tarreau87b09662015-04-03 00:22:06 +02005593 struct stream *s = si_strm(si);
Willy Tarreau347a35d2013-11-22 17:51:09 +01005594 struct uri_auth *uri = s->be->uri_auth;
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005595 struct appctx *appctx = objt_appctx(si->end);
Willy Tarreau347a35d2013-11-22 17:51:09 +01005596
5597 chunk_printf(&trash,
Willy Tarreau8b8995f2014-04-24 22:51:54 +02005598 "HTTP/1.1 200 OK\r\n"
Willy Tarreau347a35d2013-11-22 17:51:09 +01005599 "Cache-Control: no-cache\r\n"
5600 "Connection: close\r\n"
5601 "Content-Type: %s\r\n",
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005602 (appctx->ctx.stats.flags & STAT_FMT_HTML) ? "text/html" : "text/plain");
Willy Tarreau347a35d2013-11-22 17:51:09 +01005603
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005604 if (uri->refresh > 0 && !(appctx->ctx.stats.flags & STAT_NO_REFRESH))
Willy Tarreau347a35d2013-11-22 17:51:09 +01005605 chunk_appendf(&trash, "Refresh: %d\r\n",
5606 uri->refresh);
5607
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005608 /* we don't send the CRLF in chunked mode, it will be sent with the first chunk's size */
5609
5610 if (appctx->ctx.stats.flags & STAT_CHUNKED)
5611 chunk_appendf(&trash, "Transfer-Encoding: chunked\r\n");
5612 else
5613 chunk_appendf(&trash, "\r\n");
Willy Tarreau347a35d2013-11-22 17:51:09 +01005614
Willy Tarreaueee5b512015-04-03 23:46:31 +02005615 s->txn->status = 200;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005616 s->logs.tv_request = now;
5617
Willy Tarreaubc18da12015-03-13 14:00:47 +01005618 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02005619 si_applet_cant_put(si);
Willy Tarreau347a35d2013-11-22 17:51:09 +01005620 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01005621 }
Willy Tarreau347a35d2013-11-22 17:51:09 +01005622
5623 return 1;
5624}
5625
5626static int stats_send_http_redirect(struct stream_interface *si)
5627{
5628 char scope_txt[STAT_SCOPE_TXT_MAXLEN + sizeof STAT_SCOPE_PATTERN];
Willy Tarreau87b09662015-04-03 00:22:06 +02005629 struct stream *s = si_strm(si);
Willy Tarreau347a35d2013-11-22 17:51:09 +01005630 struct uri_auth *uri = s->be->uri_auth;
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005631 struct appctx *appctx = objt_appctx(si->end);
Willy Tarreau347a35d2013-11-22 17:51:09 +01005632
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005633 /* scope_txt = search pattern + search query, appctx->ctx.stats.scope_len is always <= STAT_SCOPE_TXT_MAXLEN */
Willy Tarreau347a35d2013-11-22 17:51:09 +01005634 scope_txt[0] = 0;
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005635 if (appctx->ctx.stats.scope_len) {
Willy Tarreau347a35d2013-11-22 17:51:09 +01005636 strcpy(scope_txt, STAT_SCOPE_PATTERN);
Willy Tarreau4e4292b2014-11-28 12:18:45 +01005637 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 +01005638 scope_txt[strlen(STAT_SCOPE_PATTERN) + appctx->ctx.stats.scope_len] = 0;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005639 }
5640
5641 /* We don't want to land on the posted stats page because a refresh will
5642 * repost the data. We don't want this to happen on accident so we redirect
5643 * the browse to the stats page with a GET.
5644 */
5645 chunk_printf(&trash,
5646 "HTTP/1.1 303 See Other\r\n"
5647 "Cache-Control: no-cache\r\n"
5648 "Content-Type: text/plain\r\n"
5649 "Connection: close\r\n"
5650 "Location: %s;st=%s%s%s%s\r\n"
Willy Tarreaufdfcc9d2016-01-26 13:57:29 +01005651 "Content-length: 0\r\n"
Willy Tarreau347a35d2013-11-22 17:51:09 +01005652 "\r\n",
5653 uri->uri_prefix,
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005654 ((appctx->ctx.stats.st_code > STAT_STATUS_INIT) &&
5655 (appctx->ctx.stats.st_code < STAT_STATUS_SIZE) &&
5656 stat_status_codes[appctx->ctx.stats.st_code]) ?
5657 stat_status_codes[appctx->ctx.stats.st_code] :
Willy Tarreau347a35d2013-11-22 17:51:09 +01005658 stat_status_codes[STAT_STATUS_UNKN],
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005659 (appctx->ctx.stats.flags & STAT_HIDE_DOWN) ? ";up" : "",
5660 (appctx->ctx.stats.flags & STAT_NO_REFRESH) ? ";norefresh" : "",
Willy Tarreau347a35d2013-11-22 17:51:09 +01005661 scope_txt);
5662
Willy Tarreaueee5b512015-04-03 23:46:31 +02005663 s->txn->status = 303;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005664 s->logs.tv_request = now;
5665
Willy Tarreaubc18da12015-03-13 14:00:47 +01005666 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02005667 si_applet_cant_put(si);
Willy Tarreau347a35d2013-11-22 17:51:09 +01005668 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01005669 }
Willy Tarreau347a35d2013-11-22 17:51:09 +01005670
5671 return 1;
5672}
5673
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005674/* This I/O handler runs as an applet embedded in a stream interface. It is
5675 * used to send HTTP stats over a TCP socket. The mechanism is very simple.
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005676 * appctx->st0 contains the operation in progress (dump, done). The handler
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005677 * automatically unregisters itself once transfer is complete.
5678 */
Willy Tarreau00a37f02015-04-13 12:05:19 +02005679static void http_stats_io_handler(struct appctx *appctx)
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005680{
Willy Tarreau00a37f02015-04-13 12:05:19 +02005681 struct stream_interface *si = appctx->owner;
Willy Tarreau87b09662015-04-03 00:22:06 +02005682 struct stream *s = si_strm(si);
Willy Tarreau2bb4a962014-11-28 11:11:05 +01005683 struct channel *req = si_oc(si);
5684 struct channel *res = si_ic(si);
Willy Tarreau55058a72012-11-21 08:27:21 +01005685
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005686 if (unlikely(si->state == SI_ST_DIS || si->state == SI_ST_CLO))
5687 goto out;
Willy Tarreau5e16cbc2012-11-24 14:54:13 +01005688
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005689 /* check that the output is not closed */
5690 if (res->flags & (CF_SHUTW|CF_SHUTW_NOW))
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005691 appctx->st0 = STAT_HTTP_DONE;
Krzysztof Piotr Oledzki5fb18822009-10-13 21:14:09 +02005692
Willy Tarreau347a35d2013-11-22 17:51:09 +01005693 /* all states are processed in sequence */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005694 if (appctx->st0 == STAT_HTTP_HEAD) {
Willy Tarreau347a35d2013-11-22 17:51:09 +01005695 if (stats_send_http_headers(si)) {
Willy Tarreaueee5b512015-04-03 23:46:31 +02005696 if (s->txn->meth == HTTP_METH_HEAD)
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005697 appctx->st0 = STAT_HTTP_DONE;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005698 else
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005699 appctx->st0 = STAT_HTTP_DUMP;
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005700 }
Willy Tarreau347a35d2013-11-22 17:51:09 +01005701 }
5702
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005703 if (appctx->st0 == STAT_HTTP_DUMP) {
Willy Tarreau4e4292b2014-11-28 12:18:45 +01005704 unsigned int prev_len = si_ib(si)->i;
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005705 unsigned int data_len;
5706 unsigned int last_len;
Willy Tarreaucce36482014-04-24 20:26:41 +02005707 unsigned int last_fwd = 0;
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005708
5709 if (appctx->ctx.stats.flags & STAT_CHUNKED) {
5710 /* One difficulty we're facing is that we must prevent
5711 * the input data from being automatically forwarded to
5712 * the output area. For this, we temporarily disable
5713 * forwarding on the channel.
5714 */
Willy Tarreau2bb4a962014-11-28 11:11:05 +01005715 last_fwd = si_ic(si)->to_forward;
5716 si_ic(si)->to_forward = 0;
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005717 chunk_printf(&trash, "\r\n000000\r\n");
Willy Tarreau2bb4a962014-11-28 11:11:05 +01005718 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02005719 si_applet_cant_put(si);
Willy Tarreau2bb4a962014-11-28 11:11:05 +01005720 si_ic(si)->to_forward = last_fwd;
Willy Tarreau828824a2015-04-19 17:20:03 +02005721 goto out;
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005722 }
5723 }
5724
Willy Tarreau4e4292b2014-11-28 12:18:45 +01005725 data_len = si_ib(si)->i;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005726 if (stats_dump_stat_to_buffer(si, s->be->uri_auth))
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005727 appctx->st0 = STAT_HTTP_DONE;
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005728
Willy Tarreau4e4292b2014-11-28 12:18:45 +01005729 last_len = si_ib(si)->i;
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005730
5731 /* Now we must either adjust or remove the chunk size. This is
5732 * not easy because the chunk size might wrap at the end of the
5733 * buffer, so we pretend we have nothing in the buffer, we write
5734 * the size, then restore the buffer's contents. Note that we can
5735 * only do that because no forwarding is scheduled on the stats
5736 * applet.
5737 */
5738 if (appctx->ctx.stats.flags & STAT_CHUNKED) {
Willy Tarreau4e4292b2014-11-28 12:18:45 +01005739 si_ic(si)->total -= (last_len - prev_len);
5740 si_ib(si)->i -= (last_len - prev_len);
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005741
5742 if (last_len != data_len) {
5743 chunk_printf(&trash, "\r\n%06x\r\n", (last_len - data_len));
Willy Tarreaubc18da12015-03-13 14:00:47 +01005744 if (bi_putchk(si_ic(si), &trash) == -1)
Willy Tarreaufe127932015-04-21 19:23:39 +02005745 si_applet_cant_put(si);
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005746
Willy Tarreau4e4292b2014-11-28 12:18:45 +01005747 si_ic(si)->total += (last_len - data_len);
5748 si_ib(si)->i += (last_len - data_len);
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005749 }
5750 /* now re-enable forwarding */
Willy Tarreau2bb4a962014-11-28 11:11:05 +01005751 channel_forward(si_ic(si), last_fwd);
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005752 }
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005753 }
Cyril Bonté70be45d2010-10-12 00:14:35 +02005754
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005755 if (appctx->st0 == STAT_HTTP_POST) {
Willy Tarreau347a35d2013-11-22 17:51:09 +01005756 if (stats_process_http_post(si))
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005757 appctx->st0 = STAT_HTTP_LAST;
Willy Tarreau2bb4a962014-11-28 11:11:05 +01005758 else if (si_oc(si)->flags & CF_SHUTR)
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005759 appctx->st0 = STAT_HTTP_DONE;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005760 }
5761
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005762 if (appctx->st0 == STAT_HTTP_LAST) {
Willy Tarreau347a35d2013-11-22 17:51:09 +01005763 if (stats_send_http_redirect(si))
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005764 appctx->st0 = STAT_HTTP_DONE;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005765 }
5766
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005767 if (appctx->st0 == STAT_HTTP_DONE) {
5768 if (appctx->ctx.stats.flags & STAT_CHUNKED) {
5769 chunk_printf(&trash, "\r\n0\r\n\r\n");
Willy Tarreaubc18da12015-03-13 14:00:47 +01005770 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02005771 si_applet_cant_put(si);
Willy Tarreau828824a2015-04-19 17:20:03 +02005772 goto out;
Willy Tarreaubc18da12015-03-13 14:00:47 +01005773 }
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005774 }
5775 /* eat the whole request */
Willy Tarreau4e4292b2014-11-28 12:18:45 +01005776 bo_skip(si_oc(si), si_ob(si)->o);
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005777 res->flags |= CF_READ_NULL;
5778 si_shutr(si);
5779 }
Willy Tarreau347a35d2013-11-22 17:51:09 +01005780
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005781 if ((res->flags & CF_SHUTR) && (si->state == SI_ST_EST))
5782 si_shutw(si);
Willy Tarreau91861262007-10-17 17:06:05 +02005783
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005784 if (appctx->st0 == STAT_HTTP_DONE) {
Willy Tarreau96d44912013-11-22 12:25:24 +01005785 if ((req->flags & CF_SHUTW) && (si->state == SI_ST_EST)) {
5786 si_shutr(si);
5787 res->flags |= CF_READ_NULL;
5788 }
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005789 }
Willy Tarreau828824a2015-04-19 17:20:03 +02005790 out:
Willy Tarreaud4da1962015-04-20 01:31:23 +02005791 /* just to make gcc happy */ ;
Willy Tarreau91861262007-10-17 17:06:05 +02005792}
5793
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005794
Willy Tarreau909d5172012-11-26 03:04:41 +01005795static inline const char *get_conn_ctrl_name(const struct connection *conn)
5796{
Willy Tarreau3c728722014-01-23 13:50:42 +01005797 if (!conn_ctrl_ready(conn))
Willy Tarreau909d5172012-11-26 03:04:41 +01005798 return "NONE";
5799 return conn->ctrl->name;
5800}
5801
5802static inline const char *get_conn_xprt_name(const struct connection *conn)
5803{
5804 static char ptr[17];
5805
Willy Tarreauaad69382014-01-23 14:21:42 +01005806 if (!conn_xprt_ready(conn))
Willy Tarreau909d5172012-11-26 03:04:41 +01005807 return "NONE";
5808
5809 if (conn->xprt == &raw_sock)
5810 return "RAW";
5811
5812#ifdef USE_OPENSSL
5813 if (conn->xprt == &ssl_sock)
5814 return "SSL";
5815#endif
5816 snprintf(ptr, sizeof(ptr), "%p", conn->xprt);
5817 return ptr;
5818}
5819
5820static inline const char *get_conn_data_name(const struct connection *conn)
5821{
5822 static char ptr[17];
5823
5824 if (!conn->data)
5825 return "NONE";
5826
5827 if (conn->data == &sess_conn_cb)
5828 return "SESS";
5829
5830 if (conn->data == &si_conn_cb)
5831 return "STRM";
5832
5833 if (conn->data == &check_conn_cb)
5834 return "CHCK";
5835
5836 snprintf(ptr, sizeof(ptr), "%p", conn->data);
5837 return ptr;
5838}
5839
Willy Tarreau87b09662015-04-03 00:22:06 +02005840/* This function dumps a complete stream state onto the stream interface's
5841 * read buffer. The stream has to be set in sess->target. It returns
Willy Tarreau5ec29ff2011-02-13 15:27:22 +01005842 * 0 if the output buffer is full and it needs to be called again, otherwise
5843 * non-zero. It is designed to be called from stats_dump_sess_to_buffer() below.
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005844 */
Willy Tarreau87b09662015-04-03 00:22:06 +02005845static int stats_dump_full_sess_to_buffer(struct stream_interface *si, struct stream *sess)
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005846{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005847 struct appctx *appctx = __objt_appctx(si->end);
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005848 struct tm tm;
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005849 extern const char *monthname[12];
5850 char pn[INET6_ADDRSTRLEN];
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005851 struct connection *conn;
Willy Tarreau284ddbf2013-12-01 20:45:00 +01005852 struct appctx *tmpctx;
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005853
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005854 chunk_reset(&trash);
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005855
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005856 if (appctx->ctx.sess.section > 0 && appctx->ctx.sess.uid != sess->uniq_id) {
Willy Tarreau87b09662015-04-03 00:22:06 +02005857 /* stream changed, no need to go any further */
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005858 chunk_appendf(&trash, " *** session terminated while we were watching it ***\n");
Willy Tarreaubc18da12015-03-13 14:00:47 +01005859 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02005860 si_applet_cant_put(si);
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005861 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01005862 }
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005863 appctx->ctx.sess.uid = 0;
5864 appctx->ctx.sess.section = 0;
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005865 return 1;
5866 }
5867
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005868 switch (appctx->ctx.sess.section) {
Willy Tarreau87b09662015-04-03 00:22:06 +02005869 case 0: /* main status of the stream */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005870 appctx->ctx.sess.uid = sess->uniq_id;
5871 appctx->ctx.sess.section = 1;
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005872 /* fall through */
5873
5874 case 1:
Willy Tarreau55e4ecd2012-12-08 17:48:47 +01005875 get_localtime(sess->logs.accept_date.tv_sec, &tm);
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005876 chunk_appendf(&trash,
Willy Tarreau55e4ecd2012-12-08 17:48:47 +01005877 "%p: [%02d/%s/%04d:%02d:%02d:%02d.%06d] id=%u proto=%s",
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005878 sess,
Willy Tarreau55e4ecd2012-12-08 17:48:47 +01005879 tm.tm_mday, monthname[tm.tm_mon], tm.tm_year+1900,
5880 tm.tm_hour, tm.tm_min, tm.tm_sec, (int)(sess->logs.accept_date.tv_usec),
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005881 sess->uniq_id,
Willy Tarreau666f5042015-06-17 19:49:52 +02005882 strm_li(sess) ? strm_li(sess)->proto->name : "?");
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005883
Willy Tarreaud0d8da92015-04-04 02:10:38 +02005884 conn = objt_conn(strm_orig(sess));
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005885 switch (conn ? addr_to_str(&conn->addr.from, pn, sizeof(pn)) : AF_UNSPEC) {
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005886 case AF_INET:
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005887 case AF_INET6:
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005888 chunk_appendf(&trash, " source=%s:%d\n",
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005889 pn, get_host_port(&conn->addr.from));
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005890 break;
5891 case AF_UNIX:
Willy Tarreaud0d8da92015-04-04 02:10:38 +02005892 chunk_appendf(&trash, " source=unix:%d\n", strm_li(sess)->luid);
Emeric Brun837ca522010-10-22 16:19:01 +02005893 break;
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005894 default:
5895 /* no more information to print right now */
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005896 chunk_appendf(&trash, "\n");
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005897 break;
5898 }
5899
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005900 chunk_appendf(&trash,
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005901 " flags=0x%x, conn_retries=%d, srv_conn=%p, pend_pos=%p\n",
Willy Tarreauee28de02010-06-01 09:51:00 +02005902 sess->flags, sess->si[1].conn_retries, sess->srv_conn, sess->pend_pos);
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005903
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005904 chunk_appendf(&trash,
Daniel Schultze90690c72012-03-23 10:53:36 -07005905 " frontend=%s (id=%u mode=%s), listener=%s (id=%u)",
Willy Tarreaud0d8da92015-04-04 02:10:38 +02005906 strm_fe(sess)->id, strm_fe(sess)->uuid, strm_fe(sess)->mode ? "http" : "tcp",
5907 strm_li(sess) ? strm_li(sess)->name ? strm_li(sess)->name : "?" : "?",
5908 strm_li(sess) ? strm_li(sess)->luid : 0);
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005909
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005910 if (conn)
5911 conn_get_to_addr(conn);
Willy Tarreaucf644ed2013-09-29 17:19:56 +02005912
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005913 switch (conn ? addr_to_str(&conn->addr.to, pn, sizeof(pn)) : AF_UNSPEC) {
Daniel Schultze90690c72012-03-23 10:53:36 -07005914 case AF_INET:
5915 case AF_INET6:
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005916 chunk_appendf(&trash, " addr=%s:%d\n",
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005917 pn, get_host_port(&conn->addr.to));
Daniel Schultze90690c72012-03-23 10:53:36 -07005918 break;
5919 case AF_UNIX:
Willy Tarreaud0d8da92015-04-04 02:10:38 +02005920 chunk_appendf(&trash, " addr=unix:%d\n", strm_li(sess)->luid);
Daniel Schultze90690c72012-03-23 10:53:36 -07005921 break;
5922 default:
5923 /* no more information to print right now */
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005924 chunk_appendf(&trash, "\n");
Daniel Schultze90690c72012-03-23 10:53:36 -07005925 break;
5926 }
5927
Willy Tarreau50943332011-09-02 17:33:05 +02005928 if (sess->be->cap & PR_CAP_BE)
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005929 chunk_appendf(&trash,
Daniel Schultze90690c72012-03-23 10:53:36 -07005930 " backend=%s (id=%u mode=%s)",
Willy Tarreau50943332011-09-02 17:33:05 +02005931 sess->be->id,
Daniel Schultze90690c72012-03-23 10:53:36 -07005932 sess->be->uuid, sess->be->mode ? "http" : "tcp");
5933 else
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005934 chunk_appendf(&trash, " backend=<NONE> (id=-1 mode=-)");
Daniel Schultze90690c72012-03-23 10:53:36 -07005935
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005936 conn = objt_conn(sess->si[1].end);
5937 if (conn)
5938 conn_get_from_addr(conn);
Willy Tarreaucf644ed2013-09-29 17:19:56 +02005939
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005940 switch (conn ? addr_to_str(&conn->addr.from, pn, sizeof(pn)) : AF_UNSPEC) {
Daniel Schultze90690c72012-03-23 10:53:36 -07005941 case AF_INET:
5942 case AF_INET6:
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005943 chunk_appendf(&trash, " addr=%s:%d\n",
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005944 pn, get_host_port(&conn->addr.from));
Daniel Schultze90690c72012-03-23 10:53:36 -07005945 break;
5946 case AF_UNIX:
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005947 chunk_appendf(&trash, " addr=unix\n");
Daniel Schultze90690c72012-03-23 10:53:36 -07005948 break;
5949 default:
5950 /* no more information to print right now */
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005951 chunk_appendf(&trash, "\n");
Daniel Schultze90690c72012-03-23 10:53:36 -07005952 break;
5953 }
5954
5955 if (sess->be->cap & PR_CAP_BE)
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005956 chunk_appendf(&trash,
Daniel Schultze90690c72012-03-23 10:53:36 -07005957 " server=%s (id=%u)",
Willy Tarreau3fdb3662012-11-12 00:42:33 +01005958 objt_server(sess->target) ? objt_server(sess->target)->id : "<none>",
5959 objt_server(sess->target) ? objt_server(sess->target)->puid : 0);
Willy Tarreau50943332011-09-02 17:33:05 +02005960 else
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005961 chunk_appendf(&trash, " server=<NONE> (id=-1)");
Daniel Schultze90690c72012-03-23 10:53:36 -07005962
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005963 if (conn)
5964 conn_get_to_addr(conn);
Willy Tarreaucf644ed2013-09-29 17:19:56 +02005965
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005966 switch (conn ? addr_to_str(&conn->addr.to, pn, sizeof(pn)) : AF_UNSPEC) {
Daniel Schultze90690c72012-03-23 10:53:36 -07005967 case AF_INET:
5968 case AF_INET6:
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005969 chunk_appendf(&trash, " addr=%s:%d\n",
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005970 pn, get_host_port(&conn->addr.to));
Daniel Schultze90690c72012-03-23 10:53:36 -07005971 break;
5972 case AF_UNIX:
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005973 chunk_appendf(&trash, " addr=unix\n");
Daniel Schultze90690c72012-03-23 10:53:36 -07005974 break;
5975 default:
5976 /* no more information to print right now */
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005977 chunk_appendf(&trash, "\n");
Daniel Schultze90690c72012-03-23 10:53:36 -07005978 break;
5979 }
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005980
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005981 chunk_appendf(&trash,
Willy Tarreau55e4ecd2012-12-08 17:48:47 +01005982 " task=%p (state=0x%02x nice=%d calls=%d exp=%s%s",
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005983 sess->task,
5984 sess->task->state,
5985 sess->task->nice, sess->task->calls,
5986 sess->task->expire ?
5987 tick_is_expired(sess->task->expire, now_ms) ? "<PAST>" :
5988 human_time(TICKS_TO_MS(sess->task->expire - now_ms),
5989 TICKS_TO_MS(1000)) : "<NEVER>",
5990 task_in_rq(sess->task) ? ", running" : "");
5991
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005992 chunk_appendf(&trash,
Willy Tarreau55e4ecd2012-12-08 17:48:47 +01005993 " age=%s)\n",
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005994 human_time(now.tv_sec - sess->logs.accept_date.tv_sec, 1));
5995
Willy Tarreaueee5b512015-04-03 23:46:31 +02005996 if (sess->txn)
5997 chunk_appendf(&trash,
Willy Tarreau98410192014-11-26 18:05:38 +01005998 " 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 +02005999 sess->txn, sess->txn->flags, sess->txn->meth, sess->txn->status,
6000 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 +01006001
6002 chunk_appendf(&trash,
Willy Tarreau32e3c6a2013-10-11 19:34:20 +02006003 " si[0]=%p (state=%s flags=0x%02x endp0=%s:%p exp=%s, et=0x%03x)\n",
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006004 &sess->si[0],
Willy Tarreau55e4ecd2012-12-08 17:48:47 +01006005 si_state_str(sess->si[0].state),
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006006 sess->si[0].flags,
Willy Tarreaucf644ed2013-09-29 17:19:56 +02006007 obj_type_name(sess->si[0].end),
6008 obj_base_ptr(sess->si[0].end),
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006009 sess->si[0].exp ?
6010 tick_is_expired(sess->si[0].exp, now_ms) ? "<PAST>" :
6011 human_time(TICKS_TO_MS(sess->si[0].exp - now_ms),
6012 TICKS_TO_MS(1000)) : "<NEVER>",
6013 sess->si[0].err_type);
6014
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006015 chunk_appendf(&trash,
Willy Tarreau32e3c6a2013-10-11 19:34:20 +02006016 " si[1]=%p (state=%s flags=0x%02x endp1=%s:%p exp=%s, et=0x%03x)\n",
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006017 &sess->si[1],
Willy Tarreau55e4ecd2012-12-08 17:48:47 +01006018 si_state_str(sess->si[1].state),
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006019 sess->si[1].flags,
Willy Tarreaucf644ed2013-09-29 17:19:56 +02006020 obj_type_name(sess->si[1].end),
6021 obj_base_ptr(sess->si[1].end),
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006022 sess->si[1].exp ?
6023 tick_is_expired(sess->si[1].exp, now_ms) ? "<PAST>" :
6024 human_time(TICKS_TO_MS(sess->si[1].exp - now_ms),
6025 TICKS_TO_MS(1000)) : "<NEVER>",
6026 sess->si[1].err_type);
6027
Willy Tarreau284ddbf2013-12-01 20:45:00 +01006028 if ((conn = objt_conn(sess->si[0].end)) != NULL) {
Willy Tarreaucf644ed2013-09-29 17:19:56 +02006029 chunk_appendf(&trash,
6030 " co0=%p ctrl=%s xprt=%s data=%s target=%s:%p\n",
Willy Tarreaub363a1f2013-10-01 10:45:07 +02006031 conn,
6032 get_conn_ctrl_name(conn),
6033 get_conn_xprt_name(conn),
6034 get_conn_data_name(conn),
6035 obj_type_name(conn->target),
6036 obj_base_ptr(conn->target));
Willy Tarreau909d5172012-11-26 03:04:41 +01006037
Willy Tarreaucf644ed2013-09-29 17:19:56 +02006038 chunk_appendf(&trash,
Willy Tarreau16f649c2014-01-25 19:10:48 +01006039 " flags=0x%08x fd=%d fd.state=%02x fd.cache=%d updt=%d\n",
Willy Tarreaub363a1f2013-10-01 10:45:07 +02006040 conn->flags,
6041 conn->t.sock.fd,
Willy Tarreau69a41fa2014-01-20 11:02:59 +01006042 conn->t.sock.fd >= 0 ? fdtab[conn->t.sock.fd].state : 0,
Willy Tarreau15a4dec2014-01-20 11:09:39 +01006043 conn->t.sock.fd >= 0 ? fdtab[conn->t.sock.fd].cache : 0,
Willy Tarreaub363a1f2013-10-01 10:45:07 +02006044 conn->t.sock.fd >= 0 ? fdtab[conn->t.sock.fd].updated : 0);
Willy Tarreaucf644ed2013-09-29 17:19:56 +02006045 }
Willy Tarreau284ddbf2013-12-01 20:45:00 +01006046 else if ((tmpctx = objt_appctx(sess->si[0].end)) != NULL) {
6047 chunk_appendf(&trash,
6048 " app0=%p st0=%d st1=%d st2=%d applet=%s\n",
6049 tmpctx,
6050 tmpctx->st0,
6051 tmpctx->st1,
6052 tmpctx->st2,
6053 tmpctx->applet->name);
6054 }
Willy Tarreaubc174aa2012-11-19 16:10:32 +01006055
Willy Tarreau284ddbf2013-12-01 20:45:00 +01006056 if ((conn = objt_conn(sess->si[1].end)) != NULL) {
Willy Tarreaucf644ed2013-09-29 17:19:56 +02006057 chunk_appendf(&trash,
6058 " co1=%p ctrl=%s xprt=%s data=%s target=%s:%p\n",
Willy Tarreaub363a1f2013-10-01 10:45:07 +02006059 conn,
6060 get_conn_ctrl_name(conn),
6061 get_conn_xprt_name(conn),
6062 get_conn_data_name(conn),
6063 obj_type_name(conn->target),
6064 obj_base_ptr(conn->target));
Willy Tarreau909d5172012-11-26 03:04:41 +01006065
Willy Tarreaucf644ed2013-09-29 17:19:56 +02006066 chunk_appendf(&trash,
Willy Tarreauceeafb52016-01-25 15:27:17 +01006067 " flags=0x%08x fd=%d fd.state=%02x fd.cache=%d updt=%d\n",
Willy Tarreaub363a1f2013-10-01 10:45:07 +02006068 conn->flags,
6069 conn->t.sock.fd,
Willy Tarreau69a41fa2014-01-20 11:02:59 +01006070 conn->t.sock.fd >= 0 ? fdtab[conn->t.sock.fd].state : 0,
Willy Tarreau15a4dec2014-01-20 11:09:39 +01006071 conn->t.sock.fd >= 0 ? fdtab[conn->t.sock.fd].cache : 0,
Willy Tarreaub363a1f2013-10-01 10:45:07 +02006072 conn->t.sock.fd >= 0 ? fdtab[conn->t.sock.fd].updated : 0);
Willy Tarreaucf644ed2013-09-29 17:19:56 +02006073 }
Willy Tarreau284ddbf2013-12-01 20:45:00 +01006074 else if ((tmpctx = objt_appctx(sess->si[1].end)) != NULL) {
6075 chunk_appendf(&trash,
6076 " app1=%p st0=%d st1=%d st2=%d applet=%s\n",
6077 tmpctx,
6078 tmpctx->st0,
6079 tmpctx->st1,
6080 tmpctx->st2,
6081 tmpctx->applet->name);
6082 }
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006083
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006084 chunk_appendf(&trash,
Willy Tarreau909d5172012-11-26 03:04:41 +01006085 " req=%p (f=0x%06x an=0x%x pipe=%d tofwd=%d total=%lld)\n"
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006086 " an_exp=%s",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01006087 &sess->req,
6088 sess->req.flags, sess->req.analysers,
6089 sess->req.pipe ? sess->req.pipe->data : 0,
6090 sess->req.to_forward, sess->req.total,
6091 sess->req.analyse_exp ?
6092 human_time(TICKS_TO_MS(sess->req.analyse_exp - now_ms),
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006093 TICKS_TO_MS(1000)) : "<NEVER>");
6094
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006095 chunk_appendf(&trash,
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006096 " rex=%s",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01006097 sess->req.rex ?
6098 human_time(TICKS_TO_MS(sess->req.rex - now_ms),
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006099 TICKS_TO_MS(1000)) : "<NEVER>");
6100
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006101 chunk_appendf(&trash,
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006102 " wex=%s\n"
Willy Tarreau909d5172012-11-26 03:04:41 +01006103 " buf=%p data=%p o=%d p=%d req.next=%d i=%d size=%d\n",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01006104 sess->req.wex ?
6105 human_time(TICKS_TO_MS(sess->req.wex - now_ms),
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006106 TICKS_TO_MS(1000)) : "<NEVER>",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01006107 sess->req.buf,
6108 sess->req.buf->data, sess->req.buf->o,
6109 (int)(sess->req.buf->p - sess->req.buf->data),
Willy Tarreaueee5b512015-04-03 23:46:31 +02006110 sess->txn ? sess->txn->req.next : 0, sess->req.buf->i,
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01006111 sess->req.buf->size);
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006112
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006113 chunk_appendf(&trash,
Willy Tarreau909d5172012-11-26 03:04:41 +01006114 " res=%p (f=0x%06x an=0x%x pipe=%d tofwd=%d total=%lld)\n"
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006115 " an_exp=%s",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01006116 &sess->res,
6117 sess->res.flags, sess->res.analysers,
6118 sess->res.pipe ? sess->res.pipe->data : 0,
6119 sess->res.to_forward, sess->res.total,
6120 sess->res.analyse_exp ?
6121 human_time(TICKS_TO_MS(sess->res.analyse_exp - now_ms),
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006122 TICKS_TO_MS(1000)) : "<NEVER>");
6123
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006124 chunk_appendf(&trash,
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006125 " rex=%s",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01006126 sess->res.rex ?
6127 human_time(TICKS_TO_MS(sess->res.rex - now_ms),
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006128 TICKS_TO_MS(1000)) : "<NEVER>");
6129
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006130 chunk_appendf(&trash,
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006131 " wex=%s\n"
Willy Tarreau909d5172012-11-26 03:04:41 +01006132 " buf=%p data=%p o=%d p=%d rsp.next=%d i=%d size=%d\n",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01006133 sess->res.wex ?
6134 human_time(TICKS_TO_MS(sess->res.wex - now_ms),
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006135 TICKS_TO_MS(1000)) : "<NEVER>",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01006136 sess->res.buf,
6137 sess->res.buf->data, sess->res.buf->o,
6138 (int)(sess->res.buf->p - sess->res.buf->data),
Willy Tarreaueee5b512015-04-03 23:46:31 +02006139 sess->txn ? sess->txn->rsp.next : 0, sess->res.buf->i,
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01006140 sess->res.buf->size);
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006141
Willy Tarreaubc18da12015-03-13 14:00:47 +01006142 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02006143 si_applet_cant_put(si);
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006144 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01006145 }
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006146
6147 /* use other states to dump the contents */
6148 }
6149 /* end of dump */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006150 appctx->ctx.sess.uid = 0;
6151 appctx->ctx.sess.section = 0;
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006152 return 1;
6153}
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006154
Nenad Merdanovic200b0fa2015-05-09 08:46:01 +02006155#if (defined SSL_CTRL_SET_TLSEXT_TICKET_KEY_CB && TLS_TICKETS_NO > 0)
6156static int stats_tlskeys_list(struct stream_interface *si) {
6157 struct appctx *appctx = __objt_appctx(si->end);
6158
6159 switch (appctx->st2) {
6160 case STAT_ST_INIT:
6161 /* Display the column headers. If the message cannot be sent,
6162 * quit the fucntion with returning 0. The function is called
6163 * later and restart at the state "STAT_ST_INIT".
6164 */
6165 chunk_reset(&trash);
6166 chunk_appendf(&trash, "# id (file)\n");
6167 if (bi_putchk(si_ic(si), &trash) == -1) {
6168 si_applet_cant_put(si);
6169 return 0;
6170 }
6171
6172 /* Now, we start the browsing of the references lists.
6173 * Note that the following call to LIST_ELEM return bad pointer. The only
6174 * avalaible field of this pointer is <list>. It is used with the function
6175 * tlskeys_list_get_next() for retruning the first avalaible entry
6176 */
6177 appctx->ctx.tlskeys.ref = LIST_ELEM(&tlskeys_reference, struct tls_keys_ref *, list);
6178 appctx->ctx.tlskeys.ref = tlskeys_list_get_next(appctx->ctx.tlskeys.ref, &tlskeys_reference);
6179
6180 appctx->st2 = STAT_ST_LIST;
6181 /* fall through */
6182
6183 case STAT_ST_LIST:
6184 while (appctx->ctx.tlskeys.ref) {
6185 chunk_reset(&trash);
6186
6187 chunk_appendf(&trash, "%d (%s)\n", appctx->ctx.tlskeys.ref->unique_id,
6188 appctx->ctx.tlskeys.ref->filename);
6189
6190 if (bi_putchk(si_ic(si), &trash) == -1) {
6191 /* let's try again later from this stream. We add ourselves into
6192 * this stream's users so that it can remove us upon termination.
6193 */
6194 si_applet_cant_put(si);
6195 return 0;
6196 }
6197
6198 /* get next list entry and check the end of the list */
6199 appctx->ctx.tlskeys.ref = tlskeys_list_get_next(appctx->ctx.tlskeys.ref, &tlskeys_reference);
6200 }
6201
6202 appctx->st2 = STAT_ST_FIN;
6203 /* fall through */
6204
6205 default:
6206 appctx->st2 = STAT_ST_FIN;
6207 return 1;
6208 }
6209 return 0;
6210}
6211#endif
6212
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006213static int stats_pats_list(struct stream_interface *si)
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006214{
6215 struct appctx *appctx = __objt_appctx(si->end);
6216
6217 switch (appctx->st2) {
6218 case STAT_ST_INIT:
Thierry FOURNIERaf5a29d2014-03-11 14:29:22 +01006219 /* Display the column headers. If the message cannot be sent,
6220 * quit the fucntion with returning 0. The function is called
6221 * later and restart at the state "STAT_ST_INIT".
6222 */
6223 chunk_reset(&trash);
Thierry FOURNIER65ce6132014-03-20 11:42:45 +01006224 chunk_appendf(&trash, "# id (file) description\n");
Willy Tarreaubc18da12015-03-13 14:00:47 +01006225 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02006226 si_applet_cant_put(si);
Thierry FOURNIERaf5a29d2014-03-11 14:29:22 +01006227 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01006228 }
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006229
6230 /* Now, we start the browsing of the references lists.
6231 * Note that the following call to LIST_ELEM return bad pointer. The only
6232 * avalaible field of this pointer is <list>. It is used with the function
6233 * pat_list_get_next() for retruning the first avalaible entry
6234 */
6235 appctx->ctx.map.ref = LIST_ELEM(&pattern_reference, struct pat_ref *, list);
6236 appctx->ctx.map.ref = pat_list_get_next(appctx->ctx.map.ref, &pattern_reference,
6237 appctx->ctx.map.display_flags);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006238 appctx->st2 = STAT_ST_LIST;
6239 /* fall through */
6240
6241 case STAT_ST_LIST:
6242 while (appctx->ctx.map.ref) {
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006243 chunk_reset(&trash);
6244
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006245 /* Build messages. If the reference is used by another category than
6246 * the listed categorie, display the information in the massage.
6247 */
Thierry FOURNIERf7e04e92014-03-20 11:45:47 +01006248 chunk_appendf(&trash, "%d (%s) %s\n", appctx->ctx.map.ref->unique_id,
Thierry FOURNIER0d6ba512014-02-11 03:31:34 +01006249 appctx->ctx.map.ref->reference ? appctx->ctx.map.ref->reference : "",
6250 appctx->ctx.map.ref->display);
Thierry FOURNIERaf5a29d2014-03-11 14:29:22 +01006251
Willy Tarreau2bb4a962014-11-28 11:11:05 +01006252 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreau87b09662015-04-03 00:22:06 +02006253 /* let's try again later from this stream. We add ourselves into
6254 * this stream's users so that it can remove us upon termination.
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006255 */
Willy Tarreaufe127932015-04-21 19:23:39 +02006256 si_applet_cant_put(si);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006257 return 0;
6258 }
6259
6260 /* get next list entry and check the end of the list */
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006261 appctx->ctx.map.ref = pat_list_get_next(appctx->ctx.map.ref, &pattern_reference,
6262 appctx->ctx.map.display_flags);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006263 }
6264
6265 appctx->st2 = STAT_ST_FIN;
6266 /* fall through */
6267
6268 default:
6269 appctx->st2 = STAT_ST_FIN;
6270 return 1;
6271 }
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006272 return 0;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006273}
6274
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006275static int stats_map_lookup(struct stream_interface *si)
6276{
6277 struct appctx *appctx = __objt_appctx(si->end);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006278 struct sample sample;
6279 struct pattern *pat;
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006280 int match_method;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006281
6282 switch (appctx->st2) {
6283 case STAT_ST_INIT:
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006284 /* Init to the first entry. The list cannot be change */
Thierry FOURNIERc5959fd2014-01-20 14:29:33 +01006285 appctx->ctx.map.expr = LIST_ELEM(&appctx->ctx.map.ref->pat, struct pattern_expr *, list);
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006286 appctx->ctx.map.expr = pat_expr_get_next(appctx->ctx.map.expr, &appctx->ctx.map.ref->pat);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006287 appctx->st2 = STAT_ST_LIST;
6288 /* fall through */
6289
6290 case STAT_ST_LIST:
6291 /* for each lookup type */
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006292 while (appctx->ctx.map.expr) {
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006293 /* initialise chunk to build new message */
6294 chunk_reset(&trash);
6295
6296 /* execute pattern matching */
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +02006297 sample.data.type = SMP_T_STR;
Andreas Seltenreich9727cf42016-03-03 19:32:25 +01006298 sample.flags = SMP_F_CONST;
Thierry FOURNIER136f9d32015-08-19 09:07:19 +02006299 sample.data.u.str.len = appctx->ctx.map.chunk.len;
6300 sample.data.u.str.str = appctx->ctx.map.chunk.str;
Thierry FOURNIER5d344082014-01-27 14:19:53 +01006301 if (appctx->ctx.map.expr->pat_head->match &&
6302 sample_convert(&sample, appctx->ctx.map.expr->pat_head->expect_type))
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006303 pat = appctx->ctx.map.expr->pat_head->match(&sample, appctx->ctx.map.expr, 1);
6304 else
6305 pat = NULL;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006306
6307 /* build return message: set type of match */
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006308 for (match_method=0; match_method<PAT_MATCH_NUM; match_method++)
6309 if (appctx->ctx.map.expr->pat_head->match == pat_match_fcts[match_method])
6310 break;
6311 if (match_method >= PAT_MATCH_NUM)
6312 chunk_appendf(&trash, "type=unknown(%p)", appctx->ctx.map.expr->pat_head->match);
6313 else
6314 chunk_appendf(&trash, "type=%s", pat_match_names[match_method]);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006315
Thierry FOURNIERe47e4e22014-04-28 11:18:57 +02006316 /* case sensitive */
6317 if (appctx->ctx.map.expr->mflags & PAT_MF_IGNORE_CASE)
6318 chunk_appendf(&trash, ", case=insensitive");
6319 else
6320 chunk_appendf(&trash, ", case=sensitive");
6321
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006322 /* Display no match, and set default value */
Thierry FOURNIER1794fdf2014-01-17 15:25:13 +01006323 if (!pat) {
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006324 if (appctx->ctx.map.display_flags == PAT_REF_MAP)
6325 chunk_appendf(&trash, ", found=no");
6326 else
6327 chunk_appendf(&trash, ", match=no");
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006328 }
6329
6330 /* Display match and match info */
6331 else {
6332 /* display match */
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006333 if (appctx->ctx.map.display_flags == PAT_REF_MAP)
6334 chunk_appendf(&trash, ", found=yes");
6335 else
6336 chunk_appendf(&trash, ", match=yes");
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006337
Thierry FOURNIER1794fdf2014-01-17 15:25:13 +01006338 /* display index mode */
Thierry FOURNIERe47e4e22014-04-28 11:18:57 +02006339 if (pat->sflags & PAT_SF_TREE)
Thierry FOURNIERb9903842014-03-11 18:48:17 +01006340 chunk_appendf(&trash, ", idx=tree");
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006341 else
Thierry FOURNIERb9903842014-03-11 18:48:17 +01006342 chunk_appendf(&trash, ", idx=list");
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006343
Thierry FOURNIER86db66a2014-03-11 18:37:58 +01006344 /* display pattern */
6345 if (appctx->ctx.map.display_flags == PAT_REF_MAP) {
6346 if (pat->ref && pat->ref->pattern)
6347 chunk_appendf(&trash, ", key=\"%s\"", pat->ref->pattern);
6348 else
6349 chunk_appendf(&trash, ", key=unknown");
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006350 }
6351 else {
Thierry FOURNIER86db66a2014-03-11 18:37:58 +01006352 if (pat->ref && pat->ref->pattern)
6353 chunk_appendf(&trash, ", pattern=\"%s\"", pat->ref->pattern);
6354 else
6355 chunk_appendf(&trash, ", pattern=unknown");
6356 }
6357
6358 /* display return value */
6359 if (appctx->ctx.map.display_flags == PAT_REF_MAP) {
Thierry FOURNIER503bb092015-08-19 08:35:43 +02006360 if (pat->data && pat->ref && pat->ref->sample)
Thierry FOURNIER03d0e452015-07-23 18:33:41 +02006361 chunk_appendf(&trash, ", value=\"%s\", type=\"%s\"", pat->ref->sample,
Thierry FOURNIER7d4335c2015-08-19 09:05:25 +02006362 smp_to_type[pat->data->type]);
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006363 else
Thierry FOURNIER86db66a2014-03-11 18:37:58 +01006364 chunk_appendf(&trash, ", value=none");
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006365 }
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006366 }
6367
Thierry FOURNIERb9903842014-03-11 18:48:17 +01006368 chunk_appendf(&trash, "\n");
6369
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006370 /* display response */
Willy Tarreau2bb4a962014-11-28 11:11:05 +01006371 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreau87b09662015-04-03 00:22:06 +02006372 /* let's try again later from this stream. We add ourselves into
6373 * this stream's users so that it can remove us upon termination.
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006374 */
Willy Tarreaufe127932015-04-21 19:23:39 +02006375 si_applet_cant_put(si);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006376 return 0;
6377 }
6378
6379 /* get next entry */
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006380 appctx->ctx.map.expr = pat_expr_get_next(appctx->ctx.map.expr,
6381 &appctx->ctx.map.ref->pat);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006382 }
6383
6384 appctx->st2 = STAT_ST_FIN;
6385 /* fall through */
6386
6387 default:
6388 appctx->st2 = STAT_ST_FIN;
6389 free(appctx->ctx.map.chunk.str);
6390 return 1;
6391 }
6392}
6393
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006394static int stats_pat_list(struct stream_interface *si)
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006395{
6396 struct appctx *appctx = __objt_appctx(si->end);
6397
6398 switch (appctx->st2) {
6399
6400 case STAT_ST_INIT:
6401 /* Init to the first entry. The list cannot be change */
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006402 appctx->ctx.map.elt = LIST_NEXT(&appctx->ctx.map.ref->head,
6403 struct pat_ref_elt *, list);
6404 if (&appctx->ctx.map.elt->list == &appctx->ctx.map.ref->head)
6405 appctx->ctx.map.elt = NULL;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006406 appctx->st2 = STAT_ST_LIST;
6407 /* fall through */
6408
6409 case STAT_ST_LIST:
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006410 while (appctx->ctx.map.elt) {
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006411 chunk_reset(&trash);
6412
6413 /* build messages */
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006414 if (appctx->ctx.map.elt->sample)
Thierry FOURNIER9356c682014-01-28 15:55:37 +01006415 chunk_appendf(&trash, "%p %s %s\n",
6416 appctx->ctx.map.elt, appctx->ctx.map.elt->pattern,
6417 appctx->ctx.map.elt->sample);
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006418 else
Thierry FOURNIER9356c682014-01-28 15:55:37 +01006419 chunk_appendf(&trash, "%p %s\n",
6420 appctx->ctx.map.elt, appctx->ctx.map.elt->pattern);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006421
Willy Tarreau2bb4a962014-11-28 11:11:05 +01006422 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreau87b09662015-04-03 00:22:06 +02006423 /* let's try again later from this stream. We add ourselves into
6424 * this stream's users so that it can remove us upon termination.
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006425 */
Willy Tarreaufe127932015-04-21 19:23:39 +02006426 si_applet_cant_put(si);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006427 return 0;
6428 }
6429
6430 /* get next list entry and check the end of the list */
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006431 appctx->ctx.map.elt = LIST_NEXT(&appctx->ctx.map.elt->list,
6432 struct pat_ref_elt *, list);
6433 if (&appctx->ctx.map.elt->list == &appctx->ctx.map.ref->head)
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006434 break;
6435 }
6436
6437 appctx->st2 = STAT_ST_FIN;
6438 /* fall through */
6439
6440 default:
6441 appctx->st2 = STAT_ST_FIN;
6442 return 1;
6443 }
6444}
6445
Willy Tarreau87b09662015-04-03 00:22:06 +02006446/* This function dumps all streams' states onto the stream interface's
Willy Tarreau306f8302013-07-08 15:53:06 +02006447 * read buffer. It returns 0 if the output buffer is full and it needs
Willy Tarreau5ec29ff2011-02-13 15:27:22 +01006448 * to be called again, otherwise non-zero. It is designed to be called
6449 * from stats_dump_sess_to_buffer() below.
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006450 */
Simon Horman9bd2c732011-06-15 15:18:44 +09006451static int stats_dump_sess_to_buffer(struct stream_interface *si)
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006452{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006453 struct appctx *appctx = __objt_appctx(si->end);
Willy Tarreaub363a1f2013-10-01 10:45:07 +02006454 struct connection *conn;
6455
Willy Tarreau2bb4a962014-11-28 11:11:05 +01006456 if (unlikely(si_ic(si)->flags & (CF_WRITE_ERROR|CF_SHUTW))) {
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006457 /* If we're forced to shut down, we might have to remove our
Willy Tarreau87b09662015-04-03 00:22:06 +02006458 * reference to the last stream being dumped.
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006459 */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006460 if (appctx->st2 == STAT_ST_LIST) {
6461 if (!LIST_ISEMPTY(&appctx->ctx.sess.bref.users)) {
6462 LIST_DEL(&appctx->ctx.sess.bref.users);
6463 LIST_INIT(&appctx->ctx.sess.bref.users);
Willy Tarreaufd3828e2009-02-22 15:17:24 +01006464 }
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006465 }
Willy Tarreau7e72a8f2009-10-03 23:55:14 +02006466 return 1;
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006467 }
6468
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006469 chunk_reset(&trash);
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006470
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006471 switch (appctx->st2) {
Willy Tarreau295a8372011-03-10 11:25:07 +01006472 case STAT_ST_INIT:
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006473 /* the function had not been called yet, let's prepare the
Willy Tarreau87b09662015-04-03 00:22:06 +02006474 * buffer for a response. We initialize the current stream
Willy Tarreaufd3828e2009-02-22 15:17:24 +01006475 * pointer to the first in the global list. When a target
Willy Tarreau87b09662015-04-03 00:22:06 +02006476 * stream is being destroyed, it is responsible for updating
Willy Tarreaufd3828e2009-02-22 15:17:24 +01006477 * this pointer. We know we have reached the end when this
Willy Tarreau87b09662015-04-03 00:22:06 +02006478 * pointer points back to the head of the streams list.
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006479 */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006480 LIST_INIT(&appctx->ctx.sess.bref.users);
Willy Tarreau87b09662015-04-03 00:22:06 +02006481 appctx->ctx.sess.bref.ref = streams.n;
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006482 appctx->st2 = STAT_ST_LIST;
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006483 /* fall through */
6484
Willy Tarreau295a8372011-03-10 11:25:07 +01006485 case STAT_ST_LIST:
Willy Tarreau87b09662015-04-03 00:22:06 +02006486 /* first, let's detach the back-ref from a possible previous stream */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006487 if (!LIST_ISEMPTY(&appctx->ctx.sess.bref.users)) {
6488 LIST_DEL(&appctx->ctx.sess.bref.users);
6489 LIST_INIT(&appctx->ctx.sess.bref.users);
Willy Tarreaufd3828e2009-02-22 15:17:24 +01006490 }
6491
6492 /* and start from where we stopped */
Willy Tarreau87b09662015-04-03 00:22:06 +02006493 while (appctx->ctx.sess.bref.ref != &streams) {
Cyril Bontéacd7d632010-11-01 19:26:02 +01006494 char pn[INET6_ADDRSTRLEN];
Willy Tarreau87b09662015-04-03 00:22:06 +02006495 struct stream *curr_sess;
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006496
Willy Tarreau87b09662015-04-03 00:22:06 +02006497 curr_sess = LIST_ELEM(appctx->ctx.sess.bref.ref, struct stream *, list);
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006498
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006499 if (appctx->ctx.sess.target) {
6500 if (appctx->ctx.sess.target != (void *)-1 && appctx->ctx.sess.target != curr_sess)
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006501 goto next_sess;
6502
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006503 LIST_ADDQ(&curr_sess->back_refs, &appctx->ctx.sess.bref.users);
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006504 /* call the proper dump() function and return if we're missing space */
Willy Tarreau76153662012-11-26 01:16:39 +01006505 if (!stats_dump_full_sess_to_buffer(si, curr_sess))
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006506 return 0;
6507
Willy Tarreau87b09662015-04-03 00:22:06 +02006508 /* stream dump complete */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006509 LIST_DEL(&appctx->ctx.sess.bref.users);
6510 LIST_INIT(&appctx->ctx.sess.bref.users);
6511 if (appctx->ctx.sess.target != (void *)-1) {
6512 appctx->ctx.sess.target = NULL;
Willy Tarreau76153662012-11-26 01:16:39 +01006513 break;
6514 }
6515 else
6516 goto next_sess;
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006517 }
6518
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006519 chunk_appendf(&trash,
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006520 "%p: proto=%s",
6521 curr_sess,
Willy Tarreauf1e02122015-09-23 12:16:43 +02006522 strm_li(curr_sess) ? strm_li(curr_sess)->proto->name : "?");
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006523
Willy Tarreaud0d8da92015-04-04 02:10:38 +02006524 conn = objt_conn(strm_orig(curr_sess));
Willy Tarreaub363a1f2013-10-01 10:45:07 +02006525 switch (conn ? addr_to_str(&conn->addr.from, pn, sizeof(pn)) : AF_UNSPEC) {
Willy Tarreau631f01c2011-09-05 00:36:48 +02006526 case AF_INET:
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006527 case AF_INET6:
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006528 chunk_appendf(&trash,
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006529 " src=%s:%d fe=%s be=%s srv=%s",
6530 pn,
Willy Tarreaub363a1f2013-10-01 10:45:07 +02006531 get_host_port(&conn->addr.from),
Willy Tarreaud0d8da92015-04-04 02:10:38 +02006532 strm_fe(curr_sess)->id,
Willy Tarreau50943332011-09-02 17:33:05 +02006533 (curr_sess->be->cap & PR_CAP_BE) ? curr_sess->be->id : "<NONE>",
Willy Tarreau3fdb3662012-11-12 00:42:33 +01006534 objt_server(curr_sess->target) ? objt_server(curr_sess->target)->id : "<none>"
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006535 );
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006536 break;
6537 case AF_UNIX:
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006538 chunk_appendf(&trash,
Emeric Brun837ca522010-10-22 16:19:01 +02006539 " src=unix:%d fe=%s be=%s srv=%s",
Willy Tarreaud0d8da92015-04-04 02:10:38 +02006540 strm_li(curr_sess)->luid,
6541 strm_fe(curr_sess)->id,
Willy Tarreau50943332011-09-02 17:33:05 +02006542 (curr_sess->be->cap & PR_CAP_BE) ? curr_sess->be->id : "<NONE>",
Willy Tarreau3fdb3662012-11-12 00:42:33 +01006543 objt_server(curr_sess->target) ? objt_server(curr_sess->target)->id : "<none>"
Emeric Brun837ca522010-10-22 16:19:01 +02006544 );
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006545 break;
6546 }
6547
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006548 chunk_appendf(&trash,
Willy Tarreau65671ab2009-10-04 14:24:59 +02006549 " ts=%02x age=%s calls=%d",
6550 curr_sess->task->state,
Willy Tarreau3884cba2009-03-28 17:54:35 +01006551 human_time(now.tv_sec - curr_sess->logs.tv_accept.tv_sec, 1),
6552 curr_sess->task->calls);
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006553
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006554 chunk_appendf(&trash,
Willy Tarreau02d6cfc2012-03-01 18:19:58 +01006555 " rq[f=%06xh,i=%d,an=%02xh,rx=%s",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01006556 curr_sess->req.flags,
6557 curr_sess->req.buf->i,
6558 curr_sess->req.analysers,
6559 curr_sess->req.rex ?
6560 human_time(TICKS_TO_MS(curr_sess->req.rex - now_ms),
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006561 TICKS_TO_MS(1000)) : "");
6562
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006563 chunk_appendf(&trash,
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006564 ",wx=%s",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01006565 curr_sess->req.wex ?
6566 human_time(TICKS_TO_MS(curr_sess->req.wex - now_ms),
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006567 TICKS_TO_MS(1000)) : "");
6568
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006569 chunk_appendf(&trash,
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006570 ",ax=%s]",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01006571 curr_sess->req.analyse_exp ?
6572 human_time(TICKS_TO_MS(curr_sess->req.analyse_exp - now_ms),
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006573 TICKS_TO_MS(1000)) : "");
6574
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006575 chunk_appendf(&trash,
Willy Tarreau02d6cfc2012-03-01 18:19:58 +01006576 " rp[f=%06xh,i=%d,an=%02xh,rx=%s",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01006577 curr_sess->res.flags,
6578 curr_sess->res.buf->i,
6579 curr_sess->res.analysers,
6580 curr_sess->res.rex ?
6581 human_time(TICKS_TO_MS(curr_sess->res.rex - now_ms),
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006582 TICKS_TO_MS(1000)) : "");
6583
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006584 chunk_appendf(&trash,
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006585 ",wx=%s",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01006586 curr_sess->res.wex ?
6587 human_time(TICKS_TO_MS(curr_sess->res.wex - now_ms),
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006588 TICKS_TO_MS(1000)) : "");
6589
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006590 chunk_appendf(&trash,
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006591 ",ax=%s]",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01006592 curr_sess->res.analyse_exp ?
6593 human_time(TICKS_TO_MS(curr_sess->res.analyse_exp - now_ms),
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006594 TICKS_TO_MS(1000)) : "");
6595
Willy Tarreaub363a1f2013-10-01 10:45:07 +02006596 conn = objt_conn(curr_sess->si[0].end);
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006597 chunk_appendf(&trash,
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006598 " s0=[%d,%1xh,fd=%d,ex=%s]",
6599 curr_sess->si[0].state,
6600 curr_sess->si[0].flags,
Willy Tarreaub363a1f2013-10-01 10:45:07 +02006601 conn ? conn->t.sock.fd : -1,
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006602 curr_sess->si[0].exp ?
6603 human_time(TICKS_TO_MS(curr_sess->si[0].exp - now_ms),
6604 TICKS_TO_MS(1000)) : "");
6605
Willy Tarreaub363a1f2013-10-01 10:45:07 +02006606 conn = objt_conn(curr_sess->si[1].end);
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006607 chunk_appendf(&trash,
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006608 " s1=[%d,%1xh,fd=%d,ex=%s]",
6609 curr_sess->si[1].state,
6610 curr_sess->si[1].flags,
Willy Tarreaub363a1f2013-10-01 10:45:07 +02006611 conn ? conn->t.sock.fd : -1,
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006612 curr_sess->si[1].exp ?
6613 human_time(TICKS_TO_MS(curr_sess->si[1].exp - now_ms),
6614 TICKS_TO_MS(1000)) : "");
6615
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006616 chunk_appendf(&trash,
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006617 " exp=%s",
6618 curr_sess->task->expire ?
6619 human_time(TICKS_TO_MS(curr_sess->task->expire - now_ms),
6620 TICKS_TO_MS(1000)) : "");
Willy Tarreau4726f532009-03-07 17:25:21 +01006621 if (task_in_rq(curr_sess->task))
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006622 chunk_appendf(&trash, " run(nice=%d)", curr_sess->task->nice);
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006623
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006624 chunk_appendf(&trash, "\n");
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006625
Willy Tarreau2bb4a962014-11-28 11:11:05 +01006626 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreau87b09662015-04-03 00:22:06 +02006627 /* let's try again later from this stream. We add ourselves into
6628 * this stream's users so that it can remove us upon termination.
Willy Tarreaufd3828e2009-02-22 15:17:24 +01006629 */
Willy Tarreaufe127932015-04-21 19:23:39 +02006630 si_applet_cant_put(si);
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006631 LIST_ADDQ(&curr_sess->back_refs, &appctx->ctx.sess.bref.users);
Willy Tarreau7e72a8f2009-10-03 23:55:14 +02006632 return 0;
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006633 }
6634
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006635 next_sess:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006636 appctx->ctx.sess.bref.ref = curr_sess->list.n;
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006637 }
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006638
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006639 if (appctx->ctx.sess.target && appctx->ctx.sess.target != (void *)-1) {
Willy Tarreau87b09662015-04-03 00:22:06 +02006640 /* specified stream not found */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006641 if (appctx->ctx.sess.section > 0)
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006642 chunk_appendf(&trash, " *** session terminated while we were watching it ***\n");
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006643 else
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006644 chunk_appendf(&trash, "Session not found.\n");
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006645
Willy Tarreaubc18da12015-03-13 14:00:47 +01006646 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02006647 si_applet_cant_put(si);
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006648 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01006649 }
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006650
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006651 appctx->ctx.sess.target = NULL;
6652 appctx->ctx.sess.uid = 0;
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006653 return 1;
6654 }
6655
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006656 appctx->st2 = STAT_ST_FIN;
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006657 /* fall through */
6658
6659 default:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006660 appctx->st2 = STAT_ST_FIN;
Willy Tarreau7e72a8f2009-10-03 23:55:14 +02006661 return 1;
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006662 }
Emeric Brun1e029aa2010-09-23 18:12:53 +02006663}
6664
Willy Tarreau5f9a8772012-11-26 02:22:40 +01006665/* This is called when the stream interface is closed. For instance, upon an
6666 * external abort, we won't call the i/o handler anymore so we may need to
Willy Tarreau87b09662015-04-03 00:22:06 +02006667 * remove back references to the stream currently being dumped.
Willy Tarreau5f9a8772012-11-26 02:22:40 +01006668 */
Willy Tarreau00a37f02015-04-13 12:05:19 +02006669static void cli_release_handler(struct appctx *appctx)
Willy Tarreau5f9a8772012-11-26 02:22:40 +01006670{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006671 if (appctx->st0 == STAT_CLI_O_SESS && appctx->st2 == STAT_ST_LIST) {
6672 if (!LIST_ISEMPTY(&appctx->ctx.sess.bref.users))
6673 LIST_DEL(&appctx->ctx.sess.bref.users);
Willy Tarreau5f9a8772012-11-26 02:22:40 +01006674 }
Thierry FOURNIER364cfdf2014-01-29 19:08:49 +01006675 else if (appctx->st0 == STAT_CLI_PRINT_FREE) {
6676 free(appctx->ctx.cli.err);
Willy Tarreau6457d0f2015-10-07 20:00:24 +02006677 appctx->ctx.cli.err = NULL;
Thierry FOURNIER364cfdf2014-01-29 19:08:49 +01006678 }
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006679 else if (appctx->st0 == STAT_CLI_O_MLOOK) {
6680 free(appctx->ctx.map.chunk.str);
Willy Tarreau6457d0f2015-10-07 20:00:24 +02006681 appctx->ctx.map.chunk.str = NULL;
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006682 }
Willy Tarreau5f9a8772012-11-26 02:22:40 +01006683}
6684
Willy Tarreau20e99322013-04-13 09:22:25 +02006685/* This function is used to either dump tables states (when action is set
6686 * to STAT_CLI_O_TAB) or clear tables (when action is STAT_CLI_O_CLR).
Willy Tarreau20e99322013-04-13 09:22:25 +02006687 * It returns 0 if the output buffer is full and it needs to be called
6688 * again, otherwise non-zero.
Willy Tarreau69f58c82010-07-12 17:55:33 +02006689 */
Willy Tarreau20e99322013-04-13 09:22:25 +02006690static int stats_table_request(struct stream_interface *si, int action)
Willy Tarreau69f58c82010-07-12 17:55:33 +02006691{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006692 struct appctx *appctx = __objt_appctx(si->end);
Willy Tarreau87b09662015-04-03 00:22:06 +02006693 struct stream *s = si_strm(si);
Willy Tarreau69f58c82010-07-12 17:55:33 +02006694 struct ebmb_node *eb;
6695 int dt;
Willy Tarreau44455022012-12-05 23:01:12 +01006696 int skip_entry;
Willy Tarreau20e99322013-04-13 09:22:25 +02006697 int show = action == STAT_CLI_O_TAB;
Willy Tarreau69f58c82010-07-12 17:55:33 +02006698
6699 /*
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006700 * We have 3 possible states in appctx->st2 :
Willy Tarreau295a8372011-03-10 11:25:07 +01006701 * - STAT_ST_INIT : the first call
6702 * - STAT_ST_INFO : the proxy pointer points to the next table to
Willy Tarreau69f58c82010-07-12 17:55:33 +02006703 * dump, the entry pointer is NULL ;
Willy Tarreau295a8372011-03-10 11:25:07 +01006704 * - STAT_ST_LIST : the proxy pointer points to the current table
Willy Tarreau69f58c82010-07-12 17:55:33 +02006705 * and the entry pointer points to the next entry to be dumped,
6706 * and the refcount on the next entry is held ;
Willy Tarreau295a8372011-03-10 11:25:07 +01006707 * - STAT_ST_END : nothing left to dump, the buffer may contain some
Willy Tarreau69f58c82010-07-12 17:55:33 +02006708 * data though.
6709 */
6710
Willy Tarreau2bb4a962014-11-28 11:11:05 +01006711 if (unlikely(si_ic(si)->flags & (CF_WRITE_ERROR|CF_SHUTW))) {
Willy Tarreau69f58c82010-07-12 17:55:33 +02006712 /* in case of abort, remove any refcount we might have set on an entry */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006713 if (appctx->st2 == STAT_ST_LIST) {
6714 appctx->ctx.table.entry->ref_cnt--;
6715 stksess_kill_if_expired(&appctx->ctx.table.proxy->table, appctx->ctx.table.entry);
Willy Tarreauf6efda12010-08-03 20:34:06 +02006716 }
Willy Tarreau69f58c82010-07-12 17:55:33 +02006717 return 1;
6718 }
6719
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006720 chunk_reset(&trash);
Willy Tarreau69f58c82010-07-12 17:55:33 +02006721
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006722 while (appctx->st2 != STAT_ST_FIN) {
6723 switch (appctx->st2) {
Willy Tarreau295a8372011-03-10 11:25:07 +01006724 case STAT_ST_INIT:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006725 appctx->ctx.table.proxy = appctx->ctx.table.target;
6726 if (!appctx->ctx.table.proxy)
6727 appctx->ctx.table.proxy = proxy;
Willy Tarreau69f58c82010-07-12 17:55:33 +02006728
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006729 appctx->ctx.table.entry = NULL;
6730 appctx->st2 = STAT_ST_INFO;
Willy Tarreau69f58c82010-07-12 17:55:33 +02006731 break;
6732
Willy Tarreau295a8372011-03-10 11:25:07 +01006733 case STAT_ST_INFO:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006734 if (!appctx->ctx.table.proxy ||
6735 (appctx->ctx.table.target &&
6736 appctx->ctx.table.proxy != appctx->ctx.table.target)) {
6737 appctx->st2 = STAT_ST_END;
Willy Tarreau69f58c82010-07-12 17:55:33 +02006738 break;
6739 }
6740
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006741 if (appctx->ctx.table.proxy->table.size) {
6742 if (show && !stats_dump_table_head_to_buffer(&trash, si, appctx->ctx.table.proxy,
6743 appctx->ctx.table.target))
Willy Tarreau69f58c82010-07-12 17:55:33 +02006744 return 0;
6745
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006746 if (appctx->ctx.table.target &&
Willy Tarreaud0d8da92015-04-04 02:10:38 +02006747 strm_li(s)->bind_conf->level >= ACCESS_LVL_OPER) {
Willy Tarreau69f58c82010-07-12 17:55:33 +02006748 /* dump entries only if table explicitly requested */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006749 eb = ebmb_first(&appctx->ctx.table.proxy->table.keys);
Willy Tarreau69f58c82010-07-12 17:55:33 +02006750 if (eb) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006751 appctx->ctx.table.entry = ebmb_entry(eb, struct stksess, key);
6752 appctx->ctx.table.entry->ref_cnt++;
6753 appctx->st2 = STAT_ST_LIST;
Willy Tarreau69f58c82010-07-12 17:55:33 +02006754 break;
6755 }
6756 }
6757 }
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006758 appctx->ctx.table.proxy = appctx->ctx.table.proxy->next;
Willy Tarreau69f58c82010-07-12 17:55:33 +02006759 break;
6760
Willy Tarreau295a8372011-03-10 11:25:07 +01006761 case STAT_ST_LIST:
Willy Tarreau44455022012-12-05 23:01:12 +01006762 skip_entry = 0;
Simon Hormanc88b8872011-06-15 15:18:49 +09006763
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006764 if (appctx->ctx.table.data_type >= 0) {
Willy Tarreau4f3f01f2010-07-18 11:46:20 +02006765 /* we're filtering on some data contents */
6766 void *ptr;
6767 long long data;
6768
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006769 dt = appctx->ctx.table.data_type;
6770 ptr = stktable_data_ptr(&appctx->ctx.table.proxy->table,
6771 appctx->ctx.table.entry,
Willy Tarreau4f3f01f2010-07-18 11:46:20 +02006772 dt);
6773
6774 data = 0;
6775 switch (stktable_data_types[dt].std_type) {
6776 case STD_T_SINT:
6777 data = stktable_data_cast(ptr, std_t_sint);
6778 break;
6779 case STD_T_UINT:
6780 data = stktable_data_cast(ptr, std_t_uint);
6781 break;
6782 case STD_T_ULL:
6783 data = stktable_data_cast(ptr, std_t_ull);
6784 break;
6785 case STD_T_FRQP:
6786 data = read_freq_ctr_period(&stktable_data_cast(ptr, std_t_frqp),
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006787 appctx->ctx.table.proxy->table.data_arg[dt].u);
Willy Tarreau4f3f01f2010-07-18 11:46:20 +02006788 break;
6789 }
6790
6791 /* skip the entry if the data does not match the test and the value */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006792 if ((data < appctx->ctx.table.value &&
6793 (appctx->ctx.table.data_op == STD_OP_EQ ||
6794 appctx->ctx.table.data_op == STD_OP_GT ||
6795 appctx->ctx.table.data_op == STD_OP_GE)) ||
6796 (data == appctx->ctx.table.value &&
6797 (appctx->ctx.table.data_op == STD_OP_NE ||
6798 appctx->ctx.table.data_op == STD_OP_GT ||
6799 appctx->ctx.table.data_op == STD_OP_LT)) ||
6800 (data > appctx->ctx.table.value &&
6801 (appctx->ctx.table.data_op == STD_OP_EQ ||
6802 appctx->ctx.table.data_op == STD_OP_LT ||
6803 appctx->ctx.table.data_op == STD_OP_LE)))
Willy Tarreau44455022012-12-05 23:01:12 +01006804 skip_entry = 1;
Willy Tarreau4f3f01f2010-07-18 11:46:20 +02006805 }
6806
Simon Hormanc88b8872011-06-15 15:18:49 +09006807 if (show && !skip_entry &&
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006808 !stats_dump_table_entry_to_buffer(&trash, si, appctx->ctx.table.proxy,
6809 appctx->ctx.table.entry))
Simon Hormand9366582011-06-15 15:18:45 +09006810 return 0;
Willy Tarreau69f58c82010-07-12 17:55:33 +02006811
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006812 appctx->ctx.table.entry->ref_cnt--;
Willy Tarreau69f58c82010-07-12 17:55:33 +02006813
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006814 eb = ebmb_next(&appctx->ctx.table.entry->key);
Willy Tarreau69f58c82010-07-12 17:55:33 +02006815 if (eb) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006816 struct stksess *old = appctx->ctx.table.entry;
6817 appctx->ctx.table.entry = ebmb_entry(eb, struct stksess, key);
Willy Tarreau8fa52f42012-01-09 11:50:03 +01006818 if (show)
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006819 stksess_kill_if_expired(&appctx->ctx.table.proxy->table, old);
6820 else if (!skip_entry && !appctx->ctx.table.entry->ref_cnt)
6821 stksess_kill(&appctx->ctx.table.proxy->table, old);
6822 appctx->ctx.table.entry->ref_cnt++;
Willy Tarreau69f58c82010-07-12 17:55:33 +02006823 break;
6824 }
6825
Simon Hormanc88b8872011-06-15 15:18:49 +09006826
6827 if (show)
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006828 stksess_kill_if_expired(&appctx->ctx.table.proxy->table, appctx->ctx.table.entry);
6829 else if (!skip_entry && !appctx->ctx.table.entry->ref_cnt)
6830 stksess_kill(&appctx->ctx.table.proxy->table, appctx->ctx.table.entry);
Simon Hormanc88b8872011-06-15 15:18:49 +09006831
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006832 appctx->ctx.table.proxy = appctx->ctx.table.proxy->next;
6833 appctx->st2 = STAT_ST_INFO;
Willy Tarreau69f58c82010-07-12 17:55:33 +02006834 break;
6835
Willy Tarreau295a8372011-03-10 11:25:07 +01006836 case STAT_ST_END:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006837 appctx->st2 = STAT_ST_FIN;
Willy Tarreau69f58c82010-07-12 17:55:33 +02006838 break;
6839 }
6840 }
6841 return 1;
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006842}
6843
Willy Tarreaud426a182010-03-05 14:58:26 +01006844/* print a line of text buffer (limited to 70 bytes) to <out>. The format is :
Willy Tarreau74808cb2009-03-04 15:53:18 +01006845 * <2 spaces> <offset=5 digits> <space or plus> <space> <70 chars max> <\n>
6846 * which is 60 chars per line. Non-printable chars \t, \n, \r and \e are
6847 * encoded in C format. Other non-printable chars are encoded "\xHH". Original
6848 * lines are respected within the limit of 70 output chars. Lines that are
6849 * continuation of a previous truncated line begin with "+" instead of " "
6850 * after the offset. The new pointer is returned.
6851 */
Willy Tarreaud426a182010-03-05 14:58:26 +01006852static int dump_text_line(struct chunk *out, const char *buf, int bsize, int len,
6853 int *line, int ptr)
Willy Tarreau74808cb2009-03-04 15:53:18 +01006854{
6855 int end;
6856 unsigned char c;
6857
6858 end = out->len + 80;
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02006859 if (end > out->size)
Willy Tarreau74808cb2009-03-04 15:53:18 +01006860 return ptr;
6861
Willy Tarreau77804732012-10-29 16:14:26 +01006862 chunk_appendf(out, " %05d%c ", ptr, (ptr == *line) ? ' ' : '+');
Willy Tarreau74808cb2009-03-04 15:53:18 +01006863
Willy Tarreaud426a182010-03-05 14:58:26 +01006864 while (ptr < len && ptr < bsize) {
6865 c = buf[ptr];
Willy Tarreau787bbd92009-03-12 08:18:33 +01006866 if (isprint(c) && isascii(c) && c != '\\') {
Willy Tarreau74808cb2009-03-04 15:53:18 +01006867 if (out->len > end - 2)
6868 break;
6869 out->str[out->len++] = c;
Willy Tarreau787bbd92009-03-12 08:18:33 +01006870 } else if (c == '\t' || c == '\n' || c == '\r' || c == '\e' || c == '\\') {
Willy Tarreau74808cb2009-03-04 15:53:18 +01006871 if (out->len > end - 3)
6872 break;
6873 out->str[out->len++] = '\\';
6874 switch (c) {
6875 case '\t': c = 't'; break;
6876 case '\n': c = 'n'; break;
6877 case '\r': c = 'r'; break;
6878 case '\e': c = 'e'; break;
Willy Tarreau787bbd92009-03-12 08:18:33 +01006879 case '\\': c = '\\'; break;
Willy Tarreau74808cb2009-03-04 15:53:18 +01006880 }
6881 out->str[out->len++] = c;
6882 } else {
6883 if (out->len > end - 5)
6884 break;
6885 out->str[out->len++] = '\\';
6886 out->str[out->len++] = 'x';
6887 out->str[out->len++] = hextab[(c >> 4) & 0xF];
6888 out->str[out->len++] = hextab[c & 0xF];
6889 }
Willy Tarreaud426a182010-03-05 14:58:26 +01006890 if (buf[ptr++] == '\n') {
Willy Tarreau74808cb2009-03-04 15:53:18 +01006891 /* we had a line break, let's return now */
6892 out->str[out->len++] = '\n';
6893 *line = ptr;
6894 return ptr;
6895 }
6896 }
6897 /* we have an incomplete line, we return it as-is */
6898 out->str[out->len++] = '\n';
6899 return ptr;
6900}
6901
Baptiste Assmann3863f972015-05-17 00:33:24 +02006902/* This function dumps counters from all resolvers section and associated name servers.
6903 * It returns 0 if the output buffer is full and it needs
6904 * to be called again, otherwise non-zero.
6905 */
6906static int stats_dump_resolvers_to_buffer(struct stream_interface *si)
6907{
6908 struct appctx *appctx = __objt_appctx(si->end);
6909 struct dns_resolvers *presolvers;
6910 struct dns_nameserver *pnameserver;
6911
6912 chunk_reset(&trash);
6913
6914 switch (appctx->st2) {
6915 case STAT_ST_INIT:
6916 appctx->st2 = STAT_ST_LIST; /* let's start producing data */
6917 /* fall through */
6918
6919 case STAT_ST_LIST:
Andrew Hayworth68d05342015-10-02 20:33:01 +00006920 if (LIST_ISEMPTY(&dns_resolvers)) {
6921 chunk_appendf(&trash, "No resolvers found\n");
6922 }
6923 else {
6924 list_for_each_entry(presolvers, &dns_resolvers, list) {
6925 if (appctx->ctx.resolvers.ptr != NULL && appctx->ctx.resolvers.ptr != presolvers)
6926 continue;
6927
6928 chunk_appendf(&trash, "Resolvers section %s\n", presolvers->id);
6929 list_for_each_entry(pnameserver, &presolvers->nameserver_list, list) {
6930 chunk_appendf(&trash, " nameserver %s:\n", pnameserver->id);
6931 chunk_appendf(&trash, " sent: %ld\n", pnameserver->counters.sent);
6932 chunk_appendf(&trash, " valid: %ld\n", pnameserver->counters.valid);
6933 chunk_appendf(&trash, " update: %ld\n", pnameserver->counters.update);
6934 chunk_appendf(&trash, " cname: %ld\n", pnameserver->counters.cname);
6935 chunk_appendf(&trash, " cname_error: %ld\n", pnameserver->counters.cname_error);
6936 chunk_appendf(&trash, " any_err: %ld\n", pnameserver->counters.any_err);
6937 chunk_appendf(&trash, " nx: %ld\n", pnameserver->counters.nx);
6938 chunk_appendf(&trash, " timeout: %ld\n", pnameserver->counters.timeout);
6939 chunk_appendf(&trash, " refused: %ld\n", pnameserver->counters.refused);
6940 chunk_appendf(&trash, " other: %ld\n", pnameserver->counters.other);
6941 chunk_appendf(&trash, " invalid: %ld\n", pnameserver->counters.invalid);
6942 chunk_appendf(&trash, " too_big: %ld\n", pnameserver->counters.too_big);
6943 chunk_appendf(&trash, " truncated: %ld\n", pnameserver->counters.truncated);
6944 chunk_appendf(&trash, " outdated: %ld\n", pnameserver->counters.outdated);
6945 }
6946 }
Baptiste Assmann3863f972015-05-17 00:33:24 +02006947 }
6948
6949 /* display response */
6950 if (bi_putchk(si_ic(si), &trash) == -1) {
6951 /* let's try again later from this session. We add ourselves into
6952 * this session's users so that it can remove us upon termination.
6953 */
6954 si->flags |= SI_FL_WAIT_ROOM;
6955 return 0;
6956 }
6957
6958 appctx->st2 = STAT_ST_FIN;
6959 /* fall through */
6960
6961 default:
6962 appctx->st2 = STAT_ST_FIN;
6963 return 1;
6964 }
6965}
6966
Willy Tarreauf7bc57c2012-10-03 00:19:48 +02006967/* This function dumps all captured errors onto the stream interface's
Willy Tarreau306f8302013-07-08 15:53:06 +02006968 * read buffer. It returns 0 if the output buffer is full and it needs
Willy Tarreau5ec29ff2011-02-13 15:27:22 +01006969 * to be called again, otherwise non-zero.
Willy Tarreau74808cb2009-03-04 15:53:18 +01006970 */
Simon Horman9bd2c732011-06-15 15:18:44 +09006971static int stats_dump_errors_to_buffer(struct stream_interface *si)
Willy Tarreau74808cb2009-03-04 15:53:18 +01006972{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006973 struct appctx *appctx = __objt_appctx(si->end);
Willy Tarreau74808cb2009-03-04 15:53:18 +01006974 extern const char *monthname[12];
Willy Tarreau74808cb2009-03-04 15:53:18 +01006975
Willy Tarreau2bb4a962014-11-28 11:11:05 +01006976 if (unlikely(si_ic(si)->flags & (CF_WRITE_ERROR|CF_SHUTW)))
Willy Tarreau61b34732009-10-03 23:49:35 +02006977 return 1;
Willy Tarreau74808cb2009-03-04 15:53:18 +01006978
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006979 chunk_reset(&trash);
Willy Tarreau74808cb2009-03-04 15:53:18 +01006980
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006981 if (!appctx->ctx.errors.px) {
Willy Tarreau74808cb2009-03-04 15:53:18 +01006982 /* the function had not been called yet, let's prepare the
6983 * buffer for a response.
6984 */
Willy Tarreau10479e42010-12-12 14:00:34 +01006985 struct tm tm;
6986
6987 get_localtime(date.tv_sec, &tm);
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006988 chunk_appendf(&trash, "Total events captured on [%02d/%s/%04d:%02d:%02d:%02d.%03d] : %u\n",
Willy Tarreau10479e42010-12-12 14:00:34 +01006989 tm.tm_mday, monthname[tm.tm_mon], tm.tm_year+1900,
6990 tm.tm_hour, tm.tm_min, tm.tm_sec, (int)(date.tv_usec/1000),
6991 error_snapshot_id);
6992
Willy Tarreau2bb4a962014-11-28 11:11:05 +01006993 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreau10479e42010-12-12 14:00:34 +01006994 /* Socket buffer full. Let's try again later from the same point */
Willy Tarreaufe127932015-04-21 19:23:39 +02006995 si_applet_cant_put(si);
Willy Tarreau10479e42010-12-12 14:00:34 +01006996 return 0;
6997 }
6998
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006999 appctx->ctx.errors.px = proxy;
7000 appctx->ctx.errors.buf = 0;
7001 appctx->ctx.errors.bol = 0;
7002 appctx->ctx.errors.ptr = -1;
Willy Tarreau74808cb2009-03-04 15:53:18 +01007003 }
7004
7005 /* we have two inner loops here, one for the proxy, the other one for
7006 * the buffer.
7007 */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01007008 while (appctx->ctx.errors.px) {
Willy Tarreau74808cb2009-03-04 15:53:18 +01007009 struct error_snapshot *es;
7010
Willy Tarreau7b4b4992013-12-01 09:15:12 +01007011 if (appctx->ctx.errors.buf == 0)
7012 es = &appctx->ctx.errors.px->invalid_req;
Willy Tarreau74808cb2009-03-04 15:53:18 +01007013 else
Willy Tarreau7b4b4992013-12-01 09:15:12 +01007014 es = &appctx->ctx.errors.px->invalid_rep;
Willy Tarreau74808cb2009-03-04 15:53:18 +01007015
7016 if (!es->when.tv_sec)
7017 goto next;
7018
Willy Tarreau7b4b4992013-12-01 09:15:12 +01007019 if (appctx->ctx.errors.iid >= 0 &&
7020 appctx->ctx.errors.px->uuid != appctx->ctx.errors.iid &&
7021 es->oe->uuid != appctx->ctx.errors.iid)
Willy Tarreau74808cb2009-03-04 15:53:18 +01007022 goto next;
7023
Willy Tarreau7b4b4992013-12-01 09:15:12 +01007024 if (appctx->ctx.errors.ptr < 0) {
Willy Tarreau74808cb2009-03-04 15:53:18 +01007025 /* just print headers now */
7026
7027 char pn[INET6_ADDRSTRLEN];
7028 struct tm tm;
Willy Tarreaud04b1bc2012-05-08 11:03:10 +02007029 int port;
Willy Tarreau74808cb2009-03-04 15:53:18 +01007030
7031 get_localtime(es->when.tv_sec, &tm);
Willy Tarreau19d14ef2012-10-29 16:51:55 +01007032 chunk_appendf(&trash, " \n[%02d/%s/%04d:%02d:%02d:%02d.%03d]",
Willy Tarreau74808cb2009-03-04 15:53:18 +01007033 tm.tm_mday, monthname[tm.tm_mon], tm.tm_year+1900,
Willy Tarreau1772ece2009-04-03 14:49:12 +02007034 tm.tm_hour, tm.tm_min, tm.tm_sec, (int)(es->when.tv_usec/1000));
Willy Tarreau74808cb2009-03-04 15:53:18 +01007035
Willy Tarreaud04b1bc2012-05-08 11:03:10 +02007036 switch (addr_to_str(&es->src, pn, sizeof(pn))) {
7037 case AF_INET:
7038 case AF_INET6:
7039 port = get_host_port(&es->src);
7040 break;
7041 default:
7042 port = 0;
7043 }
7044
Willy Tarreau7b4b4992013-12-01 09:15:12 +01007045 switch (appctx->ctx.errors.buf) {
Willy Tarreau74808cb2009-03-04 15:53:18 +01007046 case 0:
Willy Tarreau19d14ef2012-10-29 16:51:55 +01007047 chunk_appendf(&trash,
Willy Tarreau74808cb2009-03-04 15:53:18 +01007048 " frontend %s (#%d): invalid request\n"
Willy Tarreaud04b1bc2012-05-08 11:03:10 +02007049 " backend %s (#%d)",
Willy Tarreau7b4b4992013-12-01 09:15:12 +01007050 appctx->ctx.errors.px->id, appctx->ctx.errors.px->uuid,
Willy Tarreaud04b1bc2012-05-08 11:03:10 +02007051 (es->oe->cap & PR_CAP_BE) ? es->oe->id : "<NONE>",
7052 (es->oe->cap & PR_CAP_BE) ? es->oe->uuid : -1);
Willy Tarreau74808cb2009-03-04 15:53:18 +01007053 break;
7054 case 1:
Willy Tarreau19d14ef2012-10-29 16:51:55 +01007055 chunk_appendf(&trash,
Olivier Doucet08afdcb2014-09-08 11:23:00 +02007056 " backend %s (#%d): invalid response\n"
Willy Tarreaud04b1bc2012-05-08 11:03:10 +02007057 " frontend %s (#%d)",
Willy Tarreau7b4b4992013-12-01 09:15:12 +01007058 appctx->ctx.errors.px->id, appctx->ctx.errors.px->uuid,
Willy Tarreaud04b1bc2012-05-08 11:03:10 +02007059 es->oe->id, es->oe->uuid);
Willy Tarreau74808cb2009-03-04 15:53:18 +01007060 break;
7061 }
7062
Willy Tarreau19d14ef2012-10-29 16:51:55 +01007063 chunk_appendf(&trash,
Willy Tarreaud04b1bc2012-05-08 11:03:10 +02007064 ", server %s (#%d), event #%u\n"
7065 " src %s:%d, session #%d, session flags 0x%08x\n"
7066 " HTTP msg state %d, msg flags 0x%08x, tx flags 0x%08x\n"
7067 " HTTP chunk len %lld bytes, HTTP body len %lld bytes\n"
7068 " buffer flags 0x%08x, out %d bytes, total %lld bytes\n"
7069 " pending %d bytes, wrapping at %d, error at position %d:\n \n",
7070 es->srv ? es->srv->id : "<NONE>", es->srv ? es->srv->puid : -1,
7071 es->ev_id,
7072 pn, port, es->sid, es->s_flags,
7073 es->state, es->m_flags, es->t_flags,
7074 es->m_clen, es->m_blen,
7075 es->b_flags, es->b_out, es->b_tot,
7076 es->len, es->b_wrap, es->pos);
7077
Willy Tarreau2bb4a962014-11-28 11:11:05 +01007078 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreau74808cb2009-03-04 15:53:18 +01007079 /* Socket buffer full. Let's try again later from the same point */
Willy Tarreaufe127932015-04-21 19:23:39 +02007080 si_applet_cant_put(si);
Willy Tarreau61b34732009-10-03 23:49:35 +02007081 return 0;
Willy Tarreau74808cb2009-03-04 15:53:18 +01007082 }
Willy Tarreau7b4b4992013-12-01 09:15:12 +01007083 appctx->ctx.errors.ptr = 0;
7084 appctx->ctx.errors.sid = es->sid;
Willy Tarreau74808cb2009-03-04 15:53:18 +01007085 }
7086
Willy Tarreau7b4b4992013-12-01 09:15:12 +01007087 if (appctx->ctx.errors.sid != es->sid) {
Willy Tarreau74808cb2009-03-04 15:53:18 +01007088 /* the snapshot changed while we were dumping it */
Willy Tarreau19d14ef2012-10-29 16:51:55 +01007089 chunk_appendf(&trash,
Willy Tarreau74808cb2009-03-04 15:53:18 +01007090 " WARNING! update detected on this snapshot, dump interrupted. Please re-check!\n");
Willy Tarreaubc18da12015-03-13 14:00:47 +01007091 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02007092 si_applet_cant_put(si);
Willy Tarreau61b34732009-10-03 23:49:35 +02007093 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01007094 }
Willy Tarreau74808cb2009-03-04 15:53:18 +01007095 goto next;
7096 }
7097
7098 /* OK, ptr >= 0, so we have to dump the current line */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01007099 while (appctx->ctx.errors.ptr < es->len && appctx->ctx.errors.ptr < sizeof(es->buf)) {
Willy Tarreau74808cb2009-03-04 15:53:18 +01007100 int newptr;
7101 int newline;
7102
Willy Tarreau7b4b4992013-12-01 09:15:12 +01007103 newline = appctx->ctx.errors.bol;
7104 newptr = dump_text_line(&trash, es->buf, sizeof(es->buf), es->len, &newline, appctx->ctx.errors.ptr);
7105 if (newptr == appctx->ctx.errors.ptr)
Willy Tarreau61b34732009-10-03 23:49:35 +02007106 return 0;
Willy Tarreau74808cb2009-03-04 15:53:18 +01007107
Willy Tarreau2bb4a962014-11-28 11:11:05 +01007108 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreau74808cb2009-03-04 15:53:18 +01007109 /* Socket buffer full. Let's try again later from the same point */
Willy Tarreaufe127932015-04-21 19:23:39 +02007110 si_applet_cant_put(si);
Willy Tarreau61b34732009-10-03 23:49:35 +02007111 return 0;
Willy Tarreau74808cb2009-03-04 15:53:18 +01007112 }
Willy Tarreau7b4b4992013-12-01 09:15:12 +01007113 appctx->ctx.errors.ptr = newptr;
7114 appctx->ctx.errors.bol = newline;
Willy Tarreau74808cb2009-03-04 15:53:18 +01007115 };
7116 next:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01007117 appctx->ctx.errors.bol = 0;
7118 appctx->ctx.errors.ptr = -1;
7119 appctx->ctx.errors.buf++;
7120 if (appctx->ctx.errors.buf > 1) {
7121 appctx->ctx.errors.buf = 0;
7122 appctx->ctx.errors.px = appctx->ctx.errors.px->next;
Willy Tarreau74808cb2009-03-04 15:53:18 +01007123 }
Willy Tarreauae795722016-02-16 11:27:28 +01007124 }
7125
7126 /* dump complete */
7127 return 1;
7128}
7129
7130/* This function dumps all environmnent variables to the buffer. It returns 0
7131 * if the output buffer is full and it needs to be called again, otherwise
7132 * non-zero. Dumps only one entry if st2 == STAT_ST_END.
7133 */
7134static int stats_dump_env_to_buffer(struct stream_interface *si)
7135{
7136 struct appctx *appctx = __objt_appctx(si->end);
7137
7138 if (unlikely(si_ic(si)->flags & (CF_WRITE_ERROR|CF_SHUTW)))
7139 return 1;
7140
7141 chunk_reset(&trash);
7142
7143 /* we have two inner loops here, one for the proxy, the other one for
7144 * the buffer.
7145 */
7146 while (*appctx->ctx.env.var) {
7147 chunk_printf(&trash, "%s\n", *appctx->ctx.env.var);
7148
7149 if (bi_putchk(si_ic(si), &trash) == -1) {
7150 si_applet_cant_put(si);
7151 return 0;
7152 }
7153 if (appctx->st2 == STAT_ST_END)
7154 break;
7155 appctx->ctx.env.var++;
Willy Tarreau74808cb2009-03-04 15:53:18 +01007156 }
7157
7158 /* dump complete */
Willy Tarreau61b34732009-10-03 23:49:35 +02007159 return 1;
Willy Tarreau74808cb2009-03-04 15:53:18 +01007160}
7161
Willy Tarreaud5781202012-09-22 19:32:35 +02007162/* parse the "level" argument on the bind lines */
7163static int bind_parse_level(char **args, int cur_arg, struct proxy *px, struct bind_conf *conf, char **err)
7164{
7165 if (!*args[cur_arg + 1]) {
7166 memprintf(err, "'%s' : missing level", args[cur_arg]);
7167 return ERR_ALERT | ERR_FATAL;
7168 }
7169
7170 if (!strcmp(args[cur_arg+1], "user"))
7171 conf->level = ACCESS_LVL_USER;
7172 else if (!strcmp(args[cur_arg+1], "operator"))
7173 conf->level = ACCESS_LVL_OPER;
7174 else if (!strcmp(args[cur_arg+1], "admin"))
7175 conf->level = ACCESS_LVL_ADMIN;
7176 else {
7177 memprintf(err, "'%s' only supports 'user', 'operator', and 'admin' (got '%s')",
7178 args[cur_arg], args[cur_arg+1]);
7179 return ERR_ALERT | ERR_FATAL;
7180 }
7181
7182 return 0;
7183}
7184
Willy Tarreau30576452015-04-13 13:50:30 +02007185struct applet http_stats_applet = {
Willy Tarreau3fdb3662012-11-12 00:42:33 +01007186 .obj_type = OBJ_TYPE_APPLET,
Willy Tarreaub24281b2011-02-13 13:16:36 +01007187 .name = "<STATS>", /* used for logging */
7188 .fct = http_stats_io_handler,
Aman Gupta9a13e842012-04-02 18:57:53 -07007189 .release = NULL,
Willy Tarreaub24281b2011-02-13 13:16:36 +01007190};
7191
Willy Tarreau30576452015-04-13 13:50:30 +02007192static struct applet cli_applet = {
Willy Tarreau3fdb3662012-11-12 00:42:33 +01007193 .obj_type = OBJ_TYPE_APPLET,
Willy Tarreaub24281b2011-02-13 13:16:36 +01007194 .name = "<CLI>", /* used for logging */
7195 .fct = cli_io_handler,
Willy Tarreau5f9a8772012-11-26 02:22:40 +01007196 .release = cli_release_handler,
Willy Tarreaub24281b2011-02-13 13:16:36 +01007197};
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01007198
Willy Tarreaudc13c112013-06-21 23:16:39 +02007199static struct cfg_kw_list cfg_kws = {ILH, {
Willy Tarreau10522fd2008-07-09 20:12:41 +02007200 { CFG_GLOBAL, "stats", stats_parse_global },
7201 { 0, NULL, NULL },
7202}};
7203
Willy Tarreaud5781202012-09-22 19:32:35 +02007204static struct bind_kw_list bind_kws = { "STAT", { }, {
7205 { "level", bind_parse_level, 1 }, /* set the unix socket admin level */
7206 { NULL, NULL, 0 },
7207}};
7208
Willy Tarreau10522fd2008-07-09 20:12:41 +02007209__attribute__((constructor))
7210static void __dumpstats_module_init(void)
7211{
7212 cfg_register_keywords(&cfg_kws);
Willy Tarreaud5781202012-09-22 19:32:35 +02007213 bind_register_keywords(&bind_kws);
Willy Tarreau10522fd2008-07-09 20:12:41 +02007214}
7215
Willy Tarreau91861262007-10-17 17:06:05 +02007216/*
7217 * Local variables:
7218 * c-indent-level: 8
7219 * c-basic-offset: 8
7220 * End:
7221 */