blob: d7691ffa0eb5eeaec1016f517492415e373e0b49 [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,
325
326 /* must always be the last one */
327 ST_F_TOTAL_FIELDS
328};
329
330/* These are the field names for each ST_F_* field position. Please pay attention
331 * to always use the exact same name except that the strings must be lower case
332 * while the enum entries must be upper case.
333 */
334const char *stat_field_names[ST_F_TOTAL_FIELDS] = {
335 [ST_F_PXNAME] = "pxname",
336 [ST_F_SVNAME] = "svname",
337 [ST_F_QCUR] = "qcur",
338 [ST_F_QMAX] = "qmax",
339 [ST_F_SCUR] = "scur",
340 [ST_F_SMAX] = "smax",
341 [ST_F_SLIM] = "slim",
342 [ST_F_STOT] = "stot",
343 [ST_F_BIN] = "bin",
344 [ST_F_BOUT] = "bout",
345 [ST_F_DREQ] = "dreq",
346 [ST_F_DRESP] = "dresp",
347 [ST_F_EREQ] = "ereq",
348 [ST_F_ECON] = "econ",
349 [ST_F_ERESP] = "eresp",
350 [ST_F_WRETR] = "wretr",
351 [ST_F_WREDIS] = "wredis",
352 [ST_F_STATUS] = "status",
353 [ST_F_WEIGHT] = "weight",
354 [ST_F_ACT] = "act",
355 [ST_F_BCK] = "bck",
356 [ST_F_CHKFAIL] = "chkfail",
357 [ST_F_CHKDOWN] = "chkdown",
358 [ST_F_LASTCHG] = "lastchg",
359 [ST_F_DOWNTIME] = "downtime",
360 [ST_F_QLIMIT] = "qlimit",
361 [ST_F_PID] = "pid",
362 [ST_F_IID] = "iid",
363 [ST_F_SID] = "sid",
364 [ST_F_THROTTLE] = "throttle",
365 [ST_F_LBTOT] = "lbtot",
366 [ST_F_TRACKED] = "tracked",
367 [ST_F_TYPE] = "type",
368 [ST_F_RATE] = "rate",
369 [ST_F_RATE_LIM] = "rate_lim",
370 [ST_F_RATE_MAX] = "rate_max",
371 [ST_F_CHECK_STATUS] = "check_status",
372 [ST_F_CHECK_CODE] = "check_code",
373 [ST_F_CHECK_DURATION] = "check_duration",
374 [ST_F_HRSP_1XX] = "hrsp_1xx",
375 [ST_F_HRSP_2XX] = "hrsp_2xx",
376 [ST_F_HRSP_3XX] = "hrsp_3xx",
377 [ST_F_HRSP_4XX] = "hrsp_4xx",
378 [ST_F_HRSP_5XX] = "hrsp_5xx",
379 [ST_F_HRSP_OTHER] = "hrsp_other",
380 [ST_F_HANAFAIL] = "hanafail",
381 [ST_F_REQ_RATE] = "req_rate",
382 [ST_F_REQ_RATE_MAX] = "req_rate_max",
383 [ST_F_REQ_TOT] = "req_tot",
384 [ST_F_CLI_ABRT] = "cli_abrt",
385 [ST_F_SRV_ABRT] = "srv_abrt",
386 [ST_F_COMP_IN] = "comp_in",
387 [ST_F_COMP_OUT] = "comp_out",
388 [ST_F_COMP_BYP] = "comp_byp",
389 [ST_F_COMP_RSP] = "comp_rsp",
390 [ST_F_LASTSESS] = "lastsess",
391 [ST_F_LAST_CHK] = "last_chk",
392 [ST_F_LAST_AGT] = "last_agt",
393 [ST_F_QTIME] = "qtime",
394 [ST_F_CTIME] = "ctime",
395 [ST_F_RTIME] = "rtime",
396 [ST_F_TTIME] = "ttime",
397};
398
Willy Tarreau82a86022016-01-04 19:04:18 +0100399/* one line of stats */
400static struct field stats[ST_F_TOTAL_FIELDS];
401
Baptiste Assmann9b6857e2015-09-18 14:49:12 +0200402static int stats_dump_backend_to_buffer(struct stream_interface *si);
Willy Tarreauae795722016-02-16 11:27:28 +0100403static int stats_dump_env_to_buffer(struct stream_interface *si);
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +0100404static int stats_dump_info_to_buffer(struct stream_interface *si);
Baptiste Assmann28289462015-07-03 08:01:20 +0200405static int stats_dump_servers_state_to_buffer(struct stream_interface *si);
Willy Tarreau12833bb2014-01-28 16:49:56 +0100406static int stats_dump_pools_to_buffer(struct stream_interface *si);
Willy Tarreau87b09662015-04-03 00:22:06 +0200407static int stats_dump_full_sess_to_buffer(struct stream_interface *si, struct stream *sess);
Simon Horman9bd2c732011-06-15 15:18:44 +0900408static int stats_dump_sess_to_buffer(struct stream_interface *si);
409static int stats_dump_errors_to_buffer(struct stream_interface *si);
Willy Tarreau44455022012-12-05 23:01:12 +0100410static int stats_table_request(struct stream_interface *si, int show);
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +0100411static int stats_dump_proxy_to_buffer(struct stream_interface *si, struct proxy *px, struct uri_auth *uri);
412static int stats_dump_stat_to_buffer(struct stream_interface *si, struct uri_auth *uri);
Baptiste Assmann3863f972015-05-17 00:33:24 +0200413static int stats_dump_resolvers_to_buffer(struct stream_interface *si);
Thierry FOURNIER1e00d382014-02-11 11:31:40 +0100414static int stats_pats_list(struct stream_interface *si);
415static int stats_pat_list(struct stream_interface *si);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +0100416static int stats_map_lookup(struct stream_interface *si);
Nenad Merdanovic200b0fa2015-05-09 08:46:01 +0200417#if (defined SSL_CTRL_SET_TLSEXT_TICKET_KEY_CB && TLS_TICKETS_NO > 0)
418static int stats_tlskeys_list(struct stream_interface *si);
419#endif
Willy Tarreau00a37f02015-04-13 12:05:19 +0200420static void cli_release_handler(struct appctx *appctx);
Simon Horman9bd2c732011-06-15 15:18:44 +0900421
Baptiste Assmann28289462015-07-03 08:01:20 +0200422static void dump_servers_state(struct proxy *backend, struct chunk *buf);
423
Willy Tarreaud9bdcd52012-12-22 20:31:10 +0100424/*
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +0100425 * cli_io_handler()
426 * -> stats_dump_sess_to_buffer() // "show sess"
427 * -> stats_dump_errors_to_buffer() // "show errors"
428 * -> stats_dump_info_to_buffer() // "show info"
Baptiste Assmann9b6857e2015-09-18 14:49:12 +0200429 * -> stats_dump_backend_to_buffer() // "show backend"
Baptiste Assmann28289462015-07-03 08:01:20 +0200430 * -> stats_dump_servers_state_to_buffer() // "show servers state [<backend name>]"
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +0100431 * -> stats_dump_stat_to_buffer() // "show stat"
Baptiste Assmann3863f972015-05-17 00:33:24 +0200432 * -> stats_dump_resolvers_to_buffer() // "show stat resolver <id>"
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +0100433 * -> stats_dump_csv_header()
434 * -> stats_dump_proxy_to_buffer()
435 * -> stats_dump_fe_stats()
436 * -> stats_dump_li_stats()
437 * -> stats_dump_sv_stats()
438 * -> stats_dump_be_stats()
439 *
440 * http_stats_io_handler()
441 * -> stats_dump_stat_to_buffer() // same as above, but used for CSV or HTML
442 * -> stats_dump_csv_header() // emits the CSV headers (same as above)
443 * -> stats_dump_html_head() // emits the HTML headers
444 * -> stats_dump_html_info() // emits the equivalent of "show info" at the top
445 * -> stats_dump_proxy_to_buffer() // same as above, valid for CSV and HTML
446 * -> stats_dump_html_px_hdr()
447 * -> stats_dump_fe_stats()
448 * -> stats_dump_li_stats()
449 * -> stats_dump_sv_stats()
450 * -> stats_dump_be_stats()
451 * -> stats_dump_html_px_end()
452 * -> stats_dump_html_end() // emits HTML trailer
Willy Tarreaud9bdcd52012-12-22 20:31:10 +0100453 */
454
Willy Tarreau30576452015-04-13 13:50:30 +0200455static struct applet cli_applet;
Simon Horman9bd2c732011-06-15 15:18:44 +0900456
457static const char stats_sock_usage_msg[] =
Krzysztof Piotr Oledzki719e7262009-10-04 15:02:46 +0200458 "Unknown command. Please enter one of the following commands only :\n"
Willy Tarreau2f6bf2b2009-10-10 15:26:26 +0200459 " clear counters : clear max statistics counters (add 'all' for all counters)\n"
Willy Tarreau88ee3972010-07-13 13:48:00 +0200460 " clear table : remove an entry from a table\n"
Krzysztof Piotr Oledzki719e7262009-10-04 15:02:46 +0200461 " help : this message\n"
462 " prompt : toggle interactive mode with prompt\n"
463 " quit : disconnect\n"
Baptiste Assmann9b6857e2015-09-18 14:49:12 +0200464 " show backend : list backends in the current running config\n"
Willy Tarreauae795722016-02-16 11:27:28 +0100465 " show env [var] : dump environment variables known to the process\n"
Krzysztof Piotr Oledzki719e7262009-10-04 15:02:46 +0200466 " show info : report information about the running process\n"
Willy Tarreau12833bb2014-01-28 16:49:56 +0100467 " show pools : report information about the memory pools usage\n"
Krzysztof Piotr Oledzki719e7262009-10-04 15:02:46 +0200468 " show stat : report counters for each proxy and server\n"
469 " show errors : report last request and response errors for each proxy\n"
Willy Tarreau66dc20a2010-03-05 17:53:32 +0100470 " show sess [id] : report the list of current sessions or dump this session\n"
Willy Tarreau69f58c82010-07-12 17:55:33 +0200471 " show table [id]: report table usage stats or dump this table's contents\n"
Baptiste Assmann28289462015-07-03 08:01:20 +0200472 " show servers state [id]: dump volatile server information (for backend <id>)\n"
Willy Tarreau38338fa2009-10-10 18:37:29 +0200473 " get weight : report a server's current weight\n"
Willy Tarreau4483d432009-10-10 19:30:08 +0200474 " set weight : change a server's weight\n"
Baptiste Assmann3d8f8312015-04-13 22:54:33 +0200475 " set server : change a server's state, weight or address\n"
Willy Tarreau654694e2012-06-07 01:03:16 +0200476 " set table [id] : update or create a table entry's data\n"
Willy Tarreau7aabd112010-01-26 10:59:06 +0100477 " set timeout : change a timeout setting\n"
Willy Tarreau2a0f4d22011-08-02 11:49:05 +0200478 " set maxconn : change a maxconn setting\n"
Willy Tarreauf5b22872011-09-07 16:13:44 +0200479 " set rate-limit : change a rate limiting value\n"
Willy Tarreaua295edc2011-09-07 23:21:03 +0200480 " disable : put a server or frontend in maintenance mode\n"
481 " enable : re-enable a server or frontend which is in maintenance mode\n"
482 " shutdown : kill a session or a frontend (eg:to release listening ports)\n"
Thierry FOURNIER1e00d382014-02-11 11:31:40 +0100483 " show acl [id] : report avalaible acls or dump an acl's contents\n"
484 " get acl : reports the patterns matching a sample for an ACL\n"
485 " add acl : add acl entry\n"
486 " del acl : delete acl entry\n"
487 " clear acl <id> : clear the content of this acl\n"
Thierry FOURNIER1432a0c2014-03-11 13:42:38 +0100488 " show map [id] : report avalaible maps or dump a map's contents\n"
489 " get map : reports the keys and values matching a sample for a map\n"
490 " set map : modify map entry\n"
491 " add map : add map entry\n"
492 " del map : delete map entry\n"
493 " clear map <id> : clear the content of this map\n"
Emeric Brun4147b2e2014-06-16 18:36:30 +0200494 " set ssl <stmt> : set statement for ssl\n"
Willy Tarreau9a42c0d2009-09-22 19:31:03 +0200495 "";
Willy Tarreau5ca791d2009-08-16 19:06:42 +0200496
Simon Horman9bd2c732011-06-15 15:18:44 +0900497static const char stats_permission_denied_msg[] =
Willy Tarreau6162db22009-10-10 17:13:00 +0200498 "Permission denied\n"
499 "";
500
Willy Tarreau295a8372011-03-10 11:25:07 +0100501/* data transmission states for the stats responses */
502enum {
503 STAT_ST_INIT = 0,
504 STAT_ST_HEAD,
505 STAT_ST_INFO,
506 STAT_ST_LIST,
507 STAT_ST_END,
508 STAT_ST_FIN,
509};
510
511/* data transmission states for the stats responses inside a proxy */
512enum {
513 STAT_PX_ST_INIT = 0,
514 STAT_PX_ST_TH,
515 STAT_PX_ST_FE,
516 STAT_PX_ST_LI,
517 STAT_PX_ST_SV,
518 STAT_PX_ST_BE,
519 STAT_PX_ST_END,
520 STAT_PX_ST_FIN,
521};
522
Cyril Bonté19979e12012-04-04 12:57:21 +0200523extern const char *stat_status_codes[];
524
Willy Tarreau07e9e642010-08-17 21:48:17 +0200525/* allocate a new stats frontend named <name>, and return it
526 * (or NULL in case of lack of memory).
527 */
Willy Tarreaua020fbd2012-09-18 20:05:00 +0200528static struct proxy *alloc_stats_fe(const char *name, const char *file, int line)
Willy Tarreau07e9e642010-08-17 21:48:17 +0200529{
530 struct proxy *fe;
531
532 fe = (struct proxy *)calloc(1, sizeof(struct proxy));
533 if (!fe)
534 return NULL;
535
Willy Tarreau237250c2011-07-29 01:49:03 +0200536 init_new_proxy(fe);
Willy Tarreau050536d2012-10-04 08:47:34 +0200537 fe->next = proxy;
538 proxy = fe;
Willy Tarreau07e9e642010-08-17 21:48:17 +0200539 fe->last_change = now.tv_sec;
540 fe->id = strdup("GLOBAL");
541 fe->cap = PR_CAP_FE;
Willy Tarreauc2adf8b2011-09-07 12:13:34 +0200542 fe->maxconn = 10; /* default to 10 concurrent connections */
543 fe->timeout.client = MS_TO_TICKS(10000); /* default timeout of 10 seconds */
Willy Tarreaua020fbd2012-09-18 20:05:00 +0200544 fe->conf.file = strdup(file);
545 fe->conf.line = line;
Willy Tarreau32b60d42015-03-13 16:14:57 +0100546 fe->accept = frontend_accept;
Willy Tarreauf87ab942015-03-13 15:55:16 +0100547 fe->default_target = &cli_applet.obj_type;
Willy Tarreau050536d2012-10-04 08:47:34 +0200548
549 /* the stats frontend is the only one able to assign ID #0 */
550 fe->conf.id.key = fe->uuid = 0;
551 eb32_insert(&used_proxy_id, &fe->conf.id);
Willy Tarreau07e9e642010-08-17 21:48:17 +0200552 return fe;
553}
554
Willy Tarreaufbee7132007-10-18 13:53:22 +0200555/* This function parses a "stats" statement in the "global" section. It returns
Willy Tarreau0a3dd742012-05-08 19:47:01 +0200556 * -1 if there is any error, otherwise zero. If it returns -1, it will write an
557 * error message into the <err> buffer which will be preallocated. The trailing
558 * '\n' must not be written. The function must be called with <args> pointing to
559 * the first word after "stats".
Willy Tarreaufbee7132007-10-18 13:53:22 +0200560 */
Willy Tarreau10522fd2008-07-09 20:12:41 +0200561static int stats_parse_global(char **args, int section_type, struct proxy *curpx,
Willy Tarreau28a47d62012-09-18 20:02:48 +0200562 struct proxy *defpx, const char *file, int line,
563 char **err)
Willy Tarreaufbee7132007-10-18 13:53:22 +0200564{
Willy Tarreau4348fad2012-09-20 16:48:07 +0200565 struct bind_conf *bind_conf;
Willy Tarreauc53d4222012-09-20 20:19:28 +0200566 struct listener *l;
Willy Tarreau4348fad2012-09-20 16:48:07 +0200567
Willy Tarreau0a3dd742012-05-08 19:47:01 +0200568 if (!strcmp(args[1], "socket")) {
Willy Tarreaufbee7132007-10-18 13:53:22 +0200569 int cur_arg;
570
Willy Tarreau0a3dd742012-05-08 19:47:01 +0200571 if (*args[2] == 0) {
Willy Tarreauc53d4222012-09-20 20:19:28 +0200572 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 +0200573 return -1;
574 }
575
Willy Tarreau89a63132009-08-16 17:41:45 +0200576 if (!global.stats_fe) {
Willy Tarreaua020fbd2012-09-18 20:05:00 +0200577 if ((global.stats_fe = alloc_stats_fe("GLOBAL", file, line)) == NULL) {
Willy Tarreau0a3dd742012-05-08 19:47:01 +0200578 memprintf(err, "'%s %s' : out of memory trying to allocate a frontend", args[0], args[1]);
Willy Tarreau89a63132009-08-16 17:41:45 +0200579 return -1;
580 }
Willy Tarreau89a63132009-08-16 17:41:45 +0200581 }
582
Willy Tarreau4348fad2012-09-20 16:48:07 +0200583 bind_conf = bind_conf_alloc(&global.stats_fe->conf.bind, file, line, args[2]);
Willy Tarreau290e63a2012-09-20 18:07:14 +0200584 bind_conf->level = ACCESS_LVL_OPER; /* default access level */
Willy Tarreau4348fad2012-09-20 16:48:07 +0200585
Willy Tarreauc53d4222012-09-20 20:19:28 +0200586 if (!str2listener(args[2], global.stats_fe, bind_conf, file, line, err)) {
587 memprintf(err, "parsing [%s:%d] : '%s %s' : %s\n",
588 file, line, args[0], args[1], err && *err ? *err : "error");
589 return -1;
590 }
Willy Tarreaufbee7132007-10-18 13:53:22 +0200591
Willy Tarreau0a3dd742012-05-08 19:47:01 +0200592 cur_arg = 3;
Willy Tarreaufbee7132007-10-18 13:53:22 +0200593 while (*args[cur_arg]) {
Willy Tarreaud5781202012-09-22 19:32:35 +0200594 static int bind_dumped;
595 struct bind_kw *kw;
596
597 kw = bind_find_kw(args[cur_arg]);
598 if (kw) {
599 if (!kw->parse) {
600 memprintf(err, "'%s %s' : '%s' option is not implemented in this version (check build options).",
601 args[0], args[1], args[cur_arg]);
Willy Tarreaufbee7132007-10-18 13:53:22 +0200602 return -1;
603 }
Willy Tarreaud5781202012-09-22 19:32:35 +0200604
Willy Tarreau061b5de2015-10-13 15:06:57 +0200605 if (kw->parse(args, cur_arg, global.stats_fe, bind_conf, err) != 0) {
Willy Tarreaud5781202012-09-22 19:32:35 +0200606 if (err && *err)
607 memprintf(err, "'%s %s' : '%s'", args[0], args[1], *err);
608 else
609 memprintf(err, "'%s %s' : error encountered while processing '%s'",
610 args[0], args[1], args[cur_arg]);
Willy Tarreau6162db22009-10-10 17:13:00 +0200611 return -1;
612 }
Willy Tarreaud5781202012-09-22 19:32:35 +0200613
614 cur_arg += 1 + kw->skip;
615 continue;
Willy Tarreau6162db22009-10-10 17:13:00 +0200616 }
Willy Tarreaud5781202012-09-22 19:32:35 +0200617
618 if (!bind_dumped) {
619 bind_dump_kws(err);
620 indent_msg(err, 4);
621 bind_dumped = 1;
Willy Tarreaufbee7132007-10-18 13:53:22 +0200622 }
Willy Tarreaud5781202012-09-22 19:32:35 +0200623
624 memprintf(err, "'%s %s' : unknown keyword '%s'.%s%s",
625 args[0], args[1], args[cur_arg],
626 err && *err ? " Registered keywords :" : "", err && *err ? *err : "");
627 return -1;
Willy Tarreaufbee7132007-10-18 13:53:22 +0200628 }
Willy Tarreaub1356cf2008-12-07 16:06:43 +0100629
Willy Tarreauc53d4222012-09-20 20:19:28 +0200630 list_for_each_entry(l, &bind_conf->listeners, by_bind) {
631 l->maxconn = global.stats_fe->maxconn;
632 l->backlog = global.stats_fe->backlog;
Willy Tarreau9903f0e2015-04-04 18:50:31 +0200633 l->accept = session_accept_fd;
Willy Tarreau87b09662015-04-03 00:22:06 +0200634 l->handler = process_stream;
Willy Tarreau10b688f2015-03-13 16:43:12 +0100635 l->default_target = global.stats_fe->default_target;
Willy Tarreauc53d4222012-09-20 20:19:28 +0200636 l->options |= LI_O_UNLIMITED; /* don't make the peers subject to global limits */
637 l->nice = -64; /* we want to boost priority for local stats */
638 global.maxsock += l->maxconn;
639 }
Willy Tarreaufbee7132007-10-18 13:53:22 +0200640 }
Willy Tarreau0a3dd742012-05-08 19:47:01 +0200641 else if (!strcmp(args[1], "timeout")) {
Willy Tarreaub3f32f52007-12-02 22:15:14 +0100642 unsigned timeout;
Willy Tarreau0a3dd742012-05-08 19:47:01 +0200643 const char *res = parse_time_err(args[2], &timeout, TIME_UNIT_MS);
Willy Tarreaub3f32f52007-12-02 22:15:14 +0100644
645 if (res) {
Willy Tarreau0a3dd742012-05-08 19:47:01 +0200646 memprintf(err, "'%s %s' : unexpected character '%c'", args[0], args[1], *res);
Willy Tarreaub3f32f52007-12-02 22:15:14 +0100647 return -1;
648 }
Willy Tarreaufbee7132007-10-18 13:53:22 +0200649
Willy Tarreaub3f32f52007-12-02 22:15:14 +0100650 if (!timeout) {
Willy Tarreau0a3dd742012-05-08 19:47:01 +0200651 memprintf(err, "'%s %s' expects a positive value", args[0], args[1]);
Willy Tarreaufbee7132007-10-18 13:53:22 +0200652 return -1;
653 }
Willy Tarreau07e9e642010-08-17 21:48:17 +0200654 if (!global.stats_fe) {
Willy Tarreaua020fbd2012-09-18 20:05:00 +0200655 if ((global.stats_fe = alloc_stats_fe("GLOBAL", file, line)) == NULL) {
Willy Tarreau0a3dd742012-05-08 19:47:01 +0200656 memprintf(err, "'%s %s' : out of memory trying to allocate a frontend", args[0], args[1]);
Willy Tarreau07e9e642010-08-17 21:48:17 +0200657 return -1;
658 }
659 }
Willy Tarreau89a63132009-08-16 17:41:45 +0200660 global.stats_fe->timeout.client = MS_TO_TICKS(timeout);
Willy Tarreaufbee7132007-10-18 13:53:22 +0200661 }
Willy Tarreau0a3dd742012-05-08 19:47:01 +0200662 else if (!strcmp(args[1], "maxconn")) {
663 int maxconn = atol(args[2]);
Willy Tarreaufbee7132007-10-18 13:53:22 +0200664
665 if (maxconn <= 0) {
Willy Tarreau0a3dd742012-05-08 19:47:01 +0200666 memprintf(err, "'%s %s' expects a positive value", args[0], args[1]);
Willy Tarreaufbee7132007-10-18 13:53:22 +0200667 return -1;
668 }
Willy Tarreauc2adf8b2011-09-07 12:13:34 +0200669
670 if (!global.stats_fe) {
Willy Tarreaua020fbd2012-09-18 20:05:00 +0200671 if ((global.stats_fe = alloc_stats_fe("GLOBAL", file, line)) == NULL) {
Willy Tarreau0a3dd742012-05-08 19:47:01 +0200672 memprintf(err, "'%s %s' : out of memory trying to allocate a frontend", args[0], args[1]);
Willy Tarreauc2adf8b2011-09-07 12:13:34 +0200673 return -1;
674 }
675 }
676 global.stats_fe->maxconn = maxconn;
Willy Tarreaufbee7132007-10-18 13:53:22 +0200677 }
Willy Tarreau35b7b162012-10-22 23:17:18 +0200678 else if (!strcmp(args[1], "bind-process")) { /* enable the socket only on some processes */
679 int cur_arg = 2;
Willy Tarreaua9db57e2013-01-18 11:29:29 +0100680 unsigned long set = 0;
Willy Tarreau35b7b162012-10-22 23:17:18 +0200681
Willy Tarreau91319572013-04-20 09:48:50 +0200682 if (!global.stats_fe) {
683 if ((global.stats_fe = alloc_stats_fe("GLOBAL", file, line)) == NULL) {
684 memprintf(err, "'%s %s' : out of memory trying to allocate a frontend", args[0], args[1]);
685 return -1;
686 }
687 }
688
Willy Tarreau35b7b162012-10-22 23:17:18 +0200689 while (*args[cur_arg]) {
Willy Tarreau110ecc12012-11-15 17:50:01 +0100690 unsigned int low, high;
691
Willy Tarreau35b7b162012-10-22 23:17:18 +0200692 if (strcmp(args[cur_arg], "all") == 0) {
693 set = 0;
694 break;
695 }
696 else if (strcmp(args[cur_arg], "odd") == 0) {
Willy Tarreaua9db57e2013-01-18 11:29:29 +0100697 set |= ~0UL/3UL; /* 0x555....555 */
Willy Tarreau35b7b162012-10-22 23:17:18 +0200698 }
699 else if (strcmp(args[cur_arg], "even") == 0) {
Willy Tarreaua9db57e2013-01-18 11:29:29 +0100700 set |= (~0UL/3UL) << 1; /* 0xAAA...AAA */
Willy Tarreau35b7b162012-10-22 23:17:18 +0200701 }
Willy Tarreau83d84cf2012-11-22 01:04:31 +0100702 else if (isdigit((int)*args[cur_arg])) {
Willy Tarreau110ecc12012-11-15 17:50:01 +0100703 char *dash = strchr(args[cur_arg], '-');
704
705 low = high = str2uic(args[cur_arg]);
706 if (dash)
707 high = str2uic(dash + 1);
708
709 if (high < low) {
710 unsigned int swap = low;
711 low = high;
712 high = swap;
713 }
714
Willy Tarreaua9db57e2013-01-18 11:29:29 +0100715 if (low < 1 || high > LONGBITS) {
716 memprintf(err, "'%s %s' supports process numbers from 1 to %d.\n",
717 args[0], args[1], LONGBITS);
Willy Tarreau35b7b162012-10-22 23:17:18 +0200718 return -1;
719 }
Willy Tarreau110ecc12012-11-15 17:50:01 +0100720 while (low <= high)
Willy Tarreaua9db57e2013-01-18 11:29:29 +0100721 set |= 1UL << (low++ - 1);
Willy Tarreau110ecc12012-11-15 17:50:01 +0100722 }
723 else {
724 memprintf(err,
Willy Tarreaua9db57e2013-01-18 11:29:29 +0100725 "'%s %s' expects 'all', 'odd', 'even', or a list of process ranges with numbers from 1 to %d.\n",
726 args[0], args[1], LONGBITS);
Willy Tarreau110ecc12012-11-15 17:50:01 +0100727 return -1;
Willy Tarreau35b7b162012-10-22 23:17:18 +0200728 }
729 cur_arg++;
730 }
731 global.stats_fe->bind_proc = set;
732 }
Willy Tarreaufbee7132007-10-18 13:53:22 +0200733 else {
Willy Tarreau35b7b162012-10-22 23:17:18 +0200734 memprintf(err, "'%s' only supports 'socket', 'maxconn', 'bind-process' and 'timeout' (got '%s')", args[0], args[1]);
Willy Tarreaufbee7132007-10-18 13:53:22 +0200735 return -1;
736 }
737 return 0;
738}
739
Willy Tarreaud9bdcd52012-12-22 20:31:10 +0100740/* Dumps the stats CSV header to the trash buffer which. The caller is responsible
741 * for clearing it if needed.
Willy Tarreauf522f3d2014-02-10 22:22:49 +0100742 * NOTE: Some tools happen to rely on the field position instead of its name,
743 * so please only append new fields at the end, never in the middle.
Willy Tarreaud9bdcd52012-12-22 20:31:10 +0100744 */
745static void stats_dump_csv_header()
Willy Tarreau4bab24d2007-11-30 18:16:29 +0100746{
Willy Tarreauf6142292016-01-04 17:24:29 +0100747 int field;
748
749 chunk_appendf(&trash, "# ");
750 for (field = 0; field < ST_F_TOTAL_FIELDS; field++)
751 chunk_appendf(&trash, "%s,", stat_field_names[field]);
752
753 chunk_appendf(&trash, "\n");
Willy Tarreau4bab24d2007-11-30 18:16:29 +0100754}
755
Simon Hormand9366582011-06-15 15:18:45 +0900756/* print a string of text buffer to <out>. The format is :
757 * Non-printable chars \t, \n, \r and \e are * encoded in C format.
758 * Other non-printable chars are encoded "\xHH". Space and '\' are also escaped.
759 * Print stopped if null char or <bsize> is reached, or if no more place in the chunk.
760 */
761static int dump_text(struct chunk *out, const char *buf, int bsize)
762{
763 unsigned char c;
764 int ptr = 0;
765
766 while (buf[ptr] && ptr < bsize) {
767 c = buf[ptr];
768 if (isprint(c) && isascii(c) && c != '\\' && c != ' ') {
769 if (out->len > out->size - 1)
770 break;
771 out->str[out->len++] = c;
772 }
773 else if (c == '\t' || c == '\n' || c == '\r' || c == '\e' || c == '\\' || c == ' ') {
774 if (out->len > out->size - 2)
775 break;
776 out->str[out->len++] = '\\';
777 switch (c) {
778 case ' ': c = ' '; break;
779 case '\t': c = 't'; break;
780 case '\n': c = 'n'; break;
781 case '\r': c = 'r'; break;
782 case '\e': c = 'e'; break;
783 case '\\': c = '\\'; break;
784 }
785 out->str[out->len++] = c;
786 }
787 else {
788 if (out->len > out->size - 4)
789 break;
790 out->str[out->len++] = '\\';
791 out->str[out->len++] = 'x';
792 out->str[out->len++] = hextab[(c >> 4) & 0xF];
793 out->str[out->len++] = hextab[c & 0xF];
794 }
795 ptr++;
796 }
797
798 return ptr;
799}
800
801/* print a buffer in hexa.
802 * Print stopped if <bsize> is reached, or if no more place in the chunk.
803 */
804static int dump_binary(struct chunk *out, const char *buf, int bsize)
805{
806 unsigned char c;
807 int ptr = 0;
808
809 while (ptr < bsize) {
810 c = buf[ptr];
811
812 if (out->len > out->size - 2)
813 break;
814 out->str[out->len++] = hextab[(c >> 4) & 0xF];
815 out->str[out->len++] = hextab[c & 0xF];
816
817 ptr++;
818 }
819 return ptr;
820}
821
822/* Dump the status of a table to a stream interface's
823 * read buffer. It returns 0 if the output buffer is full
824 * and needs to be called again, otherwise non-zero.
825 */
826static int stats_dump_table_head_to_buffer(struct chunk *msg, struct stream_interface *si,
827 struct proxy *proxy, struct proxy *target)
828{
Willy Tarreau87b09662015-04-03 00:22:06 +0200829 struct stream *s = si_strm(si);
Simon Hormand9366582011-06-15 15:18:45 +0900830
Willy Tarreau77804732012-10-29 16:14:26 +0100831 chunk_appendf(msg, "# table: %s, type: %s, size:%d, used:%d\n",
Simon Hormand9366582011-06-15 15:18:45 +0900832 proxy->id, stktable_types[proxy->table.type].kw, proxy->table.size, proxy->table.current);
833
834 /* any other information should be dumped here */
835
Willy Tarreaud0d8da92015-04-04 02:10:38 +0200836 if (target && strm_li(s)->bind_conf->level < ACCESS_LVL_OPER)
Willy Tarreau77804732012-10-29 16:14:26 +0100837 chunk_appendf(msg, "# contents not dumped due to insufficient privileges\n");
Simon Hormand9366582011-06-15 15:18:45 +0900838
Willy Tarreaubc18da12015-03-13 14:00:47 +0100839 if (bi_putchk(si_ic(si), msg) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +0200840 si_applet_cant_put(si);
Simon Hormand9366582011-06-15 15:18:45 +0900841 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +0100842 }
Simon Hormand9366582011-06-15 15:18:45 +0900843
844 return 1;
845}
846
847/* Dump the a table entry to a stream interface's
848 * read buffer. It returns 0 if the output buffer is full
849 * and needs to be called again, otherwise non-zero.
850 */
851static int stats_dump_table_entry_to_buffer(struct chunk *msg, struct stream_interface *si,
852 struct proxy *proxy, struct stksess *entry)
853{
854 int dt;
855
Willy Tarreau77804732012-10-29 16:14:26 +0100856 chunk_appendf(msg, "%p:", entry);
Simon Hormand9366582011-06-15 15:18:45 +0900857
Thierry FOURNIER5d24ebc2015-07-24 08:46:42 +0200858 if (proxy->table.type == SMP_T_IPV4) {
Simon Hormand9366582011-06-15 15:18:45 +0900859 char addr[INET_ADDRSTRLEN];
860 inet_ntop(AF_INET, (const void *)&entry->key.key, addr, sizeof(addr));
Willy Tarreau77804732012-10-29 16:14:26 +0100861 chunk_appendf(msg, " key=%s", addr);
Simon Hormand9366582011-06-15 15:18:45 +0900862 }
Thierry FOURNIER5d24ebc2015-07-24 08:46:42 +0200863 else if (proxy->table.type == SMP_T_IPV6) {
Simon Hormand9366582011-06-15 15:18:45 +0900864 char addr[INET6_ADDRSTRLEN];
865 inet_ntop(AF_INET6, (const void *)&entry->key.key, addr, sizeof(addr));
Willy Tarreau77804732012-10-29 16:14:26 +0100866 chunk_appendf(msg, " key=%s", addr);
Simon Hormand9366582011-06-15 15:18:45 +0900867 }
Thierry FOURNIER5d24ebc2015-07-24 08:46:42 +0200868 else if (proxy->table.type == SMP_T_SINT) {
Willy Tarreau77804732012-10-29 16:14:26 +0100869 chunk_appendf(msg, " key=%u", *(unsigned int *)entry->key.key);
Simon Hormand9366582011-06-15 15:18:45 +0900870 }
Thierry FOURNIER5d24ebc2015-07-24 08:46:42 +0200871 else if (proxy->table.type == SMP_T_STR) {
Willy Tarreau77804732012-10-29 16:14:26 +0100872 chunk_appendf(msg, " key=");
Simon Hormand9366582011-06-15 15:18:45 +0900873 dump_text(msg, (const char *)entry->key.key, proxy->table.key_size);
874 }
875 else {
Willy Tarreau77804732012-10-29 16:14:26 +0100876 chunk_appendf(msg, " key=");
Simon Hormand9366582011-06-15 15:18:45 +0900877 dump_binary(msg, (const char *)entry->key.key, proxy->table.key_size);
878 }
879
Willy Tarreau77804732012-10-29 16:14:26 +0100880 chunk_appendf(msg, " use=%d exp=%d", entry->ref_cnt - 1, tick_remain(now_ms, entry->expire));
Simon Hormand9366582011-06-15 15:18:45 +0900881
882 for (dt = 0; dt < STKTABLE_DATA_TYPES; dt++) {
883 void *ptr;
884
885 if (proxy->table.data_ofs[dt] == 0)
886 continue;
887 if (stktable_data_types[dt].arg_type == ARG_T_DELAY)
Willy Tarreau77804732012-10-29 16:14:26 +0100888 chunk_appendf(msg, " %s(%d)=", stktable_data_types[dt].name, proxy->table.data_arg[dt].u);
Simon Hormand9366582011-06-15 15:18:45 +0900889 else
Willy Tarreau77804732012-10-29 16:14:26 +0100890 chunk_appendf(msg, " %s=", stktable_data_types[dt].name);
Simon Hormand9366582011-06-15 15:18:45 +0900891
892 ptr = stktable_data_ptr(&proxy->table, entry, dt);
893 switch (stktable_data_types[dt].std_type) {
894 case STD_T_SINT:
Willy Tarreau77804732012-10-29 16:14:26 +0100895 chunk_appendf(msg, "%d", stktable_data_cast(ptr, std_t_sint));
Simon Hormand9366582011-06-15 15:18:45 +0900896 break;
897 case STD_T_UINT:
Willy Tarreau77804732012-10-29 16:14:26 +0100898 chunk_appendf(msg, "%u", stktable_data_cast(ptr, std_t_uint));
Simon Hormand9366582011-06-15 15:18:45 +0900899 break;
900 case STD_T_ULL:
Willy Tarreau77804732012-10-29 16:14:26 +0100901 chunk_appendf(msg, "%lld", stktable_data_cast(ptr, std_t_ull));
Simon Hormand9366582011-06-15 15:18:45 +0900902 break;
903 case STD_T_FRQP:
Willy Tarreau77804732012-10-29 16:14:26 +0100904 chunk_appendf(msg, "%d",
Simon Hormand9366582011-06-15 15:18:45 +0900905 read_freq_ctr_period(&stktable_data_cast(ptr, std_t_frqp),
906 proxy->table.data_arg[dt].u));
907 break;
908 }
909 }
Willy Tarreau77804732012-10-29 16:14:26 +0100910 chunk_appendf(msg, "\n");
Simon Hormand9366582011-06-15 15:18:45 +0900911
Willy Tarreaubc18da12015-03-13 14:00:47 +0100912 if (bi_putchk(si_ic(si), msg) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +0200913 si_applet_cant_put(si);
Simon Hormand9366582011-06-15 15:18:45 +0900914 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +0100915 }
Simon Hormand9366582011-06-15 15:18:45 +0900916
917 return 1;
918}
919
Willy Tarreaudec98142012-06-06 23:37:08 +0200920static void stats_sock_table_key_request(struct stream_interface *si, char **args, int action)
Simon Horman121f3052011-06-15 15:18:46 +0900921{
Willy Tarreau87b09662015-04-03 00:22:06 +0200922 struct stream *s = si_strm(si);
Willy Tarreau7b4b4992013-12-01 09:15:12 +0100923 struct appctx *appctx = __objt_appctx(si->end);
924 struct proxy *px = appctx->ctx.table.target;
Simon Horman121f3052011-06-15 15:18:46 +0900925 struct stksess *ts;
Simon Hormancec9a222011-06-15 15:18:51 +0900926 uint32_t uint32_key;
Simon Hormanc5b89f62011-06-15 15:18:50 +0900927 unsigned char ip6_key[sizeof(struct in6_addr)];
Willy Tarreau654694e2012-06-07 01:03:16 +0200928 long long value;
929 int data_type;
Willy Tarreau47060b62013-08-01 21:11:42 +0200930 int cur_arg;
Willy Tarreau654694e2012-06-07 01:03:16 +0200931 void *ptr;
932 struct freq_ctr_period *frqp;
Simon Horman121f3052011-06-15 15:18:46 +0900933
Willy Tarreau7b4b4992013-12-01 09:15:12 +0100934 appctx->st0 = STAT_CLI_OUTPUT;
Simon Horman121f3052011-06-15 15:18:46 +0900935
936 if (!*args[4]) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +0100937 appctx->ctx.cli.msg = "Key value expected\n";
938 appctx->st0 = STAT_CLI_PRINT;
Simon Horman121f3052011-06-15 15:18:46 +0900939 return;
940 }
941
Simon Hormanc5b89f62011-06-15 15:18:50 +0900942 switch (px->table.type) {
Thierry FOURNIER5d24ebc2015-07-24 08:46:42 +0200943 case SMP_T_IPV4:
Simon Hormancec9a222011-06-15 15:18:51 +0900944 uint32_key = htonl(inetaddr_host(args[4]));
Willy Tarreau07115412012-10-29 21:56:59 +0100945 static_table_key->key = &uint32_key;
Simon Hormanc5b89f62011-06-15 15:18:50 +0900946 break;
Thierry FOURNIER5d24ebc2015-07-24 08:46:42 +0200947 case SMP_T_IPV6:
Simon Hormanc5b89f62011-06-15 15:18:50 +0900948 inet_pton(AF_INET6, args[4], ip6_key);
Willy Tarreau07115412012-10-29 21:56:59 +0100949 static_table_key->key = &ip6_key;
Simon Hormanc5b89f62011-06-15 15:18:50 +0900950 break;
Thierry FOURNIER5d24ebc2015-07-24 08:46:42 +0200951 case SMP_T_SINT:
Simon Hormancec9a222011-06-15 15:18:51 +0900952 {
953 char *endptr;
954 unsigned long val;
955 errno = 0;
956 val = strtoul(args[4], &endptr, 10);
957 if ((errno == ERANGE && val == ULONG_MAX) ||
958 (errno != 0 && val == 0) || endptr == args[4] ||
959 val > 0xffffffff) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +0100960 appctx->ctx.cli.msg = "Invalid key\n";
961 appctx->st0 = STAT_CLI_PRINT;
Simon Hormancec9a222011-06-15 15:18:51 +0900962 return;
963 }
964 uint32_key = (uint32_t) val;
Willy Tarreau07115412012-10-29 21:56:59 +0100965 static_table_key->key = &uint32_key;
Simon Hormancec9a222011-06-15 15:18:51 +0900966 break;
967 }
968 break;
Thierry FOURNIER5d24ebc2015-07-24 08:46:42 +0200969 case SMP_T_STR:
Willy Tarreau07115412012-10-29 21:56:59 +0100970 static_table_key->key = args[4];
971 static_table_key->key_len = strlen(args[4]);
Simon Horman619e3cc2011-06-15 15:18:52 +0900972 break;
Simon Hormanc5b89f62011-06-15 15:18:50 +0900973 default:
Willy Tarreaudec98142012-06-06 23:37:08 +0200974 switch (action) {
975 case STAT_CLI_O_TAB:
Willy Tarreau7b4b4992013-12-01 09:15:12 +0100976 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 +0200977 break;
978 case STAT_CLI_O_CLR:
Willy Tarreau7b4b4992013-12-01 09:15:12 +0100979 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 +0200980 break;
981 default:
Willy Tarreau7b4b4992013-12-01 09:15:12 +0100982 appctx->ctx.cli.msg = "Unknown action\n";
Willy Tarreaudec98142012-06-06 23:37:08 +0200983 break;
984 }
Willy Tarreau7b4b4992013-12-01 09:15:12 +0100985 appctx->st0 = STAT_CLI_PRINT;
Simon Horman121f3052011-06-15 15:18:46 +0900986 return;
987 }
988
989 /* check permissions */
Willy Tarreaud0d8da92015-04-04 02:10:38 +0200990 if (strm_li(s)->bind_conf->level < ACCESS_LVL_OPER) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +0100991 appctx->ctx.cli.msg = stats_permission_denied_msg;
992 appctx->st0 = STAT_CLI_PRINT;
Simon Horman121f3052011-06-15 15:18:46 +0900993 return;
994 }
995
Willy Tarreau07115412012-10-29 21:56:59 +0100996 ts = stktable_lookup_key(&px->table, static_table_key);
Simon Horman17bce342011-06-15 15:18:47 +0900997
Willy Tarreaudec98142012-06-06 23:37:08 +0200998 switch (action) {
999 case STAT_CLI_O_TAB:
1000 if (!ts)
1001 return;
Willy Tarreau19d14ef2012-10-29 16:51:55 +01001002 chunk_reset(&trash);
1003 if (!stats_dump_table_head_to_buffer(&trash, si, px, px))
Simon Horman17bce342011-06-15 15:18:47 +09001004 return;
Willy Tarreau19d14ef2012-10-29 16:51:55 +01001005 stats_dump_table_entry_to_buffer(&trash, si, px, ts);
Simon Horman121f3052011-06-15 15:18:46 +09001006 return;
Willy Tarreaudec98142012-06-06 23:37:08 +02001007
1008 case STAT_CLI_O_CLR:
1009 if (!ts)
1010 return;
1011 if (ts->ref_cnt) {
1012 /* don't delete an entry which is currently referenced */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001013 appctx->ctx.cli.msg = "Entry currently in use, cannot remove\n";
1014 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreaudec98142012-06-06 23:37:08 +02001015 return;
1016 }
1017 stksess_kill(&px->table, ts);
1018 break;
Simon Horman17bce342011-06-15 15:18:47 +09001019
Willy Tarreau654694e2012-06-07 01:03:16 +02001020 case STAT_CLI_O_SET:
Willy Tarreau654694e2012-06-07 01:03:16 +02001021 if (ts)
1022 stktable_touch(&px->table, ts, 1);
1023 else {
Willy Tarreau07115412012-10-29 21:56:59 +01001024 ts = stksess_new(&px->table, static_table_key);
Willy Tarreau654694e2012-06-07 01:03:16 +02001025 if (!ts) {
1026 /* don't delete an entry which is currently referenced */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001027 appctx->ctx.cli.msg = "Unable to allocate a new entry\n";
1028 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau654694e2012-06-07 01:03:16 +02001029 return;
1030 }
1031 stktable_store(&px->table, ts, 1);
1032 }
1033
Willy Tarreau47060b62013-08-01 21:11:42 +02001034 for (cur_arg = 5; *args[cur_arg]; cur_arg += 2) {
1035 if (strncmp(args[cur_arg], "data.", 5) != 0) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001036 appctx->ctx.cli.msg = "\"data.<type>\" followed by a value expected\n";
1037 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau47060b62013-08-01 21:11:42 +02001038 return;
1039 }
1040
1041 data_type = stktable_get_data_type(args[cur_arg] + 5);
1042 if (data_type < 0) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001043 appctx->ctx.cli.msg = "Unknown data type\n";
1044 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau47060b62013-08-01 21:11:42 +02001045 return;
1046 }
1047
1048 if (!px->table.data_ofs[data_type]) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001049 appctx->ctx.cli.msg = "Data type not stored in this table\n";
1050 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau47060b62013-08-01 21:11:42 +02001051 return;
1052 }
1053
1054 if (!*args[cur_arg+1] || strl2llrc(args[cur_arg+1], strlen(args[cur_arg+1]), &value) != 0) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001055 appctx->ctx.cli.msg = "Require a valid integer value to store\n";
1056 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau47060b62013-08-01 21:11:42 +02001057 return;
1058 }
1059
1060 ptr = stktable_data_ptr(&px->table, ts, data_type);
1061
1062 switch (stktable_data_types[data_type].std_type) {
1063 case STD_T_SINT:
1064 stktable_data_cast(ptr, std_t_sint) = value;
1065 break;
1066 case STD_T_UINT:
1067 stktable_data_cast(ptr, std_t_uint) = value;
1068 break;
1069 case STD_T_ULL:
1070 stktable_data_cast(ptr, std_t_ull) = value;
1071 break;
1072 case STD_T_FRQP:
1073 /* We set both the current and previous values. That way
1074 * the reported frequency is stable during all the period
1075 * then slowly fades out. This allows external tools to
1076 * push measures without having to update them too often.
1077 */
1078 frqp = &stktable_data_cast(ptr, std_t_frqp);
1079 frqp->curr_tick = now_ms;
1080 frqp->prev_ctr = 0;
1081 frqp->curr_ctr = value;
1082 break;
1083 }
Willy Tarreau654694e2012-06-07 01:03:16 +02001084 }
1085 break;
1086
Willy Tarreaudec98142012-06-06 23:37:08 +02001087 default:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001088 appctx->ctx.cli.msg = "Unknown action\n";
1089 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreaudec98142012-06-06 23:37:08 +02001090 break;
Simon Horman121f3052011-06-15 15:18:46 +09001091 }
Simon Horman121f3052011-06-15 15:18:46 +09001092}
1093
Willy Tarreau654694e2012-06-07 01:03:16 +02001094static void stats_sock_table_data_request(struct stream_interface *si, char **args, int action)
Simon Hormand5b9fd92011-06-15 15:18:48 +09001095{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001096 struct appctx *appctx = __objt_appctx(si->end);
1097
Willy Tarreau04b3a192013-04-13 09:41:37 +02001098 if (action != STAT_CLI_O_TAB && action != STAT_CLI_O_CLR) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001099 appctx->ctx.cli.msg = "content-based lookup is only supported with the \"show\" and \"clear\" actions";
1100 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau654694e2012-06-07 01:03:16 +02001101 return;
1102 }
1103
Simon Hormand5b9fd92011-06-15 15:18:48 +09001104 /* condition on stored data value */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001105 appctx->ctx.table.data_type = stktable_get_data_type(args[3] + 5);
1106 if (appctx->ctx.table.data_type < 0) {
1107 appctx->ctx.cli.msg = "Unknown data type\n";
1108 appctx->st0 = STAT_CLI_PRINT;
Simon Hormand5b9fd92011-06-15 15:18:48 +09001109 return;
1110 }
1111
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001112 if (!((struct proxy *)appctx->ctx.table.target)->table.data_ofs[appctx->ctx.table.data_type]) {
1113 appctx->ctx.cli.msg = "Data type not stored in this table\n";
1114 appctx->st0 = STAT_CLI_PRINT;
Simon Hormand5b9fd92011-06-15 15:18:48 +09001115 return;
1116 }
1117
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001118 appctx->ctx.table.data_op = get_std_op(args[4]);
1119 if (appctx->ctx.table.data_op < 0) {
1120 appctx->ctx.cli.msg = "Require and operator among \"eq\", \"ne\", \"le\", \"ge\", \"lt\", \"gt\"\n";
1121 appctx->st0 = STAT_CLI_PRINT;
Simon Hormand5b9fd92011-06-15 15:18:48 +09001122 return;
1123 }
1124
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001125 if (!*args[5] || strl2llrc(args[5], strlen(args[5]), &appctx->ctx.table.value) != 0) {
1126 appctx->ctx.cli.msg = "Require a valid integer value to compare against\n";
1127 appctx->st0 = STAT_CLI_PRINT;
Simon Hormand5b9fd92011-06-15 15:18:48 +09001128 return;
1129 }
1130}
1131
Willy Tarreaudec98142012-06-06 23:37:08 +02001132static void stats_sock_table_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
1136 appctx->ctx.table.data_type = -1;
1137 appctx->st2 = STAT_ST_INIT;
1138 appctx->ctx.table.target = NULL;
1139 appctx->ctx.table.proxy = NULL;
1140 appctx->ctx.table.entry = NULL;
1141 appctx->st0 = action;
Simon Hormand5b9fd92011-06-15 15:18:48 +09001142
1143 if (*args[2]) {
Willy Tarreaue2dc1fa2015-05-26 12:08:07 +02001144 appctx->ctx.table.target = proxy_tbl_by_name(args[2]);
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001145 if (!appctx->ctx.table.target) {
1146 appctx->ctx.cli.msg = "No such table\n";
1147 appctx->st0 = STAT_CLI_PRINT;
Simon Hormand5b9fd92011-06-15 15:18:48 +09001148 return;
1149 }
1150 }
1151 else {
Willy Tarreaudec98142012-06-06 23:37:08 +02001152 if (action != STAT_CLI_O_TAB)
Simon Hormand5b9fd92011-06-15 15:18:48 +09001153 goto err_args;
1154 return;
1155 }
1156
1157 if (strcmp(args[3], "key") == 0)
Willy Tarreaudec98142012-06-06 23:37:08 +02001158 stats_sock_table_key_request(si, args, action);
Simon Hormanc88b8872011-06-15 15:18:49 +09001159 else if (strncmp(args[3], "data.", 5) == 0)
Willy Tarreau654694e2012-06-07 01:03:16 +02001160 stats_sock_table_data_request(si, args, action);
Simon Hormanc88b8872011-06-15 15:18:49 +09001161 else if (*args[3])
Simon Hormand5b9fd92011-06-15 15:18:48 +09001162 goto err_args;
1163
1164 return;
1165
1166err_args:
Willy Tarreaudec98142012-06-06 23:37:08 +02001167 switch (action) {
1168 case STAT_CLI_O_TAB:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001169 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 +02001170 break;
1171 case STAT_CLI_O_CLR:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001172 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 +02001173 break;
1174 default:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001175 appctx->ctx.cli.msg = "Unknown action\n";
Willy Tarreaudec98142012-06-06 23:37:08 +02001176 break;
1177 }
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001178 appctx->st0 = STAT_CLI_PRINT;
Simon Hormand5b9fd92011-06-15 15:18:48 +09001179}
1180
Willy Tarreau532a4502011-09-07 22:37:44 +02001181/* Expects to find a frontend named <arg> and returns it, otherwise displays various
Willy Tarreau87b09662015-04-03 00:22:06 +02001182 * adequate error messages and returns NULL. This function also expects the stream
Willy Tarreau532a4502011-09-07 22:37:44 +02001183 * level to be admin.
1184 */
Willy Tarreau87b09662015-04-03 00:22:06 +02001185static struct proxy *expect_frontend_admin(struct stream *s, struct stream_interface *si, const char *arg)
Willy Tarreau532a4502011-09-07 22:37:44 +02001186{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001187 struct appctx *appctx = __objt_appctx(si->end);
Willy Tarreau532a4502011-09-07 22:37:44 +02001188 struct proxy *px;
1189
Willy Tarreaud0d8da92015-04-04 02:10:38 +02001190 if (strm_li(s)->bind_conf->level < ACCESS_LVL_ADMIN) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001191 appctx->ctx.cli.msg = stats_permission_denied_msg;
1192 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau532a4502011-09-07 22:37:44 +02001193 return NULL;
1194 }
1195
1196 if (!*arg) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001197 appctx->ctx.cli.msg = "A frontend name is expected.\n";
1198 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau532a4502011-09-07 22:37:44 +02001199 return NULL;
1200 }
1201
Willy Tarreau9e0bb102015-05-26 11:24:42 +02001202 px = proxy_fe_by_name(arg);
Willy Tarreau532a4502011-09-07 22:37:44 +02001203 if (!px) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001204 appctx->ctx.cli.msg = "No such frontend.\n";
1205 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau532a4502011-09-07 22:37:44 +02001206 return NULL;
1207 }
1208 return px;
1209}
1210
Willy Tarreaud52c41e2011-09-07 23:41:01 +02001211/* Expects to find a backend and a server in <arg> under the form <backend>/<server>,
1212 * and returns the pointer to the server. Otherwise, display adequate error messages
Willy Tarreau87b09662015-04-03 00:22:06 +02001213 * and returns NULL. This function also expects the stream level to be admin. Note:
Willy Tarreaud52c41e2011-09-07 23:41:01 +02001214 * the <arg> is modified to remove the '/'.
1215 */
Willy Tarreau87b09662015-04-03 00:22:06 +02001216static struct server *expect_server_admin(struct stream *s, struct stream_interface *si, char *arg)
Willy Tarreaud52c41e2011-09-07 23:41:01 +02001217{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001218 struct appctx *appctx = __objt_appctx(si->end);
Willy Tarreaud52c41e2011-09-07 23:41:01 +02001219 struct proxy *px;
1220 struct server *sv;
1221 char *line;
1222
Willy Tarreaud0d8da92015-04-04 02:10:38 +02001223 if (strm_li(s)->bind_conf->level < ACCESS_LVL_ADMIN) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001224 appctx->ctx.cli.msg = stats_permission_denied_msg;
1225 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreaud52c41e2011-09-07 23:41:01 +02001226 return NULL;
1227 }
1228
1229 /* split "backend/server" and make <line> point to server */
1230 for (line = arg; *line; line++)
1231 if (*line == '/') {
1232 *line++ = '\0';
1233 break;
1234 }
1235
1236 if (!*line || !*arg) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001237 appctx->ctx.cli.msg = "Require 'backend/server'.\n";
1238 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreaud52c41e2011-09-07 23:41:01 +02001239 return NULL;
1240 }
1241
1242 if (!get_backend_server(arg, line, &px, &sv)) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001243 appctx->ctx.cli.msg = px ? "No such server.\n" : "No such backend.\n";
1244 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreaud52c41e2011-09-07 23:41:01 +02001245 return NULL;
1246 }
1247
1248 if (px->state == PR_STSTOPPED) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001249 appctx->ctx.cli.msg = "Proxy is disabled.\n";
1250 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreaud52c41e2011-09-07 23:41:01 +02001251 return NULL;
1252 }
1253
1254 return sv;
1255}
Nenad Merdanovic200b0fa2015-05-09 08:46:01 +02001256
1257/* This function is used with TLS ticket keys management. It permits to browse
1258 * each reference. The variable <getnext> must contain the current node,
1259 * <end> point to the root node.
1260 */
1261#if (defined SSL_CTRL_SET_TLSEXT_TICKET_KEY_CB && TLS_TICKETS_NO > 0)
1262static inline
1263struct tls_keys_ref *tlskeys_list_get_next(struct tls_keys_ref *getnext, struct list *end)
1264{
1265 struct tls_keys_ref *ref = getnext;
1266
1267 while (1) {
1268
1269 /* Get next list entry. */
1270 ref = LIST_NEXT(&ref->list, struct tls_keys_ref *, list);
1271
1272 /* If the entry is the last of the list, return NULL. */
1273 if (&ref->list == end)
1274 return NULL;
1275
1276 return ref;
1277 }
1278}
1279
1280static inline
1281struct tls_keys_ref *tlskeys_ref_lookup_ref(const char *reference)
1282{
1283 int id;
1284 char *error;
1285
1286 /* If the reference starts by a '#', this is numeric id. */
1287 if (reference[0] == '#') {
1288 /* Try to convert the numeric id. If the conversion fails, the lookup fails. */
1289 id = strtol(reference + 1, &error, 10);
1290 if (*error != '\0')
1291 return NULL;
1292
1293 /* Perform the unique id lookup. */
1294 return tlskeys_ref_lookupid(id);
1295 }
1296
1297 /* Perform the string lookup. */
1298 return tlskeys_ref_lookup(reference);
1299}
1300#endif
Willy Tarreaud52c41e2011-09-07 23:41:01 +02001301
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001302/* This function is used with map and acl management. It permits to browse
1303 * each reference. The variable <getnext> must contain the current node,
1304 * <end> point to the root node and the <flags> permit to filter required
1305 * nodes.
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001306 */
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001307static inline
1308struct pat_ref *pat_list_get_next(struct pat_ref *getnext, struct list *end,
1309 unsigned int flags)
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001310{
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001311 struct pat_ref *ref = getnext;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001312
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001313 while (1) {
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001314
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001315 /* Get next list entry. */
1316 ref = LIST_NEXT(&ref->list, struct pat_ref *, list);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001317
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001318 /* If the entry is the last of the list, return NULL. */
1319 if (&ref->list == end)
1320 return NULL;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001321
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001322 /* If the entry match the flag, return it. */
1323 if (ref->flags & flags)
1324 return ref;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001325 }
1326}
1327
Thierry FOURNIERaf5a29d2014-03-11 14:29:22 +01001328static inline
1329struct pat_ref *pat_ref_lookup_ref(const char *reference)
1330{
1331 int id;
1332 char *error;
1333
1334 /* If the reference starts by a '#', this is numeric id. */
1335 if (reference[0] == '#') {
1336 /* Try to convert the numeric id. If the conversion fails, the lookup fails. */
1337 id = strtol(reference + 1, &error, 10);
1338 if (*error != '\0')
1339 return NULL;
1340
1341 /* Perform the unique id lookup. */
1342 return pat_ref_lookupid(id);
1343 }
1344
1345 /* Perform the string lookup. */
1346 return pat_ref_lookup(reference);
1347}
1348
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001349/* This function is used with map and acl management. It permits to browse
1350 * each reference.
1351 */
1352static inline
1353struct pattern_expr *pat_expr_get_next(struct pattern_expr *getnext, struct list *end)
1354{
1355 struct pattern_expr *expr;
Thierry FOURNIERc5959fd2014-01-20 14:29:33 +01001356 expr = LIST_NEXT(&getnext->list, struct pattern_expr *, list);
1357 if (&expr->list == end)
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001358 return NULL;
1359 return expr;
1360}
1361
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02001362/* Processes the stats interpreter on the statistics socket. This function is
Willy Tarreauf5a885f2009-10-04 14:22:18 +02001363 * called from an applet running in a stream interface. The function returns 1
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001364 * if the request was understood, otherwise zero. It sets appctx->st0 to a value
Willy Tarreauea1f5fe2009-10-11 23:12:51 +02001365 * designating the function which will have to process the request, which can
1366 * also be the print function to display the return message set into cli.msg.
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001367 */
Simon Horman9bd2c732011-06-15 15:18:44 +09001368static int stats_sock_parse_request(struct stream_interface *si, char *line)
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001369{
Willy Tarreau87b09662015-04-03 00:22:06 +02001370 struct stream *s = si_strm(si);
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001371 struct appctx *appctx = __objt_appctx(si->end);
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001372 char *args[MAX_STATS_ARGS + 1];
1373 int arg;
Thierry FOURNIER48bcfda2013-12-10 18:54:58 +01001374 int i, j;
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001375
1376 while (isspace((unsigned char)*line))
1377 line++;
1378
1379 arg = 0;
1380 args[arg] = line;
1381
1382 while (*line && arg < MAX_STATS_ARGS) {
Thierry FOURNIER48bcfda2013-12-10 18:54:58 +01001383 if (*line == '\\') {
1384 line++;
1385 if (*line == '\0')
1386 break;
1387 }
1388 else if (isspace((unsigned char)*line)) {
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001389 *line++ = '\0';
1390
1391 while (isspace((unsigned char)*line))
1392 line++;
1393
1394 args[++arg] = line;
1395 continue;
1396 }
1397
1398 line++;
1399 }
1400
1401 while (++arg <= MAX_STATS_ARGS)
1402 args[arg] = line;
1403
Thierry FOURNIER48bcfda2013-12-10 18:54:58 +01001404 /* remove \ */
1405 arg = 0;
1406 while (*args[arg] != '\0') {
1407 j = 0;
1408 for (i=0; args[arg][i] != '\0'; i++) {
1409 if (args[arg][i] == '\\')
1410 continue;
1411 args[arg][j] = args[arg][i];
1412 j++;
1413 }
1414 args[arg][j] = '\0';
1415 arg++;
1416 }
1417
Willy Tarreau6bcb95d2015-05-04 18:07:56 +02001418 appctx->ctx.stats.scope_str = 0;
1419 appctx->ctx.stats.scope_len = 0;
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001420 appctx->ctx.stats.flags = 0;
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001421 if (strcmp(args[0], "show") == 0) {
Baptiste Assmann9b6857e2015-09-18 14:49:12 +02001422 if (strcmp(args[1], "backend") == 0) {
1423 appctx->st2 = STAT_ST_INIT;
1424 appctx->st0 = STAT_CLI_O_BACKEND;
1425 }
Willy Tarreauae795722016-02-16 11:27:28 +01001426 else if (strcmp(args[1], "env") == 0) {
1427 extern char **environ;
1428
1429 if (strm_li(s)->bind_conf->level < ACCESS_LVL_OPER) {
1430 appctx->ctx.cli.msg = stats_permission_denied_msg;
1431 appctx->st0 = STAT_CLI_PRINT;
1432 return 1;
1433 }
1434 appctx->ctx.env.var = environ;
1435 appctx->st2 = STAT_ST_INIT;
1436 appctx->st0 = STAT_CLI_O_ENV; // stats_dump_env_to_buffer
1437
1438 if (*args[2]) {
1439 int len = strlen(args[2]);
1440
1441 for (; *appctx->ctx.env.var; appctx->ctx.env.var++) {
1442 if (strncmp(*appctx->ctx.env.var, args[2], len) == 0 &&
1443 (*appctx->ctx.env.var)[len] == '=')
1444 break;
1445 }
1446 if (!*appctx->ctx.env.var) {
1447 appctx->ctx.cli.msg = "Variable not found\n";
1448 appctx->st0 = STAT_CLI_PRINT;
1449 return 1;
1450 }
1451 appctx->st2 = STAT_ST_END;
1452 }
1453 }
1454 else if (strcmp(args[1], "stat") == 0) {
Baptiste Assmann3863f972015-05-17 00:33:24 +02001455 if (strcmp(args[2], "resolvers") == 0) {
1456 struct dns_resolvers *presolvers;
1457
Andrew Hayworth68d05342015-10-02 20:33:01 +00001458 if (*args[3]) {
1459 appctx->ctx.resolvers.ptr = NULL;
1460 list_for_each_entry(presolvers, &dns_resolvers, list) {
1461 if (strcmp(presolvers->id, args[3]) == 0) {
1462 appctx->ctx.resolvers.ptr = presolvers;
1463 break;
1464 }
Baptiste Assmann3863f972015-05-17 00:33:24 +02001465 }
Andrew Hayworth68d05342015-10-02 20:33:01 +00001466 if (appctx->ctx.resolvers.ptr == NULL) {
1467 appctx->ctx.cli.msg = "Can't find that resolvers section\n";
1468 appctx->st0 = STAT_CLI_PRINT;
1469 return 1;
1470 }
Baptiste Assmann3863f972015-05-17 00:33:24 +02001471 }
1472
1473 appctx->st2 = STAT_ST_INIT;
1474 appctx->st0 = STAT_CLI_O_RESOLVERS;
1475 return 1;
1476 }
1477 else if (*args[2] && *args[3] && *args[4]) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001478 appctx->ctx.stats.flags |= STAT_BOUND;
1479 appctx->ctx.stats.iid = atoi(args[2]);
1480 appctx->ctx.stats.type = atoi(args[3]);
1481 appctx->ctx.stats.sid = atoi(args[4]);
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001482 }
1483
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001484 appctx->st2 = STAT_ST_INIT;
1485 appctx->st0 = STAT_CLI_O_STAT; // stats_dump_stat_to_buffer
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001486 }
1487 else if (strcmp(args[1], "info") == 0) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001488 appctx->st2 = STAT_ST_INIT;
1489 appctx->st0 = STAT_CLI_O_INFO; // stats_dump_info_to_buffer
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001490 }
Baptiste Assmann28289462015-07-03 08:01:20 +02001491 else if (strcmp(args[1], "servers") == 0 && strcmp(args[2], "state") == 0) {
1492 appctx->ctx.server_state.backend = NULL;
1493
1494 /* check if a backend name has been provided */
1495 if (*args[3]) {
1496 /* read server state from local file */
1497 appctx->ctx.server_state.backend = proxy_be_by_name(args[3]);
1498
1499 if (appctx->ctx.server_state.backend == NULL) {
1500 appctx->ctx.cli.msg = "Can't find backend.\n";
1501 appctx->st0 = STAT_CLI_PRINT;
1502 return 1;
1503 }
1504 }
1505 appctx->st2 = STAT_ST_INIT;
1506 appctx->st0 = STAT_CLI_O_SERVERS_STATE; // stats_dump_servers_state_to_buffer
1507 return 1;
1508 }
Willy Tarreau12833bb2014-01-28 16:49:56 +01001509 else if (strcmp(args[1], "pools") == 0) {
1510 appctx->st2 = STAT_ST_INIT;
1511 appctx->st0 = STAT_CLI_O_POOLS; // stats_dump_pools_to_buffer
1512 }
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001513 else if (strcmp(args[1], "sess") == 0) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001514 appctx->st2 = STAT_ST_INIT;
Willy Tarreaud0d8da92015-04-04 02:10:38 +02001515 if (strm_li(s)->bind_conf->level < ACCESS_LVL_OPER) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001516 appctx->ctx.cli.msg = stats_permission_denied_msg;
1517 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau6162db22009-10-10 17:13:00 +02001518 return 1;
1519 }
Willy Tarreau76153662012-11-26 01:16:39 +01001520 if (*args[2] && strcmp(args[2], "all") == 0)
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001521 appctx->ctx.sess.target = (void *)-1;
Willy Tarreau76153662012-11-26 01:16:39 +01001522 else if (*args[2])
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001523 appctx->ctx.sess.target = (void *)strtoul(args[2], NULL, 0);
Willy Tarreau66dc20a2010-03-05 17:53:32 +01001524 else
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001525 appctx->ctx.sess.target = NULL;
Willy Tarreau87b09662015-04-03 00:22:06 +02001526 appctx->ctx.sess.section = 0; /* start with stream status */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001527 appctx->ctx.sess.pos = 0;
1528 appctx->st0 = STAT_CLI_O_SESS; // stats_dump_sess_to_buffer
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001529 }
1530 else if (strcmp(args[1], "errors") == 0) {
Willy Tarreaud0d8da92015-04-04 02:10:38 +02001531 if (strm_li(s)->bind_conf->level < ACCESS_LVL_OPER) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001532 appctx->ctx.cli.msg = stats_permission_denied_msg;
1533 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau6162db22009-10-10 17:13:00 +02001534 return 1;
1535 }
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001536 if (*args[2])
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001537 appctx->ctx.errors.iid = atoi(args[2]);
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001538 else
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001539 appctx->ctx.errors.iid = -1;
1540 appctx->ctx.errors.px = NULL;
1541 appctx->st2 = STAT_ST_INIT;
1542 appctx->st0 = STAT_CLI_O_ERR; // stats_dump_errors_to_buffer
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001543 }
Willy Tarreau69f58c82010-07-12 17:55:33 +02001544 else if (strcmp(args[1], "table") == 0) {
Willy Tarreaudec98142012-06-06 23:37:08 +02001545 stats_sock_table_request(si, args, STAT_CLI_O_TAB);
Willy Tarreau69f58c82010-07-12 17:55:33 +02001546 }
Nenad Merdanovic200b0fa2015-05-09 08:46:01 +02001547 else if (strcmp(args[1], "tls-keys") == 0) {
1548#if (defined SSL_CTRL_SET_TLSEXT_TICKET_KEY_CB && TLS_TICKETS_NO > 0)
1549 appctx->st2 = STAT_ST_INIT;
1550 appctx->st0 = STAT_CLI_O_TLSK;
1551#else
1552 appctx->ctx.cli.msg = "HAProxy was compiled against a version of OpenSSL "
1553 "that doesn't support specifying TLS ticket keys\n";
1554 appctx->st0 = STAT_CLI_PRINT;
1555#endif
1556 return 1;
1557 }
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001558 else if (strcmp(args[1], "map") == 0 ||
1559 strcmp(args[1], "acl") == 0) {
1560
1561 /* Set ACL or MAP flags. */
1562 if (args[1][0] == 'm')
1563 appctx->ctx.map.display_flags = PAT_REF_MAP;
1564 else
1565 appctx->ctx.map.display_flags = PAT_REF_ACL;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001566
1567 /* no parameter: display all map avalaible */
1568 if (!*args[2]) {
1569 appctx->st2 = STAT_ST_INIT;
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001570 appctx->st0 = STAT_CLI_O_PATS;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001571 return 1;
1572 }
1573
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001574 /* lookup into the refs and check the map flag */
Thierry FOURNIERaf5a29d2014-03-11 14:29:22 +01001575 appctx->ctx.map.ref = pat_ref_lookup_ref(args[2]);
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001576 if (!appctx->ctx.map.ref ||
1577 !(appctx->ctx.map.ref->flags & appctx->ctx.map.display_flags)) {
1578 if (appctx->ctx.map.display_flags == PAT_REF_MAP)
Thierry FOURNIER65ce6132014-03-20 11:42:45 +01001579 appctx->ctx.cli.msg = "Unknown map identifier. Please use #<id> or <file>.\n";
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001580 else
Thierry FOURNIER65ce6132014-03-20 11:42:45 +01001581 appctx->ctx.cli.msg = "Unknown ACL identifier. Please use #<id> or <file>.\n";
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001582 appctx->st0 = STAT_CLI_PRINT;
1583 return 1;
1584 }
1585 appctx->st2 = STAT_ST_INIT;
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001586 appctx->st0 = STAT_CLI_O_PAT;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001587 }
Aman Guptaceafb4a2012-04-02 18:57:54 -07001588 else { /* neither "stat" nor "info" nor "sess" nor "errors" nor "table" */
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001589 return 0;
1590 }
1591 }
Krzysztof Piotr Oledzki719e7262009-10-04 15:02:46 +02001592 else if (strcmp(args[0], "clear") == 0) {
1593 if (strcmp(args[1], "counters") == 0) {
1594 struct proxy *px;
1595 struct server *sv;
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02001596 struct listener *li;
Willy Tarreau2f6bf2b2009-10-10 15:26:26 +02001597 int clrall = 0;
1598
1599 if (strcmp(args[2], "all") == 0)
1600 clrall = 1;
Krzysztof Piotr Oledzki719e7262009-10-04 15:02:46 +02001601
Willy Tarreau6162db22009-10-10 17:13:00 +02001602 /* check permissions */
Willy Tarreaud0d8da92015-04-04 02:10:38 +02001603 if (strm_li(s)->bind_conf->level < ACCESS_LVL_OPER ||
1604 (clrall && strm_li(s)->bind_conf->level < ACCESS_LVL_ADMIN)) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001605 appctx->ctx.cli.msg = stats_permission_denied_msg;
1606 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau6162db22009-10-10 17:13:00 +02001607 return 1;
1608 }
1609
Krzysztof Piotr Oledzki719e7262009-10-04 15:02:46 +02001610 for (px = proxy; px; px = px->next) {
Willy Tarreau7d0aaf32011-03-10 23:25:56 +01001611 if (clrall) {
1612 memset(&px->be_counters, 0, sizeof(px->be_counters));
1613 memset(&px->fe_counters, 0, sizeof(px->fe_counters));
1614 }
Willy Tarreau2f6bf2b2009-10-10 15:26:26 +02001615 else {
Willy Tarreau7d0aaf32011-03-10 23:25:56 +01001616 px->be_counters.conn_max = 0;
1617 px->be_counters.p.http.rps_max = 0;
1618 px->be_counters.sps_max = 0;
1619 px->be_counters.cps_max = 0;
1620 px->be_counters.nbpend_max = 0;
1621
1622 px->fe_counters.conn_max = 0;
1623 px->fe_counters.p.http.rps_max = 0;
1624 px->fe_counters.sps_max = 0;
1625 px->fe_counters.cps_max = 0;
1626 px->fe_counters.nbpend_max = 0;
Willy Tarreau2f6bf2b2009-10-10 15:26:26 +02001627 }
Krzysztof Piotr Oledzki719e7262009-10-04 15:02:46 +02001628
1629 for (sv = px->srv; sv; sv = sv->next)
Willy Tarreau2f6bf2b2009-10-10 15:26:26 +02001630 if (clrall)
1631 memset(&sv->counters, 0, sizeof(sv->counters));
1632 else {
1633 sv->counters.cur_sess_max = 0;
1634 sv->counters.nbpend_max = 0;
1635 sv->counters.sps_max = 0;
1636 }
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02001637
Willy Tarreaua7944ad2012-09-26 21:03:11 +02001638 list_for_each_entry(li, &px->conf.listeners, by_fe)
Willy Tarreau2f6bf2b2009-10-10 15:26:26 +02001639 if (li->counters) {
1640 if (clrall)
1641 memset(li->counters, 0, sizeof(*li->counters));
1642 else
1643 li->counters->conn_max = 0;
1644 }
Krzysztof Piotr Oledzki719e7262009-10-04 15:02:46 +02001645 }
1646
Willy Tarreau81c25d02011-09-07 15:17:21 +02001647 global.cps_max = 0;
Willy Tarreau93e7c002013-10-07 18:51:07 +02001648 global.sps_max = 0;
Krzysztof Piotr Oledzki719e7262009-10-04 15:02:46 +02001649 return 1;
1650 }
Willy Tarreau88ee3972010-07-13 13:48:00 +02001651 else if (strcmp(args[1], "table") == 0) {
Willy Tarreaudec98142012-06-06 23:37:08 +02001652 stats_sock_table_request(si, args, STAT_CLI_O_CLR);
Willy Tarreau88ee3972010-07-13 13:48:00 +02001653 /* end of processing */
1654 return 1;
1655 }
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001656 else if (strcmp(args[1], "map") == 0 || strcmp(args[1], "acl") == 0) {
1657 /* Set ACL or MAP flags. */
1658 if (args[1][0] == 'm')
1659 appctx->ctx.map.display_flags = PAT_REF_MAP;
1660 else
1661 appctx->ctx.map.display_flags = PAT_REF_ACL;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001662
1663 /* no parameter */
1664 if (!*args[2]) {
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001665 if (appctx->ctx.map.display_flags == PAT_REF_MAP)
1666 appctx->ctx.cli.msg = "Missing map identifier.\n";
1667 else
1668 appctx->ctx.cli.msg = "Missing ACL identifier.\n";
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001669 appctx->st0 = STAT_CLI_PRINT;
1670 return 1;
1671 }
1672
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001673 /* lookup into the refs and check the map flag */
Thierry FOURNIERaf5a29d2014-03-11 14:29:22 +01001674 appctx->ctx.map.ref = pat_ref_lookup_ref(args[2]);
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001675 if (!appctx->ctx.map.ref ||
1676 !(appctx->ctx.map.ref->flags & appctx->ctx.map.display_flags)) {
1677 if (appctx->ctx.map.display_flags == PAT_REF_MAP)
Thierry FOURNIER65ce6132014-03-20 11:42:45 +01001678 appctx->ctx.cli.msg = "Unknown map identifier. Please use #<id> or <file>.\n";
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001679 else
Thierry FOURNIER65ce6132014-03-20 11:42:45 +01001680 appctx->ctx.cli.msg = "Unknown ACL identifier. Please use #<id> or <file>.\n";
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001681 appctx->st0 = STAT_CLI_PRINT;
1682 return 1;
1683 }
1684
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001685 /* Clear all. */
1686 pat_ref_prune(appctx->ctx.map.ref);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001687
1688 /* return response */
Thierry FOURNIER07e78c52014-12-18 15:28:01 +01001689 appctx->st0 = STAT_CLI_PROMPT;
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001690 return 1;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001691 }
Krzysztof Piotr Oledzki719e7262009-10-04 15:02:46 +02001692 else {
Willy Tarreau88ee3972010-07-13 13:48:00 +02001693 /* unknown "clear" argument */
Krzysztof Piotr Oledzki719e7262009-10-04 15:02:46 +02001694 return 0;
1695 }
1696 }
Willy Tarreau38338fa2009-10-10 18:37:29 +02001697 else if (strcmp(args[0], "get") == 0) {
1698 if (strcmp(args[1], "weight") == 0) {
1699 struct proxy *px;
1700 struct server *sv;
1701
1702 /* split "backend/server" and make <line> point to server */
1703 for (line = args[2]; *line; line++)
1704 if (*line == '/') {
1705 *line++ = '\0';
1706 break;
1707 }
1708
1709 if (!*line) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001710 appctx->ctx.cli.msg = "Require 'backend/server'.\n";
1711 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau38338fa2009-10-10 18:37:29 +02001712 return 1;
1713 }
1714
1715 if (!get_backend_server(args[2], line, &px, &sv)) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001716 appctx->ctx.cli.msg = px ? "No such server.\n" : "No such backend.\n";
1717 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau38338fa2009-10-10 18:37:29 +02001718 return 1;
1719 }
1720
1721 /* return server's effective weight at the moment */
Willy Tarreau19d14ef2012-10-29 16:51:55 +01001722 snprintf(trash.str, trash.size, "%d (initial %d)\n", sv->uweight, sv->iweight);
Willy Tarreaubc18da12015-03-13 14:00:47 +01001723 if (bi_putstr(si_ic(si), trash.str) == -1)
Willy Tarreaufe127932015-04-21 19:23:39 +02001724 si_applet_cant_put(si);
Willy Tarreaubc18da12015-03-13 14:00:47 +01001725
Willy Tarreau38338fa2009-10-10 18:37:29 +02001726 return 1;
1727 }
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001728 else if (strcmp(args[1], "map") == 0 || strcmp(args[1], "acl") == 0) {
1729 /* Set flags. */
1730 if (args[1][0] == 'm')
1731 appctx->ctx.map.display_flags = PAT_REF_MAP;
1732 else
1733 appctx->ctx.map.display_flags = PAT_REF_ACL;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001734
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001735 /* No parameter. */
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001736 if (!*args[2] || !*args[3]) {
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001737 if (appctx->ctx.map.display_flags == PAT_REF_MAP)
1738 appctx->ctx.cli.msg = "Missing map identifier and/or key.\n";
1739 else
1740 appctx->ctx.cli.msg = "Missing ACL identifier and/or key.\n";
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001741 appctx->st0 = STAT_CLI_PRINT;
1742 return 1;
1743 }
1744
1745 /* lookup into the maps */
Thierry FOURNIERaf5a29d2014-03-11 14:29:22 +01001746 appctx->ctx.map.ref = pat_ref_lookup_ref(args[2]);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001747 if (!appctx->ctx.map.ref) {
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001748 if (appctx->ctx.map.display_flags == PAT_REF_MAP)
Thierry FOURNIER65ce6132014-03-20 11:42:45 +01001749 appctx->ctx.cli.msg = "Unknown map identifier. Please use #<id> or <file>.\n";
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001750 else
Thierry FOURNIER65ce6132014-03-20 11:42:45 +01001751 appctx->ctx.cli.msg = "Unknown ACL identifier. Please use #<id> or <file>.\n";
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001752 appctx->st0 = STAT_CLI_PRINT;
1753 return 1;
1754 }
1755
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001756 /* copy input string. The string must be allocated because
1757 * it may be used over multiple iterations. It's released
1758 * at the end and upon abort anyway.
1759 */
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001760 appctx->ctx.map.chunk.len = strlen(args[3]);
1761 appctx->ctx.map.chunk.size = appctx->ctx.map.chunk.len + 1;
1762 appctx->ctx.map.chunk.str = strdup(args[3]);
1763 if (!appctx->ctx.map.chunk.str) {
1764 appctx->ctx.cli.msg = "Out of memory error.\n";
1765 appctx->st0 = STAT_CLI_PRINT;
1766 return 1;
1767 }
1768
1769 /* prepare response */
1770 appctx->st2 = STAT_ST_INIT;
1771 appctx->st0 = STAT_CLI_O_MLOOK;
1772 }
Willy Tarreau38338fa2009-10-10 18:37:29 +02001773 else { /* not "get weight" */
1774 return 0;
1775 }
1776 }
Willy Tarreau4483d432009-10-10 19:30:08 +02001777 else if (strcmp(args[0], "set") == 0) {
1778 if (strcmp(args[1], "weight") == 0) {
Willy Tarreau4483d432009-10-10 19:30:08 +02001779 struct server *sv;
Simon Horman7d09b9a2013-02-12 10:45:51 +09001780 const char *warning;
Willy Tarreau4483d432009-10-10 19:30:08 +02001781
Willy Tarreaud52c41e2011-09-07 23:41:01 +02001782 sv = expect_server_admin(s, si, args[2]);
1783 if (!sv)
Willy Tarreau4483d432009-10-10 19:30:08 +02001784 return 1;
Willy Tarreau4483d432009-10-10 19:30:08 +02001785
Simon Horman7d09b9a2013-02-12 10:45:51 +09001786 warning = server_parse_weight_change_request(sv, args[3]);
1787 if (warning) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001788 appctx->ctx.cli.msg = warning;
1789 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau4483d432009-10-10 19:30:08 +02001790 }
Willy Tarreau4483d432009-10-10 19:30:08 +02001791 return 1;
1792 }
Willy Tarreau2a4b70f2014-05-22 18:42:35 +02001793 else if (strcmp(args[1], "server") == 0) {
1794 struct server *sv;
1795 const char *warning;
1796
1797 sv = expect_server_admin(s, si, args[2]);
1798 if (!sv)
1799 return 1;
1800
1801 if (strcmp(args[3], "weight") == 0) {
1802 warning = server_parse_weight_change_request(sv, args[4]);
1803 if (warning) {
1804 appctx->ctx.cli.msg = warning;
1805 appctx->st0 = STAT_CLI_PRINT;
1806 }
1807 }
1808 else if (strcmp(args[3], "state") == 0) {
1809 if (strcmp(args[4], "ready") == 0)
1810 srv_adm_set_ready(sv);
1811 else if (strcmp(args[4], "drain") == 0)
1812 srv_adm_set_drain(sv);
1813 else if (strcmp(args[4], "maint") == 0)
1814 srv_adm_set_maint(sv);
1815 else {
1816 appctx->ctx.cli.msg = "'set server <srv> state' expects 'ready', 'drain' and 'maint'.\n";
1817 appctx->st0 = STAT_CLI_PRINT;
1818 }
1819 }
1820 else if (strcmp(args[3], "health") == 0) {
1821 if (sv->track) {
1822 appctx->ctx.cli.msg = "cannot change health on a tracking server.\n";
1823 appctx->st0 = STAT_CLI_PRINT;
1824 }
1825 else if (strcmp(args[4], "up") == 0) {
1826 sv->check.health = sv->check.rise + sv->check.fall - 1;
1827 srv_set_running(sv, "changed from CLI");
1828 }
1829 else if (strcmp(args[4], "stopping") == 0) {
1830 sv->check.health = sv->check.rise + sv->check.fall - 1;
1831 srv_set_stopping(sv, "changed from CLI");
1832 }
1833 else if (strcmp(args[4], "down") == 0) {
1834 sv->check.health = 0;
1835 srv_set_stopped(sv, "changed from CLI");
1836 }
1837 else {
1838 appctx->ctx.cli.msg = "'set server <srv> health' expects 'up', 'stopping', or 'down'.\n";
1839 appctx->st0 = STAT_CLI_PRINT;
1840 }
1841 }
1842 else if (strcmp(args[3], "agent") == 0) {
1843 if (!(sv->agent.state & CHK_ST_ENABLED)) {
1844 appctx->ctx.cli.msg = "agent checks are not enabled on this server.\n";
1845 appctx->st0 = STAT_CLI_PRINT;
1846 }
1847 else if (strcmp(args[4], "up") == 0) {
1848 sv->agent.health = sv->agent.rise + sv->agent.fall - 1;
1849 srv_set_running(sv, "changed from CLI");
1850 }
1851 else if (strcmp(args[4], "down") == 0) {
1852 sv->agent.health = 0;
1853 srv_set_stopped(sv, "changed from CLI");
1854 }
1855 else {
1856 appctx->ctx.cli.msg = "'set server <srv> agent' expects 'up' or 'down'.\n";
1857 appctx->st0 = STAT_CLI_PRINT;
1858 }
1859 }
Baptiste Assmann3d8f8312015-04-13 22:54:33 +02001860 else if (strcmp(args[3], "addr") == 0) {
Thierry Fournier09a91782016-02-24 08:25:39 +01001861 warning = server_parse_addr_change_request(sv, args[4], "stats command");
Baptiste Assmann3d8f8312015-04-13 22:54:33 +02001862 if (warning) {
1863 appctx->ctx.cli.msg = warning;
1864 appctx->st0 = STAT_CLI_PRINT;
1865 }
1866 }
Willy Tarreau2a4b70f2014-05-22 18:42:35 +02001867 else {
Baptiste Assmann3d8f8312015-04-13 22:54:33 +02001868 appctx->ctx.cli.msg = "'set server <srv>' only supports 'agent', 'health', 'state', 'weight' and 'addr'.\n";
Willy Tarreau2a4b70f2014-05-22 18:42:35 +02001869 appctx->st0 = STAT_CLI_PRINT;
1870 }
1871 return 1;
1872 }
Willy Tarreau7aabd112010-01-26 10:59:06 +01001873 else if (strcmp(args[1], "timeout") == 0) {
1874 if (strcmp(args[2], "cli") == 0) {
1875 unsigned timeout;
1876 const char *res;
1877
1878 if (!*args[3]) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001879 appctx->ctx.cli.msg = "Expects an integer value.\n";
1880 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau7aabd112010-01-26 10:59:06 +01001881 return 1;
1882 }
1883
1884 res = parse_time_err(args[3], &timeout, TIME_UNIT_S);
1885 if (res || timeout < 1) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001886 appctx->ctx.cli.msg = "Invalid timeout value.\n";
1887 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau7aabd112010-01-26 10:59:06 +01001888 return 1;
1889 }
1890
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01001891 s->req.rto = s->res.wto = 1 + MS_TO_TICKS(timeout*1000);
Willy Tarreau7aabd112010-01-26 10:59:06 +01001892 return 1;
1893 }
1894 else {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001895 appctx->ctx.cli.msg = "'set timeout' only supports 'cli'.\n";
1896 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau7aabd112010-01-26 10:59:06 +01001897 return 1;
1898 }
1899 }
Willy Tarreau2a0f4d22011-08-02 11:49:05 +02001900 else if (strcmp(args[1], "maxconn") == 0) {
1901 if (strcmp(args[2], "frontend") == 0) {
1902 struct proxy *px;
1903 struct listener *l;
1904 int v;
1905
Willy Tarreau532a4502011-09-07 22:37:44 +02001906 px = expect_frontend_admin(s, si, args[3]);
1907 if (!px)
Willy Tarreau2a0f4d22011-08-02 11:49:05 +02001908 return 1;
Willy Tarreau2a0f4d22011-08-02 11:49:05 +02001909
1910 if (!*args[4]) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001911 appctx->ctx.cli.msg = "Integer value expected.\n";
1912 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau2a0f4d22011-08-02 11:49:05 +02001913 return 1;
1914 }
1915
1916 v = atoi(args[4]);
Willy Tarreau3c7a79d2012-09-26 21:07:15 +02001917 if (v < 0) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001918 appctx->ctx.cli.msg = "Value out of range.\n";
1919 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau2a0f4d22011-08-02 11:49:05 +02001920 return 1;
1921 }
1922
1923 /* OK, the value is fine, so we assign it to the proxy and to all of
1924 * its listeners. The blocked ones will be dequeued.
1925 */
1926 px->maxconn = v;
Willy Tarreaua7944ad2012-09-26 21:03:11 +02001927 list_for_each_entry(l, &px->conf.listeners, by_fe) {
Willy Tarreau2a0f4d22011-08-02 11:49:05 +02001928 l->maxconn = v;
1929 if (l->state == LI_FULL)
1930 resume_listener(l);
1931 }
1932
Willy Tarreaud0d8da92015-04-04 02:10:38 +02001933 if (px->maxconn > px->feconn && !LIST_ISEMPTY(&strm_fe(s)->listener_queue))
1934 dequeue_all_listeners(&strm_fe(s)->listener_queue);
Willy Tarreau2a0f4d22011-08-02 11:49:05 +02001935
1936 return 1;
1937 }
Andrew Hayworthedb93a72015-10-27 21:46:25 +00001938 else if (strcmp(args[2], "server") == 0) {
1939 struct server *sv;
1940 int v;
1941
1942 sv = expect_server_admin(s, si, args[3]);
1943 if (!sv)
1944 return 1;
1945
1946 if (!*args[4]) {
1947 appctx->ctx.cli.msg = "Integer value expected.\n";
1948 appctx->st0 = STAT_CLI_PRINT;
1949 return 1;
1950 }
1951
1952 v = atoi(args[4]);
1953 if (v < 0) {
1954 appctx->ctx.cli.msg = "Value out of range.\n";
1955 appctx->st0 = STAT_CLI_PRINT;
1956 return 1;
1957 }
1958
1959 if (sv->maxconn == sv->minconn) { // static maxconn
1960 sv->maxconn = sv->minconn = v;
1961 } else { // dynamic maxconn
1962 sv->maxconn = v;
1963 }
1964
1965 if (may_dequeue_tasks(sv, sv->proxy))
1966 process_srv_queue(sv);
1967
1968 return 1;
1969 }
Willy Tarreau91886b62011-09-07 14:38:31 +02001970 else if (strcmp(args[2], "global") == 0) {
1971 int v;
1972
Willy Tarreaud0d8da92015-04-04 02:10:38 +02001973 if (strm_li(s)->bind_conf->level < ACCESS_LVL_ADMIN) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001974 appctx->ctx.cli.msg = stats_permission_denied_msg;
1975 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau91886b62011-09-07 14:38:31 +02001976 return 1;
1977 }
1978
1979 if (!*args[3]) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001980 appctx->ctx.cli.msg = "Expects an integer value.\n";
1981 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau91886b62011-09-07 14:38:31 +02001982 return 1;
1983 }
1984
1985 v = atoi(args[3]);
1986 if (v > global.hardmaxconn) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001987 appctx->ctx.cli.msg = "Value out of range.\n";
1988 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau91886b62011-09-07 14:38:31 +02001989 return 1;
1990 }
1991
1992 /* check for unlimited values */
1993 if (v <= 0)
1994 v = global.hardmaxconn;
1995
1996 global.maxconn = v;
1997
1998 /* Dequeues all of the listeners waiting for a resource */
1999 if (!LIST_ISEMPTY(&global_listener_queue))
2000 dequeue_all_listeners(&global_listener_queue);
2001
2002 return 1;
2003 }
Willy Tarreau2a0f4d22011-08-02 11:49:05 +02002004 else {
Andrew Hayworthedb93a72015-10-27 21:46:25 +00002005 appctx->ctx.cli.msg = "'set maxconn' only supports 'frontend', 'server', and 'global'.\n";
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002006 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau2a0f4d22011-08-02 11:49:05 +02002007 return 1;
2008 }
2009 }
Willy Tarreauf5b22872011-09-07 16:13:44 +02002010 else if (strcmp(args[1], "rate-limit") == 0) {
2011 if (strcmp(args[2], "connections") == 0) {
2012 if (strcmp(args[3], "global") == 0) {
2013 int v;
2014
Willy Tarreaud0d8da92015-04-04 02:10:38 +02002015 if (strm_li(s)->bind_conf->level < ACCESS_LVL_ADMIN) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002016 appctx->ctx.cli.msg = stats_permission_denied_msg;
2017 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreauf5b22872011-09-07 16:13:44 +02002018 return 1;
2019 }
2020
2021 if (!*args[4]) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002022 appctx->ctx.cli.msg = "Expects an integer value.\n";
2023 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreauf5b22872011-09-07 16:13:44 +02002024 return 1;
2025 }
2026
2027 v = atoi(args[4]);
2028 if (v < 0) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002029 appctx->ctx.cli.msg = "Value out of range.\n";
2030 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreauf5b22872011-09-07 16:13:44 +02002031 return 1;
2032 }
2033
2034 global.cps_lim = v;
2035
2036 /* Dequeues all of the listeners waiting for a resource */
2037 if (!LIST_ISEMPTY(&global_listener_queue))
2038 dequeue_all_listeners(&global_listener_queue);
2039
2040 return 1;
2041 }
2042 else {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002043 appctx->ctx.cli.msg = "'set rate-limit connections' only supports 'global'.\n";
2044 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreauf5b22872011-09-07 16:13:44 +02002045 return 1;
2046 }
2047 }
Willy Tarreau93e7c002013-10-07 18:51:07 +02002048 else if (strcmp(args[2], "sessions") == 0) {
2049 if (strcmp(args[3], "global") == 0) {
2050 int v;
2051
Willy Tarreaud0d8da92015-04-04 02:10:38 +02002052 if (strm_li(s)->bind_conf->level < ACCESS_LVL_ADMIN) {
Willy Tarreau93e7c002013-10-07 18:51:07 +02002053 appctx->ctx.cli.msg = stats_permission_denied_msg;
2054 appctx->st0 = STAT_CLI_PRINT;
2055 return 1;
2056 }
2057
2058 if (!*args[4]) {
2059 appctx->ctx.cli.msg = "Expects an integer value.\n";
2060 appctx->st0 = STAT_CLI_PRINT;
2061 return 1;
2062 }
2063
2064 v = atoi(args[4]);
2065 if (v < 0) {
2066 appctx->ctx.cli.msg = "Value out of range.\n";
2067 appctx->st0 = STAT_CLI_PRINT;
2068 return 1;
2069 }
2070
2071 global.sps_lim = v;
2072
2073 /* Dequeues all of the listeners waiting for a resource */
2074 if (!LIST_ISEMPTY(&global_listener_queue))
2075 dequeue_all_listeners(&global_listener_queue);
2076
2077 return 1;
2078 }
2079 else {
2080 appctx->ctx.cli.msg = "'set rate-limit sessions' only supports 'global'.\n";
2081 appctx->st0 = STAT_CLI_PRINT;
2082 return 1;
2083 }
2084 }
Willy Tarreaue43d5322013-10-07 20:01:52 +02002085#ifdef USE_OPENSSL
2086 else if (strcmp(args[2], "ssl-sessions") == 0) {
2087 if (strcmp(args[3], "global") == 0) {
2088 int v;
2089
Willy Tarreaud0d8da92015-04-04 02:10:38 +02002090 if (strm_li(s)->bind_conf->level < ACCESS_LVL_ADMIN) {
Willy Tarreaue43d5322013-10-07 20:01:52 +02002091 appctx->ctx.cli.msg = stats_permission_denied_msg;
2092 appctx->st0 = STAT_CLI_PRINT;
2093 return 1;
2094 }
2095
2096 if (!*args[4]) {
2097 appctx->ctx.cli.msg = "Expects an integer value.\n";
2098 appctx->st0 = STAT_CLI_PRINT;
2099 return 1;
2100 }
2101
2102 v = atoi(args[4]);
2103 if (v < 0) {
2104 appctx->ctx.cli.msg = "Value out of range.\n";
2105 appctx->st0 = STAT_CLI_PRINT;
2106 return 1;
2107 }
2108
2109 global.ssl_lim = v;
2110
2111 /* Dequeues all of the listeners waiting for a resource */
2112 if (!LIST_ISEMPTY(&global_listener_queue))
2113 dequeue_all_listeners(&global_listener_queue);
2114
2115 return 1;
2116 }
2117 else {
2118 appctx->ctx.cli.msg = "'set rate-limit ssl-sessions' only supports 'global'.\n";
2119 appctx->st0 = STAT_CLI_PRINT;
2120 return 1;
2121 }
2122 }
2123#endif
William Lallemandd85f9172012-11-09 17:05:39 +01002124 else if (strcmp(args[2], "http-compression") == 0) {
2125 if (strcmp(args[3], "global") == 0) {
2126 int v;
2127
Willy Tarreaua1c2b2c2015-11-26 18:32:39 +01002128 if (strm_li(s)->bind_conf->level < ACCESS_LVL_ADMIN) {
2129 appctx->ctx.cli.msg = stats_permission_denied_msg;
2130 appctx->st0 = STAT_CLI_PRINT;
2131 return 1;
2132 }
2133
Willy Tarreau85d47f92012-11-21 00:29:50 +01002134 if (!*args[4]) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002135 appctx->ctx.cli.msg = "Expects a maximum input byte rate in kB/s.\n";
2136 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau85d47f92012-11-21 00:29:50 +01002137 return 1;
2138 }
2139
William Lallemandd85f9172012-11-09 17:05:39 +01002140 v = atoi(args[4]);
2141 global.comp_rate_lim = v * 1024; /* Kilo to bytes. */
2142 }
2143 else {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002144 appctx->ctx.cli.msg = "'set rate-limit http-compression' only supports 'global'.\n";
2145 appctx->st0 = STAT_CLI_PRINT;
William Lallemandd85f9172012-11-09 17:05:39 +01002146 return 1;
2147 }
2148 }
Willy Tarreauf5b22872011-09-07 16:13:44 +02002149 else {
Willy Tarreaue43d5322013-10-07 20:01:52 +02002150 appctx->ctx.cli.msg = "'set rate-limit' supports 'connections', 'sessions', 'ssl-sessions', and 'http-compression'.\n";
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002151 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreauf5b22872011-09-07 16:13:44 +02002152 return 1;
2153 }
2154 }
Willy Tarreau654694e2012-06-07 01:03:16 +02002155 else if (strcmp(args[1], "table") == 0) {
2156 stats_sock_table_request(si, args, STAT_CLI_O_SET);
2157 }
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002158 else if (strcmp(args[1], "map") == 0) {
Thierry FOURNIER364cfdf2014-01-29 19:08:49 +01002159 char *err;
2160
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01002161 /* Set flags. */
2162 appctx->ctx.map.display_flags = PAT_REF_MAP;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002163
2164 /* Expect three parameters: map name, key and new value. */
2165 if (!*args[2] || !*args[3] || !*args[4]) {
Thierry FOURNIERd5723432014-03-11 13:52:44 +01002166 appctx->ctx.cli.msg = "'set map' expects three parameters: map identifier, key and value.\n";
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002167 appctx->st0 = STAT_CLI_PRINT;
2168 return 1;
2169 }
2170
2171 /* Lookup the reference in the maps. */
Thierry FOURNIERaf5a29d2014-03-11 14:29:22 +01002172 appctx->ctx.map.ref = pat_ref_lookup_ref(args[2]);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002173 if (!appctx->ctx.map.ref) {
Thierry FOURNIER65ce6132014-03-20 11:42:45 +01002174 appctx->ctx.cli.msg = "Unknown map identifier. Please use #<id> or <file>.\n";
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002175 appctx->st0 = STAT_CLI_PRINT;
2176 return 1;
2177 }
2178
Thierry FOURNIER9356c682014-01-28 15:55:37 +01002179 /* If the entry identifier start with a '#', it is considered as
2180 * pointer id
2181 */
2182 if (args[3][0] == '#' && args[3][1] == '0' && args[3][2] == 'x') {
2183 struct pat_ref_elt *ref;
2184 long long int conv;
2185 char *error;
2186
2187 /* Convert argument to integer value. */
2188 conv = strtoll(&args[3][1], &error, 16);
2189 if (*error != '\0') {
Thierry FOURNIER65ce6132014-03-20 11:42:45 +01002190 appctx->ctx.cli.msg = "Malformed identifier. Please use #<id> or <file>.\n";
Thierry FOURNIER9356c682014-01-28 15:55:37 +01002191 appctx->st0 = STAT_CLI_PRINT;
2192 return 1;
2193 }
2194
2195 /* Convert and check integer to pointer. */
2196 ref = (struct pat_ref_elt *)(long)conv;
2197 if ((long long int)(long)ref != conv) {
Thierry FOURNIER65ce6132014-03-20 11:42:45 +01002198 appctx->ctx.cli.msg = "Malformed identifier. Please use #<id> or <file>.\n";
Thierry FOURNIER9356c682014-01-28 15:55:37 +01002199 appctx->st0 = STAT_CLI_PRINT;
2200 return 1;
2201 }
2202
2203 /* Try to delete the entry. */
Thierry FOURNIER364cfdf2014-01-29 19:08:49 +01002204 err = NULL;
2205 if (!pat_ref_set_by_id(appctx->ctx.map.ref, ref, args[4], &err)) {
2206 if (err)
2207 memprintf(&err, "%s.\n", err);
2208 appctx->ctx.cli.err = err;
2209 appctx->st0 = STAT_CLI_PRINT_FREE;
Thierry FOURNIER9356c682014-01-28 15:55:37 +01002210 return 1;
2211 }
2212 }
2213 else {
2214 /* Else, use the entry identifier as pattern
2215 * string, and update the value.
2216 */
Thierry FOURNIER364cfdf2014-01-29 19:08:49 +01002217 err = NULL;
2218 if (!pat_ref_set(appctx->ctx.map.ref, args[3], args[4], &err)) {
2219 if (err)
2220 memprintf(&err, "%s.\n", err);
2221 appctx->ctx.cli.err = err;
2222 appctx->st0 = STAT_CLI_PRINT_FREE;
Thierry FOURNIER9356c682014-01-28 15:55:37 +01002223 return 1;
2224 }
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002225 }
2226
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002227 /* The set is done, send message. */
Thierry FOURNIER07e78c52014-12-18 15:28:01 +01002228 appctx->st0 = STAT_CLI_PROMPT;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002229 return 1;
2230 }
Emeric Brun4147b2e2014-06-16 18:36:30 +02002231#ifdef USE_OPENSSL
2232 else if (strcmp(args[1], "ssl") == 0) {
2233 if (strcmp(args[2], "ocsp-response") == 0) {
Lukas Tribuse4e30f72014-12-09 16:32:51 +01002234#if (defined SSL_CTRL_SET_TLSEXT_STATUS_REQ_CB && !defined OPENSSL_NO_OCSP)
Emeric Brun4147b2e2014-06-16 18:36:30 +02002235 char *err = NULL;
2236
Emeric Brunaf4ef742014-06-19 14:10:45 +02002237 /* Expect one parameter: the new response in base64 encoding */
Emeric Brun4147b2e2014-06-16 18:36:30 +02002238 if (!*args[3]) {
2239 appctx->ctx.cli.msg = "'set ssl ocsp-response' expects response in base64 encoding.\n";
2240 appctx->st0 = STAT_CLI_PRINT;
2241 return 1;
2242 }
2243
2244 trash.len = base64dec(args[3], strlen(args[3]), trash.str, trash.size);
2245 if (trash.len < 0) {
2246 appctx->ctx.cli.msg = "'set ssl ocsp-response' received invalid base64 encoded response.\n";
2247 appctx->st0 = STAT_CLI_PRINT;
2248 return 1;
2249 }
2250
2251 if (ssl_sock_update_ocsp_response(&trash, &err)) {
2252 if (err) {
2253 memprintf(&err, "%s.\n", err);
2254 appctx->ctx.cli.err = err;
2255 appctx->st0 = STAT_CLI_PRINT_FREE;
2256 }
2257 return 1;
2258 }
2259 appctx->ctx.cli.msg = "OCSP Response updated!";
2260 appctx->st0 = STAT_CLI_PRINT;
2261 return 1;
2262#else
2263 appctx->ctx.cli.msg = "HAProxy was compiled against a version of OpenSSL that doesn't support OCSP stapling.\n";
2264 appctx->st0 = STAT_CLI_PRINT;
2265 return 1;
2266#endif
2267 }
Nenad Merdanovic200b0fa2015-05-09 08:46:01 +02002268 else if (strcmp(args[2], "tls-key") == 0) {
2269#if (defined SSL_CTRL_SET_TLSEXT_TICKET_KEY_CB && TLS_TICKETS_NO > 0)
2270 /* Expect two parameters: the filename and the new new TLS key in encoding */
2271 if (!*args[3] || !*args[4]) {
2272 appctx->ctx.cli.msg = "'set ssl tls-key' expects a filename and the new TLS key in base64 encoding.\n";
2273 appctx->st0 = STAT_CLI_PRINT;
2274 return 1;
2275 }
2276
2277 appctx->ctx.tlskeys.ref = tlskeys_ref_lookup_ref(args[3]);
2278 if(!appctx->ctx.tlskeys.ref) {
2279 appctx->ctx.cli.msg = "'set ssl tls-key' unable to locate referenced filename\n";
2280 appctx->st0 = STAT_CLI_PRINT;
2281 return 1;
2282 }
2283
2284 trash.len = base64dec(args[4], strlen(args[4]), trash.str, trash.size);
2285 if (trash.len != sizeof(struct tls_sess_key)) {
2286 appctx->ctx.cli.msg = "'set ssl tls-key' received invalid base64 encoded TLS key.\n";
2287 appctx->st0 = STAT_CLI_PRINT;
2288 return 1;
2289 }
2290
Pradeep Jindalcc79b002015-08-20 18:25:17 +05302291 memcpy(appctx->ctx.tlskeys.ref->tlskeys + ((appctx->ctx.tlskeys.ref->tls_ticket_enc_index + 2) % TLS_TICKETS_NO), trash.str, trash.len);
2292 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 +02002293
2294 appctx->ctx.cli.msg = "TLS ticket key updated!";
2295 appctx->st0 = STAT_CLI_PRINT;
2296 return 1;
2297#else
2298 appctx->ctx.cli.msg = "HAProxy was compiled against a version of OpenSSL "
2299 "that doesn't support specifying TLS ticket keys\n";
2300 appctx->st0 = STAT_CLI_PRINT;
2301 return 1;
2302#endif
2303 }
Emeric Brun4147b2e2014-06-16 18:36:30 +02002304 else {
2305 appctx->ctx.cli.msg = "'set ssl' only supports 'ocsp-response'.\n";
2306 appctx->st0 = STAT_CLI_PRINT;
2307 return 1;
2308 }
2309 }
2310#endif
Willy Tarreau7aabd112010-01-26 10:59:06 +01002311 else { /* unknown "set" parameter */
Willy Tarreau4483d432009-10-10 19:30:08 +02002312 return 0;
2313 }
2314 }
Cyril Bontécd19e512010-01-31 22:34:03 +01002315 else if (strcmp(args[0], "enable") == 0) {
Simon Horman671b6f02013-11-25 10:46:39 +09002316 if (strcmp(args[1], "agent") == 0) {
2317 struct server *sv;
2318
2319 sv = expect_server_admin(s, si, args[2]);
2320 if (!sv)
2321 return 1;
2322
Willy Tarreau2e10f5a2013-12-11 20:11:55 +01002323 if (!(sv->agent.state & CHK_ST_CONFIGURED)) {
2324 appctx->ctx.cli.msg = "Agent was not configured on this server, cannot enable.\n";
2325 appctx->st0 = STAT_CLI_PRINT;
2326 return 1;
2327 }
2328
2329 sv->agent.state |= CHK_ST_ENABLED;
Simon Horman671b6f02013-11-25 10:46:39 +09002330 return 1;
2331 }
Willy Tarreau9b5aecd2014-05-23 11:53:10 +02002332 else if (strcmp(args[1], "health") == 0) {
Cyril Bontécd19e512010-01-31 22:34:03 +01002333 struct server *sv;
2334
Willy Tarreaud52c41e2011-09-07 23:41:01 +02002335 sv = expect_server_admin(s, si, args[2]);
2336 if (!sv)
Cyril Bonté613f0df2011-03-03 20:49:04 +01002337 return 1;
Cyril Bonté613f0df2011-03-03 20:49:04 +01002338
Willy Tarreau9b5aecd2014-05-23 11:53:10 +02002339 if (!(sv->check.state & CHK_ST_CONFIGURED)) {
2340 appctx->ctx.cli.msg = "Health checks are not configured on this server, cannot enable.\n";
2341 appctx->st0 = STAT_CLI_PRINT;
2342 return 1;
2343 }
2344
2345 sv->check.state |= CHK_ST_ENABLED;
2346 return 1;
2347 }
2348 else if (strcmp(args[1], "server") == 0) {
2349 struct server *sv;
2350
2351 sv = expect_server_admin(s, si, args[2]);
2352 if (!sv)
2353 return 1;
2354
Willy Tarreaubfc7b7a2014-05-22 16:14:34 +02002355 srv_adm_set_ready(sv);
Willy Tarreau532a4502011-09-07 22:37:44 +02002356 return 1;
2357 }
2358 else if (strcmp(args[1], "frontend") == 0) {
2359 struct proxy *px;
2360
2361 px = expect_frontend_admin(s, si, args[2]);
2362 if (!px)
2363 return 1;
2364
2365 if (px->state == PR_STSTOPPED) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002366 appctx->ctx.cli.msg = "Frontend was previously shut down, cannot enable.\n";
2367 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau532a4502011-09-07 22:37:44 +02002368 return 1;
2369 }
2370
2371 if (px->state != PR_STPAUSED) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002372 appctx->ctx.cli.msg = "Frontend is already enabled.\n";
2373 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau532a4502011-09-07 22:37:44 +02002374 return 1;
2375 }
2376
2377 if (!resume_proxy(px)) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002378 appctx->ctx.cli.msg = "Failed to resume frontend, check logs for precise cause (port conflict?).\n";
2379 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau532a4502011-09-07 22:37:44 +02002380 return 1;
2381 }
Cyril Bontécd19e512010-01-31 22:34:03 +01002382 return 1;
2383 }
2384 else { /* unknown "enable" parameter */
Willy Tarreau9b5aecd2014-05-23 11:53:10 +02002385 appctx->ctx.cli.msg = "'enable' only supports 'agent', 'frontend', 'health', and 'server'.\n";
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002386 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau532a4502011-09-07 22:37:44 +02002387 return 1;
Cyril Bontécd19e512010-01-31 22:34:03 +01002388 }
2389 }
2390 else if (strcmp(args[0], "disable") == 0) {
Simon Horman671b6f02013-11-25 10:46:39 +09002391 if (strcmp(args[1], "agent") == 0) {
2392 struct server *sv;
2393
2394 sv = expect_server_admin(s, si, args[2]);
2395 if (!sv)
2396 return 1;
2397
Willy Tarreau2e10f5a2013-12-11 20:11:55 +01002398 sv->agent.state &= ~CHK_ST_ENABLED;
Simon Horman671b6f02013-11-25 10:46:39 +09002399 return 1;
2400 }
Willy Tarreau9b5aecd2014-05-23 11:53:10 +02002401 else if (strcmp(args[1], "health") == 0) {
2402 struct server *sv;
2403
2404 sv = expect_server_admin(s, si, args[2]);
2405 if (!sv)
2406 return 1;
2407
2408 sv->check.state &= ~CHK_ST_ENABLED;
2409 return 1;
2410 }
Simon Horman671b6f02013-11-25 10:46:39 +09002411 else if (strcmp(args[1], "server") == 0) {
Cyril Bontécd19e512010-01-31 22:34:03 +01002412 struct server *sv;
2413
Willy Tarreaud52c41e2011-09-07 23:41:01 +02002414 sv = expect_server_admin(s, si, args[2]);
2415 if (!sv)
Cyril Bonté613f0df2011-03-03 20:49:04 +01002416 return 1;
Cyril Bonté613f0df2011-03-03 20:49:04 +01002417
Willy Tarreaubfc7b7a2014-05-22 16:14:34 +02002418 srv_adm_set_maint(sv);
Willy Tarreau532a4502011-09-07 22:37:44 +02002419 return 1;
2420 }
2421 else if (strcmp(args[1], "frontend") == 0) {
2422 struct proxy *px;
2423
2424 px = expect_frontend_admin(s, si, args[2]);
2425 if (!px)
2426 return 1;
2427
2428 if (px->state == PR_STSTOPPED) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002429 appctx->ctx.cli.msg = "Frontend was previously shut down, cannot disable.\n";
2430 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau532a4502011-09-07 22:37:44 +02002431 return 1;
2432 }
2433
2434 if (px->state == PR_STPAUSED) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002435 appctx->ctx.cli.msg = "Frontend is already disabled.\n";
2436 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau532a4502011-09-07 22:37:44 +02002437 return 1;
2438 }
2439
2440 if (!pause_proxy(px)) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002441 appctx->ctx.cli.msg = "Failed to pause frontend, check logs for precise cause.\n";
2442 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau532a4502011-09-07 22:37:44 +02002443 return 1;
2444 }
Cyril Bontécd19e512010-01-31 22:34:03 +01002445 return 1;
2446 }
2447 else { /* unknown "disable" parameter */
Willy Tarreau9b5aecd2014-05-23 11:53:10 +02002448 appctx->ctx.cli.msg = "'disable' only supports 'agent', 'frontend', 'health', and 'server'.\n";
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002449 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau532a4502011-09-07 22:37:44 +02002450 return 1;
2451 }
2452 }
2453 else if (strcmp(args[0], "shutdown") == 0) {
2454 if (strcmp(args[1], "frontend") == 0) {
2455 struct proxy *px;
2456
2457 px = expect_frontend_admin(s, si, args[2]);
2458 if (!px)
2459 return 1;
2460
2461 if (px->state == PR_STSTOPPED) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002462 appctx->ctx.cli.msg = "Frontend was already shut down.\n";
2463 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau532a4502011-09-07 22:37:44 +02002464 return 1;
2465 }
2466
2467 Warning("Proxy %s stopped (FE: %lld conns, BE: %lld conns).\n",
2468 px->id, px->fe_counters.cum_conn, px->be_counters.cum_conn);
2469 send_log(px, LOG_WARNING, "Proxy %s stopped (FE: %lld conns, BE: %lld conns).\n",
2470 px->id, px->fe_counters.cum_conn, px->be_counters.cum_conn);
2471 stop_proxy(px);
2472 return 1;
2473 }
Willy Tarreaua295edc2011-09-07 23:21:03 +02002474 else if (strcmp(args[1], "session") == 0) {
Willy Tarreau87b09662015-04-03 00:22:06 +02002475 struct stream *sess, *ptr;
Willy Tarreaua295edc2011-09-07 23:21:03 +02002476
Willy Tarreaud0d8da92015-04-04 02:10:38 +02002477 if (strm_li(s)->bind_conf->level < ACCESS_LVL_ADMIN) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002478 appctx->ctx.cli.msg = stats_permission_denied_msg;
2479 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreaua295edc2011-09-07 23:21:03 +02002480 return 1;
2481 }
2482
2483 if (!*args[2]) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002484 appctx->ctx.cli.msg = "Session pointer expected (use 'show sess').\n";
2485 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreaua295edc2011-09-07 23:21:03 +02002486 return 1;
2487 }
2488
2489 ptr = (void *)strtoul(args[2], NULL, 0);
2490
Willy Tarreau87b09662015-04-03 00:22:06 +02002491 /* first, look for the requested stream in the stream table */
2492 list_for_each_entry(sess, &streams, list) {
Willy Tarreaua295edc2011-09-07 23:21:03 +02002493 if (sess == ptr)
2494 break;
2495 }
2496
Willy Tarreau87b09662015-04-03 00:22:06 +02002497 /* do we have the stream ? */
Willy Tarreaua295edc2011-09-07 23:21:03 +02002498 if (sess != ptr) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002499 appctx->ctx.cli.msg = "No such session (use 'show sess').\n";
2500 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreaua295edc2011-09-07 23:21:03 +02002501 return 1;
2502 }
2503
Willy Tarreaue7dff022015-04-03 01:14:29 +02002504 stream_shutdown(sess, SF_ERR_KILLED);
Willy Tarreaua295edc2011-09-07 23:21:03 +02002505 return 1;
2506 }
Willy Tarreau52b2d222011-09-07 23:48:48 +02002507 else if (strcmp(args[1], "sessions") == 0) {
2508 if (strcmp(args[2], "server") == 0) {
2509 struct server *sv;
Willy Tarreau87b09662015-04-03 00:22:06 +02002510 struct stream *sess, *sess_bck;
Willy Tarreau52b2d222011-09-07 23:48:48 +02002511
2512 sv = expect_server_admin(s, si, args[3]);
2513 if (!sv)
2514 return 1;
2515
Willy Tarreau87b09662015-04-03 00:22:06 +02002516 /* kill all the stream that are on this server */
Willy Tarreau52b2d222011-09-07 23:48:48 +02002517 list_for_each_entry_safe(sess, sess_bck, &sv->actconns, by_srv)
2518 if (sess->srv_conn == sv)
Willy Tarreaue7dff022015-04-03 01:14:29 +02002519 stream_shutdown(sess, SF_ERR_KILLED);
Willy Tarreau52b2d222011-09-07 23:48:48 +02002520
2521 return 1;
2522 }
2523 else {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002524 appctx->ctx.cli.msg = "'shutdown sessions' only supports 'server'.\n";
2525 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau52b2d222011-09-07 23:48:48 +02002526 return 1;
2527 }
2528 }
Willy Tarreau532a4502011-09-07 22:37:44 +02002529 else { /* unknown "disable" parameter */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002530 appctx->ctx.cli.msg = "'shutdown' only supports 'frontend', 'session' and 'sessions'.\n";
2531 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau532a4502011-09-07 22:37:44 +02002532 return 1;
Cyril Bontécd19e512010-01-31 22:34:03 +01002533 }
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002534 }
2535 else if (strcmp(args[0], "del") == 0) {
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01002536 if (strcmp(args[1], "map") == 0 || strcmp(args[1], "acl") == 0) {
2537 if (args[1][0] == 'm')
2538 appctx->ctx.map.display_flags = PAT_REF_MAP;
2539 else
2540 appctx->ctx.map.display_flags = PAT_REF_ACL;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002541
2542 /* Expect two parameters: map name and key. */
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01002543 if (appctx->ctx.map.display_flags == PAT_REF_MAP) {
2544 if (!*args[2] || !*args[3]) {
2545 appctx->ctx.cli.msg = "This command expects two parameters: map identifier and key.\n";
2546 appctx->st0 = STAT_CLI_PRINT;
2547 return 1;
2548 }
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002549 }
2550
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01002551 else {
2552 if (!*args[2] || !*args[3]) {
2553 appctx->ctx.cli.msg = "This command expects two parameters: ACL identifier and key.\n";
2554 appctx->st0 = STAT_CLI_PRINT;
2555 return 1;
2556 }
2557 }
2558
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002559 /* Lookup the reference in the maps. */
Thierry FOURNIERaf5a29d2014-03-11 14:29:22 +01002560 appctx->ctx.map.ref = pat_ref_lookup_ref(args[2]);
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01002561 if (!appctx->ctx.map.ref ||
2562 !(appctx->ctx.map.ref->flags & appctx->ctx.map.display_flags)) {
Thierry FOURNIER65ce6132014-03-20 11:42:45 +01002563 appctx->ctx.cli.msg = "Unknown map identifier. Please use #<id> or <file>.\n";
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002564 appctx->st0 = STAT_CLI_PRINT;
2565 return 1;
2566 }
2567
Thierry FOURNIER9356c682014-01-28 15:55:37 +01002568 /* If the entry identifier start with a '#', it is considered as
2569 * pointer id
2570 */
2571 if (args[3][0] == '#' && args[3][1] == '0' && args[3][2] == 'x') {
2572 struct pat_ref_elt *ref;
2573 long long int conv;
2574 char *error;
2575
2576 /* Convert argument to integer value. */
2577 conv = strtoll(&args[3][1], &error, 16);
2578 if (*error != '\0') {
Thierry FOURNIER65ce6132014-03-20 11:42:45 +01002579 appctx->ctx.cli.msg = "Malformed identifier. Please use #<id> or <file>.\n";
Thierry FOURNIER9356c682014-01-28 15:55:37 +01002580 appctx->st0 = STAT_CLI_PRINT;
2581 return 1;
2582 }
2583
2584 /* Convert and check integer to pointer. */
2585 ref = (struct pat_ref_elt *)(long)conv;
2586 if ((long long int)(long)ref != conv) {
Thierry FOURNIER65ce6132014-03-20 11:42:45 +01002587 appctx->ctx.cli.msg = "Malformed identifier. Please use #<id> or <file>.\n";
Thierry FOURNIER9356c682014-01-28 15:55:37 +01002588 appctx->st0 = STAT_CLI_PRINT;
2589 return 1;
2590 }
2591
2592 /* Try to delete the entry. */
2593 if (!pat_ref_delete_by_id(appctx->ctx.map.ref, ref)) {
2594 /* The entry is not found, send message. */
2595 appctx->ctx.cli.msg = "Key not found.\n";
2596 appctx->st0 = STAT_CLI_PRINT;
2597 return 1;
2598 }
2599 }
2600 else {
2601 /* Else, use the entry identifier as pattern
2602 * string and try to delete the entry.
2603 */
2604 if (!pat_ref_delete(appctx->ctx.map.ref, args[3])) {
2605 /* The entry is not found, send message. */
2606 appctx->ctx.cli.msg = "Key not found.\n";
2607 appctx->st0 = STAT_CLI_PRINT;
2608 return 1;
2609 }
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002610 }
2611
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002612 /* The deletion is done, send message. */
Thierry FOURNIER07e78c52014-12-18 15:28:01 +01002613 appctx->st0 = STAT_CLI_PROMPT;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002614 return 1;
2615 }
2616 else { /* unknown "del" parameter */
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01002617 appctx->ctx.cli.msg = "'del' only supports 'map' or 'acl'.\n";
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002618 appctx->st0 = STAT_CLI_PRINT;
2619 return 1;
2620 }
2621 }
2622 else if (strcmp(args[0], "add") == 0) {
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01002623 if (strcmp(args[1], "map") == 0 ||
2624 strcmp(args[1], "acl") == 0) {
2625 int ret;
Thierry FOURNIER364cfdf2014-01-29 19:08:49 +01002626 char *err;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002627
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01002628 /* Set flags. */
2629 if (args[1][0] == 'm')
2630 appctx->ctx.map.display_flags = PAT_REF_MAP;
2631 else
2632 appctx->ctx.map.display_flags = PAT_REF_ACL;
2633
2634 /* If the keywork is "map", we expect three parameters, if it
2635 * is "acl", we expect only two parameters
2636 */
2637 if (appctx->ctx.map.display_flags == PAT_REF_MAP) {
2638 if (!*args[2] || !*args[3] || !*args[4]) {
2639 appctx->ctx.cli.msg = "'add map' expects three parameters: map identifier, key and value.\n";
2640 appctx->st0 = STAT_CLI_PRINT;
2641 return 1;
2642 }
2643 }
2644 else {
2645 if (!*args[2] || !*args[3]) {
2646 appctx->ctx.cli.msg = "'add acl' expects two parameters: ACL identifier and pattern.\n";
2647 appctx->st0 = STAT_CLI_PRINT;
2648 return 1;
2649 }
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002650 }
2651
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01002652 /* Lookup for the reference. */
Thierry FOURNIERaf5a29d2014-03-11 14:29:22 +01002653 appctx->ctx.map.ref = pat_ref_lookup_ref(args[2]);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002654 if (!appctx->ctx.map.ref) {
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01002655 if (appctx->ctx.map.display_flags == PAT_REF_MAP)
Thierry FOURNIER65ce6132014-03-20 11:42:45 +01002656 appctx->ctx.cli.msg = "Unknown map identifier. Please use #<id> or <file>.\n";
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01002657 else
Thierry FOURNIER65ce6132014-03-20 11:42:45 +01002658 appctx->ctx.cli.msg = "Unknown ACL identifier. Please use #<id> or <file>.\n";
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002659 appctx->st0 = STAT_CLI_PRINT;
2660 return 1;
2661 }
2662
Thierry FOURNIER64c585f2014-01-29 20:02:36 +01002663 /* The command "add acl" is prohibited if the reference
2664 * use samples.
2665 */
2666 if ((appctx->ctx.map.display_flags & PAT_REF_ACL) &&
2667 (appctx->ctx.map.ref->flags & PAT_REF_SMP)) {
2668 appctx->ctx.cli.msg = "This ACL is shared with a map containing samples. "
2669 "You must use the command 'add map' to add values.\n";
2670 appctx->st0 = STAT_CLI_PRINT;
2671 return 1;
2672 }
2673
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01002674 /* Add value. */
Thierry FOURNIER364cfdf2014-01-29 19:08:49 +01002675 err = NULL;
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01002676 if (appctx->ctx.map.display_flags == PAT_REF_MAP)
Thierry FOURNIERe47e4e22014-04-28 11:18:57 +02002677 ret = pat_ref_add(appctx->ctx.map.ref, args[3], args[4], &err);
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01002678 else
Thierry FOURNIERe47e4e22014-04-28 11:18:57 +02002679 ret = pat_ref_add(appctx->ctx.map.ref, args[3], NULL, &err);
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01002680 if (!ret) {
Thierry FOURNIER364cfdf2014-01-29 19:08:49 +01002681 if (err)
2682 memprintf(&err, "%s.\n", err);
2683 appctx->ctx.cli.err = err;
2684 appctx->st0 = STAT_CLI_PRINT_FREE;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002685 return 1;
2686 }
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002687
2688 /* The add is done, send message. */
Thierry FOURNIER07e78c52014-12-18 15:28:01 +01002689 appctx->st0 = STAT_CLI_PROMPT;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002690 return 1;
2691 }
2692 else { /* unknown "del" parameter */
2693 appctx->ctx.cli.msg = "'add' only supports 'map'.\n";
2694 appctx->st0 = STAT_CLI_PRINT;
2695 return 1;
2696 }
Cyril Bontécd19e512010-01-31 22:34:03 +01002697 }
2698 else { /* not "show" nor "clear" nor "get" nor "set" nor "enable" nor "disable" */
Willy Tarreau5ca791d2009-08-16 19:06:42 +02002699 return 0;
2700 }
2701 return 1;
2702}
2703
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002704/* This I/O handler runs as an applet embedded in a stream interface. It is
Willy Tarreauf5a885f2009-10-04 14:22:18 +02002705 * used to processes I/O from/to the stats unix socket. The system relies on a
2706 * state machine handling requests and various responses. We read a request,
2707 * then we process it and send the response, and we possibly display a prompt.
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002708 * Then we can read again. The state is stored in appctx->st0 and is one of the
2709 * STAT_CLI_* constants. appctx->st1 is used to indicate whether prompt is enabled
Willy Tarreauf5a885f2009-10-04 14:22:18 +02002710 * or not.
Willy Tarreau5ca791d2009-08-16 19:06:42 +02002711 */
Willy Tarreau00a37f02015-04-13 12:05:19 +02002712static void cli_io_handler(struct appctx *appctx)
Willy Tarreau5ca791d2009-08-16 19:06:42 +02002713{
Willy Tarreau00a37f02015-04-13 12:05:19 +02002714 struct stream_interface *si = appctx->owner;
Willy Tarreau2bb4a962014-11-28 11:11:05 +01002715 struct channel *req = si_oc(si);
2716 struct channel *res = si_ic(si);
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002717 int reql;
2718 int len;
Willy Tarreau5ca791d2009-08-16 19:06:42 +02002719
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002720 if (unlikely(si->state == SI_ST_DIS || si->state == SI_ST_CLO))
2721 goto out;
Willy Tarreau5ca791d2009-08-16 19:06:42 +02002722
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002723 while (1) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002724 if (appctx->st0 == STAT_CLI_INIT) {
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002725 /* Stats output not initialized yet */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002726 memset(&appctx->ctx.stats, 0, sizeof(appctx->ctx.stats));
2727 appctx->st0 = STAT_CLI_GETREQ;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002728 }
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002729 else if (appctx->st0 == STAT_CLI_END) {
Willy Tarreauf5a885f2009-10-04 14:22:18 +02002730 /* Let's close for real now. We just close the request
2731 * side, the conditions below will complete if needed.
2732 */
Willy Tarreau73b013b2012-05-21 16:31:45 +02002733 si_shutw(si);
Willy Tarreauf5a885f2009-10-04 14:22:18 +02002734 break;
2735 }
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002736 else if (appctx->st0 == STAT_CLI_GETREQ) {
Willy Tarreau4e33d862009-10-11 23:35:10 +02002737 /* ensure we have some output room left in the event we
2738 * would want to return some info right after parsing.
2739 */
Willy Tarreau4e4292b2014-11-28 12:18:45 +01002740 if (buffer_almost_full(si_ib(si))) {
Willy Tarreaufe127932015-04-21 19:23:39 +02002741 si_applet_cant_put(si);
Willy Tarreau4e33d862009-10-11 23:35:10 +02002742 break;
Willy Tarreaud7ad9f52013-12-31 17:26:25 +01002743 }
Willy Tarreau4e33d862009-10-11 23:35:10 +02002744
Willy Tarreau2bb4a962014-11-28 11:11:05 +01002745 reql = bo_getline(si_oc(si), trash.str, trash.size);
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002746 if (reql <= 0) { /* closed or EOL not found */
2747 if (reql == 0)
2748 break;
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002749 appctx->st0 = STAT_CLI_END;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002750 continue;
2751 }
Willy Tarreau5ca791d2009-08-16 19:06:42 +02002752
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002753 /* seek for a possible semi-colon. If we find one, we
2754 * replace it with an LF and skip only this part.
2755 */
2756 for (len = 0; len < reql; len++)
Willy Tarreau19d14ef2012-10-29 16:51:55 +01002757 if (trash.str[len] == ';') {
2758 trash.str[len] = '\n';
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002759 reql = len + 1;
2760 break;
2761 }
Willy Tarreau5ca791d2009-08-16 19:06:42 +02002762
Willy Tarreau816fc222009-10-04 07:36:58 +02002763 /* now it is time to check that we have a full line,
2764 * remove the trailing \n and possibly \r, then cut the
2765 * line.
2766 */
2767 len = reql - 1;
Willy Tarreau19d14ef2012-10-29 16:51:55 +01002768 if (trash.str[len] != '\n') {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002769 appctx->st0 = STAT_CLI_END;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002770 continue;
Willy Tarreau5ca791d2009-08-16 19:06:42 +02002771 }
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002772
Willy Tarreau19d14ef2012-10-29 16:51:55 +01002773 if (len && trash.str[len-1] == '\r')
Willy Tarreau816fc222009-10-04 07:36:58 +02002774 len--;
2775
Willy Tarreau19d14ef2012-10-29 16:51:55 +01002776 trash.str[len] = '\0';
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002777
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002778 appctx->st0 = STAT_CLI_PROMPT;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002779 if (len) {
Willy Tarreau19d14ef2012-10-29 16:51:55 +01002780 if (strcmp(trash.str, "quit") == 0) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002781 appctx->st0 = STAT_CLI_END;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002782 continue;
2783 }
Willy Tarreau19d14ef2012-10-29 16:51:55 +01002784 else if (strcmp(trash.str, "prompt") == 0)
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002785 appctx->st1 = !appctx->st1;
Willy Tarreau19d14ef2012-10-29 16:51:55 +01002786 else if (strcmp(trash.str, "help") == 0 ||
2787 !stats_sock_parse_request(si, trash.str)) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002788 appctx->ctx.cli.msg = stats_sock_usage_msg;
2789 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreauea1f5fe2009-10-11 23:12:51 +02002790 }
Willy Tarreauf5a885f2009-10-04 14:22:18 +02002791 /* NB: stats_sock_parse_request() may have put
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002792 * another STAT_CLI_O_* into appctx->st0.
Willy Tarreauf5a885f2009-10-04 14:22:18 +02002793 */
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002794 }
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002795 else if (!appctx->st1) {
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002796 /* if prompt is disabled, print help on empty lines,
2797 * so that the user at least knows how to enable
2798 * prompt and find help.
2799 */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002800 appctx->ctx.cli.msg = stats_sock_usage_msg;
2801 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002802 }
2803
2804 /* re-adjust req buffer */
Willy Tarreau2bb4a962014-11-28 11:11:05 +01002805 bo_skip(si_oc(si), reql);
Willy Tarreau03cdb7c2012-08-27 23:14:58 +02002806 req->flags |= CF_READ_DONTWAIT; /* we plan to read small requests */
Willy Tarreau5ca791d2009-08-16 19:06:42 +02002807 }
Willy Tarreau68c00c72015-09-25 19:21:19 +02002808 else { /* output functions */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002809 switch (appctx->st0) {
Andrew Hayworthe32d1862015-10-02 15:08:10 +00002810 case STAT_CLI_PROMPT:
2811 break;
Willy Tarreauea1f5fe2009-10-11 23:12:51 +02002812 case STAT_CLI_PRINT:
Willy Tarreau2bb4a962014-11-28 11:11:05 +01002813 if (bi_putstr(si_ic(si), appctx->ctx.cli.msg) != -1)
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002814 appctx->st0 = STAT_CLI_PROMPT;
Willy Tarreaubc18da12015-03-13 14:00:47 +01002815 else
Willy Tarreaufe127932015-04-21 19:23:39 +02002816 si_applet_cant_put(si);
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002817 break;
Thierry FOURNIER364cfdf2014-01-29 19:08:49 +01002818 case STAT_CLI_PRINT_FREE:
Willy Tarreau2bb4a962014-11-28 11:11:05 +01002819 if (bi_putstr(si_ic(si), appctx->ctx.cli.err) != -1) {
Thierry FOURNIER364cfdf2014-01-29 19:08:49 +01002820 free(appctx->ctx.cli.err);
2821 appctx->st0 = STAT_CLI_PROMPT;
2822 }
Willy Tarreaubc18da12015-03-13 14:00:47 +01002823 else
Willy Tarreaufe127932015-04-21 19:23:39 +02002824 si_applet_cant_put(si);
Thierry FOURNIER364cfdf2014-01-29 19:08:49 +01002825 break;
Baptiste Assmann9b6857e2015-09-18 14:49:12 +02002826 case STAT_CLI_O_BACKEND:
2827 if (stats_dump_backend_to_buffer(si))
2828 appctx->st0 = STAT_CLI_PROMPT;
2829 break;
Willy Tarreauf5a885f2009-10-04 14:22:18 +02002830 case STAT_CLI_O_INFO:
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01002831 if (stats_dump_info_to_buffer(si))
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002832 appctx->st0 = STAT_CLI_PROMPT;
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01002833 break;
Baptiste Assmann28289462015-07-03 08:01:20 +02002834 case STAT_CLI_O_SERVERS_STATE:
2835 if (stats_dump_servers_state_to_buffer(si))
2836 appctx->st0 = STAT_CLI_PROMPT;
2837 break;
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01002838 case STAT_CLI_O_STAT:
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01002839 if (stats_dump_stat_to_buffer(si, NULL))
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002840 appctx->st0 = STAT_CLI_PROMPT;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002841 break;
Baptiste Assmann3863f972015-05-17 00:33:24 +02002842 case STAT_CLI_O_RESOLVERS:
2843 if (stats_dump_resolvers_to_buffer(si))
2844 appctx->st0 = STAT_CLI_PROMPT;
2845 break;
Willy Tarreauf5a885f2009-10-04 14:22:18 +02002846 case STAT_CLI_O_SESS:
Willy Tarreau5ec29ff2011-02-13 15:27:22 +01002847 if (stats_dump_sess_to_buffer(si))
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002848 appctx->st0 = STAT_CLI_PROMPT;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002849 break;
Willy Tarreauf5a885f2009-10-04 14:22:18 +02002850 case STAT_CLI_O_ERR: /* errors dump */
Willy Tarreau5ec29ff2011-02-13 15:27:22 +01002851 if (stats_dump_errors_to_buffer(si))
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002852 appctx->st0 = STAT_CLI_PROMPT;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002853 break;
Willy Tarreau69f58c82010-07-12 17:55:33 +02002854 case STAT_CLI_O_TAB:
Simon Hormanc88b8872011-06-15 15:18:49 +09002855 case STAT_CLI_O_CLR:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002856 if (stats_table_request(si, appctx->st0))
2857 appctx->st0 = STAT_CLI_PROMPT;
Willy Tarreau69f58c82010-07-12 17:55:33 +02002858 break;
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01002859 case STAT_CLI_O_PATS:
2860 if (stats_pats_list(si))
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002861 appctx->st0 = STAT_CLI_PROMPT;
2862 break;
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01002863 case STAT_CLI_O_PAT:
2864 if (stats_pat_list(si))
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002865 appctx->st0 = STAT_CLI_PROMPT;
2866 break;
2867 case STAT_CLI_O_MLOOK:
2868 if (stats_map_lookup(si))
2869 appctx->st0 = STAT_CLI_PROMPT;
Willy Tarreau4efb3532014-01-29 12:13:39 +01002870 break;
Willy Tarreau12833bb2014-01-28 16:49:56 +01002871 case STAT_CLI_O_POOLS:
2872 if (stats_dump_pools_to_buffer(si))
2873 appctx->st0 = STAT_CLI_PROMPT;
2874 break;
Nenad Merdanovic200b0fa2015-05-09 08:46:01 +02002875#if (defined SSL_CTRL_SET_TLSEXT_TICKET_KEY_CB && TLS_TICKETS_NO > 0)
2876 case STAT_CLI_O_TLSK:
2877 if (stats_tlskeys_list(si))
2878 appctx->st0 = STAT_CLI_PROMPT;
2879 break;
2880#endif
Willy Tarreauae795722016-02-16 11:27:28 +01002881 case STAT_CLI_O_ENV: /* environment dump */
2882 if (stats_dump_env_to_buffer(si))
2883 appctx->st0 = STAT_CLI_PROMPT;
2884 break;
Willy Tarreauf5a885f2009-10-04 14:22:18 +02002885 default: /* abnormal state */
Willy Tarreau5cfa3bc2015-09-25 20:08:51 +02002886 si->flags |= SI_FL_ERR;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002887 break;
2888 }
Willy Tarreau5ca791d2009-08-16 19:06:42 +02002889
Willy Tarreauf5a885f2009-10-04 14:22:18 +02002890 /* The post-command prompt is either LF alone or LF + '> ' in interactive mode */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002891 if (appctx->st0 == STAT_CLI_PROMPT) {
Willy Tarreau2bb4a962014-11-28 11:11:05 +01002892 if (bi_putstr(si_ic(si), appctx->st1 ? "\n> " : "\n") != -1)
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002893 appctx->st0 = STAT_CLI_GETREQ;
Willy Tarreaubc18da12015-03-13 14:00:47 +01002894 else
Willy Tarreaufe127932015-04-21 19:23:39 +02002895 si_applet_cant_put(si);
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002896 }
2897
Willy Tarreauf5a885f2009-10-04 14:22:18 +02002898 /* If the output functions are still there, it means they require more room. */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002899 if (appctx->st0 >= STAT_CLI_OUTPUT)
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002900 break;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002901
2902 /* Now we close the output if one of the writers did so,
2903 * or if we're not in interactive mode and the request
2904 * buffer is empty. This still allows pipelined requests
2905 * to be sent in non-interactive mode.
2906 */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002907 if ((res->flags & (CF_SHUTW|CF_SHUTW_NOW)) || (!appctx->st1 && !req->buf->o)) {
2908 appctx->st0 = STAT_CLI_END;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002909 continue;
2910 }
2911
Willy Tarreauf5a885f2009-10-04 14:22:18 +02002912 /* switch state back to GETREQ to read next requests */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002913 appctx->st0 = STAT_CLI_GETREQ;
Willy Tarreau5ca791d2009-08-16 19:06:42 +02002914 }
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002915 }
Willy Tarreau5ca791d2009-08-16 19:06:42 +02002916
Willy Tarreauc9e930a2015-09-25 20:06:08 +02002917 if ((res->flags & CF_SHUTR) && (si->state == SI_ST_EST)) {
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002918 DPRINTF(stderr, "%s@%d: si to buf closed. req=%08x, res=%08x, st=%d\n",
2919 __FUNCTION__, __LINE__, req->flags, res->flags, si->state);
Aman Guptaceafb4a2012-04-02 18:57:54 -07002920 /* Other side has closed, let's abort if we have no more processing to do
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002921 * and nothing more to consume. This is comparable to a broken pipe, so
2922 * we forward the close to the request side so that it flows upstream to
2923 * the client.
2924 */
Willy Tarreau73b013b2012-05-21 16:31:45 +02002925 si_shutw(si);
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002926 }
2927
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002928 if ((req->flags & CF_SHUTW) && (si->state == SI_ST_EST) && (appctx->st0 < STAT_CLI_OUTPUT)) {
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002929 DPRINTF(stderr, "%s@%d: buf to si closed. req=%08x, res=%08x, st=%d\n",
2930 __FUNCTION__, __LINE__, req->flags, res->flags, si->state);
2931 /* We have no more processing to do, and nothing more to send, and
2932 * the client side has closed. So we'll forward this state downstream
2933 * on the response buffer.
2934 */
Willy Tarreau73b013b2012-05-21 16:31:45 +02002935 si_shutr(si);
Willy Tarreau03cdb7c2012-08-27 23:14:58 +02002936 res->flags |= CF_READ_NULL;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002937 }
2938
Willy Tarreau828824a2015-04-19 17:20:03 +02002939 out:
Willy Tarreau02d6cfc2012-03-01 18:19:58 +01002940 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 +02002941 __FUNCTION__, __LINE__,
Willy Tarreau9b28e032012-10-12 23:49:43 +02002942 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 +02002943}
2944
Willy Tarreau638d40a2016-02-24 23:11:01 +01002945/* Emits a stats field without any surrounding element and properly encoded to
2946 * resist CSV output. Returns non-zero on success, 0 if the buffer is full.
2947 */
2948static int stats_emit_raw_data_field(struct chunk *out, const struct field *f)
2949{
2950 switch (field_format(f, 0)) {
2951 case FF_EMPTY: return 1;
2952 case FF_S32: return chunk_appendf(out, "%d", f->u.s32);
2953 case FF_U32: return chunk_appendf(out, "%u", f->u.u32);
2954 case FF_S64: return chunk_appendf(out, "%lld", (long long)f->u.s64);
2955 case FF_U64: return chunk_appendf(out, "%llu", (unsigned long long)f->u.u64);
2956 case FF_STR: return csv_enc_append(field_str(f, 0), 1, out) != NULL;
2957 default: return chunk_appendf(out, "[INCORRECT_FIELD_TYPE_%08x]", f->type);
2958 }
2959}
2960
Willy Tarreaubf95cba2016-01-11 18:27:29 +01002961/* Dump all fields from <info> into <out> using the "show info" format (name: value) */
2962static int stats_dump_info_fields(struct chunk *out, const struct field *info)
2963{
2964 int field;
2965
2966 for (field = 0; field < INF_TOTAL_FIELDS; field++) {
2967 if (!field_format(info, field))
2968 continue;
2969
2970 if (!chunk_appendf(out, "%s: ", info_field_names[field]))
2971 return 0;
2972 if (!stats_emit_raw_data_field(out, &info[field]))
2973 return 0;
2974 if (!chunk_strcat(out, "\n"))
2975 return 0;
2976 }
2977 return 1;
2978}
2979
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01002980/* This function dumps information onto the stream interface's read buffer.
2981 * It returns 0 as long as it does not complete, non-zero upon completion.
2982 * No state is used.
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01002983 */
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01002984static int stats_dump_info_to_buffer(struct stream_interface *si)
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01002985{
2986 unsigned int up = (now.tv_sec - start_date.tv_sec);
Willy Tarreau4529c072016-01-11 18:17:07 +01002987 struct chunk *out = get_trash_chunk();
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01002988
Willy Tarreau0c9c2722014-05-28 12:28:58 +02002989#ifdef USE_OPENSSL
2990 int ssl_sess_rate = read_freq_ctr(&global.ssl_per_sec);
2991 int ssl_key_rate = read_freq_ctr(&global.ssl_fe_keys_per_sec);
2992 int ssl_reuse = 0;
2993
2994 if (ssl_key_rate < ssl_sess_rate) {
2995 /* count the ssl reuse ratio and avoid overflows in both directions */
2996 ssl_reuse = 100 - (100 * ssl_key_rate + (ssl_sess_rate - 1) / 2) / ssl_sess_rate;
2997 }
2998#endif
2999
Willy Tarreau4529c072016-01-11 18:17:07 +01003000 chunk_reset(out);
3001 memset(&info, 0, sizeof(info));
3002
3003 info[INF_NAME] = mkf_str(FO_PRODUCT|FN_OUTPUT|FS_SERVICE, PRODUCT_NAME);
3004 info[INF_VERSION] = mkf_str(FO_PRODUCT|FN_OUTPUT|FS_SERVICE, HAPROXY_VERSION);
3005 info[INF_RELEASE_DATE] = mkf_str(FO_PRODUCT|FN_OUTPUT|FS_SERVICE, HAPROXY_DATE);
3006
3007 info[INF_NBPROC] = mkf_u32(FO_CONFIG|FS_SERVICE, global.nbproc);
3008 info[INF_PROCESS_NUM] = mkf_u32(FO_KEY, relative_pid);
3009 info[INF_PID] = mkf_u32(FO_STATUS, pid);
3010
3011 info[INF_UPTIME] = mkf_str(FN_DURATION, chunk_newstr(out));
3012 chunk_appendf(out, "%ud %uh%02um%02us", up / 86400, (up % 86400) / 3600, (up % 3600) / 60, (up % 60));
3013
3014 info[INF_UPTIME_SEC] = mkf_u32(FN_DURATION, up);
3015 info[INF_MEMMAX_MB] = mkf_u32(FO_CONFIG|FN_LIMIT, global.rlimit_memmax);
3016 info[INF_POOL_ALLOC_MB] = mkf_u32(0, (unsigned)(pool_total_allocated() / 1048576L));
3017 info[INF_POOL_USED_MB] = mkf_u32(0, (unsigned)(pool_total_used() / 1048576L));
3018 info[INF_POOL_FAILED] = mkf_u32(FN_COUNTER, pool_total_failures());
3019 info[INF_ULIMIT_N] = mkf_u32(FO_CONFIG|FN_LIMIT, global.rlimit_nofile);
3020 info[INF_MAXSOCK] = mkf_u32(FO_CONFIG|FN_LIMIT, global.maxsock);
3021 info[INF_MAXCONN] = mkf_u32(FO_CONFIG|FN_LIMIT, global.maxconn);
3022 info[INF_HARD_MAXCONN] = mkf_u32(FO_CONFIG|FN_LIMIT, global.hardmaxconn);
3023 info[INF_CURR_CONN] = mkf_u32(0, actconn);
3024 info[INF_CUM_CONN] = mkf_u32(FN_COUNTER, totalconn);
3025 info[INF_CUM_REQ] = mkf_u32(FN_COUNTER, global.req_count);
3026#ifdef USE_OPENSSL
3027 info[INF_MAX_SSL_CONNS] = mkf_u32(FN_MAX, global.maxsslconn);
3028 info[INF_CURR_SSL_CONNS] = mkf_u32(0, sslconns);
3029 info[INF_CUM_SSL_CONNS] = mkf_u32(FN_COUNTER, totalsslconns);
3030#endif
3031 info[INF_MAXPIPES] = mkf_u32(FO_CONFIG|FN_LIMIT, global.maxpipes);
3032 info[INF_PIPES_USED] = mkf_u32(0, pipes_used);
3033 info[INF_PIPES_FREE] = mkf_u32(0, pipes_free);
3034 info[INF_CONN_RATE] = mkf_u32(FN_RATE, read_freq_ctr(&global.conn_per_sec));
3035 info[INF_CONN_RATE_LIMIT] = mkf_u32(FO_CONFIG|FN_LIMIT, global.cps_lim);
3036 info[INF_MAX_CONN_RATE] = mkf_u32(FN_MAX, global.cps_max);
3037 info[INF_SESS_RATE] = mkf_u32(FN_RATE, read_freq_ctr(&global.sess_per_sec));
3038 info[INF_SESS_RATE_LIMIT] = mkf_u32(FO_CONFIG|FN_LIMIT, global.sps_lim);
3039 info[INF_MAX_SESS_RATE] = mkf_u32(FN_RATE, global.sps_max);
3040
3041#ifdef USE_OPENSSL
3042 info[INF_SSL_RATE] = mkf_u32(FN_RATE, ssl_sess_rate);
3043 info[INF_SSL_RATE_LIMIT] = mkf_u32(FO_CONFIG|FN_LIMIT, global.ssl_lim);
3044 info[INF_MAX_SSL_RATE] = mkf_u32(FN_MAX, global.ssl_max);
3045 info[INF_SSL_FRONTEND_KEY_RATE] = mkf_u32(0, ssl_key_rate);
3046 info[INF_SSL_FRONTEND_MAX_KEY_RATE] = mkf_u32(FN_MAX, global.ssl_fe_keys_max);
3047 info[INF_SSL_FRONTEND_SESSION_REUSE_PCT] = mkf_u32(0, ssl_reuse);
3048 info[INF_SSL_BACKEND_KEY_RATE] = mkf_u32(FN_RATE, read_freq_ctr(&global.ssl_be_keys_per_sec));
3049 info[INF_SSL_BACKEND_MAX_KEY_RATE] = mkf_u32(FN_MAX, global.ssl_be_keys_max);
3050 info[INF_SSL_CACHE_LOOKUPS] = mkf_u32(FN_COUNTER, global.shctx_lookups);
3051 info[INF_SSL_CACHE_MISSES] = mkf_u32(FN_COUNTER, global.shctx_misses);
3052#endif
3053 info[INF_COMPRESS_BPS_IN] = mkf_u32(FN_RATE, read_freq_ctr(&global.comp_bps_in));
3054 info[INF_COMPRESS_BPS_OUT] = mkf_u32(FN_RATE, read_freq_ctr(&global.comp_bps_out));
3055 info[INF_COMPRESS_BPS_RATE_LIM] = mkf_u32(FO_CONFIG|FN_LIMIT, global.comp_rate_lim);
3056#ifdef USE_ZLIB
3057 info[INF_ZLIB_MEM_USAGE] = mkf_u32(0, zlib_used_memory);
3058 info[INF_MAX_ZLIB_MEM_USAGE] = mkf_u32(FO_CONFIG|FN_LIMIT, global.maxzlibmem);
3059#endif
3060 info[INF_TASKS] = mkf_u32(0, nb_tasks_cur);
3061 info[INF_RUN_QUEUE] = mkf_u32(0, run_queue_cur);
3062 info[INF_IDLE_PCT] = mkf_u32(FN_AVG, idle_pct);
3063 info[INF_NODE] = mkf_str(FO_CONFIG|FN_OUTPUT|FS_SERVICE, global.node);
3064 if (global.desc)
3065 info[INF_DESCRIPTION] = mkf_str(FO_CONFIG|FN_OUTPUT|FS_SERVICE, global.desc);
3066
Willy Tarreau1b4ba1e2016-01-11 18:29:04 +01003067 chunk_reset(&trash);
3068 stats_dump_info_fields(&trash, info);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003069
Willy Tarreaubc18da12015-03-13 14:00:47 +01003070 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02003071 si_applet_cant_put(si);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003072 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01003073 }
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003074
3075 return 1;
3076}
3077
Baptiste Assmann28289462015-07-03 08:01:20 +02003078/* dumps server state information into <buf> for all the servers found in <backend>
3079 * These information are all the parameters which may change during HAProxy runtime.
3080 * By default, we only export to the last known server state file format.
3081 * These information can be used at next startup to recover same level of server state.
3082 */
3083static void dump_servers_state(struct proxy *backend, struct chunk *buf)
3084{
3085 struct server *srv;
3086 char srv_addr[INET6_ADDRSTRLEN + 1];
3087 time_t srv_time_since_last_change;
3088 int bk_f_forced_id, srv_f_forced_id;
3089
3090 /* we don't want to report any state if the backend is not enabled on this process */
3091 if (backend->bind_proc && !(backend->bind_proc & (1UL << (relative_pid - 1))))
3092 return;
3093
3094 srv = backend->srv;
3095
3096 while (srv) {
3097 srv_addr[0] = '\0';
3098 srv_time_since_last_change = 0;
3099 bk_f_forced_id = 0;
3100 srv_f_forced_id = 0;
3101
3102 switch (srv->addr.ss_family) {
3103 case AF_INET:
3104 inet_ntop(srv->addr.ss_family, &((struct sockaddr_in *)&srv->addr)->sin_addr,
3105 srv_addr, INET_ADDRSTRLEN + 1);
3106 break;
3107 case AF_INET6:
3108 inet_ntop(srv->addr.ss_family, &((struct sockaddr_in6 *)&srv->addr)->sin6_addr,
3109 srv_addr, INET6_ADDRSTRLEN + 1);
3110 break;
3111 }
3112 srv_time_since_last_change = now.tv_sec - srv->last_change;
3113 bk_f_forced_id = backend->options & PR_O_FORCED_ID ? 1 : 0;
3114 srv_f_forced_id = srv->flags & SRV_F_FORCED_ID ? 1 : 0;
3115
3116 chunk_appendf(buf,
3117 "%d %s "
3118 "%d %s %s "
3119 "%d %d %d %d %ld "
3120 "%d %d %d %d %d "
3121 "%d %d"
3122 "\n",
3123 backend->uuid, backend->id,
3124 srv->puid, srv->id, srv_addr,
David Carlier081b3362015-11-18 06:10:22 +00003125 srv->state, srv->admin, srv->uweight, srv->iweight, (long int)srv_time_since_last_change,
Baptiste Assmann28289462015-07-03 08:01:20 +02003126 srv->check.status, srv->check.result, srv->check.health, srv->check.state, srv->agent.state,
3127 bk_f_forced_id, srv_f_forced_id);
3128
3129 srv = srv->next;
3130 }
3131}
3132
Baptiste Assmann9b6857e2015-09-18 14:49:12 +02003133/* Parses backend list and simply report backend names */
3134static int stats_dump_backend_to_buffer(struct stream_interface *si)
3135{
3136 extern struct proxy *proxy;
3137 struct proxy *curproxy;
3138
3139 chunk_reset(&trash);
3140 chunk_printf(&trash, "# name\n");
3141
3142 for (curproxy = proxy; curproxy != NULL; curproxy = curproxy->next) {
3143 /* looking for backends only */
3144 if (!(curproxy->cap & PR_CAP_BE))
3145 continue;
3146
3147 /* we don't want to list a backend which is bound to this process */
3148 if (curproxy->bind_proc && !(curproxy->bind_proc & (1UL << (relative_pid - 1))))
3149 continue;
3150
3151 chunk_appendf(&trash, "%s\n", curproxy->id);
3152 }
3153
3154 if (bi_putchk(si_ic(si), &trash) == -1) {
3155 si_applet_cant_put(si);
3156 return 0;
3157 }
3158
3159 return 1;
3160}
3161
Baptiste Assmann28289462015-07-03 08:01:20 +02003162/* Parses backend list or simply use backend name provided by the user to return
3163 * states of servers to stdout.
3164 */
3165static int stats_dump_servers_state_to_buffer(struct stream_interface *si)
3166{
3167 struct appctx *appctx = __objt_appctx(si->end);
3168 extern struct proxy *proxy;
3169 struct proxy *curproxy;
3170
3171 chunk_reset(&trash);
3172
3173 chunk_printf(&trash, "%d\n# %s\n", SRV_STATE_FILE_VERSION, SRV_STATE_FILE_FIELD_NAMES);
3174
3175 if (appctx->ctx.server_state.backend) {
3176 dump_servers_state(appctx->ctx.server_state.backend, &trash);
3177 }
3178 else {
3179 for (curproxy = proxy; curproxy != NULL; curproxy = curproxy->next) {
3180 /* servers are only in backends */
3181 if (!(curproxy->cap & PR_CAP_BE))
3182 continue;
3183
3184 dump_servers_state(curproxy, &trash);
3185 }
3186 }
3187
3188 if (bi_putchk(si_ic(si), &trash) == -1) {
3189 si_applet_cant_put(si);
3190 return 0;
3191 }
3192
3193 return 1;
3194}
3195
Willy Tarreau12833bb2014-01-28 16:49:56 +01003196/* This function dumps memory usage information onto the stream interface's
3197 * read buffer. It returns 0 as long as it does not complete, non-zero upon
3198 * completion. No state is used.
3199 */
3200static int stats_dump_pools_to_buffer(struct stream_interface *si)
3201{
3202 dump_pools_to_trash();
Willy Tarreaubc18da12015-03-13 14:00:47 +01003203 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02003204 si_applet_cant_put(si);
Willy Tarreau12833bb2014-01-28 16:49:56 +01003205 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01003206 }
Willy Tarreau82a86022016-01-04 19:04:18 +01003207 return 1;
3208}
3209
3210/* Dump all fields from <stats> into <out> using CSV format */
3211static int stats_dump_fields_csv(struct chunk *out, const struct field *stats)
3212{
3213 int field;
3214
3215 for (field = 0; field < ST_F_TOTAL_FIELDS; field++) {
3216 if (!stats_emit_raw_data_field(out, &stats[field]))
3217 return 0;
3218 if (!chunk_strcat(out, ","))
3219 return 0;
3220 }
3221 chunk_strcat(&trash, "\n");
Willy Tarreau12833bb2014-01-28 16:49:56 +01003222 return 1;
3223}
3224
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003225/* Dumps a frontend's line to the trash for the current proxy <px> and uses
3226 * the state from stream interface <si>. The caller is responsible for clearing
3227 * the trash if needed. Returns non-zero if it emits anything, zero otherwise.
Cyril Bonté70be45d2010-10-12 00:14:35 +02003228 */
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003229static int stats_dump_fe_stats(struct stream_interface *si, struct proxy *px)
Cyril Bonté70be45d2010-10-12 00:14:35 +02003230{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01003231 struct appctx *appctx = __objt_appctx(si->end);
Cyril Bonté70be45d2010-10-12 00:14:35 +02003232
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003233 if (!(px->cap & PR_CAP_FE))
3234 return 0;
Cyril Bonté70be45d2010-10-12 00:14:35 +02003235
Willy Tarreau7b4b4992013-12-01 09:15:12 +01003236 if ((appctx->ctx.stats.flags & STAT_BOUND) && !(appctx->ctx.stats.type & (1 << STATS_TYPE_FE)))
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003237 return 0;
3238
Willy Tarreau9e561072016-01-04 19:36:41 +01003239 memset(&stats, 0, sizeof(stats));
3240
3241 stats[ST_F_PXNAME] = mkf_str(FO_KEY|FN_NAME|FS_SERVICE, px->id);
3242 stats[ST_F_SVNAME] = mkf_str(FO_KEY|FN_NAME|FS_SERVICE, "FRONTEND");
3243 stats[ST_F_SCUR] = mkf_u32(0, px->feconn);
3244 stats[ST_F_SMAX] = mkf_u32(FN_MAX, px->fe_counters.conn_max);
3245 stats[ST_F_SLIM] = mkf_u32(FO_CONFIG|FN_LIMIT, px->maxconn);
3246 stats[ST_F_STOT] = mkf_u64(FN_COUNTER, px->fe_counters.cum_sess);
3247 stats[ST_F_BIN] = mkf_u64(FN_COUNTER, px->fe_counters.bytes_in);
3248 stats[ST_F_BOUT] = mkf_u64(FN_COUNTER, px->fe_counters.bytes_out);
3249 stats[ST_F_DREQ] = mkf_u64(FN_COUNTER, px->fe_counters.denied_req);
3250 stats[ST_F_DRESP] = mkf_u64(FN_COUNTER, px->fe_counters.denied_resp);
3251 stats[ST_F_EREQ] = mkf_u64(FN_COUNTER, px->fe_counters.failed_req);
3252 stats[ST_F_STATUS] = mkf_str(FO_STATUS, px->state == PR_STREADY ? "OPEN" : px->state == PR_STFULL ? "FULL" : "STOP");
3253 stats[ST_F_PID] = mkf_u32(FO_KEY, relative_pid);
3254 stats[ST_F_IID] = mkf_u32(FO_KEY|FS_SERVICE, px->uuid);
3255 stats[ST_F_SID] = mkf_u32(FO_KEY|FS_SERVICE, 0);
3256 stats[ST_F_TYPE] = mkf_u32(FO_CONFIG|FS_SERVICE, STATS_TYPE_FE);
3257 stats[ST_F_RATE] = mkf_u32(FN_RATE, read_freq_ctr(&px->fe_sess_per_sec));
3258 stats[ST_F_RATE_LIM] = mkf_u32(FO_CONFIG|FN_LIMIT, px->fe_sps_lim);
3259 stats[ST_F_RATE_MAX] = mkf_u32(FN_MAX, px->fe_counters.sps_max);
3260
3261 /* http response: 1xx, 2xx, 3xx, 4xx, 5xx, other */
3262 if (px->mode == PR_MODE_HTTP) {
3263 stats[ST_F_HRSP_1XX] = mkf_u64(FN_COUNTER, px->fe_counters.p.http.rsp[1]);
3264 stats[ST_F_HRSP_2XX] = mkf_u64(FN_COUNTER, px->fe_counters.p.http.rsp[2]);
3265 stats[ST_F_HRSP_3XX] = mkf_u64(FN_COUNTER, px->fe_counters.p.http.rsp[3]);
3266 stats[ST_F_HRSP_4XX] = mkf_u64(FN_COUNTER, px->fe_counters.p.http.rsp[4]);
3267 stats[ST_F_HRSP_5XX] = mkf_u64(FN_COUNTER, px->fe_counters.p.http.rsp[5]);
3268 stats[ST_F_HRSP_OTHER] = mkf_u64(FN_COUNTER, px->fe_counters.p.http.rsp[0]);
3269 }
3270
3271 /* requests : req_rate, req_rate_max, req_tot, */
3272 stats[ST_F_REQ_RATE] = mkf_u32(FN_RATE, read_freq_ctr(&px->fe_req_per_sec));
3273 stats[ST_F_REQ_RATE_MAX] = mkf_u32(FN_MAX, px->fe_counters.p.http.rps_max);
3274 stats[ST_F_REQ_TOT] = mkf_u64(FN_COUNTER, px->fe_counters.p.http.cum_req);
3275
3276 /* compression: in, out, bypassed, responses */
3277 stats[ST_F_COMP_IN] = mkf_u64(FN_COUNTER, px->fe_counters.comp_in);
3278 stats[ST_F_COMP_OUT] = mkf_u64(FN_COUNTER, px->fe_counters.comp_out);
3279 stats[ST_F_COMP_BYP] = mkf_u64(FN_COUNTER, px->fe_counters.comp_byp);
3280 stats[ST_F_COMP_RSP] = mkf_u64(FN_COUNTER, px->fe_counters.p.http.comp_rsp);
3281
Willy Tarreau7b4b4992013-12-01 09:15:12 +01003282 if (appctx->ctx.stats.flags & STAT_FMT_HTML) {
Willy Tarreau19d14ef2012-10-29 16:51:55 +01003283 chunk_appendf(&trash,
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003284 /* name, queue */
3285 "<tr class=\"frontend\">");
Cyril Bonté70be45d2010-10-12 00:14:35 +02003286
Willy Tarreau7b4b4992013-12-01 09:15:12 +01003287 if (px->cap & PR_CAP_BE && px->srv && (appctx->ctx.stats.flags & STAT_ADMIN)) {
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003288 /* Column sub-heading for Enable or Disable server */
3289 chunk_appendf(&trash, "<td></td>");
3290 }
Cyril Bonté70be45d2010-10-12 00:14:35 +02003291
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003292 chunk_appendf(&trash,
3293 "<td class=ac>"
3294 "<a name=\"%s/Frontend\"></a>"
3295 "<a class=lfsb href=\"#%s/Frontend\">Frontend</a></td>"
3296 "<td colspan=3></td>"
3297 "",
Willy Tarreaud72c9172016-01-06 15:26:40 +01003298 field_str(stats, ST_F_PXNAME), field_str(stats, ST_F_PXNAME));
Cyril Bonté70be45d2010-10-12 00:14:35 +02003299
Willy Tarreau466c9b52012-12-23 02:25:03 +01003300 chunk_appendf(&trash,
3301 /* sessions rate : current */
Willy Tarreau656a9ce2013-04-19 14:41:29 +02003302 "<td><u>%s<div class=tips><table class=det>"
Willy Tarreau466c9b52012-12-23 02:25:03 +01003303 "<tr><th>Current connection rate:</th><td>%s/s</td></tr>"
3304 "<tr><th>Current session rate:</th><td>%s/s</td></tr>"
3305 "",
Willy Tarreaud72c9172016-01-06 15:26:40 +01003306 U2H(stats[ST_F_RATE].u.u32),
Willy Tarreau56adcf22012-12-23 18:00:29 +01003307 U2H(read_freq_ctr(&px->fe_conn_per_sec)),
Willy Tarreaud72c9172016-01-06 15:26:40 +01003308 U2H(stats[ST_F_RATE].u.u32));
Willy Tarreau466c9b52012-12-23 02:25:03 +01003309
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003310 if (px->mode == PR_MODE_HTTP)
3311 chunk_appendf(&trash,
Willy Tarreau466c9b52012-12-23 02:25:03 +01003312 "<tr><th>Current request rate:</th><td>%s/s</td></tr>",
Willy Tarreaud72c9172016-01-06 15:26:40 +01003313 U2H(stats[ST_F_REQ_RATE].u.u32));
Willy Tarreau466c9b52012-12-23 02:25:03 +01003314
3315 chunk_appendf(&trash,
3316 "</table></div></u></td>"
3317 /* sessions rate : max */
Willy Tarreau656a9ce2013-04-19 14:41:29 +02003318 "<td><u>%s<div class=tips><table class=det>"
Willy Tarreau466c9b52012-12-23 02:25:03 +01003319 "<tr><th>Max connection rate:</th><td>%s/s</td></tr>"
3320 "<tr><th>Max session rate:</th><td>%s/s</td></tr>"
3321 "",
Willy Tarreaud72c9172016-01-06 15:26:40 +01003322 U2H(stats[ST_F_RATE_MAX].u.u32),
Willy Tarreau56adcf22012-12-23 18:00:29 +01003323 U2H(px->fe_counters.cps_max),
Willy Tarreaud72c9172016-01-06 15:26:40 +01003324 U2H(stats[ST_F_RATE_MAX].u.u32));
Willy Tarreau466c9b52012-12-23 02:25:03 +01003325
3326 if (px->mode == PR_MODE_HTTP)
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003327 chunk_appendf(&trash,
Willy Tarreau466c9b52012-12-23 02:25:03 +01003328 "<tr><th>Max request rate:</th><td>%s/s</td></tr>",
Willy Tarreaud72c9172016-01-06 15:26:40 +01003329 U2H(stats[ST_F_REQ_RATE_MAX].u.u32));
Willy Tarreau466c9b52012-12-23 02:25:03 +01003330
3331 chunk_appendf(&trash,
3332 "</table></div></u></td>"
3333 /* sessions rate : limit */
3334 "<td>%s</td>",
Willy Tarreaud72c9172016-01-06 15:26:40 +01003335 LIM2A(stats[ST_F_RATE_LIM].u.u32, "-"));
Cyril Bonté70be45d2010-10-12 00:14:35 +02003336
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003337 chunk_appendf(&trash,
Willy Tarreaue7dbfc62012-12-23 01:59:23 +01003338 /* sessions: current, max, limit, total */
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003339 "<td>%s</td><td>%s</td><td>%s</td>"
Willy Tarreau656a9ce2013-04-19 14:41:29 +02003340 "<td><u>%s<div class=tips><table class=det>"
Willy Tarreau466c9b52012-12-23 02:25:03 +01003341 "<tr><th>Cum. connections:</th><td>%s</td></tr>"
3342 "<tr><th>Cum. sessions:</th><td>%s</td></tr>"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003343 "",
Willy Tarreaud72c9172016-01-06 15:26:40 +01003344 U2H(stats[ST_F_SCUR].u.u32), U2H(px->fe_counters.conn_max), U2H(stats[ST_F_SLIM].u.u32),
3345 U2H(stats[ST_F_STOT].u.u64),
Willy Tarreau56adcf22012-12-23 18:00:29 +01003346 U2H(px->fe_counters.cum_conn),
Willy Tarreaud72c9172016-01-06 15:26:40 +01003347 U2H(stats[ST_F_STOT].u.u64));
Cyril Bonté70be45d2010-10-12 00:14:35 +02003348
Willy Tarreau466c9b52012-12-23 02:25:03 +01003349 /* http response (via hover): 1xx, 2xx, 3xx, 4xx, 5xx, other */
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003350 if (px->mode == PR_MODE_HTTP) {
Willy Tarreau466c9b52012-12-23 02:25:03 +01003351 chunk_appendf(&trash,
3352 "<tr><th>Cum. HTTP requests:</th><td>%s</td></tr>"
3353 "<tr><th>- HTTP 1xx responses:</th><td>%s</td></tr>"
3354 "<tr><th>- HTTP 2xx responses:</th><td>%s</td></tr>"
3355 "<tr><th>&nbsp;&nbsp;Compressed 2xx:</th><td>%s</td><td>(%d%%)</td></tr>"
3356 "<tr><th>- HTTP 3xx responses:</th><td>%s</td></tr>"
3357 "<tr><th>- HTTP 4xx responses:</th><td>%s</td></tr>"
3358 "<tr><th>- HTTP 5xx responses:</th><td>%s</td></tr>"
3359 "<tr><th>- other responses:</th><td>%s</td></tr>"
3360 "<tr><th>Intercepted requests:</th><td>%s</td></tr>"
3361 "",
Willy Tarreaud72c9172016-01-06 15:26:40 +01003362 U2H(stats[ST_F_REQ_TOT].u.u64),
3363 U2H(stats[ST_F_HRSP_1XX].u.u64),
3364 U2H(stats[ST_F_HRSP_2XX].u.u64),
3365 U2H(stats[ST_F_COMP_RSP].u.u64),
3366 stats[ST_F_HRSP_2XX].u.u64 ?
3367 (int)(100 * stats[ST_F_COMP_RSP].u.u64 / stats[ST_F_HRSP_2XX].u.u64) : 0,
3368 U2H(stats[ST_F_HRSP_3XX].u.u64),
3369 U2H(stats[ST_F_HRSP_4XX].u.u64),
3370 U2H(stats[ST_F_HRSP_5XX].u.u64),
3371 U2H(stats[ST_F_HRSP_OTHER].u.u64),
Willy Tarreau56adcf22012-12-23 18:00:29 +01003372 U2H(px->fe_counters.intercepted_req));
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003373 }
Willy Tarreaub0c9bc42009-10-04 15:56:38 +02003374
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003375 chunk_appendf(&trash,
Willy Tarreau466c9b52012-12-23 02:25:03 +01003376 "</table></div></u></td>"
Bhaskar Maddalaa20cb852014-02-03 16:26:46 -05003377 /* sessions: lbtot, lastsess */
3378 "<td></td><td></td>"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003379 /* bytes : in */
Willy Tarreaue7dbfc62012-12-23 01:59:23 +01003380 "<td>%s</td>"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003381 "",
Willy Tarreaud72c9172016-01-06 15:26:40 +01003382 U2H(stats[ST_F_BIN].u.u64));
Willy Tarreaub0c9bc42009-10-04 15:56:38 +02003383
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003384 chunk_appendf(&trash,
Willy Tarreaue7dbfc62012-12-23 01:59:23 +01003385 /* bytes:out + compression stats (via hover): comp_in, comp_out, comp_byp */
Willy Tarreau4e5d58e2015-07-04 14:35:15 +02003386 "<td>%s%s<div class=tips><table class=det>"
3387 "<tr><th>Response bytes in:</th><td>%s</td></tr>"
3388 "<tr><th>Compression in:</th><td>%s</td></tr>"
3389 "<tr><th>Compression out:</th><td>%s</td><td>(%d%%)</td></tr>"
3390 "<tr><th>Compression bypass:</th><td>%s</td></tr>"
3391 "<tr><th>Total bytes saved:</th><td>%s</td><td>(%d%%)</td></tr>"
3392 "</table></div>%s</td>",
Willy Tarreaud72c9172016-01-06 15:26:40 +01003393 (stats[ST_F_COMP_IN].u.u64 || stats[ST_F_COMP_BYP].u.u64) ? "<u>":"",
3394 U2H(stats[ST_F_BOUT].u.u64),
3395 U2H(stats[ST_F_BOUT].u.u64),
3396 U2H(stats[ST_F_COMP_IN].u.u64),
3397 U2H(stats[ST_F_COMP_OUT].u.u64),
3398 stats[ST_F_COMP_IN].u.u64 ? (int)(stats[ST_F_COMP_OUT].u.u64 * 100 / stats[ST_F_COMP_IN].u.u64) : 0,
3399 U2H(stats[ST_F_COMP_BYP].u.u64),
3400 U2H(stats[ST_F_COMP_IN].u.u64 - stats[ST_F_COMP_OUT].u.u64),
3401 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,
3402 (stats[ST_F_COMP_IN].u.u64 || stats[ST_F_COMP_BYP].u.u64) ? "</u>":"");
Willy Tarreaub0c9bc42009-10-04 15:56:38 +02003403
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003404 chunk_appendf(&trash,
3405 /* denied: req, resp */
3406 "<td>%s</td><td>%s</td>"
3407 /* errors : request, connect, response */
3408 "<td>%s</td><td></td><td></td>"
3409 /* warnings: retries, redispatches */
3410 "<td></td><td></td>"
3411 /* server status : reflect frontend status */
3412 "<td class=ac>%s</td>"
3413 /* rest of server: nothing */
3414 "<td class=ac colspan=8></td></tr>"
3415 "",
Willy Tarreaud72c9172016-01-06 15:26:40 +01003416 U2H(stats[ST_F_DREQ].u.u64), U2H(stats[ST_F_DRESP].u.u64),
3417 U2H(stats[ST_F_EREQ].u.u64),
3418 field_str(stats, ST_F_STATUS));
Willy Tarreaub0c9bc42009-10-04 15:56:38 +02003419 }
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003420 else { /* CSV mode */
Willy Tarreau9e561072016-01-04 19:36:41 +01003421 /* dump everything */
3422 stats_dump_fields_csv(&trash, stats);
Willy Tarreaub0c9bc42009-10-04 15:56:38 +02003423 }
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003424 return 1;
Willy Tarreaub0c9bc42009-10-04 15:56:38 +02003425}
3426
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003427/* Dumps a line for listener <l> and proxy <px> to the trash and uses the state
3428 * from stream interface <si>, and stats flags <flags>. The caller is responsible
3429 * for clearing the trash if needed. Returns non-zero if it emits anything, zero
3430 * otherwise.
Willy Tarreau91861262007-10-17 17:06:05 +02003431 */
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003432static int stats_dump_li_stats(struct stream_interface *si, struct proxy *px, struct listener *l, int flags)
Willy Tarreau91861262007-10-17 17:06:05 +02003433{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01003434 struct appctx *appctx = __objt_appctx(si->end);
3435
Willy Tarreau4607fad2016-01-06 15:41:29 +01003436 memset(&stats, 0, sizeof(stats));
3437
3438 stats[ST_F_PXNAME] = mkf_str(FO_KEY|FN_NAME|FS_SERVICE, px->id);
3439 stats[ST_F_SVNAME] = mkf_str(FO_KEY|FN_NAME|FS_SERVICE, l->name);
3440 stats[ST_F_SCUR] = mkf_u32(0, l->nbconn);
3441 stats[ST_F_SMAX] = mkf_u32(FN_MAX, l->counters->conn_max);
3442 stats[ST_F_SLIM] = mkf_u32(FO_CONFIG|FN_LIMIT, l->maxconn);
3443 stats[ST_F_STOT] = mkf_u64(FN_COUNTER, l->counters->cum_conn);
3444 stats[ST_F_BIN] = mkf_u64(FN_COUNTER, l->counters->bytes_in);
3445 stats[ST_F_BOUT] = mkf_u64(FN_COUNTER, l->counters->bytes_out);
3446 stats[ST_F_DREQ] = mkf_u64(FN_COUNTER, l->counters->denied_req);
3447 stats[ST_F_DRESP] = mkf_u64(FN_COUNTER, l->counters->denied_resp);
3448 stats[ST_F_EREQ] = mkf_u64(FN_COUNTER, l->counters->failed_req);
3449 stats[ST_F_STATUS] = mkf_str(FO_STATUS, (l->nbconn < l->maxconn) ? "OPEN" : "FULL");
3450 stats[ST_F_PID] = mkf_u32(FO_KEY, relative_pid);
3451 stats[ST_F_IID] = mkf_u32(FO_KEY|FS_SERVICE, px->uuid);
3452 stats[ST_F_SID] = mkf_u32(FO_KEY|FS_SERVICE, l->luid);
3453 stats[ST_F_TYPE] = mkf_u32(FO_CONFIG|FS_SERVICE, STATS_TYPE_SO);
3454
Willy Tarreau7b4b4992013-12-01 09:15:12 +01003455 if (appctx->ctx.stats.flags & STAT_FMT_HTML) {
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003456 chunk_appendf(&trash, "<tr class=socket>");
Willy Tarreau7b4b4992013-12-01 09:15:12 +01003457 if (px->cap & PR_CAP_BE && px->srv && (appctx->ctx.stats.flags & STAT_ADMIN)) {
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003458 /* Column sub-heading for Enable or Disable server */
3459 chunk_appendf(&trash, "<td></td>");
3460 }
Willy Tarreaue7dbfc62012-12-23 01:59:23 +01003461 chunk_appendf(&trash,
3462 /* frontend name, listener name */
3463 "<td class=ac><a name=\"%s/+%s\"></a>%s"
3464 "<a class=lfsb href=\"#%s/+%s\">%s</a>"
3465 "",
3466 px->id, l->name,
3467 (flags & ST_SHLGNDS)?"<u>":"",
3468 px->id, l->name, l->name);
Willy Tarreau91861262007-10-17 17:06:05 +02003469
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003470 if (flags & ST_SHLGNDS) {
3471 char str[INET6_ADDRSTRLEN];
3472 int port;
Willy Tarreau91861262007-10-17 17:06:05 +02003473
Willy Tarreau656a9ce2013-04-19 14:41:29 +02003474 chunk_appendf(&trash, "<div class=tips>");
Willy Tarreau91861262007-10-17 17:06:05 +02003475
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003476 port = get_host_port(&l->addr);
3477 switch (addr_to_str(&l->addr, str, sizeof(str))) {
3478 case AF_INET:
3479 chunk_appendf(&trash, "IPv4: %s:%d, ", str, port);
3480 break;
3481 case AF_INET6:
3482 chunk_appendf(&trash, "IPv6: [%s]:%d, ", str, port);
3483 break;
3484 case AF_UNIX:
3485 chunk_appendf(&trash, "unix, ");
3486 break;
3487 case -1:
3488 chunk_appendf(&trash, "(%s), ", strerror(errno));
3489 break;
3490 }
Willy Tarreau91861262007-10-17 17:06:05 +02003491
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003492 /* id */
Willy Tarreaue7dbfc62012-12-23 01:59:23 +01003493 chunk_appendf(&trash, "id: %d</div>", l->luid);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003494 }
Willy Tarreau91861262007-10-17 17:06:05 +02003495
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003496 chunk_appendf(&trash,
Willy Tarreaue7dbfc62012-12-23 01:59:23 +01003497 /* queue */
3498 "%s</td><td colspan=3></td>"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003499 /* sessions rate: current, max, limit */
3500 "<td colspan=3>&nbsp;</td>"
Bhaskar Maddalaa20cb852014-02-03 16:26:46 -05003501 /* sessions: current, max, limit, total, lbtot, lastsess */
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003502 "<td>%s</td><td>%s</td><td>%s</td>"
Bhaskar Maddalaa20cb852014-02-03 16:26:46 -05003503 "<td>%s</td><td>&nbsp;</td><td>&nbsp;</td>"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003504 /* bytes: in, out */
3505 "<td>%s</td><td>%s</td>"
3506 "",
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003507 (flags & ST_SHLGNDS)?"</u>":"",
Willy Tarreau56adcf22012-12-23 18:00:29 +01003508 U2H(l->nbconn), U2H(l->counters->conn_max), U2H(l->maxconn),
3509 U2H(l->counters->cum_conn), U2H(l->counters->bytes_in), U2H(l->counters->bytes_out));
Willy Tarreau56a560a2009-09-22 19:27:35 +02003510
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003511 chunk_appendf(&trash,
3512 /* denied: req, resp */
3513 "<td>%s</td><td>%s</td>"
3514 /* errors: request, connect, response */
3515 "<td>%s</td><td></td><td></td>"
3516 /* warnings: retries, redispatches */
3517 "<td></td><td></td>"
3518 /* server status: reflect listener status */
3519 "<td class=ac>%s</td>"
3520 /* rest of server: nothing */
3521 "<td class=ac colspan=8></td></tr>"
3522 "",
Willy Tarreau56adcf22012-12-23 18:00:29 +01003523 U2H(l->counters->denied_req), U2H(l->counters->denied_resp),
3524 U2H(l->counters->failed_req),
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003525 (l->nbconn < l->maxconn) ? (l->state == LI_LIMITED) ? "WAITING" : "OPEN" : "FULL");
3526 }
3527 else { /* CSV mode */
Willy Tarreau4607fad2016-01-06 15:41:29 +01003528 /* dump everything */
3529 stats_dump_fields_csv(&trash, stats);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003530 }
3531 return 1;
3532}
Willy Tarreau91861262007-10-17 17:06:05 +02003533
Simon Horman4d2eab62015-04-23 14:51:26 +09003534enum srv_stats_state {
3535 SRV_STATS_STATE_DOWN = 0,
3536 SRV_STATS_STATE_DOWN_AGENT,
3537 SRV_STATS_STATE_GOING_UP,
3538 SRV_STATS_STATE_UP_GOING_DOWN,
3539 SRV_STATS_STATE_UP,
3540 SRV_STATS_STATE_NOLB_GOING_DOWN,
3541 SRV_STATS_STATE_NOLB,
3542 SRV_STATS_STATE_DRAIN_GOING_DOWN,
3543 SRV_STATS_STATE_DRAIN,
Simon Hormanb167b6b2015-04-23 14:51:29 +09003544 SRV_STATS_STATE_DRAIN_AGENT,
Simon Horman4d2eab62015-04-23 14:51:26 +09003545 SRV_STATS_STATE_NO_CHECK,
3546
3547 SRV_STATS_STATE_COUNT, /* Must be last */
3548};
3549
Simon Horman837bfa72015-04-23 14:51:27 +09003550enum srv_stats_colour {
3551 SRV_STATS_COLOUR_DOWN = 0,
3552 SRV_STATS_COLOUR_GOING_UP,
3553 SRV_STATS_COLOUR_GOING_DOWN,
3554 SRV_STATS_COLOUR_UP,
3555 SRV_STATS_COLOUR_NOLB,
3556 SRV_STATS_COLOUR_DRAINING,
3557 SRV_STATS_COLOUR_NO_CHECK,
3558
3559 SRV_STATS_COLOUR_COUNT, /* Must be last */
3560};
3561
3562static const char *srv_stats_colour_st[SRV_STATS_COLOUR_COUNT] = {
3563 [SRV_STATS_COLOUR_DOWN] = "down",
3564 [SRV_STATS_COLOUR_GOING_UP] = "going_up",
3565 [SRV_STATS_COLOUR_GOING_DOWN] = "going_down",
3566 [SRV_STATS_COLOUR_UP] = "up",
3567 [SRV_STATS_COLOUR_NOLB] = "nolb",
3568 [SRV_STATS_COLOUR_DRAINING] = "draining",
3569 [SRV_STATS_COLOUR_NO_CHECK] = "no_check",
3570};
3571
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003572/* Dumps a line for server <sv> and proxy <px> to the trash and uses the state
3573 * from stream interface <si>, stats flags <flags>, and server state <state>.
3574 * The caller is responsible for clearing the trash if needed. Returns non-zero
Simon Horman4d2eab62015-04-23 14:51:26 +09003575 * if it emits anything, zero otherwise.
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003576 */
Simon Horman4d2eab62015-04-23 14:51:26 +09003577static int stats_dump_sv_stats(struct stream_interface *si, struct proxy *px, int flags, struct server *sv,
Simon Horman837bfa72015-04-23 14:51:27 +09003578 enum srv_stats_state state, enum srv_stats_colour colour)
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003579{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01003580 struct appctx *appctx = __objt_appctx(si->end);
Willy Tarreau32091232014-05-16 13:52:00 +02003581 struct server *via, *ref;
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003582 char str[INET6_ADDRSTRLEN];
3583 struct chunk src;
3584 int i;
Willy Tarreau91861262007-10-17 17:06:05 +02003585
Willy Tarreau32091232014-05-16 13:52:00 +02003586 /* we have "via" which is the tracked server as described in the configuration,
3587 * and "ref" which is the checked server and the end of the chain.
3588 */
3589 via = sv->track ? sv->track : sv;
3590 ref = via;
3591 while (ref->track)
3592 ref = ref->track;
3593
Willy Tarreau7b4b4992013-12-01 09:15:12 +01003594 if (appctx->ctx.stats.flags & STAT_FMT_HTML) {
Simon Horman4d2eab62015-04-23 14:51:26 +09003595 static char *srv_hlt_st[SRV_STATS_STATE_COUNT] = {
3596 [SRV_STATS_STATE_DOWN] = "DOWN",
3597 [SRV_STATS_STATE_DOWN_AGENT] = "DOWN (agent)",
3598 [SRV_STATS_STATE_GOING_UP] = "DN %d/%d &uarr;",
3599 [SRV_STATS_STATE_UP_GOING_DOWN] = "UP %d/%d &darr;",
3600 [SRV_STATS_STATE_UP] = "UP",
3601 [SRV_STATS_STATE_NOLB_GOING_DOWN] = "NOLB %d/%d &darr;",
3602 [SRV_STATS_STATE_NOLB] = "NOLB",
3603 [SRV_STATS_STATE_DRAIN_GOING_DOWN] = "DRAIN %d/%d &darr;",
3604 [SRV_STATS_STATE_DRAIN] = "DRAIN",
Simon Hormanb167b6b2015-04-23 14:51:29 +09003605 [SRV_STATS_STATE_DRAIN_AGENT] = "DRAIN (agent)",
Simon Horman4d2eab62015-04-23 14:51:26 +09003606 [SRV_STATS_STATE_NO_CHECK] = "<i>no check</i>",
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003607 };
Willy Tarreau91861262007-10-17 17:06:05 +02003608
Willy Tarreaua0066dd2014-05-16 11:25:16 +02003609 if (sv->admin & SRV_ADMF_MAINT)
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003610 chunk_appendf(&trash, "<tr class=\"maintain\">");
3611 else
Willy Tarreau19d14ef2012-10-29 16:51:55 +01003612 chunk_appendf(&trash,
Simon Horman837bfa72015-04-23 14:51:27 +09003613 "<tr class=\"%s_%s\">",
3614 (sv->flags & SRV_F_BACKUP) ? "backup" : "active", srv_stats_colour_st[colour]);
Willy Tarreau91861262007-10-17 17:06:05 +02003615
Willy Tarreau7b4b4992013-12-01 09:15:12 +01003616 if ((px->cap & PR_CAP_BE) && px->srv && (appctx->ctx.stats.flags & STAT_ADMIN))
Willy Tarreau19d14ef2012-10-29 16:51:55 +01003617 chunk_appendf(&trash,
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003618 "<td><input type=\"checkbox\" name=\"s\" value=\"%s\"></td>",
3619 sv->id);
Willy Tarreaub1356cf2008-12-07 16:06:43 +01003620
Willy Tarreaue7dbfc62012-12-23 01:59:23 +01003621 chunk_appendf(&trash,
3622 "<td class=ac><a name=\"%s/%s\"></a>%s"
3623 "<a class=lfsb href=\"#%s/%s\">%s</a>"
3624 "",
3625 px->id, sv->id,
3626 (flags & ST_SHLGNDS) ? "<u>" : "",
3627 px->id, sv->id, sv->id);
Willy Tarreau91861262007-10-17 17:06:05 +02003628
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003629 if (flags & ST_SHLGNDS) {
Willy Tarreau656a9ce2013-04-19 14:41:29 +02003630 chunk_appendf(&trash, "<div class=tips>");
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003631
3632 switch (addr_to_str(&sv->addr, str, sizeof(str))) {
3633 case AF_INET:
3634 chunk_appendf(&trash, "IPv4: %s:%d, ", str, get_host_port(&sv->addr));
3635 break;
3636 case AF_INET6:
3637 chunk_appendf(&trash, "IPv6: [%s]:%d, ", str, get_host_port(&sv->addr));
3638 break;
3639 case AF_UNIX:
3640 chunk_appendf(&trash, "unix, ");
3641 break;
3642 case -1:
3643 chunk_appendf(&trash, "(%s), ", strerror(errno));
3644 break;
3645 default: /* address family not supported */
3646 break;
Willy Tarreau55bb8452007-10-17 18:44:57 +02003647 }
Willy Tarreau91861262007-10-17 17:06:05 +02003648
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003649 /* id */
3650 chunk_appendf(&trash, "id: %d", sv->puid);
Willy Tarreau91861262007-10-17 17:06:05 +02003651
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003652 /* cookie */
3653 if (sv->cookie) {
3654 chunk_appendf(&trash, ", cookie: '");
Willy Tarreau5031e6a2007-10-18 11:05:48 +02003655
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003656 chunk_initlen(&src, sv->cookie, 0, strlen(sv->cookie));
3657 chunk_htmlencode(&trash, &src);
Willy Tarreaub1356cf2008-12-07 16:06:43 +01003658
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003659 chunk_appendf(&trash, "'");
Cyril Bonté70be45d2010-10-12 00:14:35 +02003660 }
3661
Willy Tarreaue7dbfc62012-12-23 01:59:23 +01003662 chunk_appendf(&trash, "</div>");
Willy Tarreau55bb8452007-10-17 18:44:57 +02003663 }
Willy Tarreau91861262007-10-17 17:06:05 +02003664
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003665 chunk_appendf(&trash,
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003666 /* queue : current, max, limit */
Willy Tarreaue7dbfc62012-12-23 01:59:23 +01003667 "%s</td><td>%s</td><td>%s</td><td>%s</td>"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003668 /* sessions rate : current, max, limit */
3669 "<td>%s</td><td>%s</td><td></td>"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003670 "",
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003671 (flags & ST_SHLGNDS) ? "</u>" : "",
Willy Tarreau56adcf22012-12-23 18:00:29 +01003672 U2H(sv->nbpend), U2H(sv->counters.nbpend_max), LIM2A(sv->maxqueue, "-"),
3673 U2H(read_freq_ctr(&sv->sess_per_sec)), U2H(sv->counters.sps_max));
Willy Tarreau91861262007-10-17 17:06:05 +02003674
Willy Tarreau466c9b52012-12-23 02:25:03 +01003675
3676 chunk_appendf(&trash,
3677 /* sessions: current, max, limit, total */
3678 "<td>%s</td><td>%s</td><td>%s</td>"
Willy Tarreau656a9ce2013-04-19 14:41:29 +02003679 "<td><u>%s<div class=tips><table class=det>"
Willy Tarreau466c9b52012-12-23 02:25:03 +01003680 "<tr><th>Cum. sessions:</th><td>%s</td></tr>"
3681 "",
Willy Tarreau56adcf22012-12-23 18:00:29 +01003682 U2H(sv->cur_sess), U2H(sv->counters.cur_sess_max), LIM2A(sv->maxconn, "-"),
3683 U2H(sv->counters.cum_sess),
3684 U2H(sv->counters.cum_sess));
Willy Tarreau91861262007-10-17 17:06:05 +02003685
Willy Tarreau466c9b52012-12-23 02:25:03 +01003686 /* http response (via hover): 1xx, 2xx, 3xx, 4xx, 5xx, other */
3687 if (px->mode == PR_MODE_HTTP) {
3688 unsigned long long tot;
3689 for (tot = i = 0; i < 6; i++)
3690 tot += sv->counters.p.http.rsp[i];
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003691
Willy Tarreau466c9b52012-12-23 02:25:03 +01003692 chunk_appendf(&trash,
3693 "<tr><th>Cum. HTTP responses:</th><td>%s</td></tr>"
3694 "<tr><th>- HTTP 1xx responses:</th><td>%s</td><td>(%d%%)</td></tr>"
3695 "<tr><th>- HTTP 2xx responses:</th><td>%s</td><td>(%d%%)</td></tr>"
3696 "<tr><th>- HTTP 3xx responses:</th><td>%s</td><td>(%d%%)</td></tr>"
3697 "<tr><th>- HTTP 4xx responses:</th><td>%s</td><td>(%d%%)</td></tr>"
3698 "<tr><th>- HTTP 5xx responses:</th><td>%s</td><td>(%d%%)</td></tr>"
3699 "<tr><th>- other responses:</th><td>%s</td><td>(%d%%)</td></tr>"
3700 "",
Willy Tarreau56adcf22012-12-23 18:00:29 +01003701 U2H(tot),
3702 U2H(sv->counters.p.http.rsp[1]), tot ? (int)(100*sv->counters.p.http.rsp[1] / tot) : 0,
3703 U2H(sv->counters.p.http.rsp[2]), tot ? (int)(100*sv->counters.p.http.rsp[2] / tot) : 0,
3704 U2H(sv->counters.p.http.rsp[3]), tot ? (int)(100*sv->counters.p.http.rsp[3] / tot) : 0,
3705 U2H(sv->counters.p.http.rsp[4]), tot ? (int)(100*sv->counters.p.http.rsp[4] / tot) : 0,
3706 U2H(sv->counters.p.http.rsp[5]), tot ? (int)(100*sv->counters.p.http.rsp[5] / tot) : 0,
3707 U2H(sv->counters.p.http.rsp[0]), tot ? (int)(100*sv->counters.p.http.rsp[0] / tot) : 0);
Willy Tarreau91861262007-10-17 17:06:05 +02003708 }
Willy Tarreau91861262007-10-17 17:06:05 +02003709
Willy Tarreauf5b1cc32014-06-17 12:20:59 +02003710 chunk_appendf(&trash, "<tr><th colspan=3>Avg over last 1024 success. conn.</th></tr>");
3711 chunk_appendf(&trash, "<tr><th>- Queue time:</th><td>%s</td><td>ms</td></tr>", U2H(swrate_avg(sv->counters.q_time, TIME_STATS_SAMPLES)));
3712 chunk_appendf(&trash, "<tr><th>- Connect time:</th><td>%s</td><td>ms</td></tr>", U2H(swrate_avg(sv->counters.c_time, TIME_STATS_SAMPLES)));
3713 if (px->mode == PR_MODE_HTTP)
3714 chunk_appendf(&trash, "<tr><th>- Response time:</th><td>%s</td><td>ms</td></tr>", U2H(swrate_avg(sv->counters.d_time, TIME_STATS_SAMPLES)));
3715 chunk_appendf(&trash, "<tr><th>- Total time:</th><td>%s</td><td>ms</td></tr>", U2H(swrate_avg(sv->counters.t_time, TIME_STATS_SAMPLES)));
3716
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003717 chunk_appendf(&trash,
Willy Tarreau466c9b52012-12-23 02:25:03 +01003718 "</table></div></u></td>"
Bhaskar Maddalaa20cb852014-02-03 16:26:46 -05003719 /* sessions: lbtot, last */
3720 "<td>%s</td><td>%s</td>",
3721 U2H(sv->counters.cum_lbconn),
3722 human_time(srv_lastsession(sv), 1));
Willy Tarreau91861262007-10-17 17:06:05 +02003723
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003724 chunk_appendf(&trash,
3725 /* bytes : in, out */
3726 "<td>%s</td><td>%s</td>"
3727 /* denied: req, resp */
3728 "<td></td><td>%s</td>"
3729 /* errors : request, connect */
3730 "<td></td><td>%s</td>"
3731 /* errors : response */
Willy Tarreau656a9ce2013-04-19 14:41:29 +02003732 "<td><u>%s<div class=tips>Connection resets during transfers: %lld client, %lld server</div></u></td>"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003733 /* warnings: retries, redispatches */
3734 "<td>%lld</td><td>%lld</td>"
3735 "",
Willy Tarreau56adcf22012-12-23 18:00:29 +01003736 U2H(sv->counters.bytes_in), U2H(sv->counters.bytes_out),
3737 U2H(sv->counters.failed_secu),
3738 U2H(sv->counters.failed_conns),
3739 U2H(sv->counters.failed_resp),
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003740 sv->counters.cli_aborts,
3741 sv->counters.srv_aborts,
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003742 sv->counters.retries, sv->counters.redispatches);
3743
3744 /* status, lest check */
3745 chunk_appendf(&trash, "<td class=ac>");
3746
Willy Tarreau20125212014-05-13 19:44:56 +02003747 if (sv->admin & SRV_ADMF_MAINT) {
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003748 chunk_appendf(&trash, "%s ", human_time(now.tv_sec - sv->last_change, 1));
3749 chunk_appendf(&trash, "MAINT");
3750 }
Simon Horman0766e442014-11-12 15:55:54 +09003751 else if ((ref->agent.state & CHK_ST_ENABLED) && !(sv->agent.health) && (ref->state == SRV_ST_STOPPED)) {
Willy Tarreaucf2924b2014-05-23 12:15:15 +02003752 chunk_appendf(&trash, "%s ", human_time(now.tv_sec - ref->last_change, 1));
Willy Tarreauac497072014-05-29 01:04:35 +02003753 /* DOWN (agent) */
3754 chunk_appendf(&trash, srv_hlt_st[1], "GCC: your -Werror=format-security is bogus, annoying, and hides real bugs, I don't thank you, really!");
Willy Tarreaucf2924b2014-05-23 12:15:15 +02003755 }
Willy Tarreauff5ae352013-12-11 20:36:34 +01003756 else if (ref->check.state & CHK_ST_ENABLED) {
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003757 chunk_appendf(&trash, "%s ", human_time(now.tv_sec - ref->last_change, 1));
3758 chunk_appendf(&trash,
3759 srv_hlt_st[state],
Willy Tarreau892337c2014-05-13 23:41:20 +02003760 (ref->state != SRV_ST_STOPPED) ? (ref->check.health - ref->check.rise + 1) : (ref->check.health),
3761 (ref->state != SRV_ST_STOPPED) ? (ref->check.fall) : (ref->check.rise));
Willy Tarreau55bb8452007-10-17 18:44:57 +02003762 }
Willy Tarreau91861262007-10-17 17:06:05 +02003763
Willy Tarreaucf2924b2014-05-23 12:15:15 +02003764 if ((sv->state == SRV_ST_STOPPED) &&
3765 ((sv->agent.state & (CHK_ST_ENABLED|CHK_ST_PAUSED)) == CHK_ST_ENABLED) && !(sv->agent.health)) {
3766 chunk_appendf(&trash,
3767 "</td><td class=ac><u> %s%s",
3768 (sv->agent.state & CHK_ST_INPROGRESS) ? "* " : "",
3769 get_check_status_info(sv->agent.status));
3770
3771 if (sv->agent.status >= HCHK_STATUS_L57DATA)
3772 chunk_appendf(&trash, "/%d", sv->agent.code);
3773
3774 if (sv->agent.status >= HCHK_STATUS_CHECKED && sv->agent.duration >= 0)
3775 chunk_appendf(&trash, " in %lums", sv->agent.duration);
3776
3777 chunk_appendf(&trash, "<div class=tips>%s",
3778 get_check_status_description(sv->agent.status));
3779 if (*sv->agent.desc) {
3780 chunk_appendf(&trash, ": ");
3781 chunk_initlen(&src, sv->agent.desc, 0, strlen(sv->agent.desc));
3782 chunk_htmlencode(&trash, &src);
3783 }
3784 chunk_appendf(&trash, "</div></u>");
3785 }
3786 else if ((sv->check.state & (CHK_ST_ENABLED|CHK_ST_PAUSED)) == CHK_ST_ENABLED) {
Willy Tarreaue7dbfc62012-12-23 01:59:23 +01003787 chunk_appendf(&trash,
3788 "</td><td class=ac><u> %s%s",
Willy Tarreau2c115e52013-12-11 19:41:16 +01003789 (sv->check.state & CHK_ST_INPROGRESS) ? "* " : "",
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003790 get_check_status_info(sv->check.status));
3791
3792 if (sv->check.status >= HCHK_STATUS_L57DATA)
3793 chunk_appendf(&trash, "/%d", sv->check.code);
3794
3795 if (sv->check.status >= HCHK_STATUS_CHECKED && sv->check.duration >= 0)
Willy Tarreaue7dbfc62012-12-23 01:59:23 +01003796 chunk_appendf(&trash, " in %lums", sv->check.duration);
3797
Willy Tarreau656a9ce2013-04-19 14:41:29 +02003798 chunk_appendf(&trash, "<div class=tips>%s",
Willy Tarreaue7dbfc62012-12-23 01:59:23 +01003799 get_check_status_description(sv->check.status));
3800 if (*sv->check.desc) {
3801 chunk_appendf(&trash, ": ");
3802 chunk_initlen(&src, sv->check.desc, 0, strlen(sv->check.desc));
3803 chunk_htmlencode(&trash, &src);
3804 }
3805 chunk_appendf(&trash, "</div></u>");
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003806 }
3807 else
3808 chunk_appendf(&trash, "</td><td>");
3809
3810 chunk_appendf(&trash,
3811 /* weight */
3812 "</td><td class=ac>%d</td>"
3813 /* act, bck */
3814 "<td class=ac>%s</td><td class=ac>%s</td>"
3815 "",
3816 (sv->eweight * px->lbprm.wmult + px->lbprm.wdiv - 1) / px->lbprm.wdiv,
Willy Tarreauc93cd162014-05-13 15:54:22 +02003817 (sv->flags & SRV_F_BACKUP) ? "-" : "Y",
3818 (sv->flags & SRV_F_BACKUP) ? "Y" : "-");
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003819
3820 /* check failures: unique, fatal, down time */
Willy Tarreauff5ae352013-12-11 20:36:34 +01003821 if (sv->check.state & CHK_ST_ENABLED) {
Willy Tarreaue7dbfc62012-12-23 01:59:23 +01003822 chunk_appendf(&trash, "<td><u>%lld", ref->counters.failed_checks);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003823
3824 if (ref->observe)
3825 chunk_appendf(&trash, "/%lld", ref->counters.failed_hana);
3826
3827 chunk_appendf(&trash,
Willy Tarreau656a9ce2013-04-19 14:41:29 +02003828 "<div class=tips>Failed Health Checks%s</div></u></td>"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003829 "<td>%lld</td><td>%s</td>"
3830 "",
Willy Tarreaue7dbfc62012-12-23 01:59:23 +01003831 ref->observe ? "/Health Analyses" : "",
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003832 ref->counters.down_trans, human_time(srv_downtime(sv), 1));
3833 }
Willy Tarreaua0066dd2014-05-16 11:25:16 +02003834 else if (!(sv->admin & SRV_ADMF_FMAINT) && sv != ref) {
3835 /* tracking a server */
3836 chunk_appendf(&trash,
3837 "<td class=ac colspan=3><a class=lfsb href=\"#%s/%s\">via %s/%s</a></td>",
Willy Tarreau32091232014-05-16 13:52:00 +02003838 via->proxy->id, via->id, via->proxy->id, via->id);
Willy Tarreauf4659942013-11-28 10:50:06 +01003839 }
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003840 else
3841 chunk_appendf(&trash, "<td colspan=3></td>");
3842
3843 /* throttle */
Willy Tarreau892337c2014-05-13 23:41:20 +02003844 if (sv->state == SRV_ST_STARTING && !server_is_draining(sv))
Willy Tarreaud32c3992013-11-21 15:30:45 +01003845 chunk_appendf(&trash, "<td class=ac>%d %%</td></tr>\n", server_throttle_rate(sv));
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003846 else
3847 chunk_appendf(&trash, "<td class=ac>-</td></tr>\n");
3848 }
3849 else { /* CSV mode */
Thierry FOURNIERbe1ccae2015-05-28 16:02:01 +02003850 struct chunk *out = get_trash_chunk();
Simon Horman4d2eab62015-04-23 14:51:26 +09003851 static char *srv_hlt_st[SRV_STATS_STATE_COUNT] = {
3852 [SRV_STATS_STATE_DOWN] = "DOWN,",
3853 [SRV_STATS_STATE_DOWN_AGENT] = "DOWN (agent),",
3854 [SRV_STATS_STATE_GOING_UP] = "DOWN %d/%d,",
3855 [SRV_STATS_STATE_UP_GOING_DOWN] = "UP %d/%d,",
3856 [SRV_STATS_STATE_UP] = "UP,",
3857 [SRV_STATS_STATE_NOLB_GOING_DOWN] = "NOLB %d/%d,",
3858 [SRV_STATS_STATE_NOLB] = "NOLB,",
3859 [SRV_STATS_STATE_DRAIN_GOING_DOWN] = "DRAIN %d/%d,",
3860 [SRV_STATS_STATE_DRAIN] = "DRAIN,",
Raghu Udiyar0d6b7a42016-02-05 22:30:11 +05303861 [SRV_STATS_STATE_DRAIN_AGENT] = "DRAIN (agent),",
Simon Horman4d2eab62015-04-23 14:51:26 +09003862 [SRV_STATS_STATE_NO_CHECK] = "no check,"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003863 };
3864
3865 chunk_appendf(&trash,
3866 /* pxid, name */
3867 "%s,%s,"
3868 /* queue : current, max */
3869 "%d,%d,"
Willy Tarreauf522f3d2014-02-10 22:22:49 +01003870 /* sessions : current, max, limit, total */
3871 "%d,%d,%s,%lld,"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003872 /* bytes : in, out */
3873 "%lld,%lld,"
3874 /* denied: req, resp */
3875 ",%lld,"
3876 /* errors : request, connect, response */
3877 ",%lld,%lld,"
3878 /* warnings: retries, redispatches */
3879 "%lld,%lld,"
3880 "",
3881 px->id, sv->id,
3882 sv->nbpend, sv->counters.nbpend_max,
Willy Tarreau56adcf22012-12-23 18:00:29 +01003883 sv->cur_sess, sv->counters.cur_sess_max, LIM2A(sv->maxconn, ""), sv->counters.cum_sess,
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003884 sv->counters.bytes_in, sv->counters.bytes_out,
3885 sv->counters.failed_secu,
3886 sv->counters.failed_conns, sv->counters.failed_resp,
3887 sv->counters.retries, sv->counters.redispatches);
3888
3889 /* status */
Willy Tarreaua0066dd2014-05-16 11:25:16 +02003890 if (sv->admin & SRV_ADMF_IMAINT)
Willy Tarreau32091232014-05-16 13:52:00 +02003891 chunk_appendf(&trash, "MAINT (via %s/%s),", via->proxy->id, via->id);
Willy Tarreaua0066dd2014-05-16 11:25:16 +02003892 else if (sv->admin & SRV_ADMF_MAINT)
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003893 chunk_appendf(&trash, "MAINT,");
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003894 else
3895 chunk_appendf(&trash,
3896 srv_hlt_st[state],
Willy Tarreau892337c2014-05-13 23:41:20 +02003897 (ref->state != SRV_ST_STOPPED) ? (ref->check.health - ref->check.rise + 1) : (ref->check.health),
3898 (ref->state != SRV_ST_STOPPED) ? (ref->check.fall) : (ref->check.rise));
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003899
3900 chunk_appendf(&trash,
3901 /* weight, active, backup */
3902 "%d,%d,%d,"
3903 "",
3904 (sv->eweight * px->lbprm.wmult + px->lbprm.wdiv - 1) / px->lbprm.wdiv,
Willy Tarreauc93cd162014-05-13 15:54:22 +02003905 (sv->flags & SRV_F_BACKUP) ? 0 : 1,
3906 (sv->flags & SRV_F_BACKUP) ? 1 : 0);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003907
3908 /* check failures: unique, fatal; last change, total downtime */
Willy Tarreauff5ae352013-12-11 20:36:34 +01003909 if (sv->check.state & CHK_ST_ENABLED)
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003910 chunk_appendf(&trash,
3911 "%lld,%lld,%d,%d,",
3912 sv->counters.failed_checks, sv->counters.down_trans,
3913 (int)(now.tv_sec - sv->last_change), srv_downtime(sv));
3914 else
3915 chunk_appendf(&trash, ",,,,");
3916
3917 /* queue limit, pid, iid, sid, */
3918 chunk_appendf(&trash,
3919 "%s,"
3920 "%d,%d,%d,",
Willy Tarreau56adcf22012-12-23 18:00:29 +01003921 LIM2A(sv->maxqueue, ""),
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003922 relative_pid, px->uuid, sv->puid);
3923
3924 /* throttle */
Willy Tarreau892337c2014-05-13 23:41:20 +02003925 if (sv->state == SRV_ST_STARTING && !server_is_draining(sv))
Willy Tarreaud32c3992013-11-21 15:30:45 +01003926 chunk_appendf(&trash, "%d", server_throttle_rate(sv));
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003927
3928 /* sessions: lbtot */
3929 chunk_appendf(&trash, ",%lld,", sv->counters.cum_lbconn);
3930
3931 /* tracked */
3932 if (sv->track)
3933 chunk_appendf(&trash, "%s/%s,",
3934 sv->track->proxy->id, sv->track->id);
3935 else
3936 chunk_appendf(&trash, ",");
3937
3938 /* type */
3939 chunk_appendf(&trash, "%d,", STATS_TYPE_SV);
3940
3941 /* rate */
3942 chunk_appendf(&trash, "%u,,%u,",
3943 read_freq_ctr(&sv->sess_per_sec),
3944 sv->counters.sps_max);
3945
Willy Tarreauff5ae352013-12-11 20:36:34 +01003946 if (sv->check.state & CHK_ST_ENABLED) {
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003947 /* check_status */
Thierry FOURNIERbe1ccae2015-05-28 16:02:01 +02003948 chunk_appendf(&trash, "%s,", csv_enc(get_check_status_info(sv->check.status), 1, out));
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003949
3950 /* check_code */
3951 if (sv->check.status >= HCHK_STATUS_L57DATA)
3952 chunk_appendf(&trash, "%u,", sv->check.code);
3953 else
3954 chunk_appendf(&trash, ",");
3955
3956 /* check_duration */
3957 if (sv->check.status >= HCHK_STATUS_CHECKED)
3958 chunk_appendf(&trash, "%lu,", sv->check.duration);
3959 else
3960 chunk_appendf(&trash, ",");
3961
3962 }
3963 else
3964 chunk_appendf(&trash, ",,,");
3965
3966 /* http response: 1xx, 2xx, 3xx, 4xx, 5xx, other */
3967 if (px->mode == PR_MODE_HTTP) {
3968 for (i=1; i<6; i++)
3969 chunk_appendf(&trash, "%lld,", sv->counters.p.http.rsp[i]);
3970
3971 chunk_appendf(&trash, "%lld,", sv->counters.p.http.rsp[0]);
3972 }
3973 else
3974 chunk_appendf(&trash, ",,,,,,");
3975
3976 /* failed health analyses */
3977 chunk_appendf(&trash, "%lld,", sv->counters.failed_hana);
3978
3979 /* requests : req_rate, req_rate_max, req_tot, */
3980 chunk_appendf(&trash, ",,,");
3981
3982 /* errors: cli_aborts, srv_aborts */
3983 chunk_appendf(&trash, "%lld,%lld,",
3984 sv->counters.cli_aborts, sv->counters.srv_aborts);
3985
3986 /* compression: in, out, bypassed, comp_rsp */
3987 chunk_appendf(&trash, ",,,,");
3988
Willy Tarreauf522f3d2014-02-10 22:22:49 +01003989 /* lastsess */
3990 chunk_appendf(&trash, "%d,", srv_lastsession(sv));
3991
Willy Tarreaua28df3e2014-06-16 16:40:14 +02003992 /* capture of last check and agent statuses */
Thierry FOURNIERbe1ccae2015-05-28 16:02:01 +02003993 chunk_appendf(&trash, "%s,", ((sv->check.state & (CHK_ST_ENABLED|CHK_ST_PAUSED)) == CHK_ST_ENABLED) ? csv_enc(cstr(sv->check.desc), 1, out) : "");
3994 chunk_appendf(&trash, "%s,", ((sv->agent.state & (CHK_ST_ENABLED|CHK_ST_PAUSED)) == CHK_ST_ENABLED) ? csv_enc(cstr(sv->agent.desc), 1, out) : "");
Willy Tarreaua28df3e2014-06-16 16:40:14 +02003995
Willy Tarreauf5b1cc32014-06-17 12:20:59 +02003996 /* qtime, ctime, rtime, ttime, */
3997 chunk_appendf(&trash, "%u,%u,%u,%u,",
3998 swrate_avg(sv->counters.q_time, TIME_STATS_SAMPLES),
3999 swrate_avg(sv->counters.c_time, TIME_STATS_SAMPLES),
4000 swrate_avg(sv->counters.d_time, TIME_STATS_SAMPLES),
4001 swrate_avg(sv->counters.t_time, TIME_STATS_SAMPLES));
4002
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004003 /* finish with EOL */
4004 chunk_appendf(&trash, "\n");
4005 }
4006 return 1;
4007}
4008
4009/* Dumps a line for backend <px> to the trash for and uses the state from stream
4010 * interface <si> and stats flags <flags>. The caller is responsible for clearing
4011 * the trash if needed. Returns non-zero if it emits anything, zero otherwise.
4012 */
4013static int stats_dump_be_stats(struct stream_interface *si, struct proxy *px, int flags)
4014{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004015 struct appctx *appctx = __objt_appctx(si->end);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004016 struct chunk src;
4017 int i;
4018
4019 if (!(px->cap & PR_CAP_BE))
4020 return 0;
4021
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004022 if ((appctx->ctx.stats.flags & STAT_BOUND) && !(appctx->ctx.stats.type & (1 << STATS_TYPE_BE)))
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004023 return 0;
4024
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004025 if (appctx->ctx.stats.flags & STAT_FMT_HTML) {
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004026 chunk_appendf(&trash, "<tr class=\"backend\">");
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004027 if (px->srv && (appctx->ctx.stats.flags & STAT_ADMIN)) {
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004028 /* Column sub-heading for Enable or Disable server */
4029 chunk_appendf(&trash, "<td></td>");
4030 }
Willy Tarreaue7dbfc62012-12-23 01:59:23 +01004031 chunk_appendf(&trash,
4032 "<td class=ac>"
4033 /* name */
4034 "%s<a name=\"%s/Backend\"></a>"
4035 "<a class=lfsb href=\"#%s/Backend\">Backend</a>"
4036 "",
4037 (flags & ST_SHLGNDS)?"<u>":"",
4038 px->id, px->id);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004039
4040 if (flags & ST_SHLGNDS) {
4041 /* balancing */
Willy Tarreau656a9ce2013-04-19 14:41:29 +02004042 chunk_appendf(&trash, "<div class=tips>balancing: %s",
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004043 backend_lb_algo_str(px->lbprm.algo & BE_LB_ALGO));
4044
4045 /* cookie */
4046 if (px->cookie_name) {
4047 chunk_appendf(&trash, ", cookie: '");
4048 chunk_initlen(&src, px->cookie_name, 0, strlen(px->cookie_name));
4049 chunk_htmlencode(&trash, &src);
4050 chunk_appendf(&trash, "'");
4051 }
Willy Tarreaue7dbfc62012-12-23 01:59:23 +01004052 chunk_appendf(&trash, "</div>");
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004053 }
4054
4055 chunk_appendf(&trash,
Willy Tarreaue7dbfc62012-12-23 01:59:23 +01004056 "%s</td>"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004057 /* queue : current, max */
4058 "<td>%s</td><td>%s</td><td></td>"
4059 /* sessions rate : current, max, limit */
4060 "<td>%s</td><td>%s</td><td></td>"
4061 "",
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004062 (flags & ST_SHLGNDS)?"</u>":"",
Willy Tarreau56adcf22012-12-23 18:00:29 +01004063 U2H(px->nbpend) /* or px->totpend ? */, U2H(px->be_counters.nbpend_max),
4064 U2H(read_freq_ctr(&px->be_sess_per_sec)), U2H(px->be_counters.sps_max));
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004065
4066 chunk_appendf(&trash,
Willy Tarreaue7dbfc62012-12-23 01:59:23 +01004067 /* sessions: current, max, limit, total */
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004068 "<td>%s</td><td>%s</td><td>%s</td>"
Willy Tarreau656a9ce2013-04-19 14:41:29 +02004069 "<td><u>%s<div class=tips><table class=det>"
Willy Tarreau466c9b52012-12-23 02:25:03 +01004070 "<tr><th>Cum. sessions:</th><td>%s</td></tr>"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004071 "",
Willy Tarreau56adcf22012-12-23 18:00:29 +01004072 U2H(px->beconn), U2H(px->be_counters.conn_max), U2H(px->fullconn),
4073 U2H(px->be_counters.cum_conn),
4074 U2H(px->be_counters.cum_conn));
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004075
Willy Tarreau466c9b52012-12-23 02:25:03 +01004076 /* http response (via hover): 1xx, 2xx, 3xx, 4xx, 5xx, other */
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004077 if (px->mode == PR_MODE_HTTP) {
Willy Tarreau466c9b52012-12-23 02:25:03 +01004078 chunk_appendf(&trash,
4079 "<tr><th>Cum. HTTP requests:</th><td>%s</td></tr>"
4080 "<tr><th>- HTTP 1xx responses:</th><td>%s</td></tr>"
4081 "<tr><th>- HTTP 2xx responses:</th><td>%s</td></tr>"
4082 "<tr><th>&nbsp;&nbsp;Compressed 2xx:</th><td>%s</td><td>(%d%%)</td></tr>"
4083 "<tr><th>- HTTP 3xx responses:</th><td>%s</td></tr>"
4084 "<tr><th>- HTTP 4xx responses:</th><td>%s</td></tr>"
4085 "<tr><th>- HTTP 5xx responses:</th><td>%s</td></tr>"
4086 "<tr><th>- other responses:</th><td>%s</td></tr>"
4087 "<tr><th>Intercepted requests:</th><td>%s</td></tr>"
Willy Tarreauf5b1cc32014-06-17 12:20:59 +02004088 "<tr><th colspan=3>Avg over last 1024 success. conn.</th></tr>"
Willy Tarreau466c9b52012-12-23 02:25:03 +01004089 "",
Willy Tarreau56adcf22012-12-23 18:00:29 +01004090 U2H(px->be_counters.p.http.cum_req),
4091 U2H(px->be_counters.p.http.rsp[1]),
4092 U2H(px->be_counters.p.http.rsp[2]),
4093 U2H(px->be_counters.p.http.comp_rsp),
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004094 px->be_counters.p.http.rsp[2] ?
Willy Tarreau466c9b52012-12-23 02:25:03 +01004095 (int)(100*px->be_counters.p.http.comp_rsp/px->be_counters.p.http.rsp[2]) : 0,
Willy Tarreau56adcf22012-12-23 18:00:29 +01004096 U2H(px->be_counters.p.http.rsp[3]),
4097 U2H(px->be_counters.p.http.rsp[4]),
4098 U2H(px->be_counters.p.http.rsp[5]),
4099 U2H(px->be_counters.p.http.rsp[0]),
4100 U2H(px->be_counters.intercepted_req));
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004101 }
4102
Willy Tarreauf5b1cc32014-06-17 12:20:59 +02004103 chunk_appendf(&trash, "<tr><th>- Queue time:</th><td>%s</td><td>ms</td></tr>", U2H(swrate_avg(px->be_counters.q_time, TIME_STATS_SAMPLES)));
4104 chunk_appendf(&trash, "<tr><th>- Connect time:</th><td>%s</td><td>ms</td></tr>", U2H(swrate_avg(px->be_counters.c_time, TIME_STATS_SAMPLES)));
4105 if (px->mode == PR_MODE_HTTP)
4106 chunk_appendf(&trash, "<tr><th>- Response time:</th><td>%s</td><td>ms</td></tr>", U2H(swrate_avg(px->be_counters.d_time, TIME_STATS_SAMPLES)));
4107 chunk_appendf(&trash, "<tr><th>- Total time:</th><td>%s</td><td>ms</td></tr>", U2H(swrate_avg(px->be_counters.t_time, TIME_STATS_SAMPLES)));
4108
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004109 chunk_appendf(&trash,
Willy Tarreau466c9b52012-12-23 02:25:03 +01004110 "</table></div></u></td>"
Bhaskar Maddalaa20cb852014-02-03 16:26:46 -05004111 /* sessions: lbtot, last */
4112 "<td>%s</td><td>%s</td>"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004113 /* bytes: in */
Willy Tarreaue7dbfc62012-12-23 01:59:23 +01004114 "<td>%s</td>"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004115 "",
Willy Tarreau56adcf22012-12-23 18:00:29 +01004116 U2H(px->be_counters.cum_lbconn),
Bhaskar Maddalaa20cb852014-02-03 16:26:46 -05004117 human_time(be_lastsession(px), 1),
Willy Tarreau56adcf22012-12-23 18:00:29 +01004118 U2H(px->be_counters.bytes_in));
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004119
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004120 chunk_appendf(&trash,
Willy Tarreaue7dbfc62012-12-23 01:59:23 +01004121 /* bytes:out + compression stats (via hover): comp_in, comp_out, comp_byp */
Willy Tarreau4e5d58e2015-07-04 14:35:15 +02004122 "<td>%s%s<div class=tips><table class=det>"
4123 "<tr><th>Response bytes in:</th><td>%s</td></tr>"
4124 "<tr><th>Compression in:</th><td>%s</td></tr>"
4125 "<tr><th>Compression out:</th><td>%s</td><td>(%d%%)</td></tr>"
4126 "<tr><th>Compression bypass:</th><td>%s</td></tr>"
4127 "<tr><th>Total bytes saved:</th><td>%s</td><td>(%d%%)</td></tr>"
4128 "</table></div>%s</td>",
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004129 (px->be_counters.comp_in || px->be_counters.comp_byp) ? "<u>":"",
Willy Tarreau56adcf22012-12-23 18:00:29 +01004130 U2H(px->be_counters.bytes_out),
Willy Tarreau4e5d58e2015-07-04 14:35:15 +02004131 U2H(px->be_counters.bytes_out),
4132 U2H(px->be_counters.comp_in),
4133 U2H(px->be_counters.comp_out),
4134 px->be_counters.comp_in ? (int)(px->be_counters.comp_out * 100 / px->be_counters.comp_in) : 0,
4135 U2H(px->be_counters.comp_byp),
4136 U2H(px->be_counters.comp_in - px->be_counters.comp_out),
4137 px->be_counters.bytes_out ? (int)((px->be_counters.comp_in - px->be_counters.comp_out) * 100 / px->be_counters.bytes_out) : 0,
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004138 (px->be_counters.comp_in || px->be_counters.comp_byp) ? "</u>":"");
4139
4140 chunk_appendf(&trash,
4141 /* denied: req, resp */
4142 "<td>%s</td><td>%s</td>"
4143 /* errors : request, connect */
4144 "<td></td><td>%s</td>"
4145 /* errors : response */
Willy Tarreau656a9ce2013-04-19 14:41:29 +02004146 "<td><u>%s<div class=tips>Connection resets during transfers: %lld client, %lld server</div></u></td>"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004147 /* warnings: retries, redispatches */
4148 "<td>%lld</td><td>%lld</td>"
4149 /* backend status: reflect backend status (up/down): we display UP
4150 * if the backend has known working servers or if it has no server at
4151 * all (eg: for stats). Then we display the total weight, number of
4152 * active and backups. */
4153 "<td class=ac>%s %s</td><td class=ac>&nbsp;</td><td class=ac>%d</td>"
4154 "<td class=ac>%d</td><td class=ac>%d</td>"
4155 "",
Willy Tarreau56adcf22012-12-23 18:00:29 +01004156 U2H(px->be_counters.denied_req), U2H(px->be_counters.denied_resp),
4157 U2H(px->be_counters.failed_conns),
4158 U2H(px->be_counters.failed_resp),
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004159 px->be_counters.cli_aborts,
4160 px->be_counters.srv_aborts,
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004161 px->be_counters.retries, px->be_counters.redispatches,
4162 human_time(now.tv_sec - px->last_change, 1),
4163 (px->lbprm.tot_weight > 0 || !px->srv) ? "UP" :
4164 "<font color=\"red\"><b>DOWN</b></font>",
4165 (px->lbprm.tot_weight * px->lbprm.wmult + px->lbprm.wdiv - 1) / px->lbprm.wdiv,
4166 px->srv_act, px->srv_bck);
4167
4168 chunk_appendf(&trash,
4169 /* rest of backend: nothing, down transitions, total downtime, throttle */
4170 "<td class=ac>&nbsp;</td><td>%d</td>"
4171 "<td>%s</td>"
4172 "<td></td>"
4173 "</tr>",
4174 px->down_trans,
4175 px->srv?human_time(be_downtime(px), 1):"&nbsp;");
4176 }
4177 else { /* CSV mode */
4178 chunk_appendf(&trash,
4179 /* pxid, name */
4180 "%s,BACKEND,"
4181 /* queue : current, max */
4182 "%d,%d,"
Willy Tarreauf522f3d2014-02-10 22:22:49 +01004183 /* sessions : current, max, limit, total */
4184 "%d,%d,%d,%lld,"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004185 /* bytes : in, out */
4186 "%lld,%lld,"
4187 /* denied: req, resp */
4188 "%lld,%lld,"
4189 /* errors : request, connect, response */
4190 ",%lld,%lld,"
4191 /* warnings: retries, redispatches */
4192 "%lld,%lld,"
4193 /* backend status: reflect backend status (up/down): we display UP
4194 * if the backend has known working servers or if it has no server at
4195 * all (eg: for stats). Then we display the total weight, number of
4196 * active and backups. */
4197 "%s,"
4198 "%d,%d,%d,"
4199 /* rest of backend: nothing, down transitions, last change, total downtime */
4200 ",%d,%d,%d,,"
4201 /* pid, iid, sid, throttle, lbtot, tracked, type */
4202 "%d,%d,0,,%lld,,%d,"
4203 /* rate, rate_lim, rate_max, */
4204 "%u,,%u,"
4205 /* check_status, check_code, check_duration */
4206 ",,,",
4207 px->id,
4208 px->nbpend /* or px->totpend ? */, px->be_counters.nbpend_max,
4209 px->beconn, px->be_counters.conn_max, px->fullconn, px->be_counters.cum_conn,
4210 px->be_counters.bytes_in, px->be_counters.bytes_out,
4211 px->be_counters.denied_req, px->be_counters.denied_resp,
4212 px->be_counters.failed_conns, px->be_counters.failed_resp,
4213 px->be_counters.retries, px->be_counters.redispatches,
4214 (px->lbprm.tot_weight > 0 || !px->srv) ? "UP" : "DOWN",
4215 (px->lbprm.tot_weight * px->lbprm.wmult + px->lbprm.wdiv - 1) / px->lbprm.wdiv,
4216 px->srv_act, px->srv_bck,
4217 px->down_trans, (int)(now.tv_sec - px->last_change),
4218 px->srv?be_downtime(px):0,
4219 relative_pid, px->uuid,
4220 px->be_counters.cum_lbconn, STATS_TYPE_BE,
4221 read_freq_ctr(&px->be_sess_per_sec),
4222 px->be_counters.sps_max);
4223
4224 /* http response: 1xx, 2xx, 3xx, 4xx, 5xx, other */
4225 if (px->mode == PR_MODE_HTTP) {
4226 for (i=1; i<6; i++)
4227 chunk_appendf(&trash, "%lld,", px->be_counters.p.http.rsp[i]);
4228 chunk_appendf(&trash, "%lld,", px->be_counters.p.http.rsp[0]);
4229 }
4230 else
4231 chunk_appendf(&trash, ",,,,,,");
4232
4233 /* failed health analyses */
4234 chunk_appendf(&trash, ",");
4235
4236 /* requests : req_rate, req_rate_max, req_tot, */
4237 chunk_appendf(&trash, ",,,");
4238
4239 /* errors: cli_aborts, srv_aborts */
4240 chunk_appendf(&trash, "%lld,%lld,",
4241 px->be_counters.cli_aborts, px->be_counters.srv_aborts);
4242
4243 /* compression: in, out, bypassed */
4244 chunk_appendf(&trash, "%lld,%lld,%lld,",
4245 px->be_counters.comp_in, px->be_counters.comp_out, px->be_counters.comp_byp);
4246
4247 /* compression: comp_rsp */
4248 chunk_appendf(&trash, "%lld,", px->be_counters.p.http.comp_rsp);
4249
Willy Tarreaua28df3e2014-06-16 16:40:14 +02004250 /* lastsess, last_chk, last_agt, */
4251 chunk_appendf(&trash, "%d,,,", be_lastsession(px));
Willy Tarreauf522f3d2014-02-10 22:22:49 +01004252
Willy Tarreauf5b1cc32014-06-17 12:20:59 +02004253 /* qtime, ctime, rtime, ttime, */
4254 chunk_appendf(&trash, "%u,%u,%u,%u,",
4255 swrate_avg(px->be_counters.q_time, TIME_STATS_SAMPLES),
4256 swrate_avg(px->be_counters.c_time, TIME_STATS_SAMPLES),
4257 swrate_avg(px->be_counters.d_time, TIME_STATS_SAMPLES),
4258 swrate_avg(px->be_counters.t_time, TIME_STATS_SAMPLES));
4259
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004260 /* finish with EOL */
4261 chunk_appendf(&trash, "\n");
4262 }
4263 return 1;
4264}
4265
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004266/* Dumps the HTML table header for proxy <px> to the trash for and uses the state from
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004267 * stream interface <si> and per-uri parameters <uri>. The caller is responsible
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004268 * for clearing the trash if needed.
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004269 */
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004270static void stats_dump_html_px_hdr(struct stream_interface *si, struct proxy *px, struct uri_auth *uri)
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004271{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004272 struct appctx *appctx = __objt_appctx(si->end);
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004273 char scope_txt[STAT_SCOPE_TXT_MAXLEN + sizeof STAT_SCOPE_PATTERN];
4274
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004275 if (px->cap & PR_CAP_BE && px->srv && (appctx->ctx.stats.flags & STAT_ADMIN)) {
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004276 /* A form to enable/disable this proxy servers */
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004277
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004278 /* 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 +02004279 scope_txt[0] = 0;
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004280 if (appctx->ctx.stats.scope_len) {
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004281 strcpy(scope_txt, STAT_SCOPE_PATTERN);
Willy Tarreau4e4292b2014-11-28 12:18:45 +01004282 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 +01004283 scope_txt[strlen(STAT_SCOPE_PATTERN) + appctx->ctx.stats.scope_len] = 0;
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004284 }
4285
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004286 chunk_appendf(&trash,
Jeff Buchbinder2dbbf4d2014-08-29 15:10:08 -05004287 "<form method=\"post\">");
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004288 }
4289
4290 /* print a new table */
4291 chunk_appendf(&trash,
4292 "<table class=\"tbl\" width=\"100%%\">\n"
4293 "<tr class=\"titre\">"
Willy Tarreaue7dbfc62012-12-23 01:59:23 +01004294 "<th class=\"pxname\" width=\"10%%\">");
4295
4296 chunk_appendf(&trash,
4297 "<a name=\"%s\"></a>%s"
4298 "<a class=px href=\"#%s\">%s</a>",
4299 px->id,
4300 (uri->flags & ST_SHLGNDS) ? "<u>":"",
4301 px->id, px->id);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004302
4303 if (uri->flags & ST_SHLGNDS) {
4304 /* cap, mode, id */
Willy Tarreau656a9ce2013-04-19 14:41:29 +02004305 chunk_appendf(&trash, "<div class=tips>cap: %s, mode: %s, id: %d",
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004306 proxy_cap_str(px->cap), proxy_mode_str(px->mode),
4307 px->uuid);
Willy Tarreaue7dbfc62012-12-23 01:59:23 +01004308 chunk_appendf(&trash, "</div>");
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004309 }
4310
4311 chunk_appendf(&trash,
Willy Tarreaue7dbfc62012-12-23 01:59:23 +01004312 "%s</th>"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004313 "<th class=\"%s\" width=\"90%%\">%s</th>"
4314 "</tr>\n"
4315 "</table>\n"
4316 "<table class=\"tbl\" width=\"100%%\">\n"
4317 "<tr class=\"titre\">",
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004318 (uri->flags & ST_SHLGNDS) ? "</u>":"",
4319 px->desc ? "desc" : "empty", px->desc ? px->desc : "");
4320
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004321 if ((px->cap & PR_CAP_BE) && px->srv && (appctx->ctx.stats.flags & STAT_ADMIN)) {
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004322 /* Column heading for Enable or Disable server */
4323 chunk_appendf(&trash, "<th rowspan=2 width=1></th>");
Willy Tarreau91861262007-10-17 17:06:05 +02004324 }
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004325
4326 chunk_appendf(&trash,
4327 "<th rowspan=2></th>"
4328 "<th colspan=3>Queue</th>"
Bhaskar Maddalaa20cb852014-02-03 16:26:46 -05004329 "<th colspan=3>Session rate</th><th colspan=6>Sessions</th>"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004330 "<th colspan=2>Bytes</th><th colspan=2>Denied</th>"
4331 "<th colspan=3>Errors</th><th colspan=2>Warnings</th>"
4332 "<th colspan=9>Server</th>"
4333 "</tr>\n"
4334 "<tr class=\"titre\">"
4335 "<th>Cur</th><th>Max</th><th>Limit</th>"
4336 "<th>Cur</th><th>Max</th><th>Limit</th><th>Cur</th><th>Max</th>"
Bhaskar Maddalaa20cb852014-02-03 16:26:46 -05004337 "<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 +01004338 "<th>Req</th><th>Resp</th><th>Req</th><th>Conn</th>"
4339 "<th>Resp</th><th>Retr</th><th>Redis</th>"
4340 "<th>Status</th><th>LastChk</th><th>Wght</th><th>Act</th>"
4341 "<th>Bck</th><th>Chk</th><th>Dwn</th><th>Dwntme</th>"
4342 "<th>Thrtle</th>\n"
4343 "</tr>");
Willy Tarreau91861262007-10-17 17:06:05 +02004344}
4345
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004346/* Dumps the HTML table trailer for proxy <px> to the trash for and uses the state from
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004347 * stream interface <si>. The caller is responsible for clearing the trash if needed.
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004348 */
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004349static void stats_dump_html_px_end(struct stream_interface *si, struct proxy *px)
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004350{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004351 struct appctx *appctx = __objt_appctx(si->end);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004352 chunk_appendf(&trash, "</table>");
4353
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004354 if ((px->cap & PR_CAP_BE) && px->srv && (appctx->ctx.stats.flags & STAT_ADMIN)) {
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004355 /* close the form used to enable/disable this proxy servers */
4356 chunk_appendf(&trash,
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004357 "Choose the action to perform on the checked servers : "
4358 "<select name=action>"
4359 "<option value=\"\"></option>"
Willy Tarreaued7df902014-05-22 18:04:49 +02004360 "<option value=\"ready\">Set state to READY</option>"
4361 "<option value=\"drain\">Set state to DRAIN</option>"
Marco Corte8c27bca2014-07-02 17:49:34 +02004362 "<option value=\"maint\">Set state to MAINT</option>"
Willy Tarreau248a60e2014-05-23 14:59:48 +02004363 "<option value=\"dhlth\">Health: disable checks</option>"
4364 "<option value=\"ehlth\">Health: enable checks</option>"
4365 "<option value=\"hrunn\">Health: force UP</option>"
4366 "<option value=\"hnolb\">Health: force NOLB</option>"
4367 "<option value=\"hdown\">Health: force DOWN</option>"
4368 "<option value=\"dagent\">Agent: disable checks</option>"
4369 "<option value=\"eagent\">Agent: enable checks</option>"
4370 "<option value=\"arunn\">Agent: force UP</option>"
4371 "<option value=\"adown\">Agent: force DOWN</option>"
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004372 "<option value=\"shutdown\">Kill Sessions</option>"
4373 "</select>"
4374 "<input type=\"hidden\" name=\"b\" value=\"#%d\">"
4375 "&nbsp;<input type=\"submit\" value=\"Apply\">"
4376 "</form>",
4377 px->uuid);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004378 }
4379
4380 chunk_appendf(&trash, "<p>\n");
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004381}
Willy Tarreau91861262007-10-17 17:06:05 +02004382
4383/*
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004384 * Dumps statistics for a proxy. The output is sent to the stream interface's
4385 * input buffer. Returns 0 if it had to stop dumping data because of lack of
4386 * buffer space, or non-zero if everything completed. This function is used
4387 * both by the CLI and the HTTP entry points, and is able to dump the output
4388 * in HTML or CSV formats. If the later, <uri> must be NULL.
Willy Tarreau91861262007-10-17 17:06:05 +02004389 */
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004390static int stats_dump_proxy_to_buffer(struct stream_interface *si, struct proxy *px, struct uri_auth *uri)
Willy Tarreau91861262007-10-17 17:06:05 +02004391{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004392 struct appctx *appctx = __objt_appctx(si->end);
Willy Tarreau87b09662015-04-03 00:22:06 +02004393 struct stream *s = si_strm(si);
Willy Tarreau2bb4a962014-11-28 11:11:05 +01004394 struct channel *rep = si_ic(si);
Willy Tarreau44267702011-10-28 15:35:33 +02004395 struct server *sv, *svs; /* server and server-state, server-state=server or server->track */
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02004396 struct listener *l;
Willy Tarreau91861262007-10-17 17:06:05 +02004397
Willy Tarreau19d14ef2012-10-29 16:51:55 +01004398 chunk_reset(&trash);
Willy Tarreau91861262007-10-17 17:06:05 +02004399
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004400 switch (appctx->ctx.stats.px_st) {
Willy Tarreau295a8372011-03-10 11:25:07 +01004401 case STAT_PX_ST_INIT:
Willy Tarreau91861262007-10-17 17:06:05 +02004402 /* we are on a new proxy */
Willy Tarreau91861262007-10-17 17:06:05 +02004403 if (uri && uri->scope) {
4404 /* we have a limited scope, we have to check the proxy name */
4405 struct stat_scope *scope;
4406 int len;
4407
4408 len = strlen(px->id);
4409 scope = uri->scope;
4410
4411 while (scope) {
4412 /* match exact proxy name */
4413 if (scope->px_len == len && !memcmp(px->id, scope->px_id, len))
4414 break;
4415
4416 /* match '.' which means 'self' proxy */
Willy Tarreau1388a3a2007-10-18 16:38:37 +02004417 if (!strcmp(scope->px_id, ".") && px == s->be)
Willy Tarreau91861262007-10-17 17:06:05 +02004418 break;
4419 scope = scope->next;
4420 }
4421
4422 /* proxy name not found : don't dump anything */
4423 if (scope == NULL)
4424 return 1;
4425 }
4426
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004427 /* if the user has requested a limited output and the proxy
4428 * name does not match, skip it.
4429 */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004430 if (appctx->ctx.stats.scope_len &&
Willy Tarreau4e4292b2014-11-28 12:18:45 +01004431 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 +02004432 return 1;
4433
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004434 if ((appctx->ctx.stats.flags & STAT_BOUND) &&
4435 (appctx->ctx.stats.iid != -1) &&
4436 (px->uuid != appctx->ctx.stats.iid))
Krzysztof Piotr Oledzki2c6962c2008-03-02 02:42:14 +01004437 return 1;
4438
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004439 appctx->ctx.stats.px_st = STAT_PX_ST_TH;
Willy Tarreau91861262007-10-17 17:06:05 +02004440 /* fall through */
4441
Willy Tarreau295a8372011-03-10 11:25:07 +01004442 case STAT_PX_ST_TH:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004443 if (appctx->ctx.stats.flags & STAT_FMT_HTML) {
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004444 stats_dump_html_px_hdr(si, px, uri);
Willy Tarreaubc18da12015-03-13 14:00:47 +01004445 if (bi_putchk(rep, &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02004446 si_applet_cant_put(si);
Willy Tarreau55bb8452007-10-17 18:44:57 +02004447 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01004448 }
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004449 }
Willy Tarreau91861262007-10-17 17:06:05 +02004450
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004451 appctx->ctx.stats.px_st = STAT_PX_ST_FE;
Willy Tarreau91861262007-10-17 17:06:05 +02004452 /* fall through */
4453
Willy Tarreau295a8372011-03-10 11:25:07 +01004454 case STAT_PX_ST_FE:
Willy Tarreau91861262007-10-17 17:06:05 +02004455 /* print the frontend */
Willy Tarreaubc18da12015-03-13 14:00:47 +01004456 if (stats_dump_fe_stats(si, px)) {
4457 if (bi_putchk(rep, &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02004458 si_applet_cant_put(si);
Willy Tarreau91861262007-10-17 17:06:05 +02004459 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01004460 }
4461 }
Willy Tarreau91861262007-10-17 17:06:05 +02004462
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004463 appctx->ctx.stats.l = px->conf.listeners.n;
4464 appctx->ctx.stats.px_st = STAT_PX_ST_LI;
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02004465 /* fall through */
4466
Willy Tarreau295a8372011-03-10 11:25:07 +01004467 case STAT_PX_ST_LI:
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02004468 /* stats.l has been initialized above */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004469 for (; appctx->ctx.stats.l != &px->conf.listeners; appctx->ctx.stats.l = l->by_fe.n) {
Willy Tarreaud7ad9f52013-12-31 17:26:25 +01004470 if (buffer_almost_full(rep->buf)) {
Willy Tarreaufe127932015-04-21 19:23:39 +02004471 si_applet_cant_put(si);
Willy Tarreau4e33d862009-10-11 23:35:10 +02004472 return 0;
Willy Tarreaud7ad9f52013-12-31 17:26:25 +01004473 }
Willy Tarreau4e33d862009-10-11 23:35:10 +02004474
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004475 l = LIST_ELEM(appctx->ctx.stats.l, struct listener *, by_fe);
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02004476 if (!l->counters)
4477 continue;
4478
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004479 if (appctx->ctx.stats.flags & STAT_BOUND) {
4480 if (!(appctx->ctx.stats.type & (1 << STATS_TYPE_SO)))
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02004481 break;
4482
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004483 if (appctx->ctx.stats.sid != -1 && l->luid != appctx->ctx.stats.sid)
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02004484 continue;
4485 }
4486
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004487 /* print the frontend */
Willy Tarreaubc18da12015-03-13 14:00:47 +01004488 if (stats_dump_li_stats(si, px, l, uri ? uri->flags : 0)) {
4489 if (bi_putchk(rep, &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02004490 si_applet_cant_put(si);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004491 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01004492 }
4493 }
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02004494 }
4495
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004496 appctx->ctx.stats.sv = px->srv; /* may be NULL */
4497 appctx->ctx.stats.px_st = STAT_PX_ST_SV;
Willy Tarreau91861262007-10-17 17:06:05 +02004498 /* fall through */
4499
Willy Tarreau295a8372011-03-10 11:25:07 +01004500 case STAT_PX_ST_SV:
Willy Tarreau91861262007-10-17 17:06:05 +02004501 /* stats.sv has been initialized above */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004502 for (; appctx->ctx.stats.sv != NULL; appctx->ctx.stats.sv = sv->next) {
Simon Horman4d2eab62015-04-23 14:51:26 +09004503 enum srv_stats_state sv_state;
Simon Horman837bfa72015-04-23 14:51:27 +09004504 enum srv_stats_colour sv_colour;
Willy Tarreau91861262007-10-17 17:06:05 +02004505
Willy Tarreaud7ad9f52013-12-31 17:26:25 +01004506 if (buffer_almost_full(rep->buf)) {
Willy Tarreaufe127932015-04-21 19:23:39 +02004507 si_applet_cant_put(si);
Willy Tarreau4e33d862009-10-11 23:35:10 +02004508 return 0;
Willy Tarreaud7ad9f52013-12-31 17:26:25 +01004509 }
Willy Tarreau4e33d862009-10-11 23:35:10 +02004510
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004511 sv = appctx->ctx.stats.sv;
Willy Tarreau91861262007-10-17 17:06:05 +02004512
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004513 if (appctx->ctx.stats.flags & STAT_BOUND) {
4514 if (!(appctx->ctx.stats.type & (1 << STATS_TYPE_SV)))
Krzysztof Piotr Oledzki2c6962c2008-03-02 02:42:14 +01004515 break;
4516
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004517 if (appctx->ctx.stats.sid != -1 && sv->puid != appctx->ctx.stats.sid)
Krzysztof Piotr Oledzki2c6962c2008-03-02 02:42:14 +01004518 continue;
4519 }
4520
Willy Tarreau32091232014-05-16 13:52:00 +02004521 svs = sv;
4522 while (svs->track)
4523 svs = svs->track;
Krzysztof Piotr Oledzkic8b16fc2008-02-18 01:26:35 +01004524
Willy Tarreauf4e38b32014-05-21 15:04:05 +02004525 if (sv->state == SRV_ST_RUNNING || sv->state == SRV_ST_STARTING) {
Willy Tarreauf4e38b32014-05-21 15:04:05 +02004526 if ((svs->check.state & CHK_ST_ENABLED) &&
Simon Horman837bfa72015-04-23 14:51:27 +09004527 (svs->check.health < svs->check.rise + svs->check.fall - 1)) {
Simon Horman4d2eab62015-04-23 14:51:26 +09004528 sv_state = SRV_STATS_STATE_UP_GOING_DOWN;
Simon Horman837bfa72015-04-23 14:51:27 +09004529 sv_colour = SRV_STATS_COLOUR_GOING_DOWN;
4530 } else {
Simon Horman4d2eab62015-04-23 14:51:26 +09004531 sv_state = SRV_STATS_STATE_UP;
Simon Horman837bfa72015-04-23 14:51:27 +09004532 sv_colour = SRV_STATS_COLOUR_UP;
4533 }
Willy Tarreau2ea81932007-11-30 12:04:38 +01004534
Simon Horman4463d192015-04-23 14:51:28 +09004535 if (sv_state == SRV_STATS_STATE_UP && !svs->uweight)
4536 sv_colour = SRV_STATS_COLOUR_DRAINING;
4537
4538 if (sv->admin & SRV_ADMF_DRAIN) {
Simon Hormanb167b6b2015-04-23 14:51:29 +09004539 if (svs->agent.state & CHK_ST_ENABLED)
4540 sv_state = SRV_STATS_STATE_DRAIN_AGENT;
4541 else if (sv_state == SRV_STATS_STATE_UP_GOING_DOWN)
Simon Horman4d2eab62015-04-23 14:51:26 +09004542 sv_state = SRV_STATS_STATE_DRAIN_GOING_DOWN;
Simon Horman4463d192015-04-23 14:51:28 +09004543 else
Simon Horman4d2eab62015-04-23 14:51:26 +09004544 sv_state = SRV_STATS_STATE_DRAIN;
4545 }
Willy Tarreauf4e38b32014-05-21 15:04:05 +02004546
Simon Horman837bfa72015-04-23 14:51:27 +09004547 if (sv_state == SRV_STATS_STATE_UP && !(svs->check.state & CHK_ST_ENABLED)) {
Simon Horman4d2eab62015-04-23 14:51:26 +09004548 sv_state = SRV_STATS_STATE_NO_CHECK;
Simon Horman837bfa72015-04-23 14:51:27 +09004549 sv_colour = SRV_STATS_COLOUR_NO_CHECK;
4550 }
Willy Tarreau2ea81932007-11-30 12:04:38 +01004551 }
Willy Tarreauf4e38b32014-05-21 15:04:05 +02004552 else if (sv->state == SRV_ST_STOPPING) {
4553 if ((!(sv->check.state & CHK_ST_ENABLED) && !sv->track) ||
Simon Horman837bfa72015-04-23 14:51:27 +09004554 (svs->check.health == svs->check.rise + svs->check.fall - 1)) {
Simon Horman4d2eab62015-04-23 14:51:26 +09004555 sv_state = SRV_STATS_STATE_NOLB;
Simon Horman837bfa72015-04-23 14:51:27 +09004556 sv_colour = SRV_STATS_COLOUR_NOLB;
4557 } else {
Simon Horman4d2eab62015-04-23 14:51:26 +09004558 sv_state = SRV_STATS_STATE_NOLB_GOING_DOWN;
Simon Horman837bfa72015-04-23 14:51:27 +09004559 sv_colour = SRV_STATS_COLOUR_GOING_DOWN;
4560 }
Willy Tarreauf4e38b32014-05-21 15:04:05 +02004561 }
4562 else { /* stopped */
Simon Horman837bfa72015-04-23 14:51:27 +09004563 if ((svs->agent.state & CHK_ST_ENABLED) && !svs->agent.health) {
Simon Horman4d2eab62015-04-23 14:51:26 +09004564 sv_state = SRV_STATS_STATE_DOWN_AGENT;
Simon Horman837bfa72015-04-23 14:51:27 +09004565 sv_colour = SRV_STATS_COLOUR_DOWN;
4566 } else if ((svs->check.state & CHK_ST_ENABLED) && !svs->check.health) {
Simon Horman4d2eab62015-04-23 14:51:26 +09004567 sv_state = SRV_STATS_STATE_DOWN; /* DOWN */
Simon Horman837bfa72015-04-23 14:51:27 +09004568 sv_colour = SRV_STATS_COLOUR_DOWN;
4569 } else if ((svs->agent.state & CHK_ST_ENABLED) || (svs->check.state & CHK_ST_ENABLED)) {
Simon Horman4d2eab62015-04-23 14:51:26 +09004570 sv_state = SRV_STATS_STATE_GOING_UP;
Simon Horman837bfa72015-04-23 14:51:27 +09004571 sv_colour = SRV_STATS_COLOUR_GOING_UP;
4572 } else {
Simon Horman4d2eab62015-04-23 14:51:26 +09004573 sv_state = SRV_STATS_STATE_DOWN; /* DOWN, unchecked */
Simon Horman837bfa72015-04-23 14:51:27 +09004574 sv_colour = SRV_STATS_COLOUR_DOWN;
4575 }
Willy Tarreauf4e38b32014-05-21 15:04:05 +02004576 }
Willy Tarreau91861262007-10-17 17:06:05 +02004577
Willy Tarreau9638efa2014-05-23 11:19:57 +02004578 if (((sv_state <= 1) || (sv->admin & SRV_ADMF_MAINT)) && (appctx->ctx.stats.flags & STAT_HIDE_DOWN)) {
Willy Tarreau91861262007-10-17 17:06:05 +02004579 /* do not report servers which are DOWN */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004580 appctx->ctx.stats.sv = sv->next;
Willy Tarreau91861262007-10-17 17:06:05 +02004581 continue;
4582 }
4583
Simon Horman837bfa72015-04-23 14:51:27 +09004584 if (stats_dump_sv_stats(si, px, uri ? uri->flags : 0, sv, sv_state, sv_colour)) {
Willy Tarreaubc18da12015-03-13 14:00:47 +01004585 if (bi_putchk(rep, &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02004586 si_applet_cant_put(si);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004587 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01004588 }
4589 }
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004590 } /* for sv */
Cyril Bonté474be412010-10-12 00:14:36 +02004591
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004592 appctx->ctx.stats.px_st = STAT_PX_ST_BE;
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004593 /* fall through */
Cyril Bonté70be45d2010-10-12 00:14:35 +02004594
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004595 case STAT_PX_ST_BE:
4596 /* print the backend */
Willy Tarreaubc18da12015-03-13 14:00:47 +01004597 if (stats_dump_be_stats(si, px, uri ? uri->flags : 0)) {
4598 if (bi_putchk(rep, &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02004599 si_applet_cant_put(si);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004600 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01004601 }
4602 }
Krzysztof Piotr Oledzki15514c22010-01-04 16:03:09 +01004603
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004604 appctx->ctx.stats.px_st = STAT_PX_ST_END;
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004605 /* fall through */
Krzysztof Piotr Oledzki15514c22010-01-04 16:03:09 +01004606
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004607 case STAT_PX_ST_END:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004608 if (appctx->ctx.stats.flags & STAT_FMT_HTML) {
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004609 stats_dump_html_px_end(si, px);
Willy Tarreaubc18da12015-03-13 14:00:47 +01004610 if (bi_putchk(rep, &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02004611 si_applet_cant_put(si);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004612 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01004613 }
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004614 }
Krzysztof Piotr Oledzki15514c22010-01-04 16:03:09 +01004615
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004616 appctx->ctx.stats.px_st = STAT_PX_ST_FIN;
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004617 /* fall through */
Krzysztof Piotr Oledzki15514c22010-01-04 16:03:09 +01004618
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004619 case STAT_PX_ST_FIN:
4620 return 1;
Krzysztof Piotr Oledzki15514c22010-01-04 16:03:09 +01004621
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004622 default:
4623 /* unknown state, we should put an abort() here ! */
4624 return 1;
4625 }
4626}
Krzysztof Piotr Oledzki15514c22010-01-04 16:03:09 +01004627
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004628/* Dumps the HTTP stats head block to the trash for and uses the per-uri
4629 * parameters <uri>. The caller is responsible for clearing the trash if needed.
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004630 */
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004631static void stats_dump_html_head(struct uri_auth *uri)
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004632{
4633 /* WARNING! This must fit in the first buffer !!! */
4634 chunk_appendf(&trash,
4635 "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\"\n"
4636 "\"http://www.w3.org/TR/html4/loose.dtd\">\n"
4637 "<html><head><title>Statistics Report for " PRODUCT_NAME "%s%s</title>\n"
4638 "<meta http-equiv=\"content-type\" content=\"text/html; charset=iso-8859-1\">\n"
4639 "<style type=\"text/css\"><!--\n"
4640 "body {"
4641 " font-family: arial, helvetica, sans-serif;"
4642 " font-size: 12px;"
4643 " font-weight: normal;"
4644 " color: black;"
4645 " background: white;"
4646 "}\n"
4647 "th,td {"
4648 " font-size: 10px;"
4649 "}\n"
4650 "h1 {"
4651 " font-size: x-large;"
4652 " margin-bottom: 0.5em;"
4653 "}\n"
4654 "h2 {"
4655 " font-family: helvetica, arial;"
4656 " font-size: x-large;"
4657 " font-weight: bold;"
4658 " font-style: italic;"
4659 " color: #6020a0;"
4660 " margin-top: 0em;"
4661 " margin-bottom: 0em;"
4662 "}\n"
4663 "h3 {"
4664 " font-family: helvetica, arial;"
4665 " font-size: 16px;"
4666 " font-weight: bold;"
4667 " color: #b00040;"
4668 " background: #e8e8d0;"
4669 " margin-top: 0em;"
4670 " margin-bottom: 0em;"
4671 "}\n"
4672 "li {"
4673 " margin-top: 0.25em;"
4674 " margin-right: 2em;"
4675 "}\n"
4676 ".hr {margin-top: 0.25em;"
4677 " border-color: black;"
4678 " border-bottom-style: solid;"
4679 "}\n"
4680 ".titre {background: #20D0D0;color: #000000; font-weight: bold; text-align: center;}\n"
4681 ".total {background: #20D0D0;color: #ffff80;}\n"
4682 ".frontend {background: #e8e8d0;}\n"
4683 ".socket {background: #d0d0d0;}\n"
4684 ".backend {background: #e8e8d0;}\n"
Simon Horman837bfa72015-04-23 14:51:27 +09004685 ".active_down {background: #ff9090;}\n"
4686 ".active_going_up {background: #ffd020;}\n"
4687 ".active_going_down {background: #ffffa0;}\n"
4688 ".active_up {background: #c0ffc0;}\n"
4689 ".active_nolb {background: #20a0ff;}\n"
4690 ".active_draining {background: #20a0FF;}\n"
4691 ".active_no_check {background: #e0e0e0;}\n"
4692 ".backup_down {background: #ff9090;}\n"
4693 ".backup_going_up {background: #ff80ff;}\n"
4694 ".backup_going_down {background: #c060ff;}\n"
4695 ".backup_up {background: #b0d0ff;}\n"
4696 ".backup_nolb {background: #90b0e0;}\n"
4697 ".backup_draining {background: #cc9900;}\n"
4698 ".backup_no_check {background: #e0e0e0;}\n"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004699 ".maintain {background: #c07820;}\n"
4700 ".rls {letter-spacing: 0.2em; margin-right: 1px;}\n" /* right letter spacing (used for grouping digits) */
4701 "\n"
4702 "a.px:link {color: #ffff40; text-decoration: none;}"
4703 "a.px:visited {color: #ffff40; text-decoration: none;}"
4704 "a.px:hover {color: #ffffff; text-decoration: none;}"
4705 "a.lfsb:link {color: #000000; text-decoration: none;}"
4706 "a.lfsb:visited {color: #000000; text-decoration: none;}"
4707 "a.lfsb:hover {color: #505050; text-decoration: none;}"
4708 "\n"
4709 "table.tbl { border-collapse: collapse; border-style: none;}\n"
4710 "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"
4711 "table.tbl td.ac { text-align: center;}\n"
4712 "table.tbl th { border-width: 1px; border-style: solid solid solid solid; border-color: gray;}\n"
4713 "table.tbl th.pxname { background: #b00040; color: #ffff40; font-weight: bold; border-style: solid solid none solid; padding: 2px 3px; white-space: nowrap;}\n"
4714 "table.tbl th.empty { border-style: none; empty-cells: hide; background: white;}\n"
4715 "table.tbl th.desc { background: white; border-style: solid solid none solid; text-align: left; padding: 2px 3px;}\n"
4716 "\n"
4717 "table.lgd { border-collapse: collapse; border-width: 1px; border-style: none none none solid; border-color: black;}\n"
4718 "table.lgd td { border-width: 1px; border-style: solid solid solid solid; border-color: gray; padding: 2px;}\n"
4719 "table.lgd td.noborder { border-style: none; padding: 2px; white-space: nowrap;}\n"
Willy Tarreau466c9b52012-12-23 02:25:03 +01004720 "table.det { border-collapse: collapse; border-style: none; }\n"
4721 "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 +01004722 "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 +01004723 "u {text-decoration:none; border-bottom: 1px dotted black;}\n"
Willy Tarreau656a9ce2013-04-19 14:41:29 +02004724 "div.tips {\n"
Willy Tarreaue7dbfc62012-12-23 01:59:23 +01004725 " display:block;\n"
4726 " visibility:hidden;\n"
4727 " z-index:2147483647;\n"
4728 " position:absolute;\n"
4729 " padding:2px 4px 3px;\n"
4730 " background:#f0f060; color:#000000;\n"
4731 " border:1px solid #7040c0;\n"
4732 " white-space:nowrap;\n"
4733 " font-style:normal;font-size:11px;font-weight:normal;\n"
4734 " -moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;\n"
4735 " -moz-box-shadow:gray 2px 2px 3px;-webkit-box-shadow:gray 2px 2px 3px;box-shadow:gray 2px 2px 3px;\n"
4736 "}\n"
Willy Tarreau656a9ce2013-04-19 14:41:29 +02004737 "u:hover div.tips {visibility:visible;}\n"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004738 "-->\n"
4739 "</style></head>\n",
4740 (uri->flags & ST_SHNODE) ? " on " : "",
4741 (uri->flags & ST_SHNODE) ? (uri->node ? uri->node : global.node) : ""
4742 );
4743}
Krzysztof Piotr Oledzki15514c22010-01-04 16:03:09 +01004744
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004745/* Dumps the HTML stats information block to the trash for and uses the state from
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004746 * stream interface <si> and per-uri parameters <uri>. The caller is responsible
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004747 * for clearing the trash if needed.
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004748 */
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004749static void stats_dump_html_info(struct stream_interface *si, struct uri_auth *uri)
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004750{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004751 struct appctx *appctx = __objt_appctx(si->end);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004752 unsigned int up = (now.tv_sec - start_date.tv_sec);
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004753 char scope_txt[STAT_SCOPE_TXT_MAXLEN + sizeof STAT_SCOPE_PATTERN];
Krzysztof Piotr Oledzki15514c22010-01-04 16:03:09 +01004754
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004755 /* WARNING! this has to fit the first packet too.
4756 * We are around 3.5 kB, add adding entries will
4757 * become tricky if we want to support 4kB buffers !
4758 */
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004759 chunk_appendf(&trash,
4760 "<body><h1><a href=\"" PRODUCT_URL "\" style=\"text-decoration: none;\">"
4761 PRODUCT_NAME "%s</a></h1>\n"
4762 "<h2>Statistics Report for pid %d%s%s%s%s</h2>\n"
4763 "<hr width=\"100%%\" class=\"hr\">\n"
4764 "<h3>&gt; General process information</h3>\n"
4765 "<table border=0><tr><td align=\"left\" nowrap width=\"1%%\">\n"
4766 "<p><b>pid = </b> %d (process #%d, nbproc = %d)<br>\n"
4767 "<b>uptime = </b> %dd %dh%02dm%02ds<br>\n"
4768 "<b>system limits:</b> memmax = %s%s; ulimit-n = %d<br>\n"
4769 "<b>maxsock = </b> %d; <b>maxconn = </b> %d; <b>maxpipes = </b> %d<br>\n"
4770 "current conns = %d; current pipes = %d/%d; conn rate = %d/sec<br>\n"
4771 "Running tasks: %d/%d; idle = %d %%<br>\n"
4772 "</td><td align=\"center\" nowrap>\n"
4773 "<table class=\"lgd\"><tr>\n"
Simon Horman837bfa72015-04-23 14:51:27 +09004774 "<td class=\"active_up\">&nbsp;</td><td class=\"noborder\">active UP </td>"
4775 "<td class=\"backup_up\">&nbsp;</td><td class=\"noborder\">backup UP </td>"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004776 "</tr><tr>\n"
Simon Horman837bfa72015-04-23 14:51:27 +09004777 "<td class=\"active_going_down\"></td><td class=\"noborder\">active UP, going down </td>"
4778 "<td class=\"backup_going_down\"></td><td class=\"noborder\">backup UP, going down </td>"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004779 "</tr><tr>\n"
Simon Horman837bfa72015-04-23 14:51:27 +09004780 "<td class=\"active_going_up\"></td><td class=\"noborder\">active DOWN, going up </td>"
4781 "<td class=\"backup_going_up\"></td><td class=\"noborder\">backup DOWN, going up </td>"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004782 "</tr><tr>\n"
Simon Horman837bfa72015-04-23 14:51:27 +09004783 "<td class=\"active_down\"></td><td class=\"noborder\">active or backup DOWN &nbsp;</td>"
4784 "<td class=\"active_no_check\"></td><td class=\"noborder\">not checked </td>"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004785 "</tr><tr>\n"
4786 "<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 -07004787 "</tr><tr>\n"
Simon Horman837bfa72015-04-23 14:51:27 +09004788 "<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 +01004789 "</tr></table>\n"
Willy Tarreau6b7764a2013-12-04 00:43:21 +01004790 "Note: \"NOLB\"/\"DRAIN\" = UP with load-balancing disabled."
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004791 "</td>"
4792 "<td align=\"left\" valign=\"top\" nowrap width=\"1%%\">"
4793 "<b>Display option:</b><ul style=\"margin-top: 0.25em;\">"
4794 "",
4795 (uri->flags & ST_HIDEVER) ? "" : (STATS_VERSION_STRING),
4796 pid, (uri->flags & ST_SHNODE) ? " on " : "",
4797 (uri->flags & ST_SHNODE) ? (uri->node ? uri->node : global.node) : "",
4798 (uri->flags & ST_SHDESC) ? ": " : "",
4799 (uri->flags & ST_SHDESC) ? (uri->desc ? uri->desc : global.desc) : "",
4800 pid, relative_pid, global.nbproc,
4801 up / 86400, (up % 86400) / 3600,
4802 (up % 3600) / 60, (up % 60),
4803 global.rlimit_memmax ? ultoa(global.rlimit_memmax) : "unlimited",
4804 global.rlimit_memmax ? " MB" : "",
4805 global.rlimit_nofile,
4806 global.maxsock, global.maxconn, global.maxpipes,
4807 actconn, pipes_used, pipes_used+pipes_free, read_freq_ctr(&global.conn_per_sec),
4808 run_queue_cur, nb_tasks_cur, idle_pct
4809 );
Krzysztof Piotr Oledzki5fb18822009-10-13 21:14:09 +02004810
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004811 /* scope_txt = search query, appctx->ctx.stats.scope_len is always <= STAT_SCOPE_TXT_MAXLEN */
Willy Tarreau4e4292b2014-11-28 12:18:45 +01004812 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 +01004813 scope_txt[appctx->ctx.stats.scope_len] = '\0';
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004814
4815 chunk_appendf(&trash,
Jeff Buchbinder2dbbf4d2014-08-29 15:10:08 -05004816 "<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 +01004817 (appctx->ctx.stats.scope_len > 0) ? scope_txt : "",
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004818 STAT_SCOPE_TXT_MAXLEN);
4819
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004820 /* 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 +02004821 scope_txt[0] = 0;
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004822 if (appctx->ctx.stats.scope_len) {
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004823 strcpy(scope_txt, STAT_SCOPE_PATTERN);
Willy Tarreau4e4292b2014-11-28 12:18:45 +01004824 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 +01004825 scope_txt[strlen(STAT_SCOPE_PATTERN) + appctx->ctx.stats.scope_len] = 0;
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004826 }
4827
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004828 if (appctx->ctx.stats.flags & STAT_HIDE_DOWN)
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004829 chunk_appendf(&trash,
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004830 "<li><a href=\"%s%s%s%s\">Show all servers</a><br>\n",
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004831 uri->uri_prefix,
4832 "",
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004833 (appctx->ctx.stats.flags & STAT_NO_REFRESH) ? ";norefresh" : "",
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004834 scope_txt);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004835 else
4836 chunk_appendf(&trash,
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004837 "<li><a href=\"%s%s%s%s\">Hide 'DOWN' servers</a><br>\n",
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004838 uri->uri_prefix,
4839 ";up",
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004840 (appctx->ctx.stats.flags & STAT_NO_REFRESH) ? ";norefresh" : "",
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004841 scope_txt);
Willy Tarreau91861262007-10-17 17:06:05 +02004842
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004843 if (uri->refresh > 0) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004844 if (appctx->ctx.stats.flags & STAT_NO_REFRESH)
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004845 chunk_appendf(&trash,
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004846 "<li><a href=\"%s%s%s%s\">Enable refresh</a><br>\n",
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004847 uri->uri_prefix,
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004848 (appctx->ctx.stats.flags & STAT_HIDE_DOWN) ? ";up" : "",
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004849 "",
4850 scope_txt);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004851 else
4852 chunk_appendf(&trash,
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004853 "<li><a href=\"%s%s%s%s\">Disable refresh</a><br>\n",
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004854 uri->uri_prefix,
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004855 (appctx->ctx.stats.flags & STAT_HIDE_DOWN) ? ";up" : "",
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004856 ";norefresh",
4857 scope_txt);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004858 }
Willy Tarreau55bb8452007-10-17 18:44:57 +02004859
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004860 chunk_appendf(&trash,
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004861 "<li><a href=\"%s%s%s%s\">Refresh now</a><br>\n",
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004862 uri->uri_prefix,
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004863 (appctx->ctx.stats.flags & STAT_HIDE_DOWN) ? ";up" : "",
4864 (appctx->ctx.stats.flags & STAT_NO_REFRESH) ? ";norefresh" : "",
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004865 scope_txt);
Elijah Epifanovacafc5f2007-10-25 20:15:38 +02004866
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004867 chunk_appendf(&trash,
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004868 "<li><a href=\"%s;csv%s%s\">CSV export</a><br>\n",
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004869 uri->uri_prefix,
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004870 (uri->refresh > 0) ? ";norefresh" : "",
4871 scope_txt);
Willy Tarreau4bab24d2007-11-30 18:16:29 +01004872
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004873 chunk_appendf(&trash,
4874 "</ul></td>"
4875 "<td align=\"left\" valign=\"top\" nowrap width=\"1%%\">"
4876 "<b>External resources:</b><ul style=\"margin-top: 0.25em;\">\n"
4877 "<li><a href=\"" PRODUCT_URL "\">Primary site</a><br>\n"
4878 "<li><a href=\"" PRODUCT_URL_UPD "\">Updates (v" PRODUCT_BRANCH ")</a><br>\n"
4879 "<li><a href=\"" PRODUCT_URL_DOC "\">Online manual</a><br>\n"
4880 "</ul>"
4881 "</td>"
4882 "</tr></table>\n"
4883 ""
4884 );
Willy Tarreau4bab24d2007-11-30 18:16:29 +01004885
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004886 if (appctx->ctx.stats.st_code) {
4887 switch (appctx->ctx.stats.st_code) {
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004888 case STAT_STATUS_DONE:
4889 chunk_appendf(&trash,
Simon Horman837bfa72015-04-23 14:51:27 +09004890 "<p><div class=active_up>"
Willy Tarreauba6be982013-04-19 12:16:55 +02004891 "<a class=lfsb href=\"%s%s%s%s\" title=\"Remove this message\">[X]</a> "
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004892 "Action processed successfully."
Willy Tarreauba6be982013-04-19 12:16:55 +02004893 "</div>\n", uri->uri_prefix,
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004894 (appctx->ctx.stats.flags & STAT_HIDE_DOWN) ? ";up" : "",
4895 (appctx->ctx.stats.flags & STAT_NO_REFRESH) ? ";norefresh" : "",
Willy Tarreauba6be982013-04-19 12:16:55 +02004896 scope_txt);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004897 break;
4898 case STAT_STATUS_NONE:
4899 chunk_appendf(&trash,
Simon Horman837bfa72015-04-23 14:51:27 +09004900 "<p><div class=active_going_down>"
Willy Tarreauba6be982013-04-19 12:16:55 +02004901 "<a class=lfsb href=\"%s%s%s%s\" title=\"Remove this message\">[X]</a> "
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004902 "Nothing has changed."
Willy Tarreauba6be982013-04-19 12:16:55 +02004903 "</div>\n", uri->uri_prefix,
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004904 (appctx->ctx.stats.flags & STAT_HIDE_DOWN) ? ";up" : "",
4905 (appctx->ctx.stats.flags & STAT_NO_REFRESH) ? ";norefresh" : "",
Willy Tarreauba6be982013-04-19 12:16:55 +02004906 scope_txt);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004907 break;
4908 case STAT_STATUS_PART:
4909 chunk_appendf(&trash,
Simon Horman837bfa72015-04-23 14:51:27 +09004910 "<p><div class=active_going_down>"
Willy Tarreauba6be982013-04-19 12:16:55 +02004911 "<a class=lfsb href=\"%s%s%s%s\" title=\"Remove this message\">[X]</a> "
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004912 "Action partially processed.<br>"
4913 "Some server names are probably unknown or ambiguous (duplicated names in the backend)."
Willy Tarreauba6be982013-04-19 12:16:55 +02004914 "</div>\n", uri->uri_prefix,
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004915 (appctx->ctx.stats.flags & STAT_HIDE_DOWN) ? ";up" : "",
4916 (appctx->ctx.stats.flags & STAT_NO_REFRESH) ? ";norefresh" : "",
Willy Tarreauba6be982013-04-19 12:16:55 +02004917 scope_txt);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004918 break;
4919 case STAT_STATUS_ERRP:
4920 chunk_appendf(&trash,
Simon Horman837bfa72015-04-23 14:51:27 +09004921 "<p><div class=active_down>"
Willy Tarreauba6be982013-04-19 12:16:55 +02004922 "<a class=lfsb href=\"%s%s%s%s\" title=\"Remove this message\">[X]</a> "
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004923 "Action not processed because of invalid parameters."
4924 "<ul>"
4925 "<li>The action is maybe unknown.</li>"
4926 "<li>The backend name is probably unknown or ambiguous (duplicated names).</li>"
4927 "<li>Some server names are probably unknown or ambiguous (duplicated names in the backend).</li>"
4928 "</ul>"
Willy Tarreauba6be982013-04-19 12:16:55 +02004929 "</div>\n", uri->uri_prefix,
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004930 (appctx->ctx.stats.flags & STAT_HIDE_DOWN) ? ";up" : "",
4931 (appctx->ctx.stats.flags & STAT_NO_REFRESH) ? ";norefresh" : "",
Willy Tarreauba6be982013-04-19 12:16:55 +02004932 scope_txt);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004933 break;
4934 case STAT_STATUS_EXCD:
4935 chunk_appendf(&trash,
Simon Horman837bfa72015-04-23 14:51:27 +09004936 "<p><div class=active_down>"
Willy Tarreauba6be982013-04-19 12:16:55 +02004937 "<a class=lfsb href=\"%s%s%s%s\" title=\"Remove this message\">[X]</a> "
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004938 "<b>Action not processed : the buffer couldn't store all the data.<br>"
4939 "You should retry with less servers at a time.</b>"
Willy Tarreauba6be982013-04-19 12:16:55 +02004940 "</div>\n", uri->uri_prefix,
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004941 (appctx->ctx.stats.flags & STAT_HIDE_DOWN) ? ";up" : "",
4942 (appctx->ctx.stats.flags & STAT_NO_REFRESH) ? ";norefresh" : "",
Willy Tarreauba6be982013-04-19 12:16:55 +02004943 scope_txt);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004944 break;
4945 case STAT_STATUS_DENY:
4946 chunk_appendf(&trash,
Simon Horman837bfa72015-04-23 14:51:27 +09004947 "<p><div class=active_down>"
Willy Tarreauba6be982013-04-19 12:16:55 +02004948 "<a class=lfsb href=\"%s%s%s%s\" title=\"Remove this message\">[X]</a> "
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004949 "<b>Action denied.</b>"
Willy Tarreauba6be982013-04-19 12:16:55 +02004950 "</div>\n", uri->uri_prefix,
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004951 (appctx->ctx.stats.flags & STAT_HIDE_DOWN) ? ";up" : "",
4952 (appctx->ctx.stats.flags & STAT_NO_REFRESH) ? ";norefresh" : "",
Willy Tarreauba6be982013-04-19 12:16:55 +02004953 scope_txt);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004954 break;
4955 default:
4956 chunk_appendf(&trash,
Simon Horman837bfa72015-04-23 14:51:27 +09004957 "<p><div class=active_no_check>"
Willy Tarreauba6be982013-04-19 12:16:55 +02004958 "<a class=lfsb href=\"%s%s%s%s\" title=\"Remove this message\">[X]</a> "
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004959 "Unexpected result."
Willy Tarreauba6be982013-04-19 12:16:55 +02004960 "</div>\n", uri->uri_prefix,
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004961 (appctx->ctx.stats.flags & STAT_HIDE_DOWN) ? ";up" : "",
4962 (appctx->ctx.stats.flags & STAT_NO_REFRESH) ? ";norefresh" : "",
Willy Tarreauba6be982013-04-19 12:16:55 +02004963 scope_txt);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004964 }
4965 chunk_appendf(&trash, "<p>\n");
4966 }
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004967}
Krzysztof Piotr Oledzkic8b16fc2008-02-18 01:26:35 +01004968
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004969/* Dumps the HTML stats trailer block to the trash. The caller is responsible
4970 * for clearing the trash if needed.
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004971 */
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004972static void stats_dump_html_end()
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004973{
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004974 chunk_appendf(&trash, "</body></html>\n");
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004975}
Willy Tarreau7f062c42009-03-05 18:43:00 +01004976
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004977/* This function dumps statistics onto the stream interface's read buffer in
4978 * either CSV or HTML format. <uri> contains some HTML-specific parameters that
Willy Tarreau306f8302013-07-08 15:53:06 +02004979 * are ignored for CSV format (hence <uri> may be NULL there). It returns 0 if
4980 * 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 +02004981 * and the stream must be closed, or -1 in case of any error. This function is
Willy Tarreau306f8302013-07-08 15:53:06 +02004982 * used by both the CLI and the HTTP handlers.
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004983 */
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004984static int stats_dump_stat_to_buffer(struct stream_interface *si, struct uri_auth *uri)
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004985{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004986 struct appctx *appctx = __objt_appctx(si->end);
Willy Tarreau2bb4a962014-11-28 11:11:05 +01004987 struct channel *rep = si_ic(si);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004988 struct proxy *px;
Willy Tarreau7f062c42009-03-05 18:43:00 +01004989
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004990 chunk_reset(&trash);
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +02004991
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004992 switch (appctx->st2) {
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004993 case STAT_ST_INIT:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004994 appctx->st2 = STAT_ST_HEAD; /* let's start producing data */
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004995 /* fall through */
Krzysztof Piotr Oledzki97f07b82009-12-15 22:31:24 +01004996
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004997 case STAT_ST_HEAD:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004998 if (appctx->ctx.stats.flags & STAT_FMT_HTML)
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004999 stats_dump_html_head(uri);
Willy Tarreau354898b2012-12-23 18:15:23 +01005000 else
5001 stats_dump_csv_header();
Willy Tarreaud9b587f2010-02-26 10:05:55 +01005002
Willy Tarreaubc18da12015-03-13 14:00:47 +01005003 if (bi_putchk(rep, &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02005004 si_applet_cant_put(si);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005005 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01005006 }
Willy Tarreauae526782010-03-04 20:34:23 +01005007
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005008 appctx->st2 = STAT_ST_INFO;
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005009 /* fall through */
Willy Tarreau5e16cbc2012-11-24 14:54:13 +01005010
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005011 case STAT_ST_INFO:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005012 if (appctx->ctx.stats.flags & STAT_FMT_HTML) {
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01005013 stats_dump_html_info(si, uri);
Willy Tarreaubc18da12015-03-13 14:00:47 +01005014 if (bi_putchk(rep, &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02005015 si_applet_cant_put(si);
Willy Tarreau91861262007-10-17 17:06:05 +02005016 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01005017 }
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005018 }
Willy Tarreau91861262007-10-17 17:06:05 +02005019
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005020 appctx->ctx.stats.px = proxy;
5021 appctx->ctx.stats.px_st = STAT_PX_ST_INIT;
5022 appctx->st2 = STAT_ST_LIST;
Willy Tarreau91861262007-10-17 17:06:05 +02005023 /* fall through */
5024
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005025 case STAT_ST_LIST:
5026 /* dump proxies */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005027 while (appctx->ctx.stats.px) {
Willy Tarreaud7ad9f52013-12-31 17:26:25 +01005028 if (buffer_almost_full(rep->buf)) {
Willy Tarreaufe127932015-04-21 19:23:39 +02005029 si_applet_cant_put(si);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005030 return 0;
Willy Tarreaud7ad9f52013-12-31 17:26:25 +01005031 }
Krzysztof Piotr Oledzki5fb18822009-10-13 21:14:09 +02005032
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005033 px = appctx->ctx.stats.px;
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005034 /* skip the disabled proxies, global frontend and non-networked ones */
5035 if (px->state != PR_STSTOPPED && px->uuid > 0 && (px->cap & (PR_CAP_FE | PR_CAP_BE)))
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01005036 if (stats_dump_proxy_to_buffer(si, px, uri) == 0)
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005037 return 0;
Krzysztof Piotr Oledzki5fb18822009-10-13 21:14:09 +02005038
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005039 appctx->ctx.stats.px = px->next;
5040 appctx->ctx.stats.px_st = STAT_PX_ST_INIT;
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005041 }
5042 /* here, we just have reached the last proxy */
Krzysztof Piotr Oledzki5fb18822009-10-13 21:14:09 +02005043
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005044 appctx->st2 = STAT_ST_END;
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005045 /* fall through */
Krzysztof Piotr Oledzki5fb18822009-10-13 21:14:09 +02005046
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005047 case STAT_ST_END:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005048 if (appctx->ctx.stats.flags & STAT_FMT_HTML) {
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01005049 stats_dump_html_end();
Willy Tarreaubc18da12015-03-13 14:00:47 +01005050 if (bi_putchk(rep, &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02005051 si_applet_cant_put(si);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005052 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01005053 }
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005054 }
Willy Tarreau55058a72012-11-21 08:27:21 +01005055
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005056 appctx->st2 = STAT_ST_FIN;
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005057 /* fall through */
Willy Tarreau0a6d2ef2009-03-29 14:46:01 +02005058
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005059 case STAT_ST_FIN:
5060 return 1;
Willy Tarreau55058a72012-11-21 08:27:21 +01005061
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005062 default:
5063 /* unknown state ! */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005064 appctx->st2 = STAT_ST_FIN;
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005065 return -1;
5066 }
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005067}
Willy Tarreauae526782010-03-04 20:34:23 +01005068
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005069/* We reached the stats page through a POST request. The appctx is
5070 * expected to have already been allocated by the caller.
Willy Tarreau347a35d2013-11-22 17:51:09 +01005071 * Parse the posted data and enable/disable servers if necessary.
5072 * Returns 1 if request was parsed or zero if it needs more data.
5073 */
5074static int stats_process_http_post(struct stream_interface *si)
5075{
Willy Tarreau87b09662015-04-03 00:22:06 +02005076 struct stream *s = si_strm(si);
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005077 struct appctx *appctx = objt_appctx(si->end);
Willy Tarreau347a35d2013-11-22 17:51:09 +01005078
5079 struct proxy *px = NULL;
5080 struct server *sv = NULL;
5081
5082 char key[LINESIZE];
5083 int action = ST_ADM_ACTION_NONE;
5084 int reprocess = 0;
5085
5086 int total_servers = 0;
5087 int altered_servers = 0;
5088
5089 char *first_param, *cur_param, *next_param, *end_params;
5090 char *st_cur_param = NULL;
5091 char *st_next_param = NULL;
5092
5093 struct chunk *temp;
5094 int reql;
5095
5096 temp = get_trash_chunk();
Willy Tarreaueee5b512015-04-03 23:46:31 +02005097 if (temp->size < s->txn->req.body_len) {
Willy Tarreau347a35d2013-11-22 17:51:09 +01005098 /* too large request */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005099 appctx->ctx.stats.st_code = STAT_STATUS_EXCD;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005100 goto out;
5101 }
5102
Willy Tarreaueee5b512015-04-03 23:46:31 +02005103 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 +01005104 if (reql <= 0) {
5105 /* we need more data */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005106 appctx->ctx.stats.st_code = STAT_STATUS_NONE;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005107 return 0;
5108 }
5109
5110 first_param = temp->str;
5111 end_params = temp->str + reql;
5112 cur_param = next_param = end_params;
5113 *end_params = '\0';
5114
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005115 appctx->ctx.stats.st_code = STAT_STATUS_NONE;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005116
5117 /*
5118 * Parse the parameters in reverse order to only store the last value.
5119 * From the html form, the backend and the action are at the end.
5120 */
5121 while (cur_param > first_param) {
5122 char *value;
5123 int poffset, plen;
5124
5125 cur_param--;
5126
5127 if ((*cur_param == '&') || (cur_param == first_param)) {
5128 reprocess_servers:
5129 /* Parse the key */
5130 poffset = (cur_param != first_param ? 1 : 0);
5131 plen = next_param - cur_param + (cur_param == first_param ? 1 : 0);
5132 if ((plen > 0) && (plen <= sizeof(key))) {
5133 strncpy(key, cur_param + poffset, plen);
5134 key[plen - 1] = '\0';
5135 } else {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005136 appctx->ctx.stats.st_code = STAT_STATUS_EXCD;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005137 goto out;
5138 }
5139
5140 /* Parse the value */
5141 value = key;
5142 while (*value != '\0' && *value != '=') {
5143 value++;
5144 }
5145 if (*value == '=') {
5146 /* Ok, a value is found, we can mark the end of the key */
5147 *value++ = '\0';
5148 }
5149 if (url_decode(key) < 0 || url_decode(value) < 0)
5150 break;
5151
5152 /* Now we can check the key to see what to do */
5153 if (!px && (strcmp(key, "b") == 0)) {
Willy Tarreau9e0bb102015-05-26 11:24:42 +02005154 if ((px = proxy_be_by_name(value)) == NULL) {
Willy Tarreau347a35d2013-11-22 17:51:09 +01005155 /* the backend name is unknown or ambiguous (duplicate names) */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005156 appctx->ctx.stats.st_code = STAT_STATUS_ERRP;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005157 goto out;
5158 }
5159 }
5160 else if (!action && (strcmp(key, "action") == 0)) {
Willy Tarreaued7df902014-05-22 18:04:49 +02005161 if (strcmp(value, "ready") == 0) {
5162 action = ST_ADM_ACTION_READY;
5163 }
5164 else if (strcmp(value, "drain") == 0) {
5165 action = ST_ADM_ACTION_DRAIN;
5166 }
5167 else if (strcmp(value, "maint") == 0) {
5168 action = ST_ADM_ACTION_MAINT;
5169 }
5170 else if (strcmp(value, "shutdown") == 0) {
5171 action = ST_ADM_ACTION_SHUTDOWN;
5172 }
Willy Tarreau248a60e2014-05-23 14:59:48 +02005173 else if (strcmp(value, "dhlth") == 0) {
5174 action = ST_ADM_ACTION_DHLTH;
5175 }
5176 else if (strcmp(value, "ehlth") == 0) {
5177 action = ST_ADM_ACTION_EHLTH;
5178 }
5179 else if (strcmp(value, "hrunn") == 0) {
5180 action = ST_ADM_ACTION_HRUNN;
5181 }
5182 else if (strcmp(value, "hnolb") == 0) {
5183 action = ST_ADM_ACTION_HNOLB;
5184 }
5185 else if (strcmp(value, "hdown") == 0) {
5186 action = ST_ADM_ACTION_HDOWN;
5187 }
5188 else if (strcmp(value, "dagent") == 0) {
5189 action = ST_ADM_ACTION_DAGENT;
5190 }
5191 else if (strcmp(value, "eagent") == 0) {
5192 action = ST_ADM_ACTION_EAGENT;
5193 }
5194 else if (strcmp(value, "arunn") == 0) {
5195 action = ST_ADM_ACTION_ARUNN;
5196 }
5197 else if (strcmp(value, "adown") == 0) {
5198 action = ST_ADM_ACTION_ADOWN;
5199 }
Willy Tarreaued7df902014-05-22 18:04:49 +02005200 /* else these are the old supported methods */
5201 else if (strcmp(value, "disable") == 0) {
Willy Tarreau347a35d2013-11-22 17:51:09 +01005202 action = ST_ADM_ACTION_DISABLE;
5203 }
5204 else if (strcmp(value, "enable") == 0) {
5205 action = ST_ADM_ACTION_ENABLE;
5206 }
5207 else if (strcmp(value, "stop") == 0) {
5208 action = ST_ADM_ACTION_STOP;
5209 }
5210 else if (strcmp(value, "start") == 0) {
5211 action = ST_ADM_ACTION_START;
5212 }
Willy Tarreau347a35d2013-11-22 17:51:09 +01005213 else {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005214 appctx->ctx.stats.st_code = STAT_STATUS_ERRP;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005215 goto out;
5216 }
5217 }
5218 else if (strcmp(key, "s") == 0) {
5219 if (!(px && action)) {
5220 /*
5221 * Indicates that we'll need to reprocess the parameters
5222 * as soon as backend and action are known
5223 */
5224 if (!reprocess) {
5225 st_cur_param = cur_param;
5226 st_next_param = next_param;
5227 }
5228 reprocess = 1;
5229 }
5230 else if ((sv = findserver(px, value)) != NULL) {
5231 switch (action) {
5232 case ST_ADM_ACTION_DISABLE:
Willy Tarreaufae3a7e2014-05-22 17:22:34 +02005233 if (!(sv->admin & SRV_ADMF_FMAINT)) {
Willy Tarreau347a35d2013-11-22 17:51:09 +01005234 altered_servers++;
5235 total_servers++;
Willy Tarreaufae3a7e2014-05-22 17:22:34 +02005236 srv_set_admin_flag(sv, SRV_ADMF_FMAINT);
Willy Tarreau347a35d2013-11-22 17:51:09 +01005237 }
5238 break;
5239 case ST_ADM_ACTION_ENABLE:
Willy Tarreaufae3a7e2014-05-22 17:22:34 +02005240 if (sv->admin & SRV_ADMF_FMAINT) {
Willy Tarreau347a35d2013-11-22 17:51:09 +01005241 altered_servers++;
5242 total_servers++;
Willy Tarreaufae3a7e2014-05-22 17:22:34 +02005243 srv_clr_admin_flag(sv, SRV_ADMF_FMAINT);
Willy Tarreau347a35d2013-11-22 17:51:09 +01005244 }
5245 break;
5246 case ST_ADM_ACTION_STOP:
Willy Tarreaufae3a7e2014-05-22 17:22:34 +02005247 if (!(sv->admin & SRV_ADMF_FDRAIN)) {
5248 srv_set_admin_flag(sv, SRV_ADMF_FDRAIN);
5249 altered_servers++;
5250 total_servers++;
5251 }
5252 break;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005253 case ST_ADM_ACTION_START:
Willy Tarreaufae3a7e2014-05-22 17:22:34 +02005254 if (sv->admin & SRV_ADMF_FDRAIN) {
5255 srv_clr_admin_flag(sv, SRV_ADMF_FDRAIN);
5256 altered_servers++;
5257 total_servers++;
5258 }
Willy Tarreau347a35d2013-11-22 17:51:09 +01005259 break;
Willy Tarreau248a60e2014-05-23 14:59:48 +02005260 case ST_ADM_ACTION_DHLTH:
5261 if (sv->check.state & CHK_ST_CONFIGURED) {
5262 sv->check.state &= ~CHK_ST_ENABLED;
5263 altered_servers++;
5264 total_servers++;
5265 }
5266 break;
5267 case ST_ADM_ACTION_EHLTH:
5268 if (sv->check.state & CHK_ST_CONFIGURED) {
5269 sv->check.state |= CHK_ST_ENABLED;
5270 altered_servers++;
5271 total_servers++;
5272 }
5273 break;
5274 case ST_ADM_ACTION_HRUNN:
5275 if (!(sv->track)) {
5276 sv->check.health = sv->check.rise + sv->check.fall - 1;
5277 srv_set_running(sv, "changed from Web interface");
5278 altered_servers++;
5279 total_servers++;
5280 }
5281 break;
5282 case ST_ADM_ACTION_HNOLB:
5283 if (!(sv->track)) {
5284 sv->check.health = sv->check.rise + sv->check.fall - 1;
5285 srv_set_stopping(sv, "changed from Web interface");
5286 altered_servers++;
5287 total_servers++;
5288 }
5289 break;
5290 case ST_ADM_ACTION_HDOWN:
5291 if (!(sv->track)) {
5292 sv->check.health = 0;
5293 srv_set_stopped(sv, "changed from Web interface");
5294 altered_servers++;
5295 total_servers++;
5296 }
5297 break;
5298 case ST_ADM_ACTION_DAGENT:
5299 if (sv->agent.state & CHK_ST_CONFIGURED) {
5300 sv->agent.state &= ~CHK_ST_ENABLED;
5301 altered_servers++;
5302 total_servers++;
5303 }
5304 break;
5305 case ST_ADM_ACTION_EAGENT:
5306 if (sv->agent.state & CHK_ST_CONFIGURED) {
5307 sv->agent.state |= CHK_ST_ENABLED;
5308 altered_servers++;
5309 total_servers++;
5310 }
5311 break;
5312 case ST_ADM_ACTION_ARUNN:
5313 if (sv->agent.state & CHK_ST_ENABLED) {
5314 sv->agent.health = sv->agent.rise + sv->agent.fall - 1;
5315 srv_set_running(sv, "changed from Web interface");
5316 altered_servers++;
5317 total_servers++;
5318 }
5319 break;
5320 case ST_ADM_ACTION_ADOWN:
5321 if (sv->agent.state & CHK_ST_ENABLED) {
5322 sv->agent.health = 0;
5323 srv_set_stopped(sv, "changed from Web interface");
5324 altered_servers++;
5325 total_servers++;
5326 }
5327 break;
Willy Tarreaued7df902014-05-22 18:04:49 +02005328 case ST_ADM_ACTION_READY:
5329 srv_adm_set_ready(sv);
5330 altered_servers++;
5331 total_servers++;
5332 break;
5333 case ST_ADM_ACTION_DRAIN:
5334 srv_adm_set_drain(sv);
5335 altered_servers++;
5336 total_servers++;
5337 break;
5338 case ST_ADM_ACTION_MAINT:
5339 srv_adm_set_maint(sv);
5340 altered_servers++;
5341 total_servers++;
5342 break;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005343 case ST_ADM_ACTION_SHUTDOWN:
5344 if (px->state != PR_STSTOPPED) {
Willy Tarreau87b09662015-04-03 00:22:06 +02005345 struct stream *sess, *sess_bck;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005346
5347 list_for_each_entry_safe(sess, sess_bck, &sv->actconns, by_srv)
5348 if (sess->srv_conn == sv)
Willy Tarreaue7dff022015-04-03 01:14:29 +02005349 stream_shutdown(sess, SF_ERR_KILLED);
Willy Tarreau347a35d2013-11-22 17:51:09 +01005350
5351 altered_servers++;
5352 total_servers++;
5353 }
5354 break;
5355 }
5356 } else {
5357 /* the server name is unknown or ambiguous (duplicate names) */
5358 total_servers++;
5359 }
5360 }
5361 if (reprocess && px && action) {
5362 /* Now, we know the backend and the action chosen by the user.
5363 * We can safely restart from the first server parameter
5364 * to reprocess them
5365 */
5366 cur_param = st_cur_param;
5367 next_param = st_next_param;
5368 reprocess = 0;
5369 goto reprocess_servers;
5370 }
5371
5372 next_param = cur_param;
5373 }
5374 }
5375
5376 if (total_servers == 0) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005377 appctx->ctx.stats.st_code = STAT_STATUS_NONE;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005378 }
5379 else if (altered_servers == 0) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005380 appctx->ctx.stats.st_code = STAT_STATUS_ERRP;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005381 }
5382 else if (altered_servers == total_servers) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005383 appctx->ctx.stats.st_code = STAT_STATUS_DONE;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005384 }
5385 else {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005386 appctx->ctx.stats.st_code = STAT_STATUS_PART;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005387 }
5388 out:
5389 return 1;
5390}
5391
5392
5393static int stats_send_http_headers(struct stream_interface *si)
5394{
Willy Tarreau87b09662015-04-03 00:22:06 +02005395 struct stream *s = si_strm(si);
Willy Tarreau347a35d2013-11-22 17:51:09 +01005396 struct uri_auth *uri = s->be->uri_auth;
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005397 struct appctx *appctx = objt_appctx(si->end);
Willy Tarreau347a35d2013-11-22 17:51:09 +01005398
5399 chunk_printf(&trash,
Willy Tarreau8b8995f2014-04-24 22:51:54 +02005400 "HTTP/1.1 200 OK\r\n"
Willy Tarreau347a35d2013-11-22 17:51:09 +01005401 "Cache-Control: no-cache\r\n"
5402 "Connection: close\r\n"
5403 "Content-Type: %s\r\n",
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005404 (appctx->ctx.stats.flags & STAT_FMT_HTML) ? "text/html" : "text/plain");
Willy Tarreau347a35d2013-11-22 17:51:09 +01005405
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005406 if (uri->refresh > 0 && !(appctx->ctx.stats.flags & STAT_NO_REFRESH))
Willy Tarreau347a35d2013-11-22 17:51:09 +01005407 chunk_appendf(&trash, "Refresh: %d\r\n",
5408 uri->refresh);
5409
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005410 /* we don't send the CRLF in chunked mode, it will be sent with the first chunk's size */
5411
5412 if (appctx->ctx.stats.flags & STAT_CHUNKED)
5413 chunk_appendf(&trash, "Transfer-Encoding: chunked\r\n");
5414 else
5415 chunk_appendf(&trash, "\r\n");
Willy Tarreau347a35d2013-11-22 17:51:09 +01005416
Willy Tarreaueee5b512015-04-03 23:46:31 +02005417 s->txn->status = 200;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005418 s->logs.tv_request = now;
5419
Willy Tarreaubc18da12015-03-13 14:00:47 +01005420 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02005421 si_applet_cant_put(si);
Willy Tarreau347a35d2013-11-22 17:51:09 +01005422 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01005423 }
Willy Tarreau347a35d2013-11-22 17:51:09 +01005424
5425 return 1;
5426}
5427
5428static int stats_send_http_redirect(struct stream_interface *si)
5429{
5430 char scope_txt[STAT_SCOPE_TXT_MAXLEN + sizeof STAT_SCOPE_PATTERN];
Willy Tarreau87b09662015-04-03 00:22:06 +02005431 struct stream *s = si_strm(si);
Willy Tarreau347a35d2013-11-22 17:51:09 +01005432 struct uri_auth *uri = s->be->uri_auth;
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005433 struct appctx *appctx = objt_appctx(si->end);
Willy Tarreau347a35d2013-11-22 17:51:09 +01005434
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005435 /* scope_txt = search pattern + search query, appctx->ctx.stats.scope_len is always <= STAT_SCOPE_TXT_MAXLEN */
Willy Tarreau347a35d2013-11-22 17:51:09 +01005436 scope_txt[0] = 0;
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005437 if (appctx->ctx.stats.scope_len) {
Willy Tarreau347a35d2013-11-22 17:51:09 +01005438 strcpy(scope_txt, STAT_SCOPE_PATTERN);
Willy Tarreau4e4292b2014-11-28 12:18:45 +01005439 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 +01005440 scope_txt[strlen(STAT_SCOPE_PATTERN) + appctx->ctx.stats.scope_len] = 0;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005441 }
5442
5443 /* We don't want to land on the posted stats page because a refresh will
5444 * repost the data. We don't want this to happen on accident so we redirect
5445 * the browse to the stats page with a GET.
5446 */
5447 chunk_printf(&trash,
5448 "HTTP/1.1 303 See Other\r\n"
5449 "Cache-Control: no-cache\r\n"
5450 "Content-Type: text/plain\r\n"
5451 "Connection: close\r\n"
5452 "Location: %s;st=%s%s%s%s\r\n"
Willy Tarreaufdfcc9d2016-01-26 13:57:29 +01005453 "Content-length: 0\r\n"
Willy Tarreau347a35d2013-11-22 17:51:09 +01005454 "\r\n",
5455 uri->uri_prefix,
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005456 ((appctx->ctx.stats.st_code > STAT_STATUS_INIT) &&
5457 (appctx->ctx.stats.st_code < STAT_STATUS_SIZE) &&
5458 stat_status_codes[appctx->ctx.stats.st_code]) ?
5459 stat_status_codes[appctx->ctx.stats.st_code] :
Willy Tarreau347a35d2013-11-22 17:51:09 +01005460 stat_status_codes[STAT_STATUS_UNKN],
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005461 (appctx->ctx.stats.flags & STAT_HIDE_DOWN) ? ";up" : "",
5462 (appctx->ctx.stats.flags & STAT_NO_REFRESH) ? ";norefresh" : "",
Willy Tarreau347a35d2013-11-22 17:51:09 +01005463 scope_txt);
5464
Willy Tarreaueee5b512015-04-03 23:46:31 +02005465 s->txn->status = 303;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005466 s->logs.tv_request = now;
5467
Willy Tarreaubc18da12015-03-13 14:00:47 +01005468 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02005469 si_applet_cant_put(si);
Willy Tarreau347a35d2013-11-22 17:51:09 +01005470 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01005471 }
Willy Tarreau347a35d2013-11-22 17:51:09 +01005472
5473 return 1;
5474}
5475
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005476/* This I/O handler runs as an applet embedded in a stream interface. It is
5477 * used to send HTTP stats over a TCP socket. The mechanism is very simple.
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005478 * appctx->st0 contains the operation in progress (dump, done). The handler
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005479 * automatically unregisters itself once transfer is complete.
5480 */
Willy Tarreau00a37f02015-04-13 12:05:19 +02005481static void http_stats_io_handler(struct appctx *appctx)
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005482{
Willy Tarreau00a37f02015-04-13 12:05:19 +02005483 struct stream_interface *si = appctx->owner;
Willy Tarreau87b09662015-04-03 00:22:06 +02005484 struct stream *s = si_strm(si);
Willy Tarreau2bb4a962014-11-28 11:11:05 +01005485 struct channel *req = si_oc(si);
5486 struct channel *res = si_ic(si);
Willy Tarreau55058a72012-11-21 08:27:21 +01005487
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005488 if (unlikely(si->state == SI_ST_DIS || si->state == SI_ST_CLO))
5489 goto out;
Willy Tarreau5e16cbc2012-11-24 14:54:13 +01005490
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005491 /* check that the output is not closed */
5492 if (res->flags & (CF_SHUTW|CF_SHUTW_NOW))
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005493 appctx->st0 = STAT_HTTP_DONE;
Krzysztof Piotr Oledzki5fb18822009-10-13 21:14:09 +02005494
Willy Tarreau347a35d2013-11-22 17:51:09 +01005495 /* all states are processed in sequence */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005496 if (appctx->st0 == STAT_HTTP_HEAD) {
Willy Tarreau347a35d2013-11-22 17:51:09 +01005497 if (stats_send_http_headers(si)) {
Willy Tarreaueee5b512015-04-03 23:46:31 +02005498 if (s->txn->meth == HTTP_METH_HEAD)
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005499 appctx->st0 = STAT_HTTP_DONE;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005500 else
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005501 appctx->st0 = STAT_HTTP_DUMP;
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005502 }
Willy Tarreau347a35d2013-11-22 17:51:09 +01005503 }
5504
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005505 if (appctx->st0 == STAT_HTTP_DUMP) {
Willy Tarreau4e4292b2014-11-28 12:18:45 +01005506 unsigned int prev_len = si_ib(si)->i;
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005507 unsigned int data_len;
5508 unsigned int last_len;
Willy Tarreaucce36482014-04-24 20:26:41 +02005509 unsigned int last_fwd = 0;
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005510
5511 if (appctx->ctx.stats.flags & STAT_CHUNKED) {
5512 /* One difficulty we're facing is that we must prevent
5513 * the input data from being automatically forwarded to
5514 * the output area. For this, we temporarily disable
5515 * forwarding on the channel.
5516 */
Willy Tarreau2bb4a962014-11-28 11:11:05 +01005517 last_fwd = si_ic(si)->to_forward;
5518 si_ic(si)->to_forward = 0;
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005519 chunk_printf(&trash, "\r\n000000\r\n");
Willy Tarreau2bb4a962014-11-28 11:11:05 +01005520 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02005521 si_applet_cant_put(si);
Willy Tarreau2bb4a962014-11-28 11:11:05 +01005522 si_ic(si)->to_forward = last_fwd;
Willy Tarreau828824a2015-04-19 17:20:03 +02005523 goto out;
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005524 }
5525 }
5526
Willy Tarreau4e4292b2014-11-28 12:18:45 +01005527 data_len = si_ib(si)->i;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005528 if (stats_dump_stat_to_buffer(si, s->be->uri_auth))
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005529 appctx->st0 = STAT_HTTP_DONE;
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005530
Willy Tarreau4e4292b2014-11-28 12:18:45 +01005531 last_len = si_ib(si)->i;
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005532
5533 /* Now we must either adjust or remove the chunk size. This is
5534 * not easy because the chunk size might wrap at the end of the
5535 * buffer, so we pretend we have nothing in the buffer, we write
5536 * the size, then restore the buffer's contents. Note that we can
5537 * only do that because no forwarding is scheduled on the stats
5538 * applet.
5539 */
5540 if (appctx->ctx.stats.flags & STAT_CHUNKED) {
Willy Tarreau4e4292b2014-11-28 12:18:45 +01005541 si_ic(si)->total -= (last_len - prev_len);
5542 si_ib(si)->i -= (last_len - prev_len);
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005543
5544 if (last_len != data_len) {
5545 chunk_printf(&trash, "\r\n%06x\r\n", (last_len - data_len));
Willy Tarreaubc18da12015-03-13 14:00:47 +01005546 if (bi_putchk(si_ic(si), &trash) == -1)
Willy Tarreaufe127932015-04-21 19:23:39 +02005547 si_applet_cant_put(si);
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005548
Willy Tarreau4e4292b2014-11-28 12:18:45 +01005549 si_ic(si)->total += (last_len - data_len);
5550 si_ib(si)->i += (last_len - data_len);
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005551 }
5552 /* now re-enable forwarding */
Willy Tarreau2bb4a962014-11-28 11:11:05 +01005553 channel_forward(si_ic(si), last_fwd);
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005554 }
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005555 }
Cyril Bonté70be45d2010-10-12 00:14:35 +02005556
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005557 if (appctx->st0 == STAT_HTTP_POST) {
Willy Tarreau347a35d2013-11-22 17:51:09 +01005558 if (stats_process_http_post(si))
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005559 appctx->st0 = STAT_HTTP_LAST;
Willy Tarreau2bb4a962014-11-28 11:11:05 +01005560 else if (si_oc(si)->flags & CF_SHUTR)
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005561 appctx->st0 = STAT_HTTP_DONE;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005562 }
5563
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005564 if (appctx->st0 == STAT_HTTP_LAST) {
Willy Tarreau347a35d2013-11-22 17:51:09 +01005565 if (stats_send_http_redirect(si))
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005566 appctx->st0 = STAT_HTTP_DONE;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005567 }
5568
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005569 if (appctx->st0 == STAT_HTTP_DONE) {
5570 if (appctx->ctx.stats.flags & STAT_CHUNKED) {
5571 chunk_printf(&trash, "\r\n0\r\n\r\n");
Willy Tarreaubc18da12015-03-13 14:00:47 +01005572 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02005573 si_applet_cant_put(si);
Willy Tarreau828824a2015-04-19 17:20:03 +02005574 goto out;
Willy Tarreaubc18da12015-03-13 14:00:47 +01005575 }
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005576 }
5577 /* eat the whole request */
Willy Tarreau4e4292b2014-11-28 12:18:45 +01005578 bo_skip(si_oc(si), si_ob(si)->o);
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005579 res->flags |= CF_READ_NULL;
5580 si_shutr(si);
5581 }
Willy Tarreau347a35d2013-11-22 17:51:09 +01005582
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005583 if ((res->flags & CF_SHUTR) && (si->state == SI_ST_EST))
5584 si_shutw(si);
Willy Tarreau91861262007-10-17 17:06:05 +02005585
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005586 if (appctx->st0 == STAT_HTTP_DONE) {
Willy Tarreau96d44912013-11-22 12:25:24 +01005587 if ((req->flags & CF_SHUTW) && (si->state == SI_ST_EST)) {
5588 si_shutr(si);
5589 res->flags |= CF_READ_NULL;
5590 }
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005591 }
Willy Tarreau828824a2015-04-19 17:20:03 +02005592 out:
Willy Tarreaud4da1962015-04-20 01:31:23 +02005593 /* just to make gcc happy */ ;
Willy Tarreau91861262007-10-17 17:06:05 +02005594}
5595
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005596
Willy Tarreau909d5172012-11-26 03:04:41 +01005597static inline const char *get_conn_ctrl_name(const struct connection *conn)
5598{
Willy Tarreau3c728722014-01-23 13:50:42 +01005599 if (!conn_ctrl_ready(conn))
Willy Tarreau909d5172012-11-26 03:04:41 +01005600 return "NONE";
5601 return conn->ctrl->name;
5602}
5603
5604static inline const char *get_conn_xprt_name(const struct connection *conn)
5605{
5606 static char ptr[17];
5607
Willy Tarreauaad69382014-01-23 14:21:42 +01005608 if (!conn_xprt_ready(conn))
Willy Tarreau909d5172012-11-26 03:04:41 +01005609 return "NONE";
5610
5611 if (conn->xprt == &raw_sock)
5612 return "RAW";
5613
5614#ifdef USE_OPENSSL
5615 if (conn->xprt == &ssl_sock)
5616 return "SSL";
5617#endif
5618 snprintf(ptr, sizeof(ptr), "%p", conn->xprt);
5619 return ptr;
5620}
5621
5622static inline const char *get_conn_data_name(const struct connection *conn)
5623{
5624 static char ptr[17];
5625
5626 if (!conn->data)
5627 return "NONE";
5628
5629 if (conn->data == &sess_conn_cb)
5630 return "SESS";
5631
5632 if (conn->data == &si_conn_cb)
5633 return "STRM";
5634
5635 if (conn->data == &check_conn_cb)
5636 return "CHCK";
5637
5638 snprintf(ptr, sizeof(ptr), "%p", conn->data);
5639 return ptr;
5640}
5641
Willy Tarreau87b09662015-04-03 00:22:06 +02005642/* This function dumps a complete stream state onto the stream interface's
5643 * read buffer. The stream has to be set in sess->target. It returns
Willy Tarreau5ec29ff2011-02-13 15:27:22 +01005644 * 0 if the output buffer is full and it needs to be called again, otherwise
5645 * non-zero. It is designed to be called from stats_dump_sess_to_buffer() below.
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005646 */
Willy Tarreau87b09662015-04-03 00:22:06 +02005647static int stats_dump_full_sess_to_buffer(struct stream_interface *si, struct stream *sess)
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005648{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005649 struct appctx *appctx = __objt_appctx(si->end);
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005650 struct tm tm;
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005651 extern const char *monthname[12];
5652 char pn[INET6_ADDRSTRLEN];
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005653 struct connection *conn;
Willy Tarreau284ddbf2013-12-01 20:45:00 +01005654 struct appctx *tmpctx;
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005655
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005656 chunk_reset(&trash);
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005657
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005658 if (appctx->ctx.sess.section > 0 && appctx->ctx.sess.uid != sess->uniq_id) {
Willy Tarreau87b09662015-04-03 00:22:06 +02005659 /* stream changed, no need to go any further */
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005660 chunk_appendf(&trash, " *** session terminated while we were watching it ***\n");
Willy Tarreaubc18da12015-03-13 14:00:47 +01005661 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02005662 si_applet_cant_put(si);
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005663 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01005664 }
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005665 appctx->ctx.sess.uid = 0;
5666 appctx->ctx.sess.section = 0;
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005667 return 1;
5668 }
5669
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005670 switch (appctx->ctx.sess.section) {
Willy Tarreau87b09662015-04-03 00:22:06 +02005671 case 0: /* main status of the stream */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005672 appctx->ctx.sess.uid = sess->uniq_id;
5673 appctx->ctx.sess.section = 1;
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005674 /* fall through */
5675
5676 case 1:
Willy Tarreau55e4ecd2012-12-08 17:48:47 +01005677 get_localtime(sess->logs.accept_date.tv_sec, &tm);
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005678 chunk_appendf(&trash,
Willy Tarreau55e4ecd2012-12-08 17:48:47 +01005679 "%p: [%02d/%s/%04d:%02d:%02d:%02d.%06d] id=%u proto=%s",
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005680 sess,
Willy Tarreau55e4ecd2012-12-08 17:48:47 +01005681 tm.tm_mday, monthname[tm.tm_mon], tm.tm_year+1900,
5682 tm.tm_hour, tm.tm_min, tm.tm_sec, (int)(sess->logs.accept_date.tv_usec),
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005683 sess->uniq_id,
Willy Tarreau666f5042015-06-17 19:49:52 +02005684 strm_li(sess) ? strm_li(sess)->proto->name : "?");
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005685
Willy Tarreaud0d8da92015-04-04 02:10:38 +02005686 conn = objt_conn(strm_orig(sess));
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005687 switch (conn ? addr_to_str(&conn->addr.from, pn, sizeof(pn)) : AF_UNSPEC) {
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005688 case AF_INET:
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005689 case AF_INET6:
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005690 chunk_appendf(&trash, " source=%s:%d\n",
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005691 pn, get_host_port(&conn->addr.from));
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005692 break;
5693 case AF_UNIX:
Willy Tarreaud0d8da92015-04-04 02:10:38 +02005694 chunk_appendf(&trash, " source=unix:%d\n", strm_li(sess)->luid);
Emeric Brun837ca522010-10-22 16:19:01 +02005695 break;
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005696 default:
5697 /* no more information to print right now */
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005698 chunk_appendf(&trash, "\n");
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005699 break;
5700 }
5701
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005702 chunk_appendf(&trash,
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005703 " flags=0x%x, conn_retries=%d, srv_conn=%p, pend_pos=%p\n",
Willy Tarreauee28de02010-06-01 09:51:00 +02005704 sess->flags, sess->si[1].conn_retries, sess->srv_conn, sess->pend_pos);
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005705
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005706 chunk_appendf(&trash,
Daniel Schultze90690c72012-03-23 10:53:36 -07005707 " frontend=%s (id=%u mode=%s), listener=%s (id=%u)",
Willy Tarreaud0d8da92015-04-04 02:10:38 +02005708 strm_fe(sess)->id, strm_fe(sess)->uuid, strm_fe(sess)->mode ? "http" : "tcp",
5709 strm_li(sess) ? strm_li(sess)->name ? strm_li(sess)->name : "?" : "?",
5710 strm_li(sess) ? strm_li(sess)->luid : 0);
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005711
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005712 if (conn)
5713 conn_get_to_addr(conn);
Willy Tarreaucf644ed2013-09-29 17:19:56 +02005714
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005715 switch (conn ? addr_to_str(&conn->addr.to, pn, sizeof(pn)) : AF_UNSPEC) {
Daniel Schultze90690c72012-03-23 10:53:36 -07005716 case AF_INET:
5717 case AF_INET6:
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005718 chunk_appendf(&trash, " addr=%s:%d\n",
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005719 pn, get_host_port(&conn->addr.to));
Daniel Schultze90690c72012-03-23 10:53:36 -07005720 break;
5721 case AF_UNIX:
Willy Tarreaud0d8da92015-04-04 02:10:38 +02005722 chunk_appendf(&trash, " addr=unix:%d\n", strm_li(sess)->luid);
Daniel Schultze90690c72012-03-23 10:53:36 -07005723 break;
5724 default:
5725 /* no more information to print right now */
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005726 chunk_appendf(&trash, "\n");
Daniel Schultze90690c72012-03-23 10:53:36 -07005727 break;
5728 }
5729
Willy Tarreau50943332011-09-02 17:33:05 +02005730 if (sess->be->cap & PR_CAP_BE)
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005731 chunk_appendf(&trash,
Daniel Schultze90690c72012-03-23 10:53:36 -07005732 " backend=%s (id=%u mode=%s)",
Willy Tarreau50943332011-09-02 17:33:05 +02005733 sess->be->id,
Daniel Schultze90690c72012-03-23 10:53:36 -07005734 sess->be->uuid, sess->be->mode ? "http" : "tcp");
5735 else
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005736 chunk_appendf(&trash, " backend=<NONE> (id=-1 mode=-)");
Daniel Schultze90690c72012-03-23 10:53:36 -07005737
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005738 conn = objt_conn(sess->si[1].end);
5739 if (conn)
5740 conn_get_from_addr(conn);
Willy Tarreaucf644ed2013-09-29 17:19:56 +02005741
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005742 switch (conn ? addr_to_str(&conn->addr.from, pn, sizeof(pn)) : AF_UNSPEC) {
Daniel Schultze90690c72012-03-23 10:53:36 -07005743 case AF_INET:
5744 case AF_INET6:
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005745 chunk_appendf(&trash, " addr=%s:%d\n",
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005746 pn, get_host_port(&conn->addr.from));
Daniel Schultze90690c72012-03-23 10:53:36 -07005747 break;
5748 case AF_UNIX:
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005749 chunk_appendf(&trash, " addr=unix\n");
Daniel Schultze90690c72012-03-23 10:53:36 -07005750 break;
5751 default:
5752 /* no more information to print right now */
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005753 chunk_appendf(&trash, "\n");
Daniel Schultze90690c72012-03-23 10:53:36 -07005754 break;
5755 }
5756
5757 if (sess->be->cap & PR_CAP_BE)
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005758 chunk_appendf(&trash,
Daniel Schultze90690c72012-03-23 10:53:36 -07005759 " server=%s (id=%u)",
Willy Tarreau3fdb3662012-11-12 00:42:33 +01005760 objt_server(sess->target) ? objt_server(sess->target)->id : "<none>",
5761 objt_server(sess->target) ? objt_server(sess->target)->puid : 0);
Willy Tarreau50943332011-09-02 17:33:05 +02005762 else
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005763 chunk_appendf(&trash, " server=<NONE> (id=-1)");
Daniel Schultze90690c72012-03-23 10:53:36 -07005764
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005765 if (conn)
5766 conn_get_to_addr(conn);
Willy Tarreaucf644ed2013-09-29 17:19:56 +02005767
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005768 switch (conn ? addr_to_str(&conn->addr.to, pn, sizeof(pn)) : AF_UNSPEC) {
Daniel Schultze90690c72012-03-23 10:53:36 -07005769 case AF_INET:
5770 case AF_INET6:
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005771 chunk_appendf(&trash, " addr=%s:%d\n",
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005772 pn, get_host_port(&conn->addr.to));
Daniel Schultze90690c72012-03-23 10:53:36 -07005773 break;
5774 case AF_UNIX:
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005775 chunk_appendf(&trash, " addr=unix\n");
Daniel Schultze90690c72012-03-23 10:53:36 -07005776 break;
5777 default:
5778 /* no more information to print right now */
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005779 chunk_appendf(&trash, "\n");
Daniel Schultze90690c72012-03-23 10:53:36 -07005780 break;
5781 }
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005782
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005783 chunk_appendf(&trash,
Willy Tarreau55e4ecd2012-12-08 17:48:47 +01005784 " task=%p (state=0x%02x nice=%d calls=%d exp=%s%s",
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005785 sess->task,
5786 sess->task->state,
5787 sess->task->nice, sess->task->calls,
5788 sess->task->expire ?
5789 tick_is_expired(sess->task->expire, now_ms) ? "<PAST>" :
5790 human_time(TICKS_TO_MS(sess->task->expire - now_ms),
5791 TICKS_TO_MS(1000)) : "<NEVER>",
5792 task_in_rq(sess->task) ? ", running" : "");
5793
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005794 chunk_appendf(&trash,
Willy Tarreau55e4ecd2012-12-08 17:48:47 +01005795 " age=%s)\n",
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005796 human_time(now.tv_sec - sess->logs.accept_date.tv_sec, 1));
5797
Willy Tarreaueee5b512015-04-03 23:46:31 +02005798 if (sess->txn)
5799 chunk_appendf(&trash,
Willy Tarreau98410192014-11-26 18:05:38 +01005800 " 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 +02005801 sess->txn, sess->txn->flags, sess->txn->meth, sess->txn->status,
5802 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 +01005803
5804 chunk_appendf(&trash,
Willy Tarreau32e3c6a2013-10-11 19:34:20 +02005805 " si[0]=%p (state=%s flags=0x%02x endp0=%s:%p exp=%s, et=0x%03x)\n",
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005806 &sess->si[0],
Willy Tarreau55e4ecd2012-12-08 17:48:47 +01005807 si_state_str(sess->si[0].state),
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005808 sess->si[0].flags,
Willy Tarreaucf644ed2013-09-29 17:19:56 +02005809 obj_type_name(sess->si[0].end),
5810 obj_base_ptr(sess->si[0].end),
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005811 sess->si[0].exp ?
5812 tick_is_expired(sess->si[0].exp, now_ms) ? "<PAST>" :
5813 human_time(TICKS_TO_MS(sess->si[0].exp - now_ms),
5814 TICKS_TO_MS(1000)) : "<NEVER>",
5815 sess->si[0].err_type);
5816
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005817 chunk_appendf(&trash,
Willy Tarreau32e3c6a2013-10-11 19:34:20 +02005818 " si[1]=%p (state=%s flags=0x%02x endp1=%s:%p exp=%s, et=0x%03x)\n",
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005819 &sess->si[1],
Willy Tarreau55e4ecd2012-12-08 17:48:47 +01005820 si_state_str(sess->si[1].state),
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005821 sess->si[1].flags,
Willy Tarreaucf644ed2013-09-29 17:19:56 +02005822 obj_type_name(sess->si[1].end),
5823 obj_base_ptr(sess->si[1].end),
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005824 sess->si[1].exp ?
5825 tick_is_expired(sess->si[1].exp, now_ms) ? "<PAST>" :
5826 human_time(TICKS_TO_MS(sess->si[1].exp - now_ms),
5827 TICKS_TO_MS(1000)) : "<NEVER>",
5828 sess->si[1].err_type);
5829
Willy Tarreau284ddbf2013-12-01 20:45:00 +01005830 if ((conn = objt_conn(sess->si[0].end)) != NULL) {
Willy Tarreaucf644ed2013-09-29 17:19:56 +02005831 chunk_appendf(&trash,
5832 " co0=%p ctrl=%s xprt=%s data=%s target=%s:%p\n",
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005833 conn,
5834 get_conn_ctrl_name(conn),
5835 get_conn_xprt_name(conn),
5836 get_conn_data_name(conn),
5837 obj_type_name(conn->target),
5838 obj_base_ptr(conn->target));
Willy Tarreau909d5172012-11-26 03:04:41 +01005839
Willy Tarreaucf644ed2013-09-29 17:19:56 +02005840 chunk_appendf(&trash,
Willy Tarreau16f649c2014-01-25 19:10:48 +01005841 " flags=0x%08x fd=%d fd.state=%02x fd.cache=%d updt=%d\n",
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005842 conn->flags,
5843 conn->t.sock.fd,
Willy Tarreau69a41fa2014-01-20 11:02:59 +01005844 conn->t.sock.fd >= 0 ? fdtab[conn->t.sock.fd].state : 0,
Willy Tarreau15a4dec2014-01-20 11:09:39 +01005845 conn->t.sock.fd >= 0 ? fdtab[conn->t.sock.fd].cache : 0,
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005846 conn->t.sock.fd >= 0 ? fdtab[conn->t.sock.fd].updated : 0);
Willy Tarreaucf644ed2013-09-29 17:19:56 +02005847 }
Willy Tarreau284ddbf2013-12-01 20:45:00 +01005848 else if ((tmpctx = objt_appctx(sess->si[0].end)) != NULL) {
5849 chunk_appendf(&trash,
5850 " app0=%p st0=%d st1=%d st2=%d applet=%s\n",
5851 tmpctx,
5852 tmpctx->st0,
5853 tmpctx->st1,
5854 tmpctx->st2,
5855 tmpctx->applet->name);
5856 }
Willy Tarreaubc174aa2012-11-19 16:10:32 +01005857
Willy Tarreau284ddbf2013-12-01 20:45:00 +01005858 if ((conn = objt_conn(sess->si[1].end)) != NULL) {
Willy Tarreaucf644ed2013-09-29 17:19:56 +02005859 chunk_appendf(&trash,
5860 " co1=%p ctrl=%s xprt=%s data=%s target=%s:%p\n",
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005861 conn,
5862 get_conn_ctrl_name(conn),
5863 get_conn_xprt_name(conn),
5864 get_conn_data_name(conn),
5865 obj_type_name(conn->target),
5866 obj_base_ptr(conn->target));
Willy Tarreau909d5172012-11-26 03:04:41 +01005867
Willy Tarreaucf644ed2013-09-29 17:19:56 +02005868 chunk_appendf(&trash,
Willy Tarreauceeafb52016-01-25 15:27:17 +01005869 " flags=0x%08x fd=%d fd.state=%02x fd.cache=%d updt=%d\n",
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005870 conn->flags,
5871 conn->t.sock.fd,
Willy Tarreau69a41fa2014-01-20 11:02:59 +01005872 conn->t.sock.fd >= 0 ? fdtab[conn->t.sock.fd].state : 0,
Willy Tarreau15a4dec2014-01-20 11:09:39 +01005873 conn->t.sock.fd >= 0 ? fdtab[conn->t.sock.fd].cache : 0,
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005874 conn->t.sock.fd >= 0 ? fdtab[conn->t.sock.fd].updated : 0);
Willy Tarreaucf644ed2013-09-29 17:19:56 +02005875 }
Willy Tarreau284ddbf2013-12-01 20:45:00 +01005876 else if ((tmpctx = objt_appctx(sess->si[1].end)) != NULL) {
5877 chunk_appendf(&trash,
5878 " app1=%p st0=%d st1=%d st2=%d applet=%s\n",
5879 tmpctx,
5880 tmpctx->st0,
5881 tmpctx->st1,
5882 tmpctx->st2,
5883 tmpctx->applet->name);
5884 }
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005885
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005886 chunk_appendf(&trash,
Willy Tarreau909d5172012-11-26 03:04:41 +01005887 " req=%p (f=0x%06x an=0x%x pipe=%d tofwd=%d total=%lld)\n"
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005888 " an_exp=%s",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01005889 &sess->req,
5890 sess->req.flags, sess->req.analysers,
5891 sess->req.pipe ? sess->req.pipe->data : 0,
5892 sess->req.to_forward, sess->req.total,
5893 sess->req.analyse_exp ?
5894 human_time(TICKS_TO_MS(sess->req.analyse_exp - now_ms),
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005895 TICKS_TO_MS(1000)) : "<NEVER>");
5896
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005897 chunk_appendf(&trash,
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005898 " rex=%s",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01005899 sess->req.rex ?
5900 human_time(TICKS_TO_MS(sess->req.rex - now_ms),
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005901 TICKS_TO_MS(1000)) : "<NEVER>");
5902
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005903 chunk_appendf(&trash,
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005904 " wex=%s\n"
Willy Tarreau909d5172012-11-26 03:04:41 +01005905 " buf=%p data=%p o=%d p=%d req.next=%d i=%d size=%d\n",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01005906 sess->req.wex ?
5907 human_time(TICKS_TO_MS(sess->req.wex - now_ms),
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005908 TICKS_TO_MS(1000)) : "<NEVER>",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01005909 sess->req.buf,
5910 sess->req.buf->data, sess->req.buf->o,
5911 (int)(sess->req.buf->p - sess->req.buf->data),
Willy Tarreaueee5b512015-04-03 23:46:31 +02005912 sess->txn ? sess->txn->req.next : 0, sess->req.buf->i,
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01005913 sess->req.buf->size);
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005914
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005915 chunk_appendf(&trash,
Willy Tarreau909d5172012-11-26 03:04:41 +01005916 " res=%p (f=0x%06x an=0x%x pipe=%d tofwd=%d total=%lld)\n"
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005917 " an_exp=%s",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01005918 &sess->res,
5919 sess->res.flags, sess->res.analysers,
5920 sess->res.pipe ? sess->res.pipe->data : 0,
5921 sess->res.to_forward, sess->res.total,
5922 sess->res.analyse_exp ?
5923 human_time(TICKS_TO_MS(sess->res.analyse_exp - now_ms),
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005924 TICKS_TO_MS(1000)) : "<NEVER>");
5925
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005926 chunk_appendf(&trash,
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005927 " rex=%s",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01005928 sess->res.rex ?
5929 human_time(TICKS_TO_MS(sess->res.rex - now_ms),
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005930 TICKS_TO_MS(1000)) : "<NEVER>");
5931
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005932 chunk_appendf(&trash,
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005933 " wex=%s\n"
Willy Tarreau909d5172012-11-26 03:04:41 +01005934 " buf=%p data=%p o=%d p=%d rsp.next=%d i=%d size=%d\n",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01005935 sess->res.wex ?
5936 human_time(TICKS_TO_MS(sess->res.wex - now_ms),
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005937 TICKS_TO_MS(1000)) : "<NEVER>",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01005938 sess->res.buf,
5939 sess->res.buf->data, sess->res.buf->o,
5940 (int)(sess->res.buf->p - sess->res.buf->data),
Willy Tarreaueee5b512015-04-03 23:46:31 +02005941 sess->txn ? sess->txn->rsp.next : 0, sess->res.buf->i,
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01005942 sess->res.buf->size);
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005943
Willy Tarreaubc18da12015-03-13 14:00:47 +01005944 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02005945 si_applet_cant_put(si);
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005946 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01005947 }
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005948
5949 /* use other states to dump the contents */
5950 }
5951 /* end of dump */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005952 appctx->ctx.sess.uid = 0;
5953 appctx->ctx.sess.section = 0;
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005954 return 1;
5955}
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01005956
Nenad Merdanovic200b0fa2015-05-09 08:46:01 +02005957#if (defined SSL_CTRL_SET_TLSEXT_TICKET_KEY_CB && TLS_TICKETS_NO > 0)
5958static int stats_tlskeys_list(struct stream_interface *si) {
5959 struct appctx *appctx = __objt_appctx(si->end);
5960
5961 switch (appctx->st2) {
5962 case STAT_ST_INIT:
5963 /* Display the column headers. If the message cannot be sent,
5964 * quit the fucntion with returning 0. The function is called
5965 * later and restart at the state "STAT_ST_INIT".
5966 */
5967 chunk_reset(&trash);
5968 chunk_appendf(&trash, "# id (file)\n");
5969 if (bi_putchk(si_ic(si), &trash) == -1) {
5970 si_applet_cant_put(si);
5971 return 0;
5972 }
5973
5974 /* Now, we start the browsing of the references lists.
5975 * Note that the following call to LIST_ELEM return bad pointer. The only
5976 * avalaible field of this pointer is <list>. It is used with the function
5977 * tlskeys_list_get_next() for retruning the first avalaible entry
5978 */
5979 appctx->ctx.tlskeys.ref = LIST_ELEM(&tlskeys_reference, struct tls_keys_ref *, list);
5980 appctx->ctx.tlskeys.ref = tlskeys_list_get_next(appctx->ctx.tlskeys.ref, &tlskeys_reference);
5981
5982 appctx->st2 = STAT_ST_LIST;
5983 /* fall through */
5984
5985 case STAT_ST_LIST:
5986 while (appctx->ctx.tlskeys.ref) {
5987 chunk_reset(&trash);
5988
5989 chunk_appendf(&trash, "%d (%s)\n", appctx->ctx.tlskeys.ref->unique_id,
5990 appctx->ctx.tlskeys.ref->filename);
5991
5992 if (bi_putchk(si_ic(si), &trash) == -1) {
5993 /* let's try again later from this stream. We add ourselves into
5994 * this stream's users so that it can remove us upon termination.
5995 */
5996 si_applet_cant_put(si);
5997 return 0;
5998 }
5999
6000 /* get next list entry and check the end of the list */
6001 appctx->ctx.tlskeys.ref = tlskeys_list_get_next(appctx->ctx.tlskeys.ref, &tlskeys_reference);
6002 }
6003
6004 appctx->st2 = STAT_ST_FIN;
6005 /* fall through */
6006
6007 default:
6008 appctx->st2 = STAT_ST_FIN;
6009 return 1;
6010 }
6011 return 0;
6012}
6013#endif
6014
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006015static int stats_pats_list(struct stream_interface *si)
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006016{
6017 struct appctx *appctx = __objt_appctx(si->end);
6018
6019 switch (appctx->st2) {
6020 case STAT_ST_INIT:
Thierry FOURNIERaf5a29d2014-03-11 14:29:22 +01006021 /* Display the column headers. If the message cannot be sent,
6022 * quit the fucntion with returning 0. The function is called
6023 * later and restart at the state "STAT_ST_INIT".
6024 */
6025 chunk_reset(&trash);
Thierry FOURNIER65ce6132014-03-20 11:42:45 +01006026 chunk_appendf(&trash, "# id (file) description\n");
Willy Tarreaubc18da12015-03-13 14:00:47 +01006027 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02006028 si_applet_cant_put(si);
Thierry FOURNIERaf5a29d2014-03-11 14:29:22 +01006029 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01006030 }
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006031
6032 /* Now, we start the browsing of the references lists.
6033 * Note that the following call to LIST_ELEM return bad pointer. The only
6034 * avalaible field of this pointer is <list>. It is used with the function
6035 * pat_list_get_next() for retruning the first avalaible entry
6036 */
6037 appctx->ctx.map.ref = LIST_ELEM(&pattern_reference, struct pat_ref *, list);
6038 appctx->ctx.map.ref = pat_list_get_next(appctx->ctx.map.ref, &pattern_reference,
6039 appctx->ctx.map.display_flags);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006040 appctx->st2 = STAT_ST_LIST;
6041 /* fall through */
6042
6043 case STAT_ST_LIST:
6044 while (appctx->ctx.map.ref) {
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006045 chunk_reset(&trash);
6046
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006047 /* Build messages. If the reference is used by another category than
6048 * the listed categorie, display the information in the massage.
6049 */
Thierry FOURNIERf7e04e92014-03-20 11:45:47 +01006050 chunk_appendf(&trash, "%d (%s) %s\n", appctx->ctx.map.ref->unique_id,
Thierry FOURNIER0d6ba512014-02-11 03:31:34 +01006051 appctx->ctx.map.ref->reference ? appctx->ctx.map.ref->reference : "",
6052 appctx->ctx.map.ref->display);
Thierry FOURNIERaf5a29d2014-03-11 14:29:22 +01006053
Willy Tarreau2bb4a962014-11-28 11:11:05 +01006054 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreau87b09662015-04-03 00:22:06 +02006055 /* let's try again later from this stream. We add ourselves into
6056 * this stream's users so that it can remove us upon termination.
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006057 */
Willy Tarreaufe127932015-04-21 19:23:39 +02006058 si_applet_cant_put(si);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006059 return 0;
6060 }
6061
6062 /* get next list entry and check the end of the list */
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006063 appctx->ctx.map.ref = pat_list_get_next(appctx->ctx.map.ref, &pattern_reference,
6064 appctx->ctx.map.display_flags);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006065 }
6066
6067 appctx->st2 = STAT_ST_FIN;
6068 /* fall through */
6069
6070 default:
6071 appctx->st2 = STAT_ST_FIN;
6072 return 1;
6073 }
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006074 return 0;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006075}
6076
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006077static int stats_map_lookup(struct stream_interface *si)
6078{
6079 struct appctx *appctx = __objt_appctx(si->end);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006080 struct sample sample;
6081 struct pattern *pat;
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006082 int match_method;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006083
6084 switch (appctx->st2) {
6085 case STAT_ST_INIT:
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006086 /* Init to the first entry. The list cannot be change */
Thierry FOURNIERc5959fd2014-01-20 14:29:33 +01006087 appctx->ctx.map.expr = LIST_ELEM(&appctx->ctx.map.ref->pat, struct pattern_expr *, list);
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006088 appctx->ctx.map.expr = pat_expr_get_next(appctx->ctx.map.expr, &appctx->ctx.map.ref->pat);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006089 appctx->st2 = STAT_ST_LIST;
6090 /* fall through */
6091
6092 case STAT_ST_LIST:
6093 /* for each lookup type */
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006094 while (appctx->ctx.map.expr) {
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006095 /* initialise chunk to build new message */
6096 chunk_reset(&trash);
6097
6098 /* execute pattern matching */
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +02006099 sample.data.type = SMP_T_STR;
Andreas Seltenreich9727cf42016-03-03 19:32:25 +01006100 sample.flags = SMP_F_CONST;
Thierry FOURNIER136f9d32015-08-19 09:07:19 +02006101 sample.data.u.str.len = appctx->ctx.map.chunk.len;
6102 sample.data.u.str.str = appctx->ctx.map.chunk.str;
Thierry FOURNIER5d344082014-01-27 14:19:53 +01006103 if (appctx->ctx.map.expr->pat_head->match &&
6104 sample_convert(&sample, appctx->ctx.map.expr->pat_head->expect_type))
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006105 pat = appctx->ctx.map.expr->pat_head->match(&sample, appctx->ctx.map.expr, 1);
6106 else
6107 pat = NULL;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006108
6109 /* build return message: set type of match */
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006110 for (match_method=0; match_method<PAT_MATCH_NUM; match_method++)
6111 if (appctx->ctx.map.expr->pat_head->match == pat_match_fcts[match_method])
6112 break;
6113 if (match_method >= PAT_MATCH_NUM)
6114 chunk_appendf(&trash, "type=unknown(%p)", appctx->ctx.map.expr->pat_head->match);
6115 else
6116 chunk_appendf(&trash, "type=%s", pat_match_names[match_method]);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006117
Thierry FOURNIERe47e4e22014-04-28 11:18:57 +02006118 /* case sensitive */
6119 if (appctx->ctx.map.expr->mflags & PAT_MF_IGNORE_CASE)
6120 chunk_appendf(&trash, ", case=insensitive");
6121 else
6122 chunk_appendf(&trash, ", case=sensitive");
6123
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006124 /* Display no match, and set default value */
Thierry FOURNIER1794fdf2014-01-17 15:25:13 +01006125 if (!pat) {
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006126 if (appctx->ctx.map.display_flags == PAT_REF_MAP)
6127 chunk_appendf(&trash, ", found=no");
6128 else
6129 chunk_appendf(&trash, ", match=no");
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006130 }
6131
6132 /* Display match and match info */
6133 else {
6134 /* display match */
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006135 if (appctx->ctx.map.display_flags == PAT_REF_MAP)
6136 chunk_appendf(&trash, ", found=yes");
6137 else
6138 chunk_appendf(&trash, ", match=yes");
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006139
Thierry FOURNIER1794fdf2014-01-17 15:25:13 +01006140 /* display index mode */
Thierry FOURNIERe47e4e22014-04-28 11:18:57 +02006141 if (pat->sflags & PAT_SF_TREE)
Thierry FOURNIERb9903842014-03-11 18:48:17 +01006142 chunk_appendf(&trash, ", idx=tree");
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006143 else
Thierry FOURNIERb9903842014-03-11 18:48:17 +01006144 chunk_appendf(&trash, ", idx=list");
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006145
Thierry FOURNIER86db66a2014-03-11 18:37:58 +01006146 /* display pattern */
6147 if (appctx->ctx.map.display_flags == PAT_REF_MAP) {
6148 if (pat->ref && pat->ref->pattern)
6149 chunk_appendf(&trash, ", key=\"%s\"", pat->ref->pattern);
6150 else
6151 chunk_appendf(&trash, ", key=unknown");
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006152 }
6153 else {
Thierry FOURNIER86db66a2014-03-11 18:37:58 +01006154 if (pat->ref && pat->ref->pattern)
6155 chunk_appendf(&trash, ", pattern=\"%s\"", pat->ref->pattern);
6156 else
6157 chunk_appendf(&trash, ", pattern=unknown");
6158 }
6159
6160 /* display return value */
6161 if (appctx->ctx.map.display_flags == PAT_REF_MAP) {
Thierry FOURNIER503bb092015-08-19 08:35:43 +02006162 if (pat->data && pat->ref && pat->ref->sample)
Thierry FOURNIER03d0e452015-07-23 18:33:41 +02006163 chunk_appendf(&trash, ", value=\"%s\", type=\"%s\"", pat->ref->sample,
Thierry FOURNIER7d4335c2015-08-19 09:05:25 +02006164 smp_to_type[pat->data->type]);
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006165 else
Thierry FOURNIER86db66a2014-03-11 18:37:58 +01006166 chunk_appendf(&trash, ", value=none");
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006167 }
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006168 }
6169
Thierry FOURNIERb9903842014-03-11 18:48:17 +01006170 chunk_appendf(&trash, "\n");
6171
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006172 /* display response */
Willy Tarreau2bb4a962014-11-28 11:11:05 +01006173 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreau87b09662015-04-03 00:22:06 +02006174 /* let's try again later from this stream. We add ourselves into
6175 * this stream's users so that it can remove us upon termination.
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006176 */
Willy Tarreaufe127932015-04-21 19:23:39 +02006177 si_applet_cant_put(si);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006178 return 0;
6179 }
6180
6181 /* get next entry */
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006182 appctx->ctx.map.expr = pat_expr_get_next(appctx->ctx.map.expr,
6183 &appctx->ctx.map.ref->pat);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006184 }
6185
6186 appctx->st2 = STAT_ST_FIN;
6187 /* fall through */
6188
6189 default:
6190 appctx->st2 = STAT_ST_FIN;
6191 free(appctx->ctx.map.chunk.str);
6192 return 1;
6193 }
6194}
6195
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006196static int stats_pat_list(struct stream_interface *si)
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006197{
6198 struct appctx *appctx = __objt_appctx(si->end);
6199
6200 switch (appctx->st2) {
6201
6202 case STAT_ST_INIT:
6203 /* Init to the first entry. The list cannot be change */
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006204 appctx->ctx.map.elt = LIST_NEXT(&appctx->ctx.map.ref->head,
6205 struct pat_ref_elt *, list);
6206 if (&appctx->ctx.map.elt->list == &appctx->ctx.map.ref->head)
6207 appctx->ctx.map.elt = NULL;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006208 appctx->st2 = STAT_ST_LIST;
6209 /* fall through */
6210
6211 case STAT_ST_LIST:
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006212 while (appctx->ctx.map.elt) {
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006213 chunk_reset(&trash);
6214
6215 /* build messages */
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006216 if (appctx->ctx.map.elt->sample)
Thierry FOURNIER9356c682014-01-28 15:55:37 +01006217 chunk_appendf(&trash, "%p %s %s\n",
6218 appctx->ctx.map.elt, appctx->ctx.map.elt->pattern,
6219 appctx->ctx.map.elt->sample);
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006220 else
Thierry FOURNIER9356c682014-01-28 15:55:37 +01006221 chunk_appendf(&trash, "%p %s\n",
6222 appctx->ctx.map.elt, appctx->ctx.map.elt->pattern);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006223
Willy Tarreau2bb4a962014-11-28 11:11:05 +01006224 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreau87b09662015-04-03 00:22:06 +02006225 /* let's try again later from this stream. We add ourselves into
6226 * this stream's users so that it can remove us upon termination.
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006227 */
Willy Tarreaufe127932015-04-21 19:23:39 +02006228 si_applet_cant_put(si);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006229 return 0;
6230 }
6231
6232 /* get next list entry and check the end of the list */
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006233 appctx->ctx.map.elt = LIST_NEXT(&appctx->ctx.map.elt->list,
6234 struct pat_ref_elt *, list);
6235 if (&appctx->ctx.map.elt->list == &appctx->ctx.map.ref->head)
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006236 break;
6237 }
6238
6239 appctx->st2 = STAT_ST_FIN;
6240 /* fall through */
6241
6242 default:
6243 appctx->st2 = STAT_ST_FIN;
6244 return 1;
6245 }
6246}
6247
Willy Tarreau87b09662015-04-03 00:22:06 +02006248/* This function dumps all streams' states onto the stream interface's
Willy Tarreau306f8302013-07-08 15:53:06 +02006249 * read buffer. It returns 0 if the output buffer is full and it needs
Willy Tarreau5ec29ff2011-02-13 15:27:22 +01006250 * to be called again, otherwise non-zero. It is designed to be called
6251 * from stats_dump_sess_to_buffer() below.
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006252 */
Simon Horman9bd2c732011-06-15 15:18:44 +09006253static int stats_dump_sess_to_buffer(struct stream_interface *si)
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006254{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006255 struct appctx *appctx = __objt_appctx(si->end);
Willy Tarreaub363a1f2013-10-01 10:45:07 +02006256 struct connection *conn;
6257
Willy Tarreau2bb4a962014-11-28 11:11:05 +01006258 if (unlikely(si_ic(si)->flags & (CF_WRITE_ERROR|CF_SHUTW))) {
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006259 /* If we're forced to shut down, we might have to remove our
Willy Tarreau87b09662015-04-03 00:22:06 +02006260 * reference to the last stream being dumped.
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006261 */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006262 if (appctx->st2 == STAT_ST_LIST) {
6263 if (!LIST_ISEMPTY(&appctx->ctx.sess.bref.users)) {
6264 LIST_DEL(&appctx->ctx.sess.bref.users);
6265 LIST_INIT(&appctx->ctx.sess.bref.users);
Willy Tarreaufd3828e2009-02-22 15:17:24 +01006266 }
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006267 }
Willy Tarreau7e72a8f2009-10-03 23:55:14 +02006268 return 1;
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006269 }
6270
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006271 chunk_reset(&trash);
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006272
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006273 switch (appctx->st2) {
Willy Tarreau295a8372011-03-10 11:25:07 +01006274 case STAT_ST_INIT:
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006275 /* the function had not been called yet, let's prepare the
Willy Tarreau87b09662015-04-03 00:22:06 +02006276 * buffer for a response. We initialize the current stream
Willy Tarreaufd3828e2009-02-22 15:17:24 +01006277 * pointer to the first in the global list. When a target
Willy Tarreau87b09662015-04-03 00:22:06 +02006278 * stream is being destroyed, it is responsible for updating
Willy Tarreaufd3828e2009-02-22 15:17:24 +01006279 * this pointer. We know we have reached the end when this
Willy Tarreau87b09662015-04-03 00:22:06 +02006280 * pointer points back to the head of the streams list.
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006281 */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006282 LIST_INIT(&appctx->ctx.sess.bref.users);
Willy Tarreau87b09662015-04-03 00:22:06 +02006283 appctx->ctx.sess.bref.ref = streams.n;
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006284 appctx->st2 = STAT_ST_LIST;
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006285 /* fall through */
6286
Willy Tarreau295a8372011-03-10 11:25:07 +01006287 case STAT_ST_LIST:
Willy Tarreau87b09662015-04-03 00:22:06 +02006288 /* first, let's detach the back-ref from a possible previous stream */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006289 if (!LIST_ISEMPTY(&appctx->ctx.sess.bref.users)) {
6290 LIST_DEL(&appctx->ctx.sess.bref.users);
6291 LIST_INIT(&appctx->ctx.sess.bref.users);
Willy Tarreaufd3828e2009-02-22 15:17:24 +01006292 }
6293
6294 /* and start from where we stopped */
Willy Tarreau87b09662015-04-03 00:22:06 +02006295 while (appctx->ctx.sess.bref.ref != &streams) {
Cyril Bontéacd7d632010-11-01 19:26:02 +01006296 char pn[INET6_ADDRSTRLEN];
Willy Tarreau87b09662015-04-03 00:22:06 +02006297 struct stream *curr_sess;
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006298
Willy Tarreau87b09662015-04-03 00:22:06 +02006299 curr_sess = LIST_ELEM(appctx->ctx.sess.bref.ref, struct stream *, list);
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006300
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006301 if (appctx->ctx.sess.target) {
6302 if (appctx->ctx.sess.target != (void *)-1 && appctx->ctx.sess.target != curr_sess)
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006303 goto next_sess;
6304
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006305 LIST_ADDQ(&curr_sess->back_refs, &appctx->ctx.sess.bref.users);
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006306 /* call the proper dump() function and return if we're missing space */
Willy Tarreau76153662012-11-26 01:16:39 +01006307 if (!stats_dump_full_sess_to_buffer(si, curr_sess))
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006308 return 0;
6309
Willy Tarreau87b09662015-04-03 00:22:06 +02006310 /* stream dump complete */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006311 LIST_DEL(&appctx->ctx.sess.bref.users);
6312 LIST_INIT(&appctx->ctx.sess.bref.users);
6313 if (appctx->ctx.sess.target != (void *)-1) {
6314 appctx->ctx.sess.target = NULL;
Willy Tarreau76153662012-11-26 01:16:39 +01006315 break;
6316 }
6317 else
6318 goto next_sess;
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006319 }
6320
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006321 chunk_appendf(&trash,
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006322 "%p: proto=%s",
6323 curr_sess,
Willy Tarreauf1e02122015-09-23 12:16:43 +02006324 strm_li(curr_sess) ? strm_li(curr_sess)->proto->name : "?");
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006325
Willy Tarreaud0d8da92015-04-04 02:10:38 +02006326 conn = objt_conn(strm_orig(curr_sess));
Willy Tarreaub363a1f2013-10-01 10:45:07 +02006327 switch (conn ? addr_to_str(&conn->addr.from, pn, sizeof(pn)) : AF_UNSPEC) {
Willy Tarreau631f01c2011-09-05 00:36:48 +02006328 case AF_INET:
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006329 case AF_INET6:
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006330 chunk_appendf(&trash,
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006331 " src=%s:%d fe=%s be=%s srv=%s",
6332 pn,
Willy Tarreaub363a1f2013-10-01 10:45:07 +02006333 get_host_port(&conn->addr.from),
Willy Tarreaud0d8da92015-04-04 02:10:38 +02006334 strm_fe(curr_sess)->id,
Willy Tarreau50943332011-09-02 17:33:05 +02006335 (curr_sess->be->cap & PR_CAP_BE) ? curr_sess->be->id : "<NONE>",
Willy Tarreau3fdb3662012-11-12 00:42:33 +01006336 objt_server(curr_sess->target) ? objt_server(curr_sess->target)->id : "<none>"
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006337 );
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006338 break;
6339 case AF_UNIX:
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006340 chunk_appendf(&trash,
Emeric Brun837ca522010-10-22 16:19:01 +02006341 " src=unix:%d fe=%s be=%s srv=%s",
Willy Tarreaud0d8da92015-04-04 02:10:38 +02006342 strm_li(curr_sess)->luid,
6343 strm_fe(curr_sess)->id,
Willy Tarreau50943332011-09-02 17:33:05 +02006344 (curr_sess->be->cap & PR_CAP_BE) ? curr_sess->be->id : "<NONE>",
Willy Tarreau3fdb3662012-11-12 00:42:33 +01006345 objt_server(curr_sess->target) ? objt_server(curr_sess->target)->id : "<none>"
Emeric Brun837ca522010-10-22 16:19:01 +02006346 );
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006347 break;
6348 }
6349
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006350 chunk_appendf(&trash,
Willy Tarreau65671ab2009-10-04 14:24:59 +02006351 " ts=%02x age=%s calls=%d",
6352 curr_sess->task->state,
Willy Tarreau3884cba2009-03-28 17:54:35 +01006353 human_time(now.tv_sec - curr_sess->logs.tv_accept.tv_sec, 1),
6354 curr_sess->task->calls);
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006355
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006356 chunk_appendf(&trash,
Willy Tarreau02d6cfc2012-03-01 18:19:58 +01006357 " rq[f=%06xh,i=%d,an=%02xh,rx=%s",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01006358 curr_sess->req.flags,
6359 curr_sess->req.buf->i,
6360 curr_sess->req.analysers,
6361 curr_sess->req.rex ?
6362 human_time(TICKS_TO_MS(curr_sess->req.rex - now_ms),
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006363 TICKS_TO_MS(1000)) : "");
6364
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006365 chunk_appendf(&trash,
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006366 ",wx=%s",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01006367 curr_sess->req.wex ?
6368 human_time(TICKS_TO_MS(curr_sess->req.wex - now_ms),
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006369 TICKS_TO_MS(1000)) : "");
6370
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006371 chunk_appendf(&trash,
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006372 ",ax=%s]",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01006373 curr_sess->req.analyse_exp ?
6374 human_time(TICKS_TO_MS(curr_sess->req.analyse_exp - now_ms),
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006375 TICKS_TO_MS(1000)) : "");
6376
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006377 chunk_appendf(&trash,
Willy Tarreau02d6cfc2012-03-01 18:19:58 +01006378 " rp[f=%06xh,i=%d,an=%02xh,rx=%s",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01006379 curr_sess->res.flags,
6380 curr_sess->res.buf->i,
6381 curr_sess->res.analysers,
6382 curr_sess->res.rex ?
6383 human_time(TICKS_TO_MS(curr_sess->res.rex - now_ms),
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006384 TICKS_TO_MS(1000)) : "");
6385
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006386 chunk_appendf(&trash,
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006387 ",wx=%s",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01006388 curr_sess->res.wex ?
6389 human_time(TICKS_TO_MS(curr_sess->res.wex - now_ms),
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006390 TICKS_TO_MS(1000)) : "");
6391
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006392 chunk_appendf(&trash,
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006393 ",ax=%s]",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01006394 curr_sess->res.analyse_exp ?
6395 human_time(TICKS_TO_MS(curr_sess->res.analyse_exp - now_ms),
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006396 TICKS_TO_MS(1000)) : "");
6397
Willy Tarreaub363a1f2013-10-01 10:45:07 +02006398 conn = objt_conn(curr_sess->si[0].end);
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006399 chunk_appendf(&trash,
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006400 " s0=[%d,%1xh,fd=%d,ex=%s]",
6401 curr_sess->si[0].state,
6402 curr_sess->si[0].flags,
Willy Tarreaub363a1f2013-10-01 10:45:07 +02006403 conn ? conn->t.sock.fd : -1,
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006404 curr_sess->si[0].exp ?
6405 human_time(TICKS_TO_MS(curr_sess->si[0].exp - now_ms),
6406 TICKS_TO_MS(1000)) : "");
6407
Willy Tarreaub363a1f2013-10-01 10:45:07 +02006408 conn = objt_conn(curr_sess->si[1].end);
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006409 chunk_appendf(&trash,
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006410 " s1=[%d,%1xh,fd=%d,ex=%s]",
6411 curr_sess->si[1].state,
6412 curr_sess->si[1].flags,
Willy Tarreaub363a1f2013-10-01 10:45:07 +02006413 conn ? conn->t.sock.fd : -1,
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006414 curr_sess->si[1].exp ?
6415 human_time(TICKS_TO_MS(curr_sess->si[1].exp - now_ms),
6416 TICKS_TO_MS(1000)) : "");
6417
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006418 chunk_appendf(&trash,
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006419 " exp=%s",
6420 curr_sess->task->expire ?
6421 human_time(TICKS_TO_MS(curr_sess->task->expire - now_ms),
6422 TICKS_TO_MS(1000)) : "");
Willy Tarreau4726f532009-03-07 17:25:21 +01006423 if (task_in_rq(curr_sess->task))
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006424 chunk_appendf(&trash, " run(nice=%d)", curr_sess->task->nice);
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006425
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006426 chunk_appendf(&trash, "\n");
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006427
Willy Tarreau2bb4a962014-11-28 11:11:05 +01006428 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreau87b09662015-04-03 00:22:06 +02006429 /* let's try again later from this stream. We add ourselves into
6430 * this stream's users so that it can remove us upon termination.
Willy Tarreaufd3828e2009-02-22 15:17:24 +01006431 */
Willy Tarreaufe127932015-04-21 19:23:39 +02006432 si_applet_cant_put(si);
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006433 LIST_ADDQ(&curr_sess->back_refs, &appctx->ctx.sess.bref.users);
Willy Tarreau7e72a8f2009-10-03 23:55:14 +02006434 return 0;
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006435 }
6436
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006437 next_sess:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006438 appctx->ctx.sess.bref.ref = curr_sess->list.n;
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006439 }
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006440
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006441 if (appctx->ctx.sess.target && appctx->ctx.sess.target != (void *)-1) {
Willy Tarreau87b09662015-04-03 00:22:06 +02006442 /* specified stream not found */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006443 if (appctx->ctx.sess.section > 0)
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006444 chunk_appendf(&trash, " *** session terminated while we were watching it ***\n");
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006445 else
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006446 chunk_appendf(&trash, "Session not found.\n");
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006447
Willy Tarreaubc18da12015-03-13 14:00:47 +01006448 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02006449 si_applet_cant_put(si);
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006450 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01006451 }
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006452
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006453 appctx->ctx.sess.target = NULL;
6454 appctx->ctx.sess.uid = 0;
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006455 return 1;
6456 }
6457
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006458 appctx->st2 = STAT_ST_FIN;
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006459 /* fall through */
6460
6461 default:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006462 appctx->st2 = STAT_ST_FIN;
Willy Tarreau7e72a8f2009-10-03 23:55:14 +02006463 return 1;
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006464 }
Emeric Brun1e029aa2010-09-23 18:12:53 +02006465}
6466
Willy Tarreau5f9a8772012-11-26 02:22:40 +01006467/* This is called when the stream interface is closed. For instance, upon an
6468 * external abort, we won't call the i/o handler anymore so we may need to
Willy Tarreau87b09662015-04-03 00:22:06 +02006469 * remove back references to the stream currently being dumped.
Willy Tarreau5f9a8772012-11-26 02:22:40 +01006470 */
Willy Tarreau00a37f02015-04-13 12:05:19 +02006471static void cli_release_handler(struct appctx *appctx)
Willy Tarreau5f9a8772012-11-26 02:22:40 +01006472{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006473 if (appctx->st0 == STAT_CLI_O_SESS && appctx->st2 == STAT_ST_LIST) {
6474 if (!LIST_ISEMPTY(&appctx->ctx.sess.bref.users))
6475 LIST_DEL(&appctx->ctx.sess.bref.users);
Willy Tarreau5f9a8772012-11-26 02:22:40 +01006476 }
Thierry FOURNIER364cfdf2014-01-29 19:08:49 +01006477 else if (appctx->st0 == STAT_CLI_PRINT_FREE) {
6478 free(appctx->ctx.cli.err);
Willy Tarreau6457d0f2015-10-07 20:00:24 +02006479 appctx->ctx.cli.err = NULL;
Thierry FOURNIER364cfdf2014-01-29 19:08:49 +01006480 }
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006481 else if (appctx->st0 == STAT_CLI_O_MLOOK) {
6482 free(appctx->ctx.map.chunk.str);
Willy Tarreau6457d0f2015-10-07 20:00:24 +02006483 appctx->ctx.map.chunk.str = NULL;
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006484 }
Willy Tarreau5f9a8772012-11-26 02:22:40 +01006485}
6486
Willy Tarreau20e99322013-04-13 09:22:25 +02006487/* This function is used to either dump tables states (when action is set
6488 * to STAT_CLI_O_TAB) or clear tables (when action is STAT_CLI_O_CLR).
Willy Tarreau20e99322013-04-13 09:22:25 +02006489 * It returns 0 if the output buffer is full and it needs to be called
6490 * again, otherwise non-zero.
Willy Tarreau69f58c82010-07-12 17:55:33 +02006491 */
Willy Tarreau20e99322013-04-13 09:22:25 +02006492static int stats_table_request(struct stream_interface *si, int action)
Willy Tarreau69f58c82010-07-12 17:55:33 +02006493{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006494 struct appctx *appctx = __objt_appctx(si->end);
Willy Tarreau87b09662015-04-03 00:22:06 +02006495 struct stream *s = si_strm(si);
Willy Tarreau69f58c82010-07-12 17:55:33 +02006496 struct ebmb_node *eb;
6497 int dt;
Willy Tarreau44455022012-12-05 23:01:12 +01006498 int skip_entry;
Willy Tarreau20e99322013-04-13 09:22:25 +02006499 int show = action == STAT_CLI_O_TAB;
Willy Tarreau69f58c82010-07-12 17:55:33 +02006500
6501 /*
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006502 * We have 3 possible states in appctx->st2 :
Willy Tarreau295a8372011-03-10 11:25:07 +01006503 * - STAT_ST_INIT : the first call
6504 * - STAT_ST_INFO : the proxy pointer points to the next table to
Willy Tarreau69f58c82010-07-12 17:55:33 +02006505 * dump, the entry pointer is NULL ;
Willy Tarreau295a8372011-03-10 11:25:07 +01006506 * - STAT_ST_LIST : the proxy pointer points to the current table
Willy Tarreau69f58c82010-07-12 17:55:33 +02006507 * and the entry pointer points to the next entry to be dumped,
6508 * and the refcount on the next entry is held ;
Willy Tarreau295a8372011-03-10 11:25:07 +01006509 * - STAT_ST_END : nothing left to dump, the buffer may contain some
Willy Tarreau69f58c82010-07-12 17:55:33 +02006510 * data though.
6511 */
6512
Willy Tarreau2bb4a962014-11-28 11:11:05 +01006513 if (unlikely(si_ic(si)->flags & (CF_WRITE_ERROR|CF_SHUTW))) {
Willy Tarreau69f58c82010-07-12 17:55:33 +02006514 /* in case of abort, remove any refcount we might have set on an entry */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006515 if (appctx->st2 == STAT_ST_LIST) {
6516 appctx->ctx.table.entry->ref_cnt--;
6517 stksess_kill_if_expired(&appctx->ctx.table.proxy->table, appctx->ctx.table.entry);
Willy Tarreauf6efda12010-08-03 20:34:06 +02006518 }
Willy Tarreau69f58c82010-07-12 17:55:33 +02006519 return 1;
6520 }
6521
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006522 chunk_reset(&trash);
Willy Tarreau69f58c82010-07-12 17:55:33 +02006523
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006524 while (appctx->st2 != STAT_ST_FIN) {
6525 switch (appctx->st2) {
Willy Tarreau295a8372011-03-10 11:25:07 +01006526 case STAT_ST_INIT:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006527 appctx->ctx.table.proxy = appctx->ctx.table.target;
6528 if (!appctx->ctx.table.proxy)
6529 appctx->ctx.table.proxy = proxy;
Willy Tarreau69f58c82010-07-12 17:55:33 +02006530
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006531 appctx->ctx.table.entry = NULL;
6532 appctx->st2 = STAT_ST_INFO;
Willy Tarreau69f58c82010-07-12 17:55:33 +02006533 break;
6534
Willy Tarreau295a8372011-03-10 11:25:07 +01006535 case STAT_ST_INFO:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006536 if (!appctx->ctx.table.proxy ||
6537 (appctx->ctx.table.target &&
6538 appctx->ctx.table.proxy != appctx->ctx.table.target)) {
6539 appctx->st2 = STAT_ST_END;
Willy Tarreau69f58c82010-07-12 17:55:33 +02006540 break;
6541 }
6542
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006543 if (appctx->ctx.table.proxy->table.size) {
6544 if (show && !stats_dump_table_head_to_buffer(&trash, si, appctx->ctx.table.proxy,
6545 appctx->ctx.table.target))
Willy Tarreau69f58c82010-07-12 17:55:33 +02006546 return 0;
6547
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006548 if (appctx->ctx.table.target &&
Willy Tarreaud0d8da92015-04-04 02:10:38 +02006549 strm_li(s)->bind_conf->level >= ACCESS_LVL_OPER) {
Willy Tarreau69f58c82010-07-12 17:55:33 +02006550 /* dump entries only if table explicitly requested */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006551 eb = ebmb_first(&appctx->ctx.table.proxy->table.keys);
Willy Tarreau69f58c82010-07-12 17:55:33 +02006552 if (eb) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006553 appctx->ctx.table.entry = ebmb_entry(eb, struct stksess, key);
6554 appctx->ctx.table.entry->ref_cnt++;
6555 appctx->st2 = STAT_ST_LIST;
Willy Tarreau69f58c82010-07-12 17:55:33 +02006556 break;
6557 }
6558 }
6559 }
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006560 appctx->ctx.table.proxy = appctx->ctx.table.proxy->next;
Willy Tarreau69f58c82010-07-12 17:55:33 +02006561 break;
6562
Willy Tarreau295a8372011-03-10 11:25:07 +01006563 case STAT_ST_LIST:
Willy Tarreau44455022012-12-05 23:01:12 +01006564 skip_entry = 0;
Simon Hormanc88b8872011-06-15 15:18:49 +09006565
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006566 if (appctx->ctx.table.data_type >= 0) {
Willy Tarreau4f3f01f2010-07-18 11:46:20 +02006567 /* we're filtering on some data contents */
6568 void *ptr;
6569 long long data;
6570
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006571 dt = appctx->ctx.table.data_type;
6572 ptr = stktable_data_ptr(&appctx->ctx.table.proxy->table,
6573 appctx->ctx.table.entry,
Willy Tarreau4f3f01f2010-07-18 11:46:20 +02006574 dt);
6575
6576 data = 0;
6577 switch (stktable_data_types[dt].std_type) {
6578 case STD_T_SINT:
6579 data = stktable_data_cast(ptr, std_t_sint);
6580 break;
6581 case STD_T_UINT:
6582 data = stktable_data_cast(ptr, std_t_uint);
6583 break;
6584 case STD_T_ULL:
6585 data = stktable_data_cast(ptr, std_t_ull);
6586 break;
6587 case STD_T_FRQP:
6588 data = read_freq_ctr_period(&stktable_data_cast(ptr, std_t_frqp),
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006589 appctx->ctx.table.proxy->table.data_arg[dt].u);
Willy Tarreau4f3f01f2010-07-18 11:46:20 +02006590 break;
6591 }
6592
6593 /* skip the entry if the data does not match the test and the value */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006594 if ((data < appctx->ctx.table.value &&
6595 (appctx->ctx.table.data_op == STD_OP_EQ ||
6596 appctx->ctx.table.data_op == STD_OP_GT ||
6597 appctx->ctx.table.data_op == STD_OP_GE)) ||
6598 (data == appctx->ctx.table.value &&
6599 (appctx->ctx.table.data_op == STD_OP_NE ||
6600 appctx->ctx.table.data_op == STD_OP_GT ||
6601 appctx->ctx.table.data_op == STD_OP_LT)) ||
6602 (data > appctx->ctx.table.value &&
6603 (appctx->ctx.table.data_op == STD_OP_EQ ||
6604 appctx->ctx.table.data_op == STD_OP_LT ||
6605 appctx->ctx.table.data_op == STD_OP_LE)))
Willy Tarreau44455022012-12-05 23:01:12 +01006606 skip_entry = 1;
Willy Tarreau4f3f01f2010-07-18 11:46:20 +02006607 }
6608
Simon Hormanc88b8872011-06-15 15:18:49 +09006609 if (show && !skip_entry &&
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006610 !stats_dump_table_entry_to_buffer(&trash, si, appctx->ctx.table.proxy,
6611 appctx->ctx.table.entry))
Simon Hormand9366582011-06-15 15:18:45 +09006612 return 0;
Willy Tarreau69f58c82010-07-12 17:55:33 +02006613
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006614 appctx->ctx.table.entry->ref_cnt--;
Willy Tarreau69f58c82010-07-12 17:55:33 +02006615
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006616 eb = ebmb_next(&appctx->ctx.table.entry->key);
Willy Tarreau69f58c82010-07-12 17:55:33 +02006617 if (eb) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006618 struct stksess *old = appctx->ctx.table.entry;
6619 appctx->ctx.table.entry = ebmb_entry(eb, struct stksess, key);
Willy Tarreau8fa52f42012-01-09 11:50:03 +01006620 if (show)
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006621 stksess_kill_if_expired(&appctx->ctx.table.proxy->table, old);
6622 else if (!skip_entry && !appctx->ctx.table.entry->ref_cnt)
6623 stksess_kill(&appctx->ctx.table.proxy->table, old);
6624 appctx->ctx.table.entry->ref_cnt++;
Willy Tarreau69f58c82010-07-12 17:55:33 +02006625 break;
6626 }
6627
Simon Hormanc88b8872011-06-15 15:18:49 +09006628
6629 if (show)
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006630 stksess_kill_if_expired(&appctx->ctx.table.proxy->table, appctx->ctx.table.entry);
6631 else if (!skip_entry && !appctx->ctx.table.entry->ref_cnt)
6632 stksess_kill(&appctx->ctx.table.proxy->table, appctx->ctx.table.entry);
Simon Hormanc88b8872011-06-15 15:18:49 +09006633
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006634 appctx->ctx.table.proxy = appctx->ctx.table.proxy->next;
6635 appctx->st2 = STAT_ST_INFO;
Willy Tarreau69f58c82010-07-12 17:55:33 +02006636 break;
6637
Willy Tarreau295a8372011-03-10 11:25:07 +01006638 case STAT_ST_END:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006639 appctx->st2 = STAT_ST_FIN;
Willy Tarreau69f58c82010-07-12 17:55:33 +02006640 break;
6641 }
6642 }
6643 return 1;
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006644}
6645
Willy Tarreaud426a182010-03-05 14:58:26 +01006646/* print a line of text buffer (limited to 70 bytes) to <out>. The format is :
Willy Tarreau74808cb2009-03-04 15:53:18 +01006647 * <2 spaces> <offset=5 digits> <space or plus> <space> <70 chars max> <\n>
6648 * which is 60 chars per line. Non-printable chars \t, \n, \r and \e are
6649 * encoded in C format. Other non-printable chars are encoded "\xHH". Original
6650 * lines are respected within the limit of 70 output chars. Lines that are
6651 * continuation of a previous truncated line begin with "+" instead of " "
6652 * after the offset. The new pointer is returned.
6653 */
Willy Tarreaud426a182010-03-05 14:58:26 +01006654static int dump_text_line(struct chunk *out, const char *buf, int bsize, int len,
6655 int *line, int ptr)
Willy Tarreau74808cb2009-03-04 15:53:18 +01006656{
6657 int end;
6658 unsigned char c;
6659
6660 end = out->len + 80;
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02006661 if (end > out->size)
Willy Tarreau74808cb2009-03-04 15:53:18 +01006662 return ptr;
6663
Willy Tarreau77804732012-10-29 16:14:26 +01006664 chunk_appendf(out, " %05d%c ", ptr, (ptr == *line) ? ' ' : '+');
Willy Tarreau74808cb2009-03-04 15:53:18 +01006665
Willy Tarreaud426a182010-03-05 14:58:26 +01006666 while (ptr < len && ptr < bsize) {
6667 c = buf[ptr];
Willy Tarreau787bbd92009-03-12 08:18:33 +01006668 if (isprint(c) && isascii(c) && c != '\\') {
Willy Tarreau74808cb2009-03-04 15:53:18 +01006669 if (out->len > end - 2)
6670 break;
6671 out->str[out->len++] = c;
Willy Tarreau787bbd92009-03-12 08:18:33 +01006672 } else if (c == '\t' || c == '\n' || c == '\r' || c == '\e' || c == '\\') {
Willy Tarreau74808cb2009-03-04 15:53:18 +01006673 if (out->len > end - 3)
6674 break;
6675 out->str[out->len++] = '\\';
6676 switch (c) {
6677 case '\t': c = 't'; break;
6678 case '\n': c = 'n'; break;
6679 case '\r': c = 'r'; break;
6680 case '\e': c = 'e'; break;
Willy Tarreau787bbd92009-03-12 08:18:33 +01006681 case '\\': c = '\\'; break;
Willy Tarreau74808cb2009-03-04 15:53:18 +01006682 }
6683 out->str[out->len++] = c;
6684 } else {
6685 if (out->len > end - 5)
6686 break;
6687 out->str[out->len++] = '\\';
6688 out->str[out->len++] = 'x';
6689 out->str[out->len++] = hextab[(c >> 4) & 0xF];
6690 out->str[out->len++] = hextab[c & 0xF];
6691 }
Willy Tarreaud426a182010-03-05 14:58:26 +01006692 if (buf[ptr++] == '\n') {
Willy Tarreau74808cb2009-03-04 15:53:18 +01006693 /* we had a line break, let's return now */
6694 out->str[out->len++] = '\n';
6695 *line = ptr;
6696 return ptr;
6697 }
6698 }
6699 /* we have an incomplete line, we return it as-is */
6700 out->str[out->len++] = '\n';
6701 return ptr;
6702}
6703
Baptiste Assmann3863f972015-05-17 00:33:24 +02006704/* This function dumps counters from all resolvers section and associated name servers.
6705 * It returns 0 if the output buffer is full and it needs
6706 * to be called again, otherwise non-zero.
6707 */
6708static int stats_dump_resolvers_to_buffer(struct stream_interface *si)
6709{
6710 struct appctx *appctx = __objt_appctx(si->end);
6711 struct dns_resolvers *presolvers;
6712 struct dns_nameserver *pnameserver;
6713
6714 chunk_reset(&trash);
6715
6716 switch (appctx->st2) {
6717 case STAT_ST_INIT:
6718 appctx->st2 = STAT_ST_LIST; /* let's start producing data */
6719 /* fall through */
6720
6721 case STAT_ST_LIST:
Andrew Hayworth68d05342015-10-02 20:33:01 +00006722 if (LIST_ISEMPTY(&dns_resolvers)) {
6723 chunk_appendf(&trash, "No resolvers found\n");
6724 }
6725 else {
6726 list_for_each_entry(presolvers, &dns_resolvers, list) {
6727 if (appctx->ctx.resolvers.ptr != NULL && appctx->ctx.resolvers.ptr != presolvers)
6728 continue;
6729
6730 chunk_appendf(&trash, "Resolvers section %s\n", presolvers->id);
6731 list_for_each_entry(pnameserver, &presolvers->nameserver_list, list) {
6732 chunk_appendf(&trash, " nameserver %s:\n", pnameserver->id);
6733 chunk_appendf(&trash, " sent: %ld\n", pnameserver->counters.sent);
6734 chunk_appendf(&trash, " valid: %ld\n", pnameserver->counters.valid);
6735 chunk_appendf(&trash, " update: %ld\n", pnameserver->counters.update);
6736 chunk_appendf(&trash, " cname: %ld\n", pnameserver->counters.cname);
6737 chunk_appendf(&trash, " cname_error: %ld\n", pnameserver->counters.cname_error);
6738 chunk_appendf(&trash, " any_err: %ld\n", pnameserver->counters.any_err);
6739 chunk_appendf(&trash, " nx: %ld\n", pnameserver->counters.nx);
6740 chunk_appendf(&trash, " timeout: %ld\n", pnameserver->counters.timeout);
6741 chunk_appendf(&trash, " refused: %ld\n", pnameserver->counters.refused);
6742 chunk_appendf(&trash, " other: %ld\n", pnameserver->counters.other);
6743 chunk_appendf(&trash, " invalid: %ld\n", pnameserver->counters.invalid);
6744 chunk_appendf(&trash, " too_big: %ld\n", pnameserver->counters.too_big);
6745 chunk_appendf(&trash, " truncated: %ld\n", pnameserver->counters.truncated);
6746 chunk_appendf(&trash, " outdated: %ld\n", pnameserver->counters.outdated);
6747 }
6748 }
Baptiste Assmann3863f972015-05-17 00:33:24 +02006749 }
6750
6751 /* display response */
6752 if (bi_putchk(si_ic(si), &trash) == -1) {
6753 /* let's try again later from this session. We add ourselves into
6754 * this session's users so that it can remove us upon termination.
6755 */
6756 si->flags |= SI_FL_WAIT_ROOM;
6757 return 0;
6758 }
6759
6760 appctx->st2 = STAT_ST_FIN;
6761 /* fall through */
6762
6763 default:
6764 appctx->st2 = STAT_ST_FIN;
6765 return 1;
6766 }
6767}
6768
Willy Tarreauf7bc57c2012-10-03 00:19:48 +02006769/* This function dumps all captured errors onto the stream interface's
Willy Tarreau306f8302013-07-08 15:53:06 +02006770 * read buffer. It returns 0 if the output buffer is full and it needs
Willy Tarreau5ec29ff2011-02-13 15:27:22 +01006771 * to be called again, otherwise non-zero.
Willy Tarreau74808cb2009-03-04 15:53:18 +01006772 */
Simon Horman9bd2c732011-06-15 15:18:44 +09006773static int stats_dump_errors_to_buffer(struct stream_interface *si)
Willy Tarreau74808cb2009-03-04 15:53:18 +01006774{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006775 struct appctx *appctx = __objt_appctx(si->end);
Willy Tarreau74808cb2009-03-04 15:53:18 +01006776 extern const char *monthname[12];
Willy Tarreau74808cb2009-03-04 15:53:18 +01006777
Willy Tarreau2bb4a962014-11-28 11:11:05 +01006778 if (unlikely(si_ic(si)->flags & (CF_WRITE_ERROR|CF_SHUTW)))
Willy Tarreau61b34732009-10-03 23:49:35 +02006779 return 1;
Willy Tarreau74808cb2009-03-04 15:53:18 +01006780
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006781 chunk_reset(&trash);
Willy Tarreau74808cb2009-03-04 15:53:18 +01006782
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006783 if (!appctx->ctx.errors.px) {
Willy Tarreau74808cb2009-03-04 15:53:18 +01006784 /* the function had not been called yet, let's prepare the
6785 * buffer for a response.
6786 */
Willy Tarreau10479e42010-12-12 14:00:34 +01006787 struct tm tm;
6788
6789 get_localtime(date.tv_sec, &tm);
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006790 chunk_appendf(&trash, "Total events captured on [%02d/%s/%04d:%02d:%02d:%02d.%03d] : %u\n",
Willy Tarreau10479e42010-12-12 14:00:34 +01006791 tm.tm_mday, monthname[tm.tm_mon], tm.tm_year+1900,
6792 tm.tm_hour, tm.tm_min, tm.tm_sec, (int)(date.tv_usec/1000),
6793 error_snapshot_id);
6794
Willy Tarreau2bb4a962014-11-28 11:11:05 +01006795 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreau10479e42010-12-12 14:00:34 +01006796 /* Socket buffer full. Let's try again later from the same point */
Willy Tarreaufe127932015-04-21 19:23:39 +02006797 si_applet_cant_put(si);
Willy Tarreau10479e42010-12-12 14:00:34 +01006798 return 0;
6799 }
6800
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006801 appctx->ctx.errors.px = proxy;
6802 appctx->ctx.errors.buf = 0;
6803 appctx->ctx.errors.bol = 0;
6804 appctx->ctx.errors.ptr = -1;
Willy Tarreau74808cb2009-03-04 15:53:18 +01006805 }
6806
6807 /* we have two inner loops here, one for the proxy, the other one for
6808 * the buffer.
6809 */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006810 while (appctx->ctx.errors.px) {
Willy Tarreau74808cb2009-03-04 15:53:18 +01006811 struct error_snapshot *es;
6812
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006813 if (appctx->ctx.errors.buf == 0)
6814 es = &appctx->ctx.errors.px->invalid_req;
Willy Tarreau74808cb2009-03-04 15:53:18 +01006815 else
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006816 es = &appctx->ctx.errors.px->invalid_rep;
Willy Tarreau74808cb2009-03-04 15:53:18 +01006817
6818 if (!es->when.tv_sec)
6819 goto next;
6820
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006821 if (appctx->ctx.errors.iid >= 0 &&
6822 appctx->ctx.errors.px->uuid != appctx->ctx.errors.iid &&
6823 es->oe->uuid != appctx->ctx.errors.iid)
Willy Tarreau74808cb2009-03-04 15:53:18 +01006824 goto next;
6825
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006826 if (appctx->ctx.errors.ptr < 0) {
Willy Tarreau74808cb2009-03-04 15:53:18 +01006827 /* just print headers now */
6828
6829 char pn[INET6_ADDRSTRLEN];
6830 struct tm tm;
Willy Tarreaud04b1bc2012-05-08 11:03:10 +02006831 int port;
Willy Tarreau74808cb2009-03-04 15:53:18 +01006832
6833 get_localtime(es->when.tv_sec, &tm);
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006834 chunk_appendf(&trash, " \n[%02d/%s/%04d:%02d:%02d:%02d.%03d]",
Willy Tarreau74808cb2009-03-04 15:53:18 +01006835 tm.tm_mday, monthname[tm.tm_mon], tm.tm_year+1900,
Willy Tarreau1772ece2009-04-03 14:49:12 +02006836 tm.tm_hour, tm.tm_min, tm.tm_sec, (int)(es->when.tv_usec/1000));
Willy Tarreau74808cb2009-03-04 15:53:18 +01006837
Willy Tarreaud04b1bc2012-05-08 11:03:10 +02006838 switch (addr_to_str(&es->src, pn, sizeof(pn))) {
6839 case AF_INET:
6840 case AF_INET6:
6841 port = get_host_port(&es->src);
6842 break;
6843 default:
6844 port = 0;
6845 }
6846
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006847 switch (appctx->ctx.errors.buf) {
Willy Tarreau74808cb2009-03-04 15:53:18 +01006848 case 0:
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006849 chunk_appendf(&trash,
Willy Tarreau74808cb2009-03-04 15:53:18 +01006850 " frontend %s (#%d): invalid request\n"
Willy Tarreaud04b1bc2012-05-08 11:03:10 +02006851 " backend %s (#%d)",
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006852 appctx->ctx.errors.px->id, appctx->ctx.errors.px->uuid,
Willy Tarreaud04b1bc2012-05-08 11:03:10 +02006853 (es->oe->cap & PR_CAP_BE) ? es->oe->id : "<NONE>",
6854 (es->oe->cap & PR_CAP_BE) ? es->oe->uuid : -1);
Willy Tarreau74808cb2009-03-04 15:53:18 +01006855 break;
6856 case 1:
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006857 chunk_appendf(&trash,
Olivier Doucet08afdcb2014-09-08 11:23:00 +02006858 " backend %s (#%d): invalid response\n"
Willy Tarreaud04b1bc2012-05-08 11:03:10 +02006859 " frontend %s (#%d)",
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006860 appctx->ctx.errors.px->id, appctx->ctx.errors.px->uuid,
Willy Tarreaud04b1bc2012-05-08 11:03:10 +02006861 es->oe->id, es->oe->uuid);
Willy Tarreau74808cb2009-03-04 15:53:18 +01006862 break;
6863 }
6864
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006865 chunk_appendf(&trash,
Willy Tarreaud04b1bc2012-05-08 11:03:10 +02006866 ", server %s (#%d), event #%u\n"
6867 " src %s:%d, session #%d, session flags 0x%08x\n"
6868 " HTTP msg state %d, msg flags 0x%08x, tx flags 0x%08x\n"
6869 " HTTP chunk len %lld bytes, HTTP body len %lld bytes\n"
6870 " buffer flags 0x%08x, out %d bytes, total %lld bytes\n"
6871 " pending %d bytes, wrapping at %d, error at position %d:\n \n",
6872 es->srv ? es->srv->id : "<NONE>", es->srv ? es->srv->puid : -1,
6873 es->ev_id,
6874 pn, port, es->sid, es->s_flags,
6875 es->state, es->m_flags, es->t_flags,
6876 es->m_clen, es->m_blen,
6877 es->b_flags, es->b_out, es->b_tot,
6878 es->len, es->b_wrap, es->pos);
6879
Willy Tarreau2bb4a962014-11-28 11:11:05 +01006880 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreau74808cb2009-03-04 15:53:18 +01006881 /* Socket buffer full. Let's try again later from the same point */
Willy Tarreaufe127932015-04-21 19:23:39 +02006882 si_applet_cant_put(si);
Willy Tarreau61b34732009-10-03 23:49:35 +02006883 return 0;
Willy Tarreau74808cb2009-03-04 15:53:18 +01006884 }
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006885 appctx->ctx.errors.ptr = 0;
6886 appctx->ctx.errors.sid = es->sid;
Willy Tarreau74808cb2009-03-04 15:53:18 +01006887 }
6888
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006889 if (appctx->ctx.errors.sid != es->sid) {
Willy Tarreau74808cb2009-03-04 15:53:18 +01006890 /* the snapshot changed while we were dumping it */
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006891 chunk_appendf(&trash,
Willy Tarreau74808cb2009-03-04 15:53:18 +01006892 " WARNING! update detected on this snapshot, dump interrupted. Please re-check!\n");
Willy Tarreaubc18da12015-03-13 14:00:47 +01006893 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02006894 si_applet_cant_put(si);
Willy Tarreau61b34732009-10-03 23:49:35 +02006895 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01006896 }
Willy Tarreau74808cb2009-03-04 15:53:18 +01006897 goto next;
6898 }
6899
6900 /* OK, ptr >= 0, so we have to dump the current line */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006901 while (appctx->ctx.errors.ptr < es->len && appctx->ctx.errors.ptr < sizeof(es->buf)) {
Willy Tarreau74808cb2009-03-04 15:53:18 +01006902 int newptr;
6903 int newline;
6904
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006905 newline = appctx->ctx.errors.bol;
6906 newptr = dump_text_line(&trash, es->buf, sizeof(es->buf), es->len, &newline, appctx->ctx.errors.ptr);
6907 if (newptr == appctx->ctx.errors.ptr)
Willy Tarreau61b34732009-10-03 23:49:35 +02006908 return 0;
Willy Tarreau74808cb2009-03-04 15:53:18 +01006909
Willy Tarreau2bb4a962014-11-28 11:11:05 +01006910 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreau74808cb2009-03-04 15:53:18 +01006911 /* Socket buffer full. Let's try again later from the same point */
Willy Tarreaufe127932015-04-21 19:23:39 +02006912 si_applet_cant_put(si);
Willy Tarreau61b34732009-10-03 23:49:35 +02006913 return 0;
Willy Tarreau74808cb2009-03-04 15:53:18 +01006914 }
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006915 appctx->ctx.errors.ptr = newptr;
6916 appctx->ctx.errors.bol = newline;
Willy Tarreau74808cb2009-03-04 15:53:18 +01006917 };
6918 next:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006919 appctx->ctx.errors.bol = 0;
6920 appctx->ctx.errors.ptr = -1;
6921 appctx->ctx.errors.buf++;
6922 if (appctx->ctx.errors.buf > 1) {
6923 appctx->ctx.errors.buf = 0;
6924 appctx->ctx.errors.px = appctx->ctx.errors.px->next;
Willy Tarreau74808cb2009-03-04 15:53:18 +01006925 }
Willy Tarreauae795722016-02-16 11:27:28 +01006926 }
6927
6928 /* dump complete */
6929 return 1;
6930}
6931
6932/* This function dumps all environmnent variables to the buffer. It returns 0
6933 * if the output buffer is full and it needs to be called again, otherwise
6934 * non-zero. Dumps only one entry if st2 == STAT_ST_END.
6935 */
6936static int stats_dump_env_to_buffer(struct stream_interface *si)
6937{
6938 struct appctx *appctx = __objt_appctx(si->end);
6939
6940 if (unlikely(si_ic(si)->flags & (CF_WRITE_ERROR|CF_SHUTW)))
6941 return 1;
6942
6943 chunk_reset(&trash);
6944
6945 /* we have two inner loops here, one for the proxy, the other one for
6946 * the buffer.
6947 */
6948 while (*appctx->ctx.env.var) {
6949 chunk_printf(&trash, "%s\n", *appctx->ctx.env.var);
6950
6951 if (bi_putchk(si_ic(si), &trash) == -1) {
6952 si_applet_cant_put(si);
6953 return 0;
6954 }
6955 if (appctx->st2 == STAT_ST_END)
6956 break;
6957 appctx->ctx.env.var++;
Willy Tarreau74808cb2009-03-04 15:53:18 +01006958 }
6959
6960 /* dump complete */
Willy Tarreau61b34732009-10-03 23:49:35 +02006961 return 1;
Willy Tarreau74808cb2009-03-04 15:53:18 +01006962}
6963
Willy Tarreaud5781202012-09-22 19:32:35 +02006964/* parse the "level" argument on the bind lines */
6965static int bind_parse_level(char **args, int cur_arg, struct proxy *px, struct bind_conf *conf, char **err)
6966{
6967 if (!*args[cur_arg + 1]) {
6968 memprintf(err, "'%s' : missing level", args[cur_arg]);
6969 return ERR_ALERT | ERR_FATAL;
6970 }
6971
6972 if (!strcmp(args[cur_arg+1], "user"))
6973 conf->level = ACCESS_LVL_USER;
6974 else if (!strcmp(args[cur_arg+1], "operator"))
6975 conf->level = ACCESS_LVL_OPER;
6976 else if (!strcmp(args[cur_arg+1], "admin"))
6977 conf->level = ACCESS_LVL_ADMIN;
6978 else {
6979 memprintf(err, "'%s' only supports 'user', 'operator', and 'admin' (got '%s')",
6980 args[cur_arg], args[cur_arg+1]);
6981 return ERR_ALERT | ERR_FATAL;
6982 }
6983
6984 return 0;
6985}
6986
Willy Tarreau30576452015-04-13 13:50:30 +02006987struct applet http_stats_applet = {
Willy Tarreau3fdb3662012-11-12 00:42:33 +01006988 .obj_type = OBJ_TYPE_APPLET,
Willy Tarreaub24281b2011-02-13 13:16:36 +01006989 .name = "<STATS>", /* used for logging */
6990 .fct = http_stats_io_handler,
Aman Gupta9a13e842012-04-02 18:57:53 -07006991 .release = NULL,
Willy Tarreaub24281b2011-02-13 13:16:36 +01006992};
6993
Willy Tarreau30576452015-04-13 13:50:30 +02006994static struct applet cli_applet = {
Willy Tarreau3fdb3662012-11-12 00:42:33 +01006995 .obj_type = OBJ_TYPE_APPLET,
Willy Tarreaub24281b2011-02-13 13:16:36 +01006996 .name = "<CLI>", /* used for logging */
6997 .fct = cli_io_handler,
Willy Tarreau5f9a8772012-11-26 02:22:40 +01006998 .release = cli_release_handler,
Willy Tarreaub24281b2011-02-13 13:16:36 +01006999};
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01007000
Willy Tarreaudc13c112013-06-21 23:16:39 +02007001static struct cfg_kw_list cfg_kws = {ILH, {
Willy Tarreau10522fd2008-07-09 20:12:41 +02007002 { CFG_GLOBAL, "stats", stats_parse_global },
7003 { 0, NULL, NULL },
7004}};
7005
Willy Tarreaud5781202012-09-22 19:32:35 +02007006static struct bind_kw_list bind_kws = { "STAT", { }, {
7007 { "level", bind_parse_level, 1 }, /* set the unix socket admin level */
7008 { NULL, NULL, 0 },
7009}};
7010
Willy Tarreau10522fd2008-07-09 20:12:41 +02007011__attribute__((constructor))
7012static void __dumpstats_module_init(void)
7013{
7014 cfg_register_keywords(&cfg_kws);
Willy Tarreaud5781202012-09-22 19:32:35 +02007015 bind_register_keywords(&bind_kws);
Willy Tarreau10522fd2008-07-09 20:12:41 +02007016}
7017
Willy Tarreau91861262007-10-17 17:06:05 +02007018/*
7019 * Local variables:
7020 * c-indent-level: 8
7021 * c-basic-offset: 8
7022 * End:
7023 */