blob: 4f21eea938902a982cf2259e6425888ad0259c7d [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
Baptiste Assmann9b6857e2015-09-18 14:49:12 +0200257static int stats_dump_backend_to_buffer(struct stream_interface *si);
Willy Tarreauae795722016-02-16 11:27:28 +0100258static int stats_dump_env_to_buffer(struct stream_interface *si);
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +0100259static int stats_dump_info_to_buffer(struct stream_interface *si);
Baptiste Assmann28289462015-07-03 08:01:20 +0200260static int stats_dump_servers_state_to_buffer(struct stream_interface *si);
Willy Tarreau12833bb2014-01-28 16:49:56 +0100261static int stats_dump_pools_to_buffer(struct stream_interface *si);
Willy Tarreau87b09662015-04-03 00:22:06 +0200262static int stats_dump_full_sess_to_buffer(struct stream_interface *si, struct stream *sess);
Simon Horman9bd2c732011-06-15 15:18:44 +0900263static int stats_dump_sess_to_buffer(struct stream_interface *si);
264static int stats_dump_errors_to_buffer(struct stream_interface *si);
Willy Tarreau44455022012-12-05 23:01:12 +0100265static int stats_table_request(struct stream_interface *si, int show);
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +0100266static int stats_dump_proxy_to_buffer(struct stream_interface *si, struct proxy *px, struct uri_auth *uri);
267static int stats_dump_stat_to_buffer(struct stream_interface *si, struct uri_auth *uri);
Baptiste Assmann3863f972015-05-17 00:33:24 +0200268static int stats_dump_resolvers_to_buffer(struct stream_interface *si);
Thierry FOURNIER1e00d382014-02-11 11:31:40 +0100269static int stats_pats_list(struct stream_interface *si);
270static int stats_pat_list(struct stream_interface *si);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +0100271static int stats_map_lookup(struct stream_interface *si);
Nenad Merdanovic200b0fa2015-05-09 08:46:01 +0200272#if (defined SSL_CTRL_SET_TLSEXT_TICKET_KEY_CB && TLS_TICKETS_NO > 0)
273static int stats_tlskeys_list(struct stream_interface *si);
274#endif
Willy Tarreau00a37f02015-04-13 12:05:19 +0200275static void cli_release_handler(struct appctx *appctx);
Simon Horman9bd2c732011-06-15 15:18:44 +0900276
Baptiste Assmann28289462015-07-03 08:01:20 +0200277static void dump_servers_state(struct proxy *backend, struct chunk *buf);
278
Willy Tarreaud9bdcd52012-12-22 20:31:10 +0100279/*
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +0100280 * cli_io_handler()
281 * -> stats_dump_sess_to_buffer() // "show sess"
282 * -> stats_dump_errors_to_buffer() // "show errors"
283 * -> stats_dump_info_to_buffer() // "show info"
Baptiste Assmann9b6857e2015-09-18 14:49:12 +0200284 * -> stats_dump_backend_to_buffer() // "show backend"
Baptiste Assmann28289462015-07-03 08:01:20 +0200285 * -> stats_dump_servers_state_to_buffer() // "show servers state [<backend name>]"
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +0100286 * -> stats_dump_stat_to_buffer() // "show stat"
Baptiste Assmann3863f972015-05-17 00:33:24 +0200287 * -> stats_dump_resolvers_to_buffer() // "show stat resolver <id>"
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +0100288 * -> stats_dump_csv_header()
289 * -> stats_dump_proxy_to_buffer()
290 * -> stats_dump_fe_stats()
291 * -> stats_dump_li_stats()
292 * -> stats_dump_sv_stats()
293 * -> stats_dump_be_stats()
294 *
295 * http_stats_io_handler()
296 * -> stats_dump_stat_to_buffer() // same as above, but used for CSV or HTML
297 * -> stats_dump_csv_header() // emits the CSV headers (same as above)
298 * -> stats_dump_html_head() // emits the HTML headers
299 * -> stats_dump_html_info() // emits the equivalent of "show info" at the top
300 * -> stats_dump_proxy_to_buffer() // same as above, valid for CSV and HTML
301 * -> stats_dump_html_px_hdr()
302 * -> stats_dump_fe_stats()
303 * -> stats_dump_li_stats()
304 * -> stats_dump_sv_stats()
305 * -> stats_dump_be_stats()
306 * -> stats_dump_html_px_end()
307 * -> stats_dump_html_end() // emits HTML trailer
Willy Tarreaud9bdcd52012-12-22 20:31:10 +0100308 */
309
Willy Tarreau30576452015-04-13 13:50:30 +0200310static struct applet cli_applet;
Simon Horman9bd2c732011-06-15 15:18:44 +0900311
312static const char stats_sock_usage_msg[] =
Krzysztof Piotr Oledzki719e7262009-10-04 15:02:46 +0200313 "Unknown command. Please enter one of the following commands only :\n"
Willy Tarreau2f6bf2b2009-10-10 15:26:26 +0200314 " clear counters : clear max statistics counters (add 'all' for all counters)\n"
Willy Tarreau88ee3972010-07-13 13:48:00 +0200315 " clear table : remove an entry from a table\n"
Krzysztof Piotr Oledzki719e7262009-10-04 15:02:46 +0200316 " help : this message\n"
317 " prompt : toggle interactive mode with prompt\n"
318 " quit : disconnect\n"
Baptiste Assmann9b6857e2015-09-18 14:49:12 +0200319 " show backend : list backends in the current running config\n"
Willy Tarreauae795722016-02-16 11:27:28 +0100320 " show env [var] : dump environment variables known to the process\n"
Krzysztof Piotr Oledzki719e7262009-10-04 15:02:46 +0200321 " show info : report information about the running process\n"
Willy Tarreau12833bb2014-01-28 16:49:56 +0100322 " show pools : report information about the memory pools usage\n"
Krzysztof Piotr Oledzki719e7262009-10-04 15:02:46 +0200323 " show stat : report counters for each proxy and server\n"
324 " show errors : report last request and response errors for each proxy\n"
Willy Tarreau66dc20a2010-03-05 17:53:32 +0100325 " show sess [id] : report the list of current sessions or dump this session\n"
Willy Tarreau69f58c82010-07-12 17:55:33 +0200326 " show table [id]: report table usage stats or dump this table's contents\n"
Baptiste Assmann28289462015-07-03 08:01:20 +0200327 " show servers state [id]: dump volatile server information (for backend <id>)\n"
Willy Tarreau38338fa2009-10-10 18:37:29 +0200328 " get weight : report a server's current weight\n"
Willy Tarreau4483d432009-10-10 19:30:08 +0200329 " set weight : change a server's weight\n"
Baptiste Assmann3d8f8312015-04-13 22:54:33 +0200330 " set server : change a server's state, weight or address\n"
Willy Tarreau654694e2012-06-07 01:03:16 +0200331 " set table [id] : update or create a table entry's data\n"
Willy Tarreau7aabd112010-01-26 10:59:06 +0100332 " set timeout : change a timeout setting\n"
Willy Tarreau2a0f4d22011-08-02 11:49:05 +0200333 " set maxconn : change a maxconn setting\n"
Willy Tarreauf5b22872011-09-07 16:13:44 +0200334 " set rate-limit : change a rate limiting value\n"
Willy Tarreaua295edc2011-09-07 23:21:03 +0200335 " disable : put a server or frontend in maintenance mode\n"
336 " enable : re-enable a server or frontend which is in maintenance mode\n"
337 " shutdown : kill a session or a frontend (eg:to release listening ports)\n"
Thierry FOURNIER1e00d382014-02-11 11:31:40 +0100338 " show acl [id] : report avalaible acls or dump an acl's contents\n"
339 " get acl : reports the patterns matching a sample for an ACL\n"
340 " add acl : add acl entry\n"
341 " del acl : delete acl entry\n"
342 " clear acl <id> : clear the content of this acl\n"
Thierry FOURNIER1432a0c2014-03-11 13:42:38 +0100343 " show map [id] : report avalaible maps or dump a map's contents\n"
344 " get map : reports the keys and values matching a sample for a map\n"
345 " set map : modify map entry\n"
346 " add map : add map entry\n"
347 " del map : delete map entry\n"
348 " clear map <id> : clear the content of this map\n"
Emeric Brun4147b2e2014-06-16 18:36:30 +0200349 " set ssl <stmt> : set statement for ssl\n"
Willy Tarreau9a42c0d2009-09-22 19:31:03 +0200350 "";
Willy Tarreau5ca791d2009-08-16 19:06:42 +0200351
Simon Horman9bd2c732011-06-15 15:18:44 +0900352static const char stats_permission_denied_msg[] =
Willy Tarreau6162db22009-10-10 17:13:00 +0200353 "Permission denied\n"
354 "";
355
Willy Tarreau295a8372011-03-10 11:25:07 +0100356/* data transmission states for the stats responses */
357enum {
358 STAT_ST_INIT = 0,
359 STAT_ST_HEAD,
360 STAT_ST_INFO,
361 STAT_ST_LIST,
362 STAT_ST_END,
363 STAT_ST_FIN,
364};
365
366/* data transmission states for the stats responses inside a proxy */
367enum {
368 STAT_PX_ST_INIT = 0,
369 STAT_PX_ST_TH,
370 STAT_PX_ST_FE,
371 STAT_PX_ST_LI,
372 STAT_PX_ST_SV,
373 STAT_PX_ST_BE,
374 STAT_PX_ST_END,
375 STAT_PX_ST_FIN,
376};
377
Cyril Bonté19979e12012-04-04 12:57:21 +0200378extern const char *stat_status_codes[];
379
Willy Tarreau07e9e642010-08-17 21:48:17 +0200380/* allocate a new stats frontend named <name>, and return it
381 * (or NULL in case of lack of memory).
382 */
Willy Tarreaua020fbd2012-09-18 20:05:00 +0200383static struct proxy *alloc_stats_fe(const char *name, const char *file, int line)
Willy Tarreau07e9e642010-08-17 21:48:17 +0200384{
385 struct proxy *fe;
386
387 fe = (struct proxy *)calloc(1, sizeof(struct proxy));
388 if (!fe)
389 return NULL;
390
Willy Tarreau237250c2011-07-29 01:49:03 +0200391 init_new_proxy(fe);
Willy Tarreau050536d2012-10-04 08:47:34 +0200392 fe->next = proxy;
393 proxy = fe;
Willy Tarreau07e9e642010-08-17 21:48:17 +0200394 fe->last_change = now.tv_sec;
395 fe->id = strdup("GLOBAL");
396 fe->cap = PR_CAP_FE;
Willy Tarreauc2adf8b2011-09-07 12:13:34 +0200397 fe->maxconn = 10; /* default to 10 concurrent connections */
398 fe->timeout.client = MS_TO_TICKS(10000); /* default timeout of 10 seconds */
Willy Tarreaua020fbd2012-09-18 20:05:00 +0200399 fe->conf.file = strdup(file);
400 fe->conf.line = line;
Willy Tarreau32b60d42015-03-13 16:14:57 +0100401 fe->accept = frontend_accept;
Willy Tarreauf87ab942015-03-13 15:55:16 +0100402 fe->default_target = &cli_applet.obj_type;
Willy Tarreau050536d2012-10-04 08:47:34 +0200403
404 /* the stats frontend is the only one able to assign ID #0 */
405 fe->conf.id.key = fe->uuid = 0;
406 eb32_insert(&used_proxy_id, &fe->conf.id);
Willy Tarreau07e9e642010-08-17 21:48:17 +0200407 return fe;
408}
409
Willy Tarreaufbee7132007-10-18 13:53:22 +0200410/* This function parses a "stats" statement in the "global" section. It returns
Willy Tarreau0a3dd742012-05-08 19:47:01 +0200411 * -1 if there is any error, otherwise zero. If it returns -1, it will write an
412 * error message into the <err> buffer which will be preallocated. The trailing
413 * '\n' must not be written. The function must be called with <args> pointing to
414 * the first word after "stats".
Willy Tarreaufbee7132007-10-18 13:53:22 +0200415 */
Willy Tarreau10522fd2008-07-09 20:12:41 +0200416static int stats_parse_global(char **args, int section_type, struct proxy *curpx,
Willy Tarreau28a47d62012-09-18 20:02:48 +0200417 struct proxy *defpx, const char *file, int line,
418 char **err)
Willy Tarreaufbee7132007-10-18 13:53:22 +0200419{
Willy Tarreau4348fad2012-09-20 16:48:07 +0200420 struct bind_conf *bind_conf;
Willy Tarreauc53d4222012-09-20 20:19:28 +0200421 struct listener *l;
Willy Tarreau4348fad2012-09-20 16:48:07 +0200422
Willy Tarreau0a3dd742012-05-08 19:47:01 +0200423 if (!strcmp(args[1], "socket")) {
Willy Tarreaufbee7132007-10-18 13:53:22 +0200424 int cur_arg;
425
Willy Tarreau0a3dd742012-05-08 19:47:01 +0200426 if (*args[2] == 0) {
Willy Tarreauc53d4222012-09-20 20:19:28 +0200427 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 +0200428 return -1;
429 }
430
Willy Tarreau89a63132009-08-16 17:41:45 +0200431 if (!global.stats_fe) {
Willy Tarreaua020fbd2012-09-18 20:05:00 +0200432 if ((global.stats_fe = alloc_stats_fe("GLOBAL", file, line)) == NULL) {
Willy Tarreau0a3dd742012-05-08 19:47:01 +0200433 memprintf(err, "'%s %s' : out of memory trying to allocate a frontend", args[0], args[1]);
Willy Tarreau89a63132009-08-16 17:41:45 +0200434 return -1;
435 }
Willy Tarreau89a63132009-08-16 17:41:45 +0200436 }
437
Willy Tarreau4348fad2012-09-20 16:48:07 +0200438 bind_conf = bind_conf_alloc(&global.stats_fe->conf.bind, file, line, args[2]);
Willy Tarreau290e63a2012-09-20 18:07:14 +0200439 bind_conf->level = ACCESS_LVL_OPER; /* default access level */
Willy Tarreau4348fad2012-09-20 16:48:07 +0200440
Willy Tarreauc53d4222012-09-20 20:19:28 +0200441 if (!str2listener(args[2], global.stats_fe, bind_conf, file, line, err)) {
442 memprintf(err, "parsing [%s:%d] : '%s %s' : %s\n",
443 file, line, args[0], args[1], err && *err ? *err : "error");
444 return -1;
445 }
Willy Tarreaufbee7132007-10-18 13:53:22 +0200446
Willy Tarreau0a3dd742012-05-08 19:47:01 +0200447 cur_arg = 3;
Willy Tarreaufbee7132007-10-18 13:53:22 +0200448 while (*args[cur_arg]) {
Willy Tarreaud5781202012-09-22 19:32:35 +0200449 static int bind_dumped;
450 struct bind_kw *kw;
451
452 kw = bind_find_kw(args[cur_arg]);
453 if (kw) {
454 if (!kw->parse) {
455 memprintf(err, "'%s %s' : '%s' option is not implemented in this version (check build options).",
456 args[0], args[1], args[cur_arg]);
Willy Tarreaufbee7132007-10-18 13:53:22 +0200457 return -1;
458 }
Willy Tarreaud5781202012-09-22 19:32:35 +0200459
Willy Tarreau061b5de2015-10-13 15:06:57 +0200460 if (kw->parse(args, cur_arg, global.stats_fe, bind_conf, err) != 0) {
Willy Tarreaud5781202012-09-22 19:32:35 +0200461 if (err && *err)
462 memprintf(err, "'%s %s' : '%s'", args[0], args[1], *err);
463 else
464 memprintf(err, "'%s %s' : error encountered while processing '%s'",
465 args[0], args[1], args[cur_arg]);
Willy Tarreau6162db22009-10-10 17:13:00 +0200466 return -1;
467 }
Willy Tarreaud5781202012-09-22 19:32:35 +0200468
469 cur_arg += 1 + kw->skip;
470 continue;
Willy Tarreau6162db22009-10-10 17:13:00 +0200471 }
Willy Tarreaud5781202012-09-22 19:32:35 +0200472
473 if (!bind_dumped) {
474 bind_dump_kws(err);
475 indent_msg(err, 4);
476 bind_dumped = 1;
Willy Tarreaufbee7132007-10-18 13:53:22 +0200477 }
Willy Tarreaud5781202012-09-22 19:32:35 +0200478
479 memprintf(err, "'%s %s' : unknown keyword '%s'.%s%s",
480 args[0], args[1], args[cur_arg],
481 err && *err ? " Registered keywords :" : "", err && *err ? *err : "");
482 return -1;
Willy Tarreaufbee7132007-10-18 13:53:22 +0200483 }
Willy Tarreaub1356cf2008-12-07 16:06:43 +0100484
Willy Tarreauc53d4222012-09-20 20:19:28 +0200485 list_for_each_entry(l, &bind_conf->listeners, by_bind) {
486 l->maxconn = global.stats_fe->maxconn;
487 l->backlog = global.stats_fe->backlog;
Willy Tarreau9903f0e2015-04-04 18:50:31 +0200488 l->accept = session_accept_fd;
Willy Tarreau87b09662015-04-03 00:22:06 +0200489 l->handler = process_stream;
Willy Tarreau10b688f2015-03-13 16:43:12 +0100490 l->default_target = global.stats_fe->default_target;
Willy Tarreauc53d4222012-09-20 20:19:28 +0200491 l->options |= LI_O_UNLIMITED; /* don't make the peers subject to global limits */
492 l->nice = -64; /* we want to boost priority for local stats */
493 global.maxsock += l->maxconn;
494 }
Willy Tarreaufbee7132007-10-18 13:53:22 +0200495 }
Willy Tarreau0a3dd742012-05-08 19:47:01 +0200496 else if (!strcmp(args[1], "timeout")) {
Willy Tarreaub3f32f52007-12-02 22:15:14 +0100497 unsigned timeout;
Willy Tarreau0a3dd742012-05-08 19:47:01 +0200498 const char *res = parse_time_err(args[2], &timeout, TIME_UNIT_MS);
Willy Tarreaub3f32f52007-12-02 22:15:14 +0100499
500 if (res) {
Willy Tarreau0a3dd742012-05-08 19:47:01 +0200501 memprintf(err, "'%s %s' : unexpected character '%c'", args[0], args[1], *res);
Willy Tarreaub3f32f52007-12-02 22:15:14 +0100502 return -1;
503 }
Willy Tarreaufbee7132007-10-18 13:53:22 +0200504
Willy Tarreaub3f32f52007-12-02 22:15:14 +0100505 if (!timeout) {
Willy Tarreau0a3dd742012-05-08 19:47:01 +0200506 memprintf(err, "'%s %s' expects a positive value", args[0], args[1]);
Willy Tarreaufbee7132007-10-18 13:53:22 +0200507 return -1;
508 }
Willy Tarreau07e9e642010-08-17 21:48:17 +0200509 if (!global.stats_fe) {
Willy Tarreaua020fbd2012-09-18 20:05:00 +0200510 if ((global.stats_fe = alloc_stats_fe("GLOBAL", file, line)) == NULL) {
Willy Tarreau0a3dd742012-05-08 19:47:01 +0200511 memprintf(err, "'%s %s' : out of memory trying to allocate a frontend", args[0], args[1]);
Willy Tarreau07e9e642010-08-17 21:48:17 +0200512 return -1;
513 }
514 }
Willy Tarreau89a63132009-08-16 17:41:45 +0200515 global.stats_fe->timeout.client = MS_TO_TICKS(timeout);
Willy Tarreaufbee7132007-10-18 13:53:22 +0200516 }
Willy Tarreau0a3dd742012-05-08 19:47:01 +0200517 else if (!strcmp(args[1], "maxconn")) {
518 int maxconn = atol(args[2]);
Willy Tarreaufbee7132007-10-18 13:53:22 +0200519
520 if (maxconn <= 0) {
Willy Tarreau0a3dd742012-05-08 19:47:01 +0200521 memprintf(err, "'%s %s' expects a positive value", args[0], args[1]);
Willy Tarreaufbee7132007-10-18 13:53:22 +0200522 return -1;
523 }
Willy Tarreauc2adf8b2011-09-07 12:13:34 +0200524
525 if (!global.stats_fe) {
Willy Tarreaua020fbd2012-09-18 20:05:00 +0200526 if ((global.stats_fe = alloc_stats_fe("GLOBAL", file, line)) == NULL) {
Willy Tarreau0a3dd742012-05-08 19:47:01 +0200527 memprintf(err, "'%s %s' : out of memory trying to allocate a frontend", args[0], args[1]);
Willy Tarreauc2adf8b2011-09-07 12:13:34 +0200528 return -1;
529 }
530 }
531 global.stats_fe->maxconn = maxconn;
Willy Tarreaufbee7132007-10-18 13:53:22 +0200532 }
Willy Tarreau35b7b162012-10-22 23:17:18 +0200533 else if (!strcmp(args[1], "bind-process")) { /* enable the socket only on some processes */
534 int cur_arg = 2;
Willy Tarreaua9db57e2013-01-18 11:29:29 +0100535 unsigned long set = 0;
Willy Tarreau35b7b162012-10-22 23:17:18 +0200536
Willy Tarreau91319572013-04-20 09:48:50 +0200537 if (!global.stats_fe) {
538 if ((global.stats_fe = alloc_stats_fe("GLOBAL", file, line)) == NULL) {
539 memprintf(err, "'%s %s' : out of memory trying to allocate a frontend", args[0], args[1]);
540 return -1;
541 }
542 }
543
Willy Tarreau35b7b162012-10-22 23:17:18 +0200544 while (*args[cur_arg]) {
Willy Tarreau110ecc12012-11-15 17:50:01 +0100545 unsigned int low, high;
546
Willy Tarreau35b7b162012-10-22 23:17:18 +0200547 if (strcmp(args[cur_arg], "all") == 0) {
548 set = 0;
549 break;
550 }
551 else if (strcmp(args[cur_arg], "odd") == 0) {
Willy Tarreaua9db57e2013-01-18 11:29:29 +0100552 set |= ~0UL/3UL; /* 0x555....555 */
Willy Tarreau35b7b162012-10-22 23:17:18 +0200553 }
554 else if (strcmp(args[cur_arg], "even") == 0) {
Willy Tarreaua9db57e2013-01-18 11:29:29 +0100555 set |= (~0UL/3UL) << 1; /* 0xAAA...AAA */
Willy Tarreau35b7b162012-10-22 23:17:18 +0200556 }
Willy Tarreau83d84cf2012-11-22 01:04:31 +0100557 else if (isdigit((int)*args[cur_arg])) {
Willy Tarreau110ecc12012-11-15 17:50:01 +0100558 char *dash = strchr(args[cur_arg], '-');
559
560 low = high = str2uic(args[cur_arg]);
561 if (dash)
562 high = str2uic(dash + 1);
563
564 if (high < low) {
565 unsigned int swap = low;
566 low = high;
567 high = swap;
568 }
569
Willy Tarreaua9db57e2013-01-18 11:29:29 +0100570 if (low < 1 || high > LONGBITS) {
571 memprintf(err, "'%s %s' supports process numbers from 1 to %d.\n",
572 args[0], args[1], LONGBITS);
Willy Tarreau35b7b162012-10-22 23:17:18 +0200573 return -1;
574 }
Willy Tarreau110ecc12012-11-15 17:50:01 +0100575 while (low <= high)
Willy Tarreaua9db57e2013-01-18 11:29:29 +0100576 set |= 1UL << (low++ - 1);
Willy Tarreau110ecc12012-11-15 17:50:01 +0100577 }
578 else {
579 memprintf(err,
Willy Tarreaua9db57e2013-01-18 11:29:29 +0100580 "'%s %s' expects 'all', 'odd', 'even', or a list of process ranges with numbers from 1 to %d.\n",
581 args[0], args[1], LONGBITS);
Willy Tarreau110ecc12012-11-15 17:50:01 +0100582 return -1;
Willy Tarreau35b7b162012-10-22 23:17:18 +0200583 }
584 cur_arg++;
585 }
586 global.stats_fe->bind_proc = set;
587 }
Willy Tarreaufbee7132007-10-18 13:53:22 +0200588 else {
Willy Tarreau35b7b162012-10-22 23:17:18 +0200589 memprintf(err, "'%s' only supports 'socket', 'maxconn', 'bind-process' and 'timeout' (got '%s')", args[0], args[1]);
Willy Tarreaufbee7132007-10-18 13:53:22 +0200590 return -1;
591 }
592 return 0;
593}
594
Willy Tarreaud9bdcd52012-12-22 20:31:10 +0100595/* Dumps the stats CSV header to the trash buffer which. The caller is responsible
596 * for clearing it if needed.
Willy Tarreauf522f3d2014-02-10 22:22:49 +0100597 * NOTE: Some tools happen to rely on the field position instead of its name,
598 * so please only append new fields at the end, never in the middle.
Willy Tarreaud9bdcd52012-12-22 20:31:10 +0100599 */
600static void stats_dump_csv_header()
Willy Tarreau4bab24d2007-11-30 18:16:29 +0100601{
Willy Tarreaud9bdcd52012-12-22 20:31:10 +0100602 chunk_appendf(&trash,
603 "# pxname,svname,"
604 "qcur,qmax,"
Willy Tarreauf522f3d2014-02-10 22:22:49 +0100605 "scur,smax,slim,stot,"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +0100606 "bin,bout,"
607 "dreq,dresp,"
608 "ereq,econ,eresp,"
609 "wretr,wredis,"
610 "status,weight,act,bck,"
611 "chkfail,chkdown,lastchg,downtime,qlimit,"
612 "pid,iid,sid,throttle,lbtot,tracked,type,"
613 "rate,rate_lim,rate_max,"
614 "check_status,check_code,check_duration,"
615 "hrsp_1xx,hrsp_2xx,hrsp_3xx,hrsp_4xx,hrsp_5xx,hrsp_other,hanafail,"
616 "req_rate,req_rate_max,req_tot,"
617 "cli_abrt,srv_abrt,"
Willy Tarreauf5b1cc32014-06-17 12:20:59 +0200618 "comp_in,comp_out,comp_byp,comp_rsp,lastsess,last_chk,last_agt,qtime,ctime,rtime,ttime,"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +0100619 "\n");
Willy Tarreau4bab24d2007-11-30 18:16:29 +0100620}
621
Simon Hormand9366582011-06-15 15:18:45 +0900622/* print a string of text buffer to <out>. The format is :
623 * Non-printable chars \t, \n, \r and \e are * encoded in C format.
624 * Other non-printable chars are encoded "\xHH". Space and '\' are also escaped.
625 * Print stopped if null char or <bsize> is reached, or if no more place in the chunk.
626 */
627static int dump_text(struct chunk *out, const char *buf, int bsize)
628{
629 unsigned char c;
630 int ptr = 0;
631
632 while (buf[ptr] && ptr < bsize) {
633 c = buf[ptr];
634 if (isprint(c) && isascii(c) && c != '\\' && c != ' ') {
635 if (out->len > out->size - 1)
636 break;
637 out->str[out->len++] = c;
638 }
639 else if (c == '\t' || c == '\n' || c == '\r' || c == '\e' || c == '\\' || c == ' ') {
640 if (out->len > out->size - 2)
641 break;
642 out->str[out->len++] = '\\';
643 switch (c) {
644 case ' ': c = ' '; break;
645 case '\t': c = 't'; break;
646 case '\n': c = 'n'; break;
647 case '\r': c = 'r'; break;
648 case '\e': c = 'e'; break;
649 case '\\': c = '\\'; break;
650 }
651 out->str[out->len++] = c;
652 }
653 else {
654 if (out->len > out->size - 4)
655 break;
656 out->str[out->len++] = '\\';
657 out->str[out->len++] = 'x';
658 out->str[out->len++] = hextab[(c >> 4) & 0xF];
659 out->str[out->len++] = hextab[c & 0xF];
660 }
661 ptr++;
662 }
663
664 return ptr;
665}
666
667/* print a buffer in hexa.
668 * Print stopped if <bsize> is reached, or if no more place in the chunk.
669 */
670static int dump_binary(struct chunk *out, const char *buf, int bsize)
671{
672 unsigned char c;
673 int ptr = 0;
674
675 while (ptr < bsize) {
676 c = buf[ptr];
677
678 if (out->len > out->size - 2)
679 break;
680 out->str[out->len++] = hextab[(c >> 4) & 0xF];
681 out->str[out->len++] = hextab[c & 0xF];
682
683 ptr++;
684 }
685 return ptr;
686}
687
688/* Dump the status of a table to a stream interface's
689 * read buffer. It returns 0 if the output buffer is full
690 * and needs to be called again, otherwise non-zero.
691 */
692static int stats_dump_table_head_to_buffer(struct chunk *msg, struct stream_interface *si,
693 struct proxy *proxy, struct proxy *target)
694{
Willy Tarreau87b09662015-04-03 00:22:06 +0200695 struct stream *s = si_strm(si);
Simon Hormand9366582011-06-15 15:18:45 +0900696
Willy Tarreau77804732012-10-29 16:14:26 +0100697 chunk_appendf(msg, "# table: %s, type: %s, size:%d, used:%d\n",
Simon Hormand9366582011-06-15 15:18:45 +0900698 proxy->id, stktable_types[proxy->table.type].kw, proxy->table.size, proxy->table.current);
699
700 /* any other information should be dumped here */
701
Willy Tarreaud0d8da92015-04-04 02:10:38 +0200702 if (target && strm_li(s)->bind_conf->level < ACCESS_LVL_OPER)
Willy Tarreau77804732012-10-29 16:14:26 +0100703 chunk_appendf(msg, "# contents not dumped due to insufficient privileges\n");
Simon Hormand9366582011-06-15 15:18:45 +0900704
Willy Tarreaubc18da12015-03-13 14:00:47 +0100705 if (bi_putchk(si_ic(si), msg) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +0200706 si_applet_cant_put(si);
Simon Hormand9366582011-06-15 15:18:45 +0900707 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +0100708 }
Simon Hormand9366582011-06-15 15:18:45 +0900709
710 return 1;
711}
712
713/* Dump the a table entry to a stream interface's
714 * read buffer. It returns 0 if the output buffer is full
715 * and needs to be called again, otherwise non-zero.
716 */
717static int stats_dump_table_entry_to_buffer(struct chunk *msg, struct stream_interface *si,
718 struct proxy *proxy, struct stksess *entry)
719{
720 int dt;
721
Willy Tarreau77804732012-10-29 16:14:26 +0100722 chunk_appendf(msg, "%p:", entry);
Simon Hormand9366582011-06-15 15:18:45 +0900723
Thierry FOURNIER5d24ebc2015-07-24 08:46:42 +0200724 if (proxy->table.type == SMP_T_IPV4) {
Simon Hormand9366582011-06-15 15:18:45 +0900725 char addr[INET_ADDRSTRLEN];
726 inet_ntop(AF_INET, (const void *)&entry->key.key, addr, sizeof(addr));
Willy Tarreau77804732012-10-29 16:14:26 +0100727 chunk_appendf(msg, " key=%s", addr);
Simon Hormand9366582011-06-15 15:18:45 +0900728 }
Thierry FOURNIER5d24ebc2015-07-24 08:46:42 +0200729 else if (proxy->table.type == SMP_T_IPV6) {
Simon Hormand9366582011-06-15 15:18:45 +0900730 char addr[INET6_ADDRSTRLEN];
731 inet_ntop(AF_INET6, (const void *)&entry->key.key, addr, sizeof(addr));
Willy Tarreau77804732012-10-29 16:14:26 +0100732 chunk_appendf(msg, " key=%s", addr);
Simon Hormand9366582011-06-15 15:18:45 +0900733 }
Thierry FOURNIER5d24ebc2015-07-24 08:46:42 +0200734 else if (proxy->table.type == SMP_T_SINT) {
Willy Tarreau77804732012-10-29 16:14:26 +0100735 chunk_appendf(msg, " key=%u", *(unsigned int *)entry->key.key);
Simon Hormand9366582011-06-15 15:18:45 +0900736 }
Thierry FOURNIER5d24ebc2015-07-24 08:46:42 +0200737 else if (proxy->table.type == SMP_T_STR) {
Willy Tarreau77804732012-10-29 16:14:26 +0100738 chunk_appendf(msg, " key=");
Simon Hormand9366582011-06-15 15:18:45 +0900739 dump_text(msg, (const char *)entry->key.key, proxy->table.key_size);
740 }
741 else {
Willy Tarreau77804732012-10-29 16:14:26 +0100742 chunk_appendf(msg, " key=");
Simon Hormand9366582011-06-15 15:18:45 +0900743 dump_binary(msg, (const char *)entry->key.key, proxy->table.key_size);
744 }
745
Willy Tarreau77804732012-10-29 16:14:26 +0100746 chunk_appendf(msg, " use=%d exp=%d", entry->ref_cnt - 1, tick_remain(now_ms, entry->expire));
Simon Hormand9366582011-06-15 15:18:45 +0900747
748 for (dt = 0; dt < STKTABLE_DATA_TYPES; dt++) {
749 void *ptr;
750
751 if (proxy->table.data_ofs[dt] == 0)
752 continue;
753 if (stktable_data_types[dt].arg_type == ARG_T_DELAY)
Willy Tarreau77804732012-10-29 16:14:26 +0100754 chunk_appendf(msg, " %s(%d)=", stktable_data_types[dt].name, proxy->table.data_arg[dt].u);
Simon Hormand9366582011-06-15 15:18:45 +0900755 else
Willy Tarreau77804732012-10-29 16:14:26 +0100756 chunk_appendf(msg, " %s=", stktable_data_types[dt].name);
Simon Hormand9366582011-06-15 15:18:45 +0900757
758 ptr = stktable_data_ptr(&proxy->table, entry, dt);
759 switch (stktable_data_types[dt].std_type) {
760 case STD_T_SINT:
Willy Tarreau77804732012-10-29 16:14:26 +0100761 chunk_appendf(msg, "%d", stktable_data_cast(ptr, std_t_sint));
Simon Hormand9366582011-06-15 15:18:45 +0900762 break;
763 case STD_T_UINT:
Willy Tarreau77804732012-10-29 16:14:26 +0100764 chunk_appendf(msg, "%u", stktable_data_cast(ptr, std_t_uint));
Simon Hormand9366582011-06-15 15:18:45 +0900765 break;
766 case STD_T_ULL:
Willy Tarreau77804732012-10-29 16:14:26 +0100767 chunk_appendf(msg, "%lld", stktable_data_cast(ptr, std_t_ull));
Simon Hormand9366582011-06-15 15:18:45 +0900768 break;
769 case STD_T_FRQP:
Willy Tarreau77804732012-10-29 16:14:26 +0100770 chunk_appendf(msg, "%d",
Simon Hormand9366582011-06-15 15:18:45 +0900771 read_freq_ctr_period(&stktable_data_cast(ptr, std_t_frqp),
772 proxy->table.data_arg[dt].u));
773 break;
774 }
775 }
Willy Tarreau77804732012-10-29 16:14:26 +0100776 chunk_appendf(msg, "\n");
Simon Hormand9366582011-06-15 15:18:45 +0900777
Willy Tarreaubc18da12015-03-13 14:00:47 +0100778 if (bi_putchk(si_ic(si), msg) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +0200779 si_applet_cant_put(si);
Simon Hormand9366582011-06-15 15:18:45 +0900780 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +0100781 }
Simon Hormand9366582011-06-15 15:18:45 +0900782
783 return 1;
784}
785
Willy Tarreaudec98142012-06-06 23:37:08 +0200786static void stats_sock_table_key_request(struct stream_interface *si, char **args, int action)
Simon Horman121f3052011-06-15 15:18:46 +0900787{
Willy Tarreau87b09662015-04-03 00:22:06 +0200788 struct stream *s = si_strm(si);
Willy Tarreau7b4b4992013-12-01 09:15:12 +0100789 struct appctx *appctx = __objt_appctx(si->end);
790 struct proxy *px = appctx->ctx.table.target;
Simon Horman121f3052011-06-15 15:18:46 +0900791 struct stksess *ts;
Simon Hormancec9a222011-06-15 15:18:51 +0900792 uint32_t uint32_key;
Simon Hormanc5b89f62011-06-15 15:18:50 +0900793 unsigned char ip6_key[sizeof(struct in6_addr)];
Willy Tarreau654694e2012-06-07 01:03:16 +0200794 long long value;
795 int data_type;
Willy Tarreau47060b62013-08-01 21:11:42 +0200796 int cur_arg;
Willy Tarreau654694e2012-06-07 01:03:16 +0200797 void *ptr;
798 struct freq_ctr_period *frqp;
Simon Horman121f3052011-06-15 15:18:46 +0900799
Willy Tarreau7b4b4992013-12-01 09:15:12 +0100800 appctx->st0 = STAT_CLI_OUTPUT;
Simon Horman121f3052011-06-15 15:18:46 +0900801
802 if (!*args[4]) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +0100803 appctx->ctx.cli.msg = "Key value expected\n";
804 appctx->st0 = STAT_CLI_PRINT;
Simon Horman121f3052011-06-15 15:18:46 +0900805 return;
806 }
807
Simon Hormanc5b89f62011-06-15 15:18:50 +0900808 switch (px->table.type) {
Thierry FOURNIER5d24ebc2015-07-24 08:46:42 +0200809 case SMP_T_IPV4:
Simon Hormancec9a222011-06-15 15:18:51 +0900810 uint32_key = htonl(inetaddr_host(args[4]));
Willy Tarreau07115412012-10-29 21:56:59 +0100811 static_table_key->key = &uint32_key;
Simon Hormanc5b89f62011-06-15 15:18:50 +0900812 break;
Thierry FOURNIER5d24ebc2015-07-24 08:46:42 +0200813 case SMP_T_IPV6:
Simon Hormanc5b89f62011-06-15 15:18:50 +0900814 inet_pton(AF_INET6, args[4], ip6_key);
Willy Tarreau07115412012-10-29 21:56:59 +0100815 static_table_key->key = &ip6_key;
Simon Hormanc5b89f62011-06-15 15:18:50 +0900816 break;
Thierry FOURNIER5d24ebc2015-07-24 08:46:42 +0200817 case SMP_T_SINT:
Simon Hormancec9a222011-06-15 15:18:51 +0900818 {
819 char *endptr;
820 unsigned long val;
821 errno = 0;
822 val = strtoul(args[4], &endptr, 10);
823 if ((errno == ERANGE && val == ULONG_MAX) ||
824 (errno != 0 && val == 0) || endptr == args[4] ||
825 val > 0xffffffff) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +0100826 appctx->ctx.cli.msg = "Invalid key\n";
827 appctx->st0 = STAT_CLI_PRINT;
Simon Hormancec9a222011-06-15 15:18:51 +0900828 return;
829 }
830 uint32_key = (uint32_t) val;
Willy Tarreau07115412012-10-29 21:56:59 +0100831 static_table_key->key = &uint32_key;
Simon Hormancec9a222011-06-15 15:18:51 +0900832 break;
833 }
834 break;
Thierry FOURNIER5d24ebc2015-07-24 08:46:42 +0200835 case SMP_T_STR:
Willy Tarreau07115412012-10-29 21:56:59 +0100836 static_table_key->key = args[4];
837 static_table_key->key_len = strlen(args[4]);
Simon Horman619e3cc2011-06-15 15:18:52 +0900838 break;
Simon Hormanc5b89f62011-06-15 15:18:50 +0900839 default:
Willy Tarreaudec98142012-06-06 23:37:08 +0200840 switch (action) {
841 case STAT_CLI_O_TAB:
Willy Tarreau7b4b4992013-12-01 09:15:12 +0100842 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 +0200843 break;
844 case STAT_CLI_O_CLR:
Willy Tarreau7b4b4992013-12-01 09:15:12 +0100845 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 +0200846 break;
847 default:
Willy Tarreau7b4b4992013-12-01 09:15:12 +0100848 appctx->ctx.cli.msg = "Unknown action\n";
Willy Tarreaudec98142012-06-06 23:37:08 +0200849 break;
850 }
Willy Tarreau7b4b4992013-12-01 09:15:12 +0100851 appctx->st0 = STAT_CLI_PRINT;
Simon Horman121f3052011-06-15 15:18:46 +0900852 return;
853 }
854
855 /* check permissions */
Willy Tarreaud0d8da92015-04-04 02:10:38 +0200856 if (strm_li(s)->bind_conf->level < ACCESS_LVL_OPER) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +0100857 appctx->ctx.cli.msg = stats_permission_denied_msg;
858 appctx->st0 = STAT_CLI_PRINT;
Simon Horman121f3052011-06-15 15:18:46 +0900859 return;
860 }
861
Willy Tarreau07115412012-10-29 21:56:59 +0100862 ts = stktable_lookup_key(&px->table, static_table_key);
Simon Horman17bce342011-06-15 15:18:47 +0900863
Willy Tarreaudec98142012-06-06 23:37:08 +0200864 switch (action) {
865 case STAT_CLI_O_TAB:
866 if (!ts)
867 return;
Willy Tarreau19d14ef2012-10-29 16:51:55 +0100868 chunk_reset(&trash);
869 if (!stats_dump_table_head_to_buffer(&trash, si, px, px))
Simon Horman17bce342011-06-15 15:18:47 +0900870 return;
Willy Tarreau19d14ef2012-10-29 16:51:55 +0100871 stats_dump_table_entry_to_buffer(&trash, si, px, ts);
Simon Horman121f3052011-06-15 15:18:46 +0900872 return;
Willy Tarreaudec98142012-06-06 23:37:08 +0200873
874 case STAT_CLI_O_CLR:
875 if (!ts)
876 return;
877 if (ts->ref_cnt) {
878 /* don't delete an entry which is currently referenced */
Willy Tarreau7b4b4992013-12-01 09:15:12 +0100879 appctx->ctx.cli.msg = "Entry currently in use, cannot remove\n";
880 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreaudec98142012-06-06 23:37:08 +0200881 return;
882 }
883 stksess_kill(&px->table, ts);
884 break;
Simon Horman17bce342011-06-15 15:18:47 +0900885
Willy Tarreau654694e2012-06-07 01:03:16 +0200886 case STAT_CLI_O_SET:
Willy Tarreau654694e2012-06-07 01:03:16 +0200887 if (ts)
888 stktable_touch(&px->table, ts, 1);
889 else {
Willy Tarreau07115412012-10-29 21:56:59 +0100890 ts = stksess_new(&px->table, static_table_key);
Willy Tarreau654694e2012-06-07 01:03:16 +0200891 if (!ts) {
892 /* don't delete an entry which is currently referenced */
Willy Tarreau7b4b4992013-12-01 09:15:12 +0100893 appctx->ctx.cli.msg = "Unable to allocate a new entry\n";
894 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau654694e2012-06-07 01:03:16 +0200895 return;
896 }
897 stktable_store(&px->table, ts, 1);
898 }
899
Willy Tarreau47060b62013-08-01 21:11:42 +0200900 for (cur_arg = 5; *args[cur_arg]; cur_arg += 2) {
901 if (strncmp(args[cur_arg], "data.", 5) != 0) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +0100902 appctx->ctx.cli.msg = "\"data.<type>\" followed by a value expected\n";
903 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau47060b62013-08-01 21:11:42 +0200904 return;
905 }
906
907 data_type = stktable_get_data_type(args[cur_arg] + 5);
908 if (data_type < 0) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +0100909 appctx->ctx.cli.msg = "Unknown data type\n";
910 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau47060b62013-08-01 21:11:42 +0200911 return;
912 }
913
914 if (!px->table.data_ofs[data_type]) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +0100915 appctx->ctx.cli.msg = "Data type not stored in this table\n";
916 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau47060b62013-08-01 21:11:42 +0200917 return;
918 }
919
920 if (!*args[cur_arg+1] || strl2llrc(args[cur_arg+1], strlen(args[cur_arg+1]), &value) != 0) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +0100921 appctx->ctx.cli.msg = "Require a valid integer value to store\n";
922 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau47060b62013-08-01 21:11:42 +0200923 return;
924 }
925
926 ptr = stktable_data_ptr(&px->table, ts, data_type);
927
928 switch (stktable_data_types[data_type].std_type) {
929 case STD_T_SINT:
930 stktable_data_cast(ptr, std_t_sint) = value;
931 break;
932 case STD_T_UINT:
933 stktable_data_cast(ptr, std_t_uint) = value;
934 break;
935 case STD_T_ULL:
936 stktable_data_cast(ptr, std_t_ull) = value;
937 break;
938 case STD_T_FRQP:
939 /* We set both the current and previous values. That way
940 * the reported frequency is stable during all the period
941 * then slowly fades out. This allows external tools to
942 * push measures without having to update them too often.
943 */
944 frqp = &stktable_data_cast(ptr, std_t_frqp);
945 frqp->curr_tick = now_ms;
946 frqp->prev_ctr = 0;
947 frqp->curr_ctr = value;
948 break;
949 }
Willy Tarreau654694e2012-06-07 01:03:16 +0200950 }
951 break;
952
Willy Tarreaudec98142012-06-06 23:37:08 +0200953 default:
Willy Tarreau7b4b4992013-12-01 09:15:12 +0100954 appctx->ctx.cli.msg = "Unknown action\n";
955 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreaudec98142012-06-06 23:37:08 +0200956 break;
Simon Horman121f3052011-06-15 15:18:46 +0900957 }
Simon Horman121f3052011-06-15 15:18:46 +0900958}
959
Willy Tarreau654694e2012-06-07 01:03:16 +0200960static void stats_sock_table_data_request(struct stream_interface *si, char **args, int action)
Simon Hormand5b9fd92011-06-15 15:18:48 +0900961{
Willy Tarreau7b4b4992013-12-01 09:15:12 +0100962 struct appctx *appctx = __objt_appctx(si->end);
963
Willy Tarreau04b3a192013-04-13 09:41:37 +0200964 if (action != STAT_CLI_O_TAB && action != STAT_CLI_O_CLR) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +0100965 appctx->ctx.cli.msg = "content-based lookup is only supported with the \"show\" and \"clear\" actions";
966 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau654694e2012-06-07 01:03:16 +0200967 return;
968 }
969
Simon Hormand5b9fd92011-06-15 15:18:48 +0900970 /* condition on stored data value */
Willy Tarreau7b4b4992013-12-01 09:15:12 +0100971 appctx->ctx.table.data_type = stktable_get_data_type(args[3] + 5);
972 if (appctx->ctx.table.data_type < 0) {
973 appctx->ctx.cli.msg = "Unknown data type\n";
974 appctx->st0 = STAT_CLI_PRINT;
Simon Hormand5b9fd92011-06-15 15:18:48 +0900975 return;
976 }
977
Willy Tarreau7b4b4992013-12-01 09:15:12 +0100978 if (!((struct proxy *)appctx->ctx.table.target)->table.data_ofs[appctx->ctx.table.data_type]) {
979 appctx->ctx.cli.msg = "Data type not stored in this table\n";
980 appctx->st0 = STAT_CLI_PRINT;
Simon Hormand5b9fd92011-06-15 15:18:48 +0900981 return;
982 }
983
Willy Tarreau7b4b4992013-12-01 09:15:12 +0100984 appctx->ctx.table.data_op = get_std_op(args[4]);
985 if (appctx->ctx.table.data_op < 0) {
986 appctx->ctx.cli.msg = "Require and operator among \"eq\", \"ne\", \"le\", \"ge\", \"lt\", \"gt\"\n";
987 appctx->st0 = STAT_CLI_PRINT;
Simon Hormand5b9fd92011-06-15 15:18:48 +0900988 return;
989 }
990
Willy Tarreau7b4b4992013-12-01 09:15:12 +0100991 if (!*args[5] || strl2llrc(args[5], strlen(args[5]), &appctx->ctx.table.value) != 0) {
992 appctx->ctx.cli.msg = "Require a valid integer value to compare against\n";
993 appctx->st0 = STAT_CLI_PRINT;
Simon Hormand5b9fd92011-06-15 15:18:48 +0900994 return;
995 }
996}
997
Willy Tarreaudec98142012-06-06 23:37:08 +0200998static void stats_sock_table_request(struct stream_interface *si, char **args, int action)
Simon Hormand5b9fd92011-06-15 15:18:48 +0900999{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001000 struct appctx *appctx = __objt_appctx(si->end);
1001
1002 appctx->ctx.table.data_type = -1;
1003 appctx->st2 = STAT_ST_INIT;
1004 appctx->ctx.table.target = NULL;
1005 appctx->ctx.table.proxy = NULL;
1006 appctx->ctx.table.entry = NULL;
1007 appctx->st0 = action;
Simon Hormand5b9fd92011-06-15 15:18:48 +09001008
1009 if (*args[2]) {
Willy Tarreaue2dc1fa2015-05-26 12:08:07 +02001010 appctx->ctx.table.target = proxy_tbl_by_name(args[2]);
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001011 if (!appctx->ctx.table.target) {
1012 appctx->ctx.cli.msg = "No such table\n";
1013 appctx->st0 = STAT_CLI_PRINT;
Simon Hormand5b9fd92011-06-15 15:18:48 +09001014 return;
1015 }
1016 }
1017 else {
Willy Tarreaudec98142012-06-06 23:37:08 +02001018 if (action != STAT_CLI_O_TAB)
Simon Hormand5b9fd92011-06-15 15:18:48 +09001019 goto err_args;
1020 return;
1021 }
1022
1023 if (strcmp(args[3], "key") == 0)
Willy Tarreaudec98142012-06-06 23:37:08 +02001024 stats_sock_table_key_request(si, args, action);
Simon Hormanc88b8872011-06-15 15:18:49 +09001025 else if (strncmp(args[3], "data.", 5) == 0)
Willy Tarreau654694e2012-06-07 01:03:16 +02001026 stats_sock_table_data_request(si, args, action);
Simon Hormanc88b8872011-06-15 15:18:49 +09001027 else if (*args[3])
Simon Hormand5b9fd92011-06-15 15:18:48 +09001028 goto err_args;
1029
1030 return;
1031
1032err_args:
Willy Tarreaudec98142012-06-06 23:37:08 +02001033 switch (action) {
1034 case STAT_CLI_O_TAB:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001035 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 +02001036 break;
1037 case STAT_CLI_O_CLR:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001038 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 +02001039 break;
1040 default:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001041 appctx->ctx.cli.msg = "Unknown action\n";
Willy Tarreaudec98142012-06-06 23:37:08 +02001042 break;
1043 }
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001044 appctx->st0 = STAT_CLI_PRINT;
Simon Hormand5b9fd92011-06-15 15:18:48 +09001045}
1046
Willy Tarreau532a4502011-09-07 22:37:44 +02001047/* Expects to find a frontend named <arg> and returns it, otherwise displays various
Willy Tarreau87b09662015-04-03 00:22:06 +02001048 * adequate error messages and returns NULL. This function also expects the stream
Willy Tarreau532a4502011-09-07 22:37:44 +02001049 * level to be admin.
1050 */
Willy Tarreau87b09662015-04-03 00:22:06 +02001051static struct proxy *expect_frontend_admin(struct stream *s, struct stream_interface *si, const char *arg)
Willy Tarreau532a4502011-09-07 22:37:44 +02001052{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001053 struct appctx *appctx = __objt_appctx(si->end);
Willy Tarreau532a4502011-09-07 22:37:44 +02001054 struct proxy *px;
1055
Willy Tarreaud0d8da92015-04-04 02:10:38 +02001056 if (strm_li(s)->bind_conf->level < ACCESS_LVL_ADMIN) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001057 appctx->ctx.cli.msg = stats_permission_denied_msg;
1058 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau532a4502011-09-07 22:37:44 +02001059 return NULL;
1060 }
1061
1062 if (!*arg) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001063 appctx->ctx.cli.msg = "A frontend name is expected.\n";
1064 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau532a4502011-09-07 22:37:44 +02001065 return NULL;
1066 }
1067
Willy Tarreau9e0bb102015-05-26 11:24:42 +02001068 px = proxy_fe_by_name(arg);
Willy Tarreau532a4502011-09-07 22:37:44 +02001069 if (!px) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001070 appctx->ctx.cli.msg = "No such frontend.\n";
1071 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau532a4502011-09-07 22:37:44 +02001072 return NULL;
1073 }
1074 return px;
1075}
1076
Willy Tarreaud52c41e2011-09-07 23:41:01 +02001077/* Expects to find a backend and a server in <arg> under the form <backend>/<server>,
1078 * and returns the pointer to the server. Otherwise, display adequate error messages
Willy Tarreau87b09662015-04-03 00:22:06 +02001079 * and returns NULL. This function also expects the stream level to be admin. Note:
Willy Tarreaud52c41e2011-09-07 23:41:01 +02001080 * the <arg> is modified to remove the '/'.
1081 */
Willy Tarreau87b09662015-04-03 00:22:06 +02001082static struct server *expect_server_admin(struct stream *s, struct stream_interface *si, char *arg)
Willy Tarreaud52c41e2011-09-07 23:41:01 +02001083{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001084 struct appctx *appctx = __objt_appctx(si->end);
Willy Tarreaud52c41e2011-09-07 23:41:01 +02001085 struct proxy *px;
1086 struct server *sv;
1087 char *line;
1088
Willy Tarreaud0d8da92015-04-04 02:10:38 +02001089 if (strm_li(s)->bind_conf->level < ACCESS_LVL_ADMIN) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001090 appctx->ctx.cli.msg = stats_permission_denied_msg;
1091 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreaud52c41e2011-09-07 23:41:01 +02001092 return NULL;
1093 }
1094
1095 /* split "backend/server" and make <line> point to server */
1096 for (line = arg; *line; line++)
1097 if (*line == '/') {
1098 *line++ = '\0';
1099 break;
1100 }
1101
1102 if (!*line || !*arg) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001103 appctx->ctx.cli.msg = "Require 'backend/server'.\n";
1104 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreaud52c41e2011-09-07 23:41:01 +02001105 return NULL;
1106 }
1107
1108 if (!get_backend_server(arg, line, &px, &sv)) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001109 appctx->ctx.cli.msg = px ? "No such server.\n" : "No such backend.\n";
1110 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreaud52c41e2011-09-07 23:41:01 +02001111 return NULL;
1112 }
1113
1114 if (px->state == PR_STSTOPPED) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001115 appctx->ctx.cli.msg = "Proxy is disabled.\n";
1116 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreaud52c41e2011-09-07 23:41:01 +02001117 return NULL;
1118 }
1119
1120 return sv;
1121}
Nenad Merdanovic200b0fa2015-05-09 08:46:01 +02001122
1123/* This function is used with TLS ticket keys management. It permits to browse
1124 * each reference. The variable <getnext> must contain the current node,
1125 * <end> point to the root node.
1126 */
1127#if (defined SSL_CTRL_SET_TLSEXT_TICKET_KEY_CB && TLS_TICKETS_NO > 0)
1128static inline
1129struct tls_keys_ref *tlskeys_list_get_next(struct tls_keys_ref *getnext, struct list *end)
1130{
1131 struct tls_keys_ref *ref = getnext;
1132
1133 while (1) {
1134
1135 /* Get next list entry. */
1136 ref = LIST_NEXT(&ref->list, struct tls_keys_ref *, list);
1137
1138 /* If the entry is the last of the list, return NULL. */
1139 if (&ref->list == end)
1140 return NULL;
1141
1142 return ref;
1143 }
1144}
1145
1146static inline
1147struct tls_keys_ref *tlskeys_ref_lookup_ref(const char *reference)
1148{
1149 int id;
1150 char *error;
1151
1152 /* If the reference starts by a '#', this is numeric id. */
1153 if (reference[0] == '#') {
1154 /* Try to convert the numeric id. If the conversion fails, the lookup fails. */
1155 id = strtol(reference + 1, &error, 10);
1156 if (*error != '\0')
1157 return NULL;
1158
1159 /* Perform the unique id lookup. */
1160 return tlskeys_ref_lookupid(id);
1161 }
1162
1163 /* Perform the string lookup. */
1164 return tlskeys_ref_lookup(reference);
1165}
1166#endif
Willy Tarreaud52c41e2011-09-07 23:41:01 +02001167
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001168/* This function is used with map and acl management. It permits to browse
1169 * each reference. The variable <getnext> must contain the current node,
1170 * <end> point to the root node and the <flags> permit to filter required
1171 * nodes.
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001172 */
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001173static inline
1174struct pat_ref *pat_list_get_next(struct pat_ref *getnext, struct list *end,
1175 unsigned int flags)
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001176{
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001177 struct pat_ref *ref = getnext;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001178
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001179 while (1) {
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001180
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001181 /* Get next list entry. */
1182 ref = LIST_NEXT(&ref->list, struct pat_ref *, list);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001183
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001184 /* If the entry is the last of the list, return NULL. */
1185 if (&ref->list == end)
1186 return NULL;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001187
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001188 /* If the entry match the flag, return it. */
1189 if (ref->flags & flags)
1190 return ref;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001191 }
1192}
1193
Thierry FOURNIERaf5a29d2014-03-11 14:29:22 +01001194static inline
1195struct pat_ref *pat_ref_lookup_ref(const char *reference)
1196{
1197 int id;
1198 char *error;
1199
1200 /* If the reference starts by a '#', this is numeric id. */
1201 if (reference[0] == '#') {
1202 /* Try to convert the numeric id. If the conversion fails, the lookup fails. */
1203 id = strtol(reference + 1, &error, 10);
1204 if (*error != '\0')
1205 return NULL;
1206
1207 /* Perform the unique id lookup. */
1208 return pat_ref_lookupid(id);
1209 }
1210
1211 /* Perform the string lookup. */
1212 return pat_ref_lookup(reference);
1213}
1214
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001215/* This function is used with map and acl management. It permits to browse
1216 * each reference.
1217 */
1218static inline
1219struct pattern_expr *pat_expr_get_next(struct pattern_expr *getnext, struct list *end)
1220{
1221 struct pattern_expr *expr;
Thierry FOURNIERc5959fd2014-01-20 14:29:33 +01001222 expr = LIST_NEXT(&getnext->list, struct pattern_expr *, list);
1223 if (&expr->list == end)
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001224 return NULL;
1225 return expr;
1226}
1227
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02001228/* Processes the stats interpreter on the statistics socket. This function is
Willy Tarreauf5a885f2009-10-04 14:22:18 +02001229 * called from an applet running in a stream interface. The function returns 1
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001230 * if the request was understood, otherwise zero. It sets appctx->st0 to a value
Willy Tarreauea1f5fe2009-10-11 23:12:51 +02001231 * designating the function which will have to process the request, which can
1232 * also be the print function to display the return message set into cli.msg.
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001233 */
Simon Horman9bd2c732011-06-15 15:18:44 +09001234static int stats_sock_parse_request(struct stream_interface *si, char *line)
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001235{
Willy Tarreau87b09662015-04-03 00:22:06 +02001236 struct stream *s = si_strm(si);
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001237 struct appctx *appctx = __objt_appctx(si->end);
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001238 char *args[MAX_STATS_ARGS + 1];
1239 int arg;
Thierry FOURNIER48bcfda2013-12-10 18:54:58 +01001240 int i, j;
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001241
1242 while (isspace((unsigned char)*line))
1243 line++;
1244
1245 arg = 0;
1246 args[arg] = line;
1247
1248 while (*line && arg < MAX_STATS_ARGS) {
Thierry FOURNIER48bcfda2013-12-10 18:54:58 +01001249 if (*line == '\\') {
1250 line++;
1251 if (*line == '\0')
1252 break;
1253 }
1254 else if (isspace((unsigned char)*line)) {
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001255 *line++ = '\0';
1256
1257 while (isspace((unsigned char)*line))
1258 line++;
1259
1260 args[++arg] = line;
1261 continue;
1262 }
1263
1264 line++;
1265 }
1266
1267 while (++arg <= MAX_STATS_ARGS)
1268 args[arg] = line;
1269
Thierry FOURNIER48bcfda2013-12-10 18:54:58 +01001270 /* remove \ */
1271 arg = 0;
1272 while (*args[arg] != '\0') {
1273 j = 0;
1274 for (i=0; args[arg][i] != '\0'; i++) {
1275 if (args[arg][i] == '\\')
1276 continue;
1277 args[arg][j] = args[arg][i];
1278 j++;
1279 }
1280 args[arg][j] = '\0';
1281 arg++;
1282 }
1283
Willy Tarreau6bcb95d2015-05-04 18:07:56 +02001284 appctx->ctx.stats.scope_str = 0;
1285 appctx->ctx.stats.scope_len = 0;
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001286 appctx->ctx.stats.flags = 0;
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001287 if (strcmp(args[0], "show") == 0) {
Baptiste Assmann9b6857e2015-09-18 14:49:12 +02001288 if (strcmp(args[1], "backend") == 0) {
1289 appctx->st2 = STAT_ST_INIT;
1290 appctx->st0 = STAT_CLI_O_BACKEND;
1291 }
Willy Tarreauae795722016-02-16 11:27:28 +01001292 else if (strcmp(args[1], "env") == 0) {
1293 extern char **environ;
1294
1295 if (strm_li(s)->bind_conf->level < ACCESS_LVL_OPER) {
1296 appctx->ctx.cli.msg = stats_permission_denied_msg;
1297 appctx->st0 = STAT_CLI_PRINT;
1298 return 1;
1299 }
1300 appctx->ctx.env.var = environ;
1301 appctx->st2 = STAT_ST_INIT;
1302 appctx->st0 = STAT_CLI_O_ENV; // stats_dump_env_to_buffer
1303
1304 if (*args[2]) {
1305 int len = strlen(args[2]);
1306
1307 for (; *appctx->ctx.env.var; appctx->ctx.env.var++) {
1308 if (strncmp(*appctx->ctx.env.var, args[2], len) == 0 &&
1309 (*appctx->ctx.env.var)[len] == '=')
1310 break;
1311 }
1312 if (!*appctx->ctx.env.var) {
1313 appctx->ctx.cli.msg = "Variable not found\n";
1314 appctx->st0 = STAT_CLI_PRINT;
1315 return 1;
1316 }
1317 appctx->st2 = STAT_ST_END;
1318 }
1319 }
1320 else if (strcmp(args[1], "stat") == 0) {
Baptiste Assmann3863f972015-05-17 00:33:24 +02001321 if (strcmp(args[2], "resolvers") == 0) {
1322 struct dns_resolvers *presolvers;
1323
Andrew Hayworth68d05342015-10-02 20:33:01 +00001324 if (*args[3]) {
1325 appctx->ctx.resolvers.ptr = NULL;
1326 list_for_each_entry(presolvers, &dns_resolvers, list) {
1327 if (strcmp(presolvers->id, args[3]) == 0) {
1328 appctx->ctx.resolvers.ptr = presolvers;
1329 break;
1330 }
Baptiste Assmann3863f972015-05-17 00:33:24 +02001331 }
Andrew Hayworth68d05342015-10-02 20:33:01 +00001332 if (appctx->ctx.resolvers.ptr == NULL) {
1333 appctx->ctx.cli.msg = "Can't find that resolvers section\n";
1334 appctx->st0 = STAT_CLI_PRINT;
1335 return 1;
1336 }
Baptiste Assmann3863f972015-05-17 00:33:24 +02001337 }
1338
1339 appctx->st2 = STAT_ST_INIT;
1340 appctx->st0 = STAT_CLI_O_RESOLVERS;
1341 return 1;
1342 }
1343 else if (*args[2] && *args[3] && *args[4]) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001344 appctx->ctx.stats.flags |= STAT_BOUND;
1345 appctx->ctx.stats.iid = atoi(args[2]);
1346 appctx->ctx.stats.type = atoi(args[3]);
1347 appctx->ctx.stats.sid = atoi(args[4]);
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001348 }
1349
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001350 appctx->st2 = STAT_ST_INIT;
1351 appctx->st0 = STAT_CLI_O_STAT; // stats_dump_stat_to_buffer
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001352 }
1353 else if (strcmp(args[1], "info") == 0) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001354 appctx->st2 = STAT_ST_INIT;
1355 appctx->st0 = STAT_CLI_O_INFO; // stats_dump_info_to_buffer
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001356 }
Baptiste Assmann28289462015-07-03 08:01:20 +02001357 else if (strcmp(args[1], "servers") == 0 && strcmp(args[2], "state") == 0) {
1358 appctx->ctx.server_state.backend = NULL;
1359
1360 /* check if a backend name has been provided */
1361 if (*args[3]) {
1362 /* read server state from local file */
1363 appctx->ctx.server_state.backend = proxy_be_by_name(args[3]);
1364
1365 if (appctx->ctx.server_state.backend == NULL) {
1366 appctx->ctx.cli.msg = "Can't find backend.\n";
1367 appctx->st0 = STAT_CLI_PRINT;
1368 return 1;
1369 }
1370 }
1371 appctx->st2 = STAT_ST_INIT;
1372 appctx->st0 = STAT_CLI_O_SERVERS_STATE; // stats_dump_servers_state_to_buffer
1373 return 1;
1374 }
Willy Tarreau12833bb2014-01-28 16:49:56 +01001375 else if (strcmp(args[1], "pools") == 0) {
1376 appctx->st2 = STAT_ST_INIT;
1377 appctx->st0 = STAT_CLI_O_POOLS; // stats_dump_pools_to_buffer
1378 }
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001379 else if (strcmp(args[1], "sess") == 0) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001380 appctx->st2 = STAT_ST_INIT;
Willy Tarreaud0d8da92015-04-04 02:10:38 +02001381 if (strm_li(s)->bind_conf->level < ACCESS_LVL_OPER) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001382 appctx->ctx.cli.msg = stats_permission_denied_msg;
1383 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau6162db22009-10-10 17:13:00 +02001384 return 1;
1385 }
Willy Tarreau76153662012-11-26 01:16:39 +01001386 if (*args[2] && strcmp(args[2], "all") == 0)
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001387 appctx->ctx.sess.target = (void *)-1;
Willy Tarreau76153662012-11-26 01:16:39 +01001388 else if (*args[2])
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001389 appctx->ctx.sess.target = (void *)strtoul(args[2], NULL, 0);
Willy Tarreau66dc20a2010-03-05 17:53:32 +01001390 else
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001391 appctx->ctx.sess.target = NULL;
Willy Tarreau87b09662015-04-03 00:22:06 +02001392 appctx->ctx.sess.section = 0; /* start with stream status */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001393 appctx->ctx.sess.pos = 0;
1394 appctx->st0 = STAT_CLI_O_SESS; // stats_dump_sess_to_buffer
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001395 }
1396 else if (strcmp(args[1], "errors") == 0) {
Willy Tarreaud0d8da92015-04-04 02:10:38 +02001397 if (strm_li(s)->bind_conf->level < ACCESS_LVL_OPER) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001398 appctx->ctx.cli.msg = stats_permission_denied_msg;
1399 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau6162db22009-10-10 17:13:00 +02001400 return 1;
1401 }
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001402 if (*args[2])
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001403 appctx->ctx.errors.iid = atoi(args[2]);
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001404 else
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001405 appctx->ctx.errors.iid = -1;
1406 appctx->ctx.errors.px = NULL;
1407 appctx->st2 = STAT_ST_INIT;
1408 appctx->st0 = STAT_CLI_O_ERR; // stats_dump_errors_to_buffer
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001409 }
Willy Tarreau69f58c82010-07-12 17:55:33 +02001410 else if (strcmp(args[1], "table") == 0) {
Willy Tarreaudec98142012-06-06 23:37:08 +02001411 stats_sock_table_request(si, args, STAT_CLI_O_TAB);
Willy Tarreau69f58c82010-07-12 17:55:33 +02001412 }
Nenad Merdanovic200b0fa2015-05-09 08:46:01 +02001413 else if (strcmp(args[1], "tls-keys") == 0) {
1414#if (defined SSL_CTRL_SET_TLSEXT_TICKET_KEY_CB && TLS_TICKETS_NO > 0)
1415 appctx->st2 = STAT_ST_INIT;
1416 appctx->st0 = STAT_CLI_O_TLSK;
1417#else
1418 appctx->ctx.cli.msg = "HAProxy was compiled against a version of OpenSSL "
1419 "that doesn't support specifying TLS ticket keys\n";
1420 appctx->st0 = STAT_CLI_PRINT;
1421#endif
1422 return 1;
1423 }
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001424 else if (strcmp(args[1], "map") == 0 ||
1425 strcmp(args[1], "acl") == 0) {
1426
1427 /* Set ACL or MAP flags. */
1428 if (args[1][0] == 'm')
1429 appctx->ctx.map.display_flags = PAT_REF_MAP;
1430 else
1431 appctx->ctx.map.display_flags = PAT_REF_ACL;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001432
1433 /* no parameter: display all map avalaible */
1434 if (!*args[2]) {
1435 appctx->st2 = STAT_ST_INIT;
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001436 appctx->st0 = STAT_CLI_O_PATS;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001437 return 1;
1438 }
1439
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001440 /* lookup into the refs and check the map flag */
Thierry FOURNIERaf5a29d2014-03-11 14:29:22 +01001441 appctx->ctx.map.ref = pat_ref_lookup_ref(args[2]);
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001442 if (!appctx->ctx.map.ref ||
1443 !(appctx->ctx.map.ref->flags & appctx->ctx.map.display_flags)) {
1444 if (appctx->ctx.map.display_flags == PAT_REF_MAP)
Thierry FOURNIER65ce6132014-03-20 11:42:45 +01001445 appctx->ctx.cli.msg = "Unknown map identifier. Please use #<id> or <file>.\n";
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001446 else
Thierry FOURNIER65ce6132014-03-20 11:42:45 +01001447 appctx->ctx.cli.msg = "Unknown ACL identifier. Please use #<id> or <file>.\n";
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001448 appctx->st0 = STAT_CLI_PRINT;
1449 return 1;
1450 }
1451 appctx->st2 = STAT_ST_INIT;
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001452 appctx->st0 = STAT_CLI_O_PAT;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001453 }
Aman Guptaceafb4a2012-04-02 18:57:54 -07001454 else { /* neither "stat" nor "info" nor "sess" nor "errors" nor "table" */
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001455 return 0;
1456 }
1457 }
Krzysztof Piotr Oledzki719e7262009-10-04 15:02:46 +02001458 else if (strcmp(args[0], "clear") == 0) {
1459 if (strcmp(args[1], "counters") == 0) {
1460 struct proxy *px;
1461 struct server *sv;
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02001462 struct listener *li;
Willy Tarreau2f6bf2b2009-10-10 15:26:26 +02001463 int clrall = 0;
1464
1465 if (strcmp(args[2], "all") == 0)
1466 clrall = 1;
Krzysztof Piotr Oledzki719e7262009-10-04 15:02:46 +02001467
Willy Tarreau6162db22009-10-10 17:13:00 +02001468 /* check permissions */
Willy Tarreaud0d8da92015-04-04 02:10:38 +02001469 if (strm_li(s)->bind_conf->level < ACCESS_LVL_OPER ||
1470 (clrall && strm_li(s)->bind_conf->level < ACCESS_LVL_ADMIN)) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001471 appctx->ctx.cli.msg = stats_permission_denied_msg;
1472 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau6162db22009-10-10 17:13:00 +02001473 return 1;
1474 }
1475
Krzysztof Piotr Oledzki719e7262009-10-04 15:02:46 +02001476 for (px = proxy; px; px = px->next) {
Willy Tarreau7d0aaf32011-03-10 23:25:56 +01001477 if (clrall) {
1478 memset(&px->be_counters, 0, sizeof(px->be_counters));
1479 memset(&px->fe_counters, 0, sizeof(px->fe_counters));
1480 }
Willy Tarreau2f6bf2b2009-10-10 15:26:26 +02001481 else {
Willy Tarreau7d0aaf32011-03-10 23:25:56 +01001482 px->be_counters.conn_max = 0;
1483 px->be_counters.p.http.rps_max = 0;
1484 px->be_counters.sps_max = 0;
1485 px->be_counters.cps_max = 0;
1486 px->be_counters.nbpend_max = 0;
1487
1488 px->fe_counters.conn_max = 0;
1489 px->fe_counters.p.http.rps_max = 0;
1490 px->fe_counters.sps_max = 0;
1491 px->fe_counters.cps_max = 0;
1492 px->fe_counters.nbpend_max = 0;
Willy Tarreau2f6bf2b2009-10-10 15:26:26 +02001493 }
Krzysztof Piotr Oledzki719e7262009-10-04 15:02:46 +02001494
1495 for (sv = px->srv; sv; sv = sv->next)
Willy Tarreau2f6bf2b2009-10-10 15:26:26 +02001496 if (clrall)
1497 memset(&sv->counters, 0, sizeof(sv->counters));
1498 else {
1499 sv->counters.cur_sess_max = 0;
1500 sv->counters.nbpend_max = 0;
1501 sv->counters.sps_max = 0;
1502 }
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02001503
Willy Tarreaua7944ad2012-09-26 21:03:11 +02001504 list_for_each_entry(li, &px->conf.listeners, by_fe)
Willy Tarreau2f6bf2b2009-10-10 15:26:26 +02001505 if (li->counters) {
1506 if (clrall)
1507 memset(li->counters, 0, sizeof(*li->counters));
1508 else
1509 li->counters->conn_max = 0;
1510 }
Krzysztof Piotr Oledzki719e7262009-10-04 15:02:46 +02001511 }
1512
Willy Tarreau81c25d02011-09-07 15:17:21 +02001513 global.cps_max = 0;
Willy Tarreau93e7c002013-10-07 18:51:07 +02001514 global.sps_max = 0;
Krzysztof Piotr Oledzki719e7262009-10-04 15:02:46 +02001515 return 1;
1516 }
Willy Tarreau88ee3972010-07-13 13:48:00 +02001517 else if (strcmp(args[1], "table") == 0) {
Willy Tarreaudec98142012-06-06 23:37:08 +02001518 stats_sock_table_request(si, args, STAT_CLI_O_CLR);
Willy Tarreau88ee3972010-07-13 13:48:00 +02001519 /* end of processing */
1520 return 1;
1521 }
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001522 else if (strcmp(args[1], "map") == 0 || strcmp(args[1], "acl") == 0) {
1523 /* Set ACL or MAP flags. */
1524 if (args[1][0] == 'm')
1525 appctx->ctx.map.display_flags = PAT_REF_MAP;
1526 else
1527 appctx->ctx.map.display_flags = PAT_REF_ACL;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001528
1529 /* no parameter */
1530 if (!*args[2]) {
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001531 if (appctx->ctx.map.display_flags == PAT_REF_MAP)
1532 appctx->ctx.cli.msg = "Missing map identifier.\n";
1533 else
1534 appctx->ctx.cli.msg = "Missing ACL identifier.\n";
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001535 appctx->st0 = STAT_CLI_PRINT;
1536 return 1;
1537 }
1538
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001539 /* lookup into the refs and check the map flag */
Thierry FOURNIERaf5a29d2014-03-11 14:29:22 +01001540 appctx->ctx.map.ref = pat_ref_lookup_ref(args[2]);
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001541 if (!appctx->ctx.map.ref ||
1542 !(appctx->ctx.map.ref->flags & appctx->ctx.map.display_flags)) {
1543 if (appctx->ctx.map.display_flags == PAT_REF_MAP)
Thierry FOURNIER65ce6132014-03-20 11:42:45 +01001544 appctx->ctx.cli.msg = "Unknown map identifier. Please use #<id> or <file>.\n";
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001545 else
Thierry FOURNIER65ce6132014-03-20 11:42:45 +01001546 appctx->ctx.cli.msg = "Unknown ACL identifier. Please use #<id> or <file>.\n";
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001547 appctx->st0 = STAT_CLI_PRINT;
1548 return 1;
1549 }
1550
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001551 /* Clear all. */
1552 pat_ref_prune(appctx->ctx.map.ref);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001553
1554 /* return response */
Thierry FOURNIER07e78c52014-12-18 15:28:01 +01001555 appctx->st0 = STAT_CLI_PROMPT;
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001556 return 1;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001557 }
Krzysztof Piotr Oledzki719e7262009-10-04 15:02:46 +02001558 else {
Willy Tarreau88ee3972010-07-13 13:48:00 +02001559 /* unknown "clear" argument */
Krzysztof Piotr Oledzki719e7262009-10-04 15:02:46 +02001560 return 0;
1561 }
1562 }
Willy Tarreau38338fa2009-10-10 18:37:29 +02001563 else if (strcmp(args[0], "get") == 0) {
1564 if (strcmp(args[1], "weight") == 0) {
1565 struct proxy *px;
1566 struct server *sv;
1567
1568 /* split "backend/server" and make <line> point to server */
1569 for (line = args[2]; *line; line++)
1570 if (*line == '/') {
1571 *line++ = '\0';
1572 break;
1573 }
1574
1575 if (!*line) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001576 appctx->ctx.cli.msg = "Require 'backend/server'.\n";
1577 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau38338fa2009-10-10 18:37:29 +02001578 return 1;
1579 }
1580
1581 if (!get_backend_server(args[2], line, &px, &sv)) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001582 appctx->ctx.cli.msg = px ? "No such server.\n" : "No such backend.\n";
1583 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau38338fa2009-10-10 18:37:29 +02001584 return 1;
1585 }
1586
1587 /* return server's effective weight at the moment */
Willy Tarreau19d14ef2012-10-29 16:51:55 +01001588 snprintf(trash.str, trash.size, "%d (initial %d)\n", sv->uweight, sv->iweight);
Willy Tarreaubc18da12015-03-13 14:00:47 +01001589 if (bi_putstr(si_ic(si), trash.str) == -1)
Willy Tarreaufe127932015-04-21 19:23:39 +02001590 si_applet_cant_put(si);
Willy Tarreaubc18da12015-03-13 14:00:47 +01001591
Willy Tarreau38338fa2009-10-10 18:37:29 +02001592 return 1;
1593 }
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001594 else if (strcmp(args[1], "map") == 0 || strcmp(args[1], "acl") == 0) {
1595 /* Set flags. */
1596 if (args[1][0] == 'm')
1597 appctx->ctx.map.display_flags = PAT_REF_MAP;
1598 else
1599 appctx->ctx.map.display_flags = PAT_REF_ACL;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001600
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001601 /* No parameter. */
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001602 if (!*args[2] || !*args[3]) {
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001603 if (appctx->ctx.map.display_flags == PAT_REF_MAP)
1604 appctx->ctx.cli.msg = "Missing map identifier and/or key.\n";
1605 else
1606 appctx->ctx.cli.msg = "Missing ACL identifier and/or key.\n";
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001607 appctx->st0 = STAT_CLI_PRINT;
1608 return 1;
1609 }
1610
1611 /* lookup into the maps */
Thierry FOURNIERaf5a29d2014-03-11 14:29:22 +01001612 appctx->ctx.map.ref = pat_ref_lookup_ref(args[2]);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001613 if (!appctx->ctx.map.ref) {
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001614 if (appctx->ctx.map.display_flags == PAT_REF_MAP)
Thierry FOURNIER65ce6132014-03-20 11:42:45 +01001615 appctx->ctx.cli.msg = "Unknown map identifier. Please use #<id> or <file>.\n";
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001616 else
Thierry FOURNIER65ce6132014-03-20 11:42:45 +01001617 appctx->ctx.cli.msg = "Unknown ACL identifier. Please use #<id> or <file>.\n";
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001618 appctx->st0 = STAT_CLI_PRINT;
1619 return 1;
1620 }
1621
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001622 /* copy input string. The string must be allocated because
1623 * it may be used over multiple iterations. It's released
1624 * at the end and upon abort anyway.
1625 */
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001626 appctx->ctx.map.chunk.len = strlen(args[3]);
1627 appctx->ctx.map.chunk.size = appctx->ctx.map.chunk.len + 1;
1628 appctx->ctx.map.chunk.str = strdup(args[3]);
1629 if (!appctx->ctx.map.chunk.str) {
1630 appctx->ctx.cli.msg = "Out of memory error.\n";
1631 appctx->st0 = STAT_CLI_PRINT;
1632 return 1;
1633 }
1634
1635 /* prepare response */
1636 appctx->st2 = STAT_ST_INIT;
1637 appctx->st0 = STAT_CLI_O_MLOOK;
1638 }
Willy Tarreau38338fa2009-10-10 18:37:29 +02001639 else { /* not "get weight" */
1640 return 0;
1641 }
1642 }
Willy Tarreau4483d432009-10-10 19:30:08 +02001643 else if (strcmp(args[0], "set") == 0) {
1644 if (strcmp(args[1], "weight") == 0) {
Willy Tarreau4483d432009-10-10 19:30:08 +02001645 struct server *sv;
Simon Horman7d09b9a2013-02-12 10:45:51 +09001646 const char *warning;
Willy Tarreau4483d432009-10-10 19:30:08 +02001647
Willy Tarreaud52c41e2011-09-07 23:41:01 +02001648 sv = expect_server_admin(s, si, args[2]);
1649 if (!sv)
Willy Tarreau4483d432009-10-10 19:30:08 +02001650 return 1;
Willy Tarreau4483d432009-10-10 19:30:08 +02001651
Simon Horman7d09b9a2013-02-12 10:45:51 +09001652 warning = server_parse_weight_change_request(sv, args[3]);
1653 if (warning) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001654 appctx->ctx.cli.msg = warning;
1655 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau4483d432009-10-10 19:30:08 +02001656 }
Willy Tarreau4483d432009-10-10 19:30:08 +02001657 return 1;
1658 }
Willy Tarreau2a4b70f2014-05-22 18:42:35 +02001659 else if (strcmp(args[1], "server") == 0) {
1660 struct server *sv;
1661 const char *warning;
1662
1663 sv = expect_server_admin(s, si, args[2]);
1664 if (!sv)
1665 return 1;
1666
1667 if (strcmp(args[3], "weight") == 0) {
1668 warning = server_parse_weight_change_request(sv, args[4]);
1669 if (warning) {
1670 appctx->ctx.cli.msg = warning;
1671 appctx->st0 = STAT_CLI_PRINT;
1672 }
1673 }
1674 else if (strcmp(args[3], "state") == 0) {
1675 if (strcmp(args[4], "ready") == 0)
1676 srv_adm_set_ready(sv);
1677 else if (strcmp(args[4], "drain") == 0)
1678 srv_adm_set_drain(sv);
1679 else if (strcmp(args[4], "maint") == 0)
1680 srv_adm_set_maint(sv);
1681 else {
1682 appctx->ctx.cli.msg = "'set server <srv> state' expects 'ready', 'drain' and 'maint'.\n";
1683 appctx->st0 = STAT_CLI_PRINT;
1684 }
1685 }
1686 else if (strcmp(args[3], "health") == 0) {
1687 if (sv->track) {
1688 appctx->ctx.cli.msg = "cannot change health on a tracking server.\n";
1689 appctx->st0 = STAT_CLI_PRINT;
1690 }
1691 else if (strcmp(args[4], "up") == 0) {
1692 sv->check.health = sv->check.rise + sv->check.fall - 1;
1693 srv_set_running(sv, "changed from CLI");
1694 }
1695 else if (strcmp(args[4], "stopping") == 0) {
1696 sv->check.health = sv->check.rise + sv->check.fall - 1;
1697 srv_set_stopping(sv, "changed from CLI");
1698 }
1699 else if (strcmp(args[4], "down") == 0) {
1700 sv->check.health = 0;
1701 srv_set_stopped(sv, "changed from CLI");
1702 }
1703 else {
1704 appctx->ctx.cli.msg = "'set server <srv> health' expects 'up', 'stopping', or 'down'.\n";
1705 appctx->st0 = STAT_CLI_PRINT;
1706 }
1707 }
1708 else if (strcmp(args[3], "agent") == 0) {
1709 if (!(sv->agent.state & CHK_ST_ENABLED)) {
1710 appctx->ctx.cli.msg = "agent checks are not enabled on this server.\n";
1711 appctx->st0 = STAT_CLI_PRINT;
1712 }
1713 else if (strcmp(args[4], "up") == 0) {
1714 sv->agent.health = sv->agent.rise + sv->agent.fall - 1;
1715 srv_set_running(sv, "changed from CLI");
1716 }
1717 else if (strcmp(args[4], "down") == 0) {
1718 sv->agent.health = 0;
1719 srv_set_stopped(sv, "changed from CLI");
1720 }
1721 else {
1722 appctx->ctx.cli.msg = "'set server <srv> agent' expects 'up' or 'down'.\n";
1723 appctx->st0 = STAT_CLI_PRINT;
1724 }
1725 }
Baptiste Assmann3d8f8312015-04-13 22:54:33 +02001726 else if (strcmp(args[3], "addr") == 0) {
Thierry Fournier09a91782016-02-24 08:25:39 +01001727 warning = server_parse_addr_change_request(sv, args[4], "stats command");
Baptiste Assmann3d8f8312015-04-13 22:54:33 +02001728 if (warning) {
1729 appctx->ctx.cli.msg = warning;
1730 appctx->st0 = STAT_CLI_PRINT;
1731 }
1732 }
Willy Tarreau2a4b70f2014-05-22 18:42:35 +02001733 else {
Baptiste Assmann3d8f8312015-04-13 22:54:33 +02001734 appctx->ctx.cli.msg = "'set server <srv>' only supports 'agent', 'health', 'state', 'weight' and 'addr'.\n";
Willy Tarreau2a4b70f2014-05-22 18:42:35 +02001735 appctx->st0 = STAT_CLI_PRINT;
1736 }
1737 return 1;
1738 }
Willy Tarreau7aabd112010-01-26 10:59:06 +01001739 else if (strcmp(args[1], "timeout") == 0) {
1740 if (strcmp(args[2], "cli") == 0) {
1741 unsigned timeout;
1742 const char *res;
1743
1744 if (!*args[3]) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001745 appctx->ctx.cli.msg = "Expects an integer value.\n";
1746 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau7aabd112010-01-26 10:59:06 +01001747 return 1;
1748 }
1749
1750 res = parse_time_err(args[3], &timeout, TIME_UNIT_S);
1751 if (res || timeout < 1) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001752 appctx->ctx.cli.msg = "Invalid timeout value.\n";
1753 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau7aabd112010-01-26 10:59:06 +01001754 return 1;
1755 }
1756
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01001757 s->req.rto = s->res.wto = 1 + MS_TO_TICKS(timeout*1000);
Willy Tarreau7aabd112010-01-26 10:59:06 +01001758 return 1;
1759 }
1760 else {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001761 appctx->ctx.cli.msg = "'set timeout' only supports 'cli'.\n";
1762 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau7aabd112010-01-26 10:59:06 +01001763 return 1;
1764 }
1765 }
Willy Tarreau2a0f4d22011-08-02 11:49:05 +02001766 else if (strcmp(args[1], "maxconn") == 0) {
1767 if (strcmp(args[2], "frontend") == 0) {
1768 struct proxy *px;
1769 struct listener *l;
1770 int v;
1771
Willy Tarreau532a4502011-09-07 22:37:44 +02001772 px = expect_frontend_admin(s, si, args[3]);
1773 if (!px)
Willy Tarreau2a0f4d22011-08-02 11:49:05 +02001774 return 1;
Willy Tarreau2a0f4d22011-08-02 11:49:05 +02001775
1776 if (!*args[4]) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001777 appctx->ctx.cli.msg = "Integer value expected.\n";
1778 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau2a0f4d22011-08-02 11:49:05 +02001779 return 1;
1780 }
1781
1782 v = atoi(args[4]);
Willy Tarreau3c7a79d2012-09-26 21:07:15 +02001783 if (v < 0) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001784 appctx->ctx.cli.msg = "Value out of range.\n";
1785 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau2a0f4d22011-08-02 11:49:05 +02001786 return 1;
1787 }
1788
1789 /* OK, the value is fine, so we assign it to the proxy and to all of
1790 * its listeners. The blocked ones will be dequeued.
1791 */
1792 px->maxconn = v;
Willy Tarreaua7944ad2012-09-26 21:03:11 +02001793 list_for_each_entry(l, &px->conf.listeners, by_fe) {
Willy Tarreau2a0f4d22011-08-02 11:49:05 +02001794 l->maxconn = v;
1795 if (l->state == LI_FULL)
1796 resume_listener(l);
1797 }
1798
Willy Tarreaud0d8da92015-04-04 02:10:38 +02001799 if (px->maxconn > px->feconn && !LIST_ISEMPTY(&strm_fe(s)->listener_queue))
1800 dequeue_all_listeners(&strm_fe(s)->listener_queue);
Willy Tarreau2a0f4d22011-08-02 11:49:05 +02001801
1802 return 1;
1803 }
Andrew Hayworthedb93a72015-10-27 21:46:25 +00001804 else if (strcmp(args[2], "server") == 0) {
1805 struct server *sv;
1806 int v;
1807
1808 sv = expect_server_admin(s, si, args[3]);
1809 if (!sv)
1810 return 1;
1811
1812 if (!*args[4]) {
1813 appctx->ctx.cli.msg = "Integer value expected.\n";
1814 appctx->st0 = STAT_CLI_PRINT;
1815 return 1;
1816 }
1817
1818 v = atoi(args[4]);
1819 if (v < 0) {
1820 appctx->ctx.cli.msg = "Value out of range.\n";
1821 appctx->st0 = STAT_CLI_PRINT;
1822 return 1;
1823 }
1824
1825 if (sv->maxconn == sv->minconn) { // static maxconn
1826 sv->maxconn = sv->minconn = v;
1827 } else { // dynamic maxconn
1828 sv->maxconn = v;
1829 }
1830
1831 if (may_dequeue_tasks(sv, sv->proxy))
1832 process_srv_queue(sv);
1833
1834 return 1;
1835 }
Willy Tarreau91886b62011-09-07 14:38:31 +02001836 else if (strcmp(args[2], "global") == 0) {
1837 int v;
1838
Willy Tarreaud0d8da92015-04-04 02:10:38 +02001839 if (strm_li(s)->bind_conf->level < ACCESS_LVL_ADMIN) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001840 appctx->ctx.cli.msg = stats_permission_denied_msg;
1841 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau91886b62011-09-07 14:38:31 +02001842 return 1;
1843 }
1844
1845 if (!*args[3]) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001846 appctx->ctx.cli.msg = "Expects an integer value.\n";
1847 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau91886b62011-09-07 14:38:31 +02001848 return 1;
1849 }
1850
1851 v = atoi(args[3]);
1852 if (v > global.hardmaxconn) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001853 appctx->ctx.cli.msg = "Value out of range.\n";
1854 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau91886b62011-09-07 14:38:31 +02001855 return 1;
1856 }
1857
1858 /* check for unlimited values */
1859 if (v <= 0)
1860 v = global.hardmaxconn;
1861
1862 global.maxconn = v;
1863
1864 /* Dequeues all of the listeners waiting for a resource */
1865 if (!LIST_ISEMPTY(&global_listener_queue))
1866 dequeue_all_listeners(&global_listener_queue);
1867
1868 return 1;
1869 }
Willy Tarreau2a0f4d22011-08-02 11:49:05 +02001870 else {
Andrew Hayworthedb93a72015-10-27 21:46:25 +00001871 appctx->ctx.cli.msg = "'set maxconn' only supports 'frontend', 'server', and 'global'.\n";
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001872 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau2a0f4d22011-08-02 11:49:05 +02001873 return 1;
1874 }
1875 }
Willy Tarreauf5b22872011-09-07 16:13:44 +02001876 else if (strcmp(args[1], "rate-limit") == 0) {
1877 if (strcmp(args[2], "connections") == 0) {
1878 if (strcmp(args[3], "global") == 0) {
1879 int v;
1880
Willy Tarreaud0d8da92015-04-04 02:10:38 +02001881 if (strm_li(s)->bind_conf->level < ACCESS_LVL_ADMIN) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001882 appctx->ctx.cli.msg = stats_permission_denied_msg;
1883 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreauf5b22872011-09-07 16:13:44 +02001884 return 1;
1885 }
1886
1887 if (!*args[4]) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001888 appctx->ctx.cli.msg = "Expects an integer value.\n";
1889 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreauf5b22872011-09-07 16:13:44 +02001890 return 1;
1891 }
1892
1893 v = atoi(args[4]);
1894 if (v < 0) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001895 appctx->ctx.cli.msg = "Value out of range.\n";
1896 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreauf5b22872011-09-07 16:13:44 +02001897 return 1;
1898 }
1899
1900 global.cps_lim = v;
1901
1902 /* Dequeues all of the listeners waiting for a resource */
1903 if (!LIST_ISEMPTY(&global_listener_queue))
1904 dequeue_all_listeners(&global_listener_queue);
1905
1906 return 1;
1907 }
1908 else {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001909 appctx->ctx.cli.msg = "'set rate-limit connections' only supports 'global'.\n";
1910 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreauf5b22872011-09-07 16:13:44 +02001911 return 1;
1912 }
1913 }
Willy Tarreau93e7c002013-10-07 18:51:07 +02001914 else if (strcmp(args[2], "sessions") == 0) {
1915 if (strcmp(args[3], "global") == 0) {
1916 int v;
1917
Willy Tarreaud0d8da92015-04-04 02:10:38 +02001918 if (strm_li(s)->bind_conf->level < ACCESS_LVL_ADMIN) {
Willy Tarreau93e7c002013-10-07 18:51:07 +02001919 appctx->ctx.cli.msg = stats_permission_denied_msg;
1920 appctx->st0 = STAT_CLI_PRINT;
1921 return 1;
1922 }
1923
1924 if (!*args[4]) {
1925 appctx->ctx.cli.msg = "Expects an integer value.\n";
1926 appctx->st0 = STAT_CLI_PRINT;
1927 return 1;
1928 }
1929
1930 v = atoi(args[4]);
1931 if (v < 0) {
1932 appctx->ctx.cli.msg = "Value out of range.\n";
1933 appctx->st0 = STAT_CLI_PRINT;
1934 return 1;
1935 }
1936
1937 global.sps_lim = v;
1938
1939 /* Dequeues all of the listeners waiting for a resource */
1940 if (!LIST_ISEMPTY(&global_listener_queue))
1941 dequeue_all_listeners(&global_listener_queue);
1942
1943 return 1;
1944 }
1945 else {
1946 appctx->ctx.cli.msg = "'set rate-limit sessions' only supports 'global'.\n";
1947 appctx->st0 = STAT_CLI_PRINT;
1948 return 1;
1949 }
1950 }
Willy Tarreaue43d5322013-10-07 20:01:52 +02001951#ifdef USE_OPENSSL
1952 else if (strcmp(args[2], "ssl-sessions") == 0) {
1953 if (strcmp(args[3], "global") == 0) {
1954 int v;
1955
Willy Tarreaud0d8da92015-04-04 02:10:38 +02001956 if (strm_li(s)->bind_conf->level < ACCESS_LVL_ADMIN) {
Willy Tarreaue43d5322013-10-07 20:01:52 +02001957 appctx->ctx.cli.msg = stats_permission_denied_msg;
1958 appctx->st0 = STAT_CLI_PRINT;
1959 return 1;
1960 }
1961
1962 if (!*args[4]) {
1963 appctx->ctx.cli.msg = "Expects an integer value.\n";
1964 appctx->st0 = STAT_CLI_PRINT;
1965 return 1;
1966 }
1967
1968 v = atoi(args[4]);
1969 if (v < 0) {
1970 appctx->ctx.cli.msg = "Value out of range.\n";
1971 appctx->st0 = STAT_CLI_PRINT;
1972 return 1;
1973 }
1974
1975 global.ssl_lim = v;
1976
1977 /* Dequeues all of the listeners waiting for a resource */
1978 if (!LIST_ISEMPTY(&global_listener_queue))
1979 dequeue_all_listeners(&global_listener_queue);
1980
1981 return 1;
1982 }
1983 else {
1984 appctx->ctx.cli.msg = "'set rate-limit ssl-sessions' only supports 'global'.\n";
1985 appctx->st0 = STAT_CLI_PRINT;
1986 return 1;
1987 }
1988 }
1989#endif
William Lallemandd85f9172012-11-09 17:05:39 +01001990 else if (strcmp(args[2], "http-compression") == 0) {
1991 if (strcmp(args[3], "global") == 0) {
1992 int v;
1993
Willy Tarreaua1c2b2c2015-11-26 18:32:39 +01001994 if (strm_li(s)->bind_conf->level < ACCESS_LVL_ADMIN) {
1995 appctx->ctx.cli.msg = stats_permission_denied_msg;
1996 appctx->st0 = STAT_CLI_PRINT;
1997 return 1;
1998 }
1999
Willy Tarreau85d47f92012-11-21 00:29:50 +01002000 if (!*args[4]) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002001 appctx->ctx.cli.msg = "Expects a maximum input byte rate in kB/s.\n";
2002 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau85d47f92012-11-21 00:29:50 +01002003 return 1;
2004 }
2005
William Lallemandd85f9172012-11-09 17:05:39 +01002006 v = atoi(args[4]);
2007 global.comp_rate_lim = v * 1024; /* Kilo to bytes. */
2008 }
2009 else {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002010 appctx->ctx.cli.msg = "'set rate-limit http-compression' only supports 'global'.\n";
2011 appctx->st0 = STAT_CLI_PRINT;
William Lallemandd85f9172012-11-09 17:05:39 +01002012 return 1;
2013 }
2014 }
Willy Tarreauf5b22872011-09-07 16:13:44 +02002015 else {
Willy Tarreaue43d5322013-10-07 20:01:52 +02002016 appctx->ctx.cli.msg = "'set rate-limit' supports 'connections', 'sessions', 'ssl-sessions', and 'http-compression'.\n";
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002017 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreauf5b22872011-09-07 16:13:44 +02002018 return 1;
2019 }
2020 }
Willy Tarreau654694e2012-06-07 01:03:16 +02002021 else if (strcmp(args[1], "table") == 0) {
2022 stats_sock_table_request(si, args, STAT_CLI_O_SET);
2023 }
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002024 else if (strcmp(args[1], "map") == 0) {
Thierry FOURNIER364cfdf2014-01-29 19:08:49 +01002025 char *err;
2026
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01002027 /* Set flags. */
2028 appctx->ctx.map.display_flags = PAT_REF_MAP;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002029
2030 /* Expect three parameters: map name, key and new value. */
2031 if (!*args[2] || !*args[3] || !*args[4]) {
Thierry FOURNIERd5723432014-03-11 13:52:44 +01002032 appctx->ctx.cli.msg = "'set map' expects three parameters: map identifier, key and value.\n";
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002033 appctx->st0 = STAT_CLI_PRINT;
2034 return 1;
2035 }
2036
2037 /* Lookup the reference in the maps. */
Thierry FOURNIERaf5a29d2014-03-11 14:29:22 +01002038 appctx->ctx.map.ref = pat_ref_lookup_ref(args[2]);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002039 if (!appctx->ctx.map.ref) {
Thierry FOURNIER65ce6132014-03-20 11:42:45 +01002040 appctx->ctx.cli.msg = "Unknown map identifier. Please use #<id> or <file>.\n";
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002041 appctx->st0 = STAT_CLI_PRINT;
2042 return 1;
2043 }
2044
Thierry FOURNIER9356c682014-01-28 15:55:37 +01002045 /* If the entry identifier start with a '#', it is considered as
2046 * pointer id
2047 */
2048 if (args[3][0] == '#' && args[3][1] == '0' && args[3][2] == 'x') {
2049 struct pat_ref_elt *ref;
2050 long long int conv;
2051 char *error;
2052
2053 /* Convert argument to integer value. */
2054 conv = strtoll(&args[3][1], &error, 16);
2055 if (*error != '\0') {
Thierry FOURNIER65ce6132014-03-20 11:42:45 +01002056 appctx->ctx.cli.msg = "Malformed identifier. Please use #<id> or <file>.\n";
Thierry FOURNIER9356c682014-01-28 15:55:37 +01002057 appctx->st0 = STAT_CLI_PRINT;
2058 return 1;
2059 }
2060
2061 /* Convert and check integer to pointer. */
2062 ref = (struct pat_ref_elt *)(long)conv;
2063 if ((long long int)(long)ref != conv) {
Thierry FOURNIER65ce6132014-03-20 11:42:45 +01002064 appctx->ctx.cli.msg = "Malformed identifier. Please use #<id> or <file>.\n";
Thierry FOURNIER9356c682014-01-28 15:55:37 +01002065 appctx->st0 = STAT_CLI_PRINT;
2066 return 1;
2067 }
2068
2069 /* Try to delete the entry. */
Thierry FOURNIER364cfdf2014-01-29 19:08:49 +01002070 err = NULL;
2071 if (!pat_ref_set_by_id(appctx->ctx.map.ref, ref, args[4], &err)) {
2072 if (err)
2073 memprintf(&err, "%s.\n", err);
2074 appctx->ctx.cli.err = err;
2075 appctx->st0 = STAT_CLI_PRINT_FREE;
Thierry FOURNIER9356c682014-01-28 15:55:37 +01002076 return 1;
2077 }
2078 }
2079 else {
2080 /* Else, use the entry identifier as pattern
2081 * string, and update the value.
2082 */
Thierry FOURNIER364cfdf2014-01-29 19:08:49 +01002083 err = NULL;
2084 if (!pat_ref_set(appctx->ctx.map.ref, args[3], args[4], &err)) {
2085 if (err)
2086 memprintf(&err, "%s.\n", err);
2087 appctx->ctx.cli.err = err;
2088 appctx->st0 = STAT_CLI_PRINT_FREE;
Thierry FOURNIER9356c682014-01-28 15:55:37 +01002089 return 1;
2090 }
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002091 }
2092
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002093 /* The set is done, send message. */
Thierry FOURNIER07e78c52014-12-18 15:28:01 +01002094 appctx->st0 = STAT_CLI_PROMPT;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002095 return 1;
2096 }
Emeric Brun4147b2e2014-06-16 18:36:30 +02002097#ifdef USE_OPENSSL
2098 else if (strcmp(args[1], "ssl") == 0) {
2099 if (strcmp(args[2], "ocsp-response") == 0) {
Lukas Tribuse4e30f72014-12-09 16:32:51 +01002100#if (defined SSL_CTRL_SET_TLSEXT_STATUS_REQ_CB && !defined OPENSSL_NO_OCSP)
Emeric Brun4147b2e2014-06-16 18:36:30 +02002101 char *err = NULL;
2102
Emeric Brunaf4ef742014-06-19 14:10:45 +02002103 /* Expect one parameter: the new response in base64 encoding */
Emeric Brun4147b2e2014-06-16 18:36:30 +02002104 if (!*args[3]) {
2105 appctx->ctx.cli.msg = "'set ssl ocsp-response' expects response in base64 encoding.\n";
2106 appctx->st0 = STAT_CLI_PRINT;
2107 return 1;
2108 }
2109
2110 trash.len = base64dec(args[3], strlen(args[3]), trash.str, trash.size);
2111 if (trash.len < 0) {
2112 appctx->ctx.cli.msg = "'set ssl ocsp-response' received invalid base64 encoded response.\n";
2113 appctx->st0 = STAT_CLI_PRINT;
2114 return 1;
2115 }
2116
2117 if (ssl_sock_update_ocsp_response(&trash, &err)) {
2118 if (err) {
2119 memprintf(&err, "%s.\n", err);
2120 appctx->ctx.cli.err = err;
2121 appctx->st0 = STAT_CLI_PRINT_FREE;
2122 }
2123 return 1;
2124 }
2125 appctx->ctx.cli.msg = "OCSP Response updated!";
2126 appctx->st0 = STAT_CLI_PRINT;
2127 return 1;
2128#else
2129 appctx->ctx.cli.msg = "HAProxy was compiled against a version of OpenSSL that doesn't support OCSP stapling.\n";
2130 appctx->st0 = STAT_CLI_PRINT;
2131 return 1;
2132#endif
2133 }
Nenad Merdanovic200b0fa2015-05-09 08:46:01 +02002134 else if (strcmp(args[2], "tls-key") == 0) {
2135#if (defined SSL_CTRL_SET_TLSEXT_TICKET_KEY_CB && TLS_TICKETS_NO > 0)
2136 /* Expect two parameters: the filename and the new new TLS key in encoding */
2137 if (!*args[3] || !*args[4]) {
2138 appctx->ctx.cli.msg = "'set ssl tls-key' expects a filename and the new TLS key in base64 encoding.\n";
2139 appctx->st0 = STAT_CLI_PRINT;
2140 return 1;
2141 }
2142
2143 appctx->ctx.tlskeys.ref = tlskeys_ref_lookup_ref(args[3]);
2144 if(!appctx->ctx.tlskeys.ref) {
2145 appctx->ctx.cli.msg = "'set ssl tls-key' unable to locate referenced filename\n";
2146 appctx->st0 = STAT_CLI_PRINT;
2147 return 1;
2148 }
2149
2150 trash.len = base64dec(args[4], strlen(args[4]), trash.str, trash.size);
2151 if (trash.len != sizeof(struct tls_sess_key)) {
2152 appctx->ctx.cli.msg = "'set ssl tls-key' received invalid base64 encoded TLS key.\n";
2153 appctx->st0 = STAT_CLI_PRINT;
2154 return 1;
2155 }
2156
Pradeep Jindalcc79b002015-08-20 18:25:17 +05302157 memcpy(appctx->ctx.tlskeys.ref->tlskeys + ((appctx->ctx.tlskeys.ref->tls_ticket_enc_index + 2) % TLS_TICKETS_NO), trash.str, trash.len);
2158 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 +02002159
2160 appctx->ctx.cli.msg = "TLS ticket key updated!";
2161 appctx->st0 = STAT_CLI_PRINT;
2162 return 1;
2163#else
2164 appctx->ctx.cli.msg = "HAProxy was compiled against a version of OpenSSL "
2165 "that doesn't support specifying TLS ticket keys\n";
2166 appctx->st0 = STAT_CLI_PRINT;
2167 return 1;
2168#endif
2169 }
Emeric Brun4147b2e2014-06-16 18:36:30 +02002170 else {
2171 appctx->ctx.cli.msg = "'set ssl' only supports 'ocsp-response'.\n";
2172 appctx->st0 = STAT_CLI_PRINT;
2173 return 1;
2174 }
2175 }
2176#endif
Willy Tarreau7aabd112010-01-26 10:59:06 +01002177 else { /* unknown "set" parameter */
Willy Tarreau4483d432009-10-10 19:30:08 +02002178 return 0;
2179 }
2180 }
Cyril Bontécd19e512010-01-31 22:34:03 +01002181 else if (strcmp(args[0], "enable") == 0) {
Simon Horman671b6f02013-11-25 10:46:39 +09002182 if (strcmp(args[1], "agent") == 0) {
2183 struct server *sv;
2184
2185 sv = expect_server_admin(s, si, args[2]);
2186 if (!sv)
2187 return 1;
2188
Willy Tarreau2e10f5a2013-12-11 20:11:55 +01002189 if (!(sv->agent.state & CHK_ST_CONFIGURED)) {
2190 appctx->ctx.cli.msg = "Agent was not configured on this server, cannot enable.\n";
2191 appctx->st0 = STAT_CLI_PRINT;
2192 return 1;
2193 }
2194
2195 sv->agent.state |= CHK_ST_ENABLED;
Simon Horman671b6f02013-11-25 10:46:39 +09002196 return 1;
2197 }
Willy Tarreau9b5aecd2014-05-23 11:53:10 +02002198 else if (strcmp(args[1], "health") == 0) {
Cyril Bontécd19e512010-01-31 22:34:03 +01002199 struct server *sv;
2200
Willy Tarreaud52c41e2011-09-07 23:41:01 +02002201 sv = expect_server_admin(s, si, args[2]);
2202 if (!sv)
Cyril Bonté613f0df2011-03-03 20:49:04 +01002203 return 1;
Cyril Bonté613f0df2011-03-03 20:49:04 +01002204
Willy Tarreau9b5aecd2014-05-23 11:53:10 +02002205 if (!(sv->check.state & CHK_ST_CONFIGURED)) {
2206 appctx->ctx.cli.msg = "Health checks are not configured on this server, cannot enable.\n";
2207 appctx->st0 = STAT_CLI_PRINT;
2208 return 1;
2209 }
2210
2211 sv->check.state |= CHK_ST_ENABLED;
2212 return 1;
2213 }
2214 else if (strcmp(args[1], "server") == 0) {
2215 struct server *sv;
2216
2217 sv = expect_server_admin(s, si, args[2]);
2218 if (!sv)
2219 return 1;
2220
Willy Tarreaubfc7b7a2014-05-22 16:14:34 +02002221 srv_adm_set_ready(sv);
Willy Tarreau532a4502011-09-07 22:37:44 +02002222 return 1;
2223 }
2224 else if (strcmp(args[1], "frontend") == 0) {
2225 struct proxy *px;
2226
2227 px = expect_frontend_admin(s, si, args[2]);
2228 if (!px)
2229 return 1;
2230
2231 if (px->state == PR_STSTOPPED) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002232 appctx->ctx.cli.msg = "Frontend was previously shut down, cannot enable.\n";
2233 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau532a4502011-09-07 22:37:44 +02002234 return 1;
2235 }
2236
2237 if (px->state != PR_STPAUSED) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002238 appctx->ctx.cli.msg = "Frontend is already enabled.\n";
2239 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau532a4502011-09-07 22:37:44 +02002240 return 1;
2241 }
2242
2243 if (!resume_proxy(px)) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002244 appctx->ctx.cli.msg = "Failed to resume frontend, check logs for precise cause (port conflict?).\n";
2245 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau532a4502011-09-07 22:37:44 +02002246 return 1;
2247 }
Cyril Bontécd19e512010-01-31 22:34:03 +01002248 return 1;
2249 }
2250 else { /* unknown "enable" parameter */
Willy Tarreau9b5aecd2014-05-23 11:53:10 +02002251 appctx->ctx.cli.msg = "'enable' only supports 'agent', 'frontend', 'health', and 'server'.\n";
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002252 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau532a4502011-09-07 22:37:44 +02002253 return 1;
Cyril Bontécd19e512010-01-31 22:34:03 +01002254 }
2255 }
2256 else if (strcmp(args[0], "disable") == 0) {
Simon Horman671b6f02013-11-25 10:46:39 +09002257 if (strcmp(args[1], "agent") == 0) {
2258 struct server *sv;
2259
2260 sv = expect_server_admin(s, si, args[2]);
2261 if (!sv)
2262 return 1;
2263
Willy Tarreau2e10f5a2013-12-11 20:11:55 +01002264 sv->agent.state &= ~CHK_ST_ENABLED;
Simon Horman671b6f02013-11-25 10:46:39 +09002265 return 1;
2266 }
Willy Tarreau9b5aecd2014-05-23 11:53:10 +02002267 else if (strcmp(args[1], "health") == 0) {
2268 struct server *sv;
2269
2270 sv = expect_server_admin(s, si, args[2]);
2271 if (!sv)
2272 return 1;
2273
2274 sv->check.state &= ~CHK_ST_ENABLED;
2275 return 1;
2276 }
Simon Horman671b6f02013-11-25 10:46:39 +09002277 else if (strcmp(args[1], "server") == 0) {
Cyril Bontécd19e512010-01-31 22:34:03 +01002278 struct server *sv;
2279
Willy Tarreaud52c41e2011-09-07 23:41:01 +02002280 sv = expect_server_admin(s, si, args[2]);
2281 if (!sv)
Cyril Bonté613f0df2011-03-03 20:49:04 +01002282 return 1;
Cyril Bonté613f0df2011-03-03 20:49:04 +01002283
Willy Tarreaubfc7b7a2014-05-22 16:14:34 +02002284 srv_adm_set_maint(sv);
Willy Tarreau532a4502011-09-07 22:37:44 +02002285 return 1;
2286 }
2287 else if (strcmp(args[1], "frontend") == 0) {
2288 struct proxy *px;
2289
2290 px = expect_frontend_admin(s, si, args[2]);
2291 if (!px)
2292 return 1;
2293
2294 if (px->state == PR_STSTOPPED) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002295 appctx->ctx.cli.msg = "Frontend was previously shut down, cannot disable.\n";
2296 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau532a4502011-09-07 22:37:44 +02002297 return 1;
2298 }
2299
2300 if (px->state == PR_STPAUSED) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002301 appctx->ctx.cli.msg = "Frontend is already disabled.\n";
2302 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau532a4502011-09-07 22:37:44 +02002303 return 1;
2304 }
2305
2306 if (!pause_proxy(px)) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002307 appctx->ctx.cli.msg = "Failed to pause frontend, check logs for precise cause.\n";
2308 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau532a4502011-09-07 22:37:44 +02002309 return 1;
2310 }
Cyril Bontécd19e512010-01-31 22:34:03 +01002311 return 1;
2312 }
2313 else { /* unknown "disable" parameter */
Willy Tarreau9b5aecd2014-05-23 11:53:10 +02002314 appctx->ctx.cli.msg = "'disable' only supports 'agent', 'frontend', 'health', and 'server'.\n";
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002315 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau532a4502011-09-07 22:37:44 +02002316 return 1;
2317 }
2318 }
2319 else if (strcmp(args[0], "shutdown") == 0) {
2320 if (strcmp(args[1], "frontend") == 0) {
2321 struct proxy *px;
2322
2323 px = expect_frontend_admin(s, si, args[2]);
2324 if (!px)
2325 return 1;
2326
2327 if (px->state == PR_STSTOPPED) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002328 appctx->ctx.cli.msg = "Frontend was already shut down.\n";
2329 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau532a4502011-09-07 22:37:44 +02002330 return 1;
2331 }
2332
2333 Warning("Proxy %s stopped (FE: %lld conns, BE: %lld conns).\n",
2334 px->id, px->fe_counters.cum_conn, px->be_counters.cum_conn);
2335 send_log(px, LOG_WARNING, "Proxy %s stopped (FE: %lld conns, BE: %lld conns).\n",
2336 px->id, px->fe_counters.cum_conn, px->be_counters.cum_conn);
2337 stop_proxy(px);
2338 return 1;
2339 }
Willy Tarreaua295edc2011-09-07 23:21:03 +02002340 else if (strcmp(args[1], "session") == 0) {
Willy Tarreau87b09662015-04-03 00:22:06 +02002341 struct stream *sess, *ptr;
Willy Tarreaua295edc2011-09-07 23:21:03 +02002342
Willy Tarreaud0d8da92015-04-04 02:10:38 +02002343 if (strm_li(s)->bind_conf->level < ACCESS_LVL_ADMIN) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002344 appctx->ctx.cli.msg = stats_permission_denied_msg;
2345 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreaua295edc2011-09-07 23:21:03 +02002346 return 1;
2347 }
2348
2349 if (!*args[2]) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002350 appctx->ctx.cli.msg = "Session pointer expected (use 'show sess').\n";
2351 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreaua295edc2011-09-07 23:21:03 +02002352 return 1;
2353 }
2354
2355 ptr = (void *)strtoul(args[2], NULL, 0);
2356
Willy Tarreau87b09662015-04-03 00:22:06 +02002357 /* first, look for the requested stream in the stream table */
2358 list_for_each_entry(sess, &streams, list) {
Willy Tarreaua295edc2011-09-07 23:21:03 +02002359 if (sess == ptr)
2360 break;
2361 }
2362
Willy Tarreau87b09662015-04-03 00:22:06 +02002363 /* do we have the stream ? */
Willy Tarreaua295edc2011-09-07 23:21:03 +02002364 if (sess != ptr) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002365 appctx->ctx.cli.msg = "No such session (use 'show sess').\n";
2366 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreaua295edc2011-09-07 23:21:03 +02002367 return 1;
2368 }
2369
Willy Tarreaue7dff022015-04-03 01:14:29 +02002370 stream_shutdown(sess, SF_ERR_KILLED);
Willy Tarreaua295edc2011-09-07 23:21:03 +02002371 return 1;
2372 }
Willy Tarreau52b2d222011-09-07 23:48:48 +02002373 else if (strcmp(args[1], "sessions") == 0) {
2374 if (strcmp(args[2], "server") == 0) {
2375 struct server *sv;
Willy Tarreau87b09662015-04-03 00:22:06 +02002376 struct stream *sess, *sess_bck;
Willy Tarreau52b2d222011-09-07 23:48:48 +02002377
2378 sv = expect_server_admin(s, si, args[3]);
2379 if (!sv)
2380 return 1;
2381
Willy Tarreau87b09662015-04-03 00:22:06 +02002382 /* kill all the stream that are on this server */
Willy Tarreau52b2d222011-09-07 23:48:48 +02002383 list_for_each_entry_safe(sess, sess_bck, &sv->actconns, by_srv)
2384 if (sess->srv_conn == sv)
Willy Tarreaue7dff022015-04-03 01:14:29 +02002385 stream_shutdown(sess, SF_ERR_KILLED);
Willy Tarreau52b2d222011-09-07 23:48:48 +02002386
2387 return 1;
2388 }
2389 else {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002390 appctx->ctx.cli.msg = "'shutdown sessions' only supports 'server'.\n";
2391 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau52b2d222011-09-07 23:48:48 +02002392 return 1;
2393 }
2394 }
Willy Tarreau532a4502011-09-07 22:37:44 +02002395 else { /* unknown "disable" parameter */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002396 appctx->ctx.cli.msg = "'shutdown' only supports 'frontend', 'session' and 'sessions'.\n";
2397 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau532a4502011-09-07 22:37:44 +02002398 return 1;
Cyril Bontécd19e512010-01-31 22:34:03 +01002399 }
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002400 }
2401 else if (strcmp(args[0], "del") == 0) {
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01002402 if (strcmp(args[1], "map") == 0 || strcmp(args[1], "acl") == 0) {
2403 if (args[1][0] == 'm')
2404 appctx->ctx.map.display_flags = PAT_REF_MAP;
2405 else
2406 appctx->ctx.map.display_flags = PAT_REF_ACL;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002407
2408 /* Expect two parameters: map name and key. */
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01002409 if (appctx->ctx.map.display_flags == PAT_REF_MAP) {
2410 if (!*args[2] || !*args[3]) {
2411 appctx->ctx.cli.msg = "This command expects two parameters: map identifier and key.\n";
2412 appctx->st0 = STAT_CLI_PRINT;
2413 return 1;
2414 }
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002415 }
2416
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01002417 else {
2418 if (!*args[2] || !*args[3]) {
2419 appctx->ctx.cli.msg = "This command expects two parameters: ACL identifier and key.\n";
2420 appctx->st0 = STAT_CLI_PRINT;
2421 return 1;
2422 }
2423 }
2424
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002425 /* Lookup the reference in the maps. */
Thierry FOURNIERaf5a29d2014-03-11 14:29:22 +01002426 appctx->ctx.map.ref = pat_ref_lookup_ref(args[2]);
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01002427 if (!appctx->ctx.map.ref ||
2428 !(appctx->ctx.map.ref->flags & appctx->ctx.map.display_flags)) {
Thierry FOURNIER65ce6132014-03-20 11:42:45 +01002429 appctx->ctx.cli.msg = "Unknown map identifier. Please use #<id> or <file>.\n";
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002430 appctx->st0 = STAT_CLI_PRINT;
2431 return 1;
2432 }
2433
Thierry FOURNIER9356c682014-01-28 15:55:37 +01002434 /* If the entry identifier start with a '#', it is considered as
2435 * pointer id
2436 */
2437 if (args[3][0] == '#' && args[3][1] == '0' && args[3][2] == 'x') {
2438 struct pat_ref_elt *ref;
2439 long long int conv;
2440 char *error;
2441
2442 /* Convert argument to integer value. */
2443 conv = strtoll(&args[3][1], &error, 16);
2444 if (*error != '\0') {
Thierry FOURNIER65ce6132014-03-20 11:42:45 +01002445 appctx->ctx.cli.msg = "Malformed identifier. Please use #<id> or <file>.\n";
Thierry FOURNIER9356c682014-01-28 15:55:37 +01002446 appctx->st0 = STAT_CLI_PRINT;
2447 return 1;
2448 }
2449
2450 /* Convert and check integer to pointer. */
2451 ref = (struct pat_ref_elt *)(long)conv;
2452 if ((long long int)(long)ref != conv) {
Thierry FOURNIER65ce6132014-03-20 11:42:45 +01002453 appctx->ctx.cli.msg = "Malformed identifier. Please use #<id> or <file>.\n";
Thierry FOURNIER9356c682014-01-28 15:55:37 +01002454 appctx->st0 = STAT_CLI_PRINT;
2455 return 1;
2456 }
2457
2458 /* Try to delete the entry. */
2459 if (!pat_ref_delete_by_id(appctx->ctx.map.ref, ref)) {
2460 /* The entry is not found, send message. */
2461 appctx->ctx.cli.msg = "Key not found.\n";
2462 appctx->st0 = STAT_CLI_PRINT;
2463 return 1;
2464 }
2465 }
2466 else {
2467 /* Else, use the entry identifier as pattern
2468 * string and try to delete the entry.
2469 */
2470 if (!pat_ref_delete(appctx->ctx.map.ref, args[3])) {
2471 /* The entry is not found, send message. */
2472 appctx->ctx.cli.msg = "Key not found.\n";
2473 appctx->st0 = STAT_CLI_PRINT;
2474 return 1;
2475 }
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002476 }
2477
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002478 /* The deletion is done, send message. */
Thierry FOURNIER07e78c52014-12-18 15:28:01 +01002479 appctx->st0 = STAT_CLI_PROMPT;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002480 return 1;
2481 }
2482 else { /* unknown "del" parameter */
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01002483 appctx->ctx.cli.msg = "'del' only supports 'map' or 'acl'.\n";
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002484 appctx->st0 = STAT_CLI_PRINT;
2485 return 1;
2486 }
2487 }
2488 else if (strcmp(args[0], "add") == 0) {
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01002489 if (strcmp(args[1], "map") == 0 ||
2490 strcmp(args[1], "acl") == 0) {
2491 int ret;
Thierry FOURNIER364cfdf2014-01-29 19:08:49 +01002492 char *err;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002493
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01002494 /* Set flags. */
2495 if (args[1][0] == 'm')
2496 appctx->ctx.map.display_flags = PAT_REF_MAP;
2497 else
2498 appctx->ctx.map.display_flags = PAT_REF_ACL;
2499
2500 /* If the keywork is "map", we expect three parameters, if it
2501 * is "acl", we expect only two parameters
2502 */
2503 if (appctx->ctx.map.display_flags == PAT_REF_MAP) {
2504 if (!*args[2] || !*args[3] || !*args[4]) {
2505 appctx->ctx.cli.msg = "'add map' expects three parameters: map identifier, key and value.\n";
2506 appctx->st0 = STAT_CLI_PRINT;
2507 return 1;
2508 }
2509 }
2510 else {
2511 if (!*args[2] || !*args[3]) {
2512 appctx->ctx.cli.msg = "'add acl' expects two parameters: ACL identifier and pattern.\n";
2513 appctx->st0 = STAT_CLI_PRINT;
2514 return 1;
2515 }
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002516 }
2517
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01002518 /* Lookup for the reference. */
Thierry FOURNIERaf5a29d2014-03-11 14:29:22 +01002519 appctx->ctx.map.ref = pat_ref_lookup_ref(args[2]);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002520 if (!appctx->ctx.map.ref) {
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01002521 if (appctx->ctx.map.display_flags == PAT_REF_MAP)
Thierry FOURNIER65ce6132014-03-20 11:42:45 +01002522 appctx->ctx.cli.msg = "Unknown map identifier. Please use #<id> or <file>.\n";
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01002523 else
Thierry FOURNIER65ce6132014-03-20 11:42:45 +01002524 appctx->ctx.cli.msg = "Unknown ACL identifier. Please use #<id> or <file>.\n";
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002525 appctx->st0 = STAT_CLI_PRINT;
2526 return 1;
2527 }
2528
Thierry FOURNIER64c585f2014-01-29 20:02:36 +01002529 /* The command "add acl" is prohibited if the reference
2530 * use samples.
2531 */
2532 if ((appctx->ctx.map.display_flags & PAT_REF_ACL) &&
2533 (appctx->ctx.map.ref->flags & PAT_REF_SMP)) {
2534 appctx->ctx.cli.msg = "This ACL is shared with a map containing samples. "
2535 "You must use the command 'add map' to add values.\n";
2536 appctx->st0 = STAT_CLI_PRINT;
2537 return 1;
2538 }
2539
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01002540 /* Add value. */
Thierry FOURNIER364cfdf2014-01-29 19:08:49 +01002541 err = NULL;
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01002542 if (appctx->ctx.map.display_flags == PAT_REF_MAP)
Thierry FOURNIERe47e4e22014-04-28 11:18:57 +02002543 ret = pat_ref_add(appctx->ctx.map.ref, args[3], args[4], &err);
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01002544 else
Thierry FOURNIERe47e4e22014-04-28 11:18:57 +02002545 ret = pat_ref_add(appctx->ctx.map.ref, args[3], NULL, &err);
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01002546 if (!ret) {
Thierry FOURNIER364cfdf2014-01-29 19:08:49 +01002547 if (err)
2548 memprintf(&err, "%s.\n", err);
2549 appctx->ctx.cli.err = err;
2550 appctx->st0 = STAT_CLI_PRINT_FREE;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002551 return 1;
2552 }
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002553
2554 /* The add is done, send message. */
Thierry FOURNIER07e78c52014-12-18 15:28:01 +01002555 appctx->st0 = STAT_CLI_PROMPT;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002556 return 1;
2557 }
2558 else { /* unknown "del" parameter */
2559 appctx->ctx.cli.msg = "'add' only supports 'map'.\n";
2560 appctx->st0 = STAT_CLI_PRINT;
2561 return 1;
2562 }
Cyril Bontécd19e512010-01-31 22:34:03 +01002563 }
2564 else { /* not "show" nor "clear" nor "get" nor "set" nor "enable" nor "disable" */
Willy Tarreau5ca791d2009-08-16 19:06:42 +02002565 return 0;
2566 }
2567 return 1;
2568}
2569
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002570/* This I/O handler runs as an applet embedded in a stream interface. It is
Willy Tarreauf5a885f2009-10-04 14:22:18 +02002571 * used to processes I/O from/to the stats unix socket. The system relies on a
2572 * state machine handling requests and various responses. We read a request,
2573 * then we process it and send the response, and we possibly display a prompt.
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002574 * Then we can read again. The state is stored in appctx->st0 and is one of the
2575 * STAT_CLI_* constants. appctx->st1 is used to indicate whether prompt is enabled
Willy Tarreauf5a885f2009-10-04 14:22:18 +02002576 * or not.
Willy Tarreau5ca791d2009-08-16 19:06:42 +02002577 */
Willy Tarreau00a37f02015-04-13 12:05:19 +02002578static void cli_io_handler(struct appctx *appctx)
Willy Tarreau5ca791d2009-08-16 19:06:42 +02002579{
Willy Tarreau00a37f02015-04-13 12:05:19 +02002580 struct stream_interface *si = appctx->owner;
Willy Tarreau2bb4a962014-11-28 11:11:05 +01002581 struct channel *req = si_oc(si);
2582 struct channel *res = si_ic(si);
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002583 int reql;
2584 int len;
Willy Tarreau5ca791d2009-08-16 19:06:42 +02002585
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002586 if (unlikely(si->state == SI_ST_DIS || si->state == SI_ST_CLO))
2587 goto out;
Willy Tarreau5ca791d2009-08-16 19:06:42 +02002588
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002589 while (1) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002590 if (appctx->st0 == STAT_CLI_INIT) {
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002591 /* Stats output not initialized yet */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002592 memset(&appctx->ctx.stats, 0, sizeof(appctx->ctx.stats));
2593 appctx->st0 = STAT_CLI_GETREQ;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002594 }
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002595 else if (appctx->st0 == STAT_CLI_END) {
Willy Tarreauf5a885f2009-10-04 14:22:18 +02002596 /* Let's close for real now. We just close the request
2597 * side, the conditions below will complete if needed.
2598 */
Willy Tarreau73b013b2012-05-21 16:31:45 +02002599 si_shutw(si);
Willy Tarreauf5a885f2009-10-04 14:22:18 +02002600 break;
2601 }
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002602 else if (appctx->st0 == STAT_CLI_GETREQ) {
Willy Tarreau4e33d862009-10-11 23:35:10 +02002603 /* ensure we have some output room left in the event we
2604 * would want to return some info right after parsing.
2605 */
Willy Tarreau4e4292b2014-11-28 12:18:45 +01002606 if (buffer_almost_full(si_ib(si))) {
Willy Tarreaufe127932015-04-21 19:23:39 +02002607 si_applet_cant_put(si);
Willy Tarreau4e33d862009-10-11 23:35:10 +02002608 break;
Willy Tarreaud7ad9f52013-12-31 17:26:25 +01002609 }
Willy Tarreau4e33d862009-10-11 23:35:10 +02002610
Willy Tarreau2bb4a962014-11-28 11:11:05 +01002611 reql = bo_getline(si_oc(si), trash.str, trash.size);
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002612 if (reql <= 0) { /* closed or EOL not found */
2613 if (reql == 0)
2614 break;
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002615 appctx->st0 = STAT_CLI_END;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002616 continue;
2617 }
Willy Tarreau5ca791d2009-08-16 19:06:42 +02002618
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002619 /* seek for a possible semi-colon. If we find one, we
2620 * replace it with an LF and skip only this part.
2621 */
2622 for (len = 0; len < reql; len++)
Willy Tarreau19d14ef2012-10-29 16:51:55 +01002623 if (trash.str[len] == ';') {
2624 trash.str[len] = '\n';
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002625 reql = len + 1;
2626 break;
2627 }
Willy Tarreau5ca791d2009-08-16 19:06:42 +02002628
Willy Tarreau816fc222009-10-04 07:36:58 +02002629 /* now it is time to check that we have a full line,
2630 * remove the trailing \n and possibly \r, then cut the
2631 * line.
2632 */
2633 len = reql - 1;
Willy Tarreau19d14ef2012-10-29 16:51:55 +01002634 if (trash.str[len] != '\n') {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002635 appctx->st0 = STAT_CLI_END;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002636 continue;
Willy Tarreau5ca791d2009-08-16 19:06:42 +02002637 }
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002638
Willy Tarreau19d14ef2012-10-29 16:51:55 +01002639 if (len && trash.str[len-1] == '\r')
Willy Tarreau816fc222009-10-04 07:36:58 +02002640 len--;
2641
Willy Tarreau19d14ef2012-10-29 16:51:55 +01002642 trash.str[len] = '\0';
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002643
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002644 appctx->st0 = STAT_CLI_PROMPT;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002645 if (len) {
Willy Tarreau19d14ef2012-10-29 16:51:55 +01002646 if (strcmp(trash.str, "quit") == 0) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002647 appctx->st0 = STAT_CLI_END;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002648 continue;
2649 }
Willy Tarreau19d14ef2012-10-29 16:51:55 +01002650 else if (strcmp(trash.str, "prompt") == 0)
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002651 appctx->st1 = !appctx->st1;
Willy Tarreau19d14ef2012-10-29 16:51:55 +01002652 else if (strcmp(trash.str, "help") == 0 ||
2653 !stats_sock_parse_request(si, trash.str)) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002654 appctx->ctx.cli.msg = stats_sock_usage_msg;
2655 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreauea1f5fe2009-10-11 23:12:51 +02002656 }
Willy Tarreauf5a885f2009-10-04 14:22:18 +02002657 /* NB: stats_sock_parse_request() may have put
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002658 * another STAT_CLI_O_* into appctx->st0.
Willy Tarreauf5a885f2009-10-04 14:22:18 +02002659 */
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002660 }
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002661 else if (!appctx->st1) {
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002662 /* if prompt is disabled, print help on empty lines,
2663 * so that the user at least knows how to enable
2664 * prompt and find help.
2665 */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002666 appctx->ctx.cli.msg = stats_sock_usage_msg;
2667 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002668 }
2669
2670 /* re-adjust req buffer */
Willy Tarreau2bb4a962014-11-28 11:11:05 +01002671 bo_skip(si_oc(si), reql);
Willy Tarreau03cdb7c2012-08-27 23:14:58 +02002672 req->flags |= CF_READ_DONTWAIT; /* we plan to read small requests */
Willy Tarreau5ca791d2009-08-16 19:06:42 +02002673 }
Willy Tarreau68c00c72015-09-25 19:21:19 +02002674 else { /* output functions */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002675 switch (appctx->st0) {
Andrew Hayworthe32d1862015-10-02 15:08:10 +00002676 case STAT_CLI_PROMPT:
2677 break;
Willy Tarreauea1f5fe2009-10-11 23:12:51 +02002678 case STAT_CLI_PRINT:
Willy Tarreau2bb4a962014-11-28 11:11:05 +01002679 if (bi_putstr(si_ic(si), appctx->ctx.cli.msg) != -1)
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002680 appctx->st0 = STAT_CLI_PROMPT;
Willy Tarreaubc18da12015-03-13 14:00:47 +01002681 else
Willy Tarreaufe127932015-04-21 19:23:39 +02002682 si_applet_cant_put(si);
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002683 break;
Thierry FOURNIER364cfdf2014-01-29 19:08:49 +01002684 case STAT_CLI_PRINT_FREE:
Willy Tarreau2bb4a962014-11-28 11:11:05 +01002685 if (bi_putstr(si_ic(si), appctx->ctx.cli.err) != -1) {
Thierry FOURNIER364cfdf2014-01-29 19:08:49 +01002686 free(appctx->ctx.cli.err);
2687 appctx->st0 = STAT_CLI_PROMPT;
2688 }
Willy Tarreaubc18da12015-03-13 14:00:47 +01002689 else
Willy Tarreaufe127932015-04-21 19:23:39 +02002690 si_applet_cant_put(si);
Thierry FOURNIER364cfdf2014-01-29 19:08:49 +01002691 break;
Baptiste Assmann9b6857e2015-09-18 14:49:12 +02002692 case STAT_CLI_O_BACKEND:
2693 if (stats_dump_backend_to_buffer(si))
2694 appctx->st0 = STAT_CLI_PROMPT;
2695 break;
Willy Tarreauf5a885f2009-10-04 14:22:18 +02002696 case STAT_CLI_O_INFO:
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01002697 if (stats_dump_info_to_buffer(si))
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002698 appctx->st0 = STAT_CLI_PROMPT;
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01002699 break;
Baptiste Assmann28289462015-07-03 08:01:20 +02002700 case STAT_CLI_O_SERVERS_STATE:
2701 if (stats_dump_servers_state_to_buffer(si))
2702 appctx->st0 = STAT_CLI_PROMPT;
2703 break;
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01002704 case STAT_CLI_O_STAT:
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01002705 if (stats_dump_stat_to_buffer(si, NULL))
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002706 appctx->st0 = STAT_CLI_PROMPT;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002707 break;
Baptiste Assmann3863f972015-05-17 00:33:24 +02002708 case STAT_CLI_O_RESOLVERS:
2709 if (stats_dump_resolvers_to_buffer(si))
2710 appctx->st0 = STAT_CLI_PROMPT;
2711 break;
Willy Tarreauf5a885f2009-10-04 14:22:18 +02002712 case STAT_CLI_O_SESS:
Willy Tarreau5ec29ff2011-02-13 15:27:22 +01002713 if (stats_dump_sess_to_buffer(si))
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002714 appctx->st0 = STAT_CLI_PROMPT;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002715 break;
Willy Tarreauf5a885f2009-10-04 14:22:18 +02002716 case STAT_CLI_O_ERR: /* errors dump */
Willy Tarreau5ec29ff2011-02-13 15:27:22 +01002717 if (stats_dump_errors_to_buffer(si))
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002718 appctx->st0 = STAT_CLI_PROMPT;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002719 break;
Willy Tarreau69f58c82010-07-12 17:55:33 +02002720 case STAT_CLI_O_TAB:
Simon Hormanc88b8872011-06-15 15:18:49 +09002721 case STAT_CLI_O_CLR:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002722 if (stats_table_request(si, appctx->st0))
2723 appctx->st0 = STAT_CLI_PROMPT;
Willy Tarreau69f58c82010-07-12 17:55:33 +02002724 break;
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01002725 case STAT_CLI_O_PATS:
2726 if (stats_pats_list(si))
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002727 appctx->st0 = STAT_CLI_PROMPT;
2728 break;
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01002729 case STAT_CLI_O_PAT:
2730 if (stats_pat_list(si))
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002731 appctx->st0 = STAT_CLI_PROMPT;
2732 break;
2733 case STAT_CLI_O_MLOOK:
2734 if (stats_map_lookup(si))
2735 appctx->st0 = STAT_CLI_PROMPT;
Willy Tarreau4efb3532014-01-29 12:13:39 +01002736 break;
Willy Tarreau12833bb2014-01-28 16:49:56 +01002737 case STAT_CLI_O_POOLS:
2738 if (stats_dump_pools_to_buffer(si))
2739 appctx->st0 = STAT_CLI_PROMPT;
2740 break;
Nenad Merdanovic200b0fa2015-05-09 08:46:01 +02002741#if (defined SSL_CTRL_SET_TLSEXT_TICKET_KEY_CB && TLS_TICKETS_NO > 0)
2742 case STAT_CLI_O_TLSK:
2743 if (stats_tlskeys_list(si))
2744 appctx->st0 = STAT_CLI_PROMPT;
2745 break;
2746#endif
Willy Tarreauae795722016-02-16 11:27:28 +01002747 case STAT_CLI_O_ENV: /* environment dump */
2748 if (stats_dump_env_to_buffer(si))
2749 appctx->st0 = STAT_CLI_PROMPT;
2750 break;
Willy Tarreauf5a885f2009-10-04 14:22:18 +02002751 default: /* abnormal state */
Willy Tarreau5cfa3bc2015-09-25 20:08:51 +02002752 si->flags |= SI_FL_ERR;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002753 break;
2754 }
Willy Tarreau5ca791d2009-08-16 19:06:42 +02002755
Willy Tarreauf5a885f2009-10-04 14:22:18 +02002756 /* The post-command prompt is either LF alone or LF + '> ' in interactive mode */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002757 if (appctx->st0 == STAT_CLI_PROMPT) {
Willy Tarreau2bb4a962014-11-28 11:11:05 +01002758 if (bi_putstr(si_ic(si), appctx->st1 ? "\n> " : "\n") != -1)
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002759 appctx->st0 = STAT_CLI_GETREQ;
Willy Tarreaubc18da12015-03-13 14:00:47 +01002760 else
Willy Tarreaufe127932015-04-21 19:23:39 +02002761 si_applet_cant_put(si);
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002762 }
2763
Willy Tarreauf5a885f2009-10-04 14:22:18 +02002764 /* If the output functions are still there, it means they require more room. */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002765 if (appctx->st0 >= STAT_CLI_OUTPUT)
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002766 break;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002767
2768 /* Now we close the output if one of the writers did so,
2769 * or if we're not in interactive mode and the request
2770 * buffer is empty. This still allows pipelined requests
2771 * to be sent in non-interactive mode.
2772 */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002773 if ((res->flags & (CF_SHUTW|CF_SHUTW_NOW)) || (!appctx->st1 && !req->buf->o)) {
2774 appctx->st0 = STAT_CLI_END;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002775 continue;
2776 }
2777
Willy Tarreauf5a885f2009-10-04 14:22:18 +02002778 /* switch state back to GETREQ to read next requests */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002779 appctx->st0 = STAT_CLI_GETREQ;
Willy Tarreau5ca791d2009-08-16 19:06:42 +02002780 }
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002781 }
Willy Tarreau5ca791d2009-08-16 19:06:42 +02002782
Willy Tarreauc9e930a2015-09-25 20:06:08 +02002783 if ((res->flags & CF_SHUTR) && (si->state == SI_ST_EST)) {
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002784 DPRINTF(stderr, "%s@%d: si to buf closed. req=%08x, res=%08x, st=%d\n",
2785 __FUNCTION__, __LINE__, req->flags, res->flags, si->state);
Aman Guptaceafb4a2012-04-02 18:57:54 -07002786 /* Other side has closed, let's abort if we have no more processing to do
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002787 * and nothing more to consume. This is comparable to a broken pipe, so
2788 * we forward the close to the request side so that it flows upstream to
2789 * the client.
2790 */
Willy Tarreau73b013b2012-05-21 16:31:45 +02002791 si_shutw(si);
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002792 }
2793
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002794 if ((req->flags & CF_SHUTW) && (si->state == SI_ST_EST) && (appctx->st0 < STAT_CLI_OUTPUT)) {
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002795 DPRINTF(stderr, "%s@%d: buf to si closed. req=%08x, res=%08x, st=%d\n",
2796 __FUNCTION__, __LINE__, req->flags, res->flags, si->state);
2797 /* We have no more processing to do, and nothing more to send, and
2798 * the client side has closed. So we'll forward this state downstream
2799 * on the response buffer.
2800 */
Willy Tarreau73b013b2012-05-21 16:31:45 +02002801 si_shutr(si);
Willy Tarreau03cdb7c2012-08-27 23:14:58 +02002802 res->flags |= CF_READ_NULL;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002803 }
2804
Willy Tarreau828824a2015-04-19 17:20:03 +02002805 out:
Willy Tarreau02d6cfc2012-03-01 18:19:58 +01002806 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 +02002807 __FUNCTION__, __LINE__,
Willy Tarreau9b28e032012-10-12 23:49:43 +02002808 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 +02002809}
2810
Willy Tarreau638d40a2016-02-24 23:11:01 +01002811/* Emits a stats field without any surrounding element and properly encoded to
2812 * resist CSV output. Returns non-zero on success, 0 if the buffer is full.
2813 */
2814static int stats_emit_raw_data_field(struct chunk *out, const struct field *f)
2815{
2816 switch (field_format(f, 0)) {
2817 case FF_EMPTY: return 1;
2818 case FF_S32: return chunk_appendf(out, "%d", f->u.s32);
2819 case FF_U32: return chunk_appendf(out, "%u", f->u.u32);
2820 case FF_S64: return chunk_appendf(out, "%lld", (long long)f->u.s64);
2821 case FF_U64: return chunk_appendf(out, "%llu", (unsigned long long)f->u.u64);
2822 case FF_STR: return csv_enc_append(field_str(f, 0), 1, out) != NULL;
2823 default: return chunk_appendf(out, "[INCORRECT_FIELD_TYPE_%08x]", f->type);
2824 }
2825}
2826
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01002827/* This function dumps information onto the stream interface's read buffer.
2828 * It returns 0 as long as it does not complete, non-zero upon completion.
2829 * No state is used.
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01002830 */
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01002831static int stats_dump_info_to_buffer(struct stream_interface *si)
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01002832{
2833 unsigned int up = (now.tv_sec - start_date.tv_sec);
Willy Tarreau4529c072016-01-11 18:17:07 +01002834 struct chunk *out = get_trash_chunk();
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01002835
Willy Tarreau0c9c2722014-05-28 12:28:58 +02002836#ifdef USE_OPENSSL
2837 int ssl_sess_rate = read_freq_ctr(&global.ssl_per_sec);
2838 int ssl_key_rate = read_freq_ctr(&global.ssl_fe_keys_per_sec);
2839 int ssl_reuse = 0;
2840
2841 if (ssl_key_rate < ssl_sess_rate) {
2842 /* count the ssl reuse ratio and avoid overflows in both directions */
2843 ssl_reuse = 100 - (100 * ssl_key_rate + (ssl_sess_rate - 1) / 2) / ssl_sess_rate;
2844 }
2845#endif
2846
Willy Tarreau4529c072016-01-11 18:17:07 +01002847 chunk_reset(out);
2848 memset(&info, 0, sizeof(info));
2849
2850 info[INF_NAME] = mkf_str(FO_PRODUCT|FN_OUTPUT|FS_SERVICE, PRODUCT_NAME);
2851 info[INF_VERSION] = mkf_str(FO_PRODUCT|FN_OUTPUT|FS_SERVICE, HAPROXY_VERSION);
2852 info[INF_RELEASE_DATE] = mkf_str(FO_PRODUCT|FN_OUTPUT|FS_SERVICE, HAPROXY_DATE);
2853
2854 info[INF_NBPROC] = mkf_u32(FO_CONFIG|FS_SERVICE, global.nbproc);
2855 info[INF_PROCESS_NUM] = mkf_u32(FO_KEY, relative_pid);
2856 info[INF_PID] = mkf_u32(FO_STATUS, pid);
2857
2858 info[INF_UPTIME] = mkf_str(FN_DURATION, chunk_newstr(out));
2859 chunk_appendf(out, "%ud %uh%02um%02us", up / 86400, (up % 86400) / 3600, (up % 3600) / 60, (up % 60));
2860
2861 info[INF_UPTIME_SEC] = mkf_u32(FN_DURATION, up);
2862 info[INF_MEMMAX_MB] = mkf_u32(FO_CONFIG|FN_LIMIT, global.rlimit_memmax);
2863 info[INF_POOL_ALLOC_MB] = mkf_u32(0, (unsigned)(pool_total_allocated() / 1048576L));
2864 info[INF_POOL_USED_MB] = mkf_u32(0, (unsigned)(pool_total_used() / 1048576L));
2865 info[INF_POOL_FAILED] = mkf_u32(FN_COUNTER, pool_total_failures());
2866 info[INF_ULIMIT_N] = mkf_u32(FO_CONFIG|FN_LIMIT, global.rlimit_nofile);
2867 info[INF_MAXSOCK] = mkf_u32(FO_CONFIG|FN_LIMIT, global.maxsock);
2868 info[INF_MAXCONN] = mkf_u32(FO_CONFIG|FN_LIMIT, global.maxconn);
2869 info[INF_HARD_MAXCONN] = mkf_u32(FO_CONFIG|FN_LIMIT, global.hardmaxconn);
2870 info[INF_CURR_CONN] = mkf_u32(0, actconn);
2871 info[INF_CUM_CONN] = mkf_u32(FN_COUNTER, totalconn);
2872 info[INF_CUM_REQ] = mkf_u32(FN_COUNTER, global.req_count);
2873#ifdef USE_OPENSSL
2874 info[INF_MAX_SSL_CONNS] = mkf_u32(FN_MAX, global.maxsslconn);
2875 info[INF_CURR_SSL_CONNS] = mkf_u32(0, sslconns);
2876 info[INF_CUM_SSL_CONNS] = mkf_u32(FN_COUNTER, totalsslconns);
2877#endif
2878 info[INF_MAXPIPES] = mkf_u32(FO_CONFIG|FN_LIMIT, global.maxpipes);
2879 info[INF_PIPES_USED] = mkf_u32(0, pipes_used);
2880 info[INF_PIPES_FREE] = mkf_u32(0, pipes_free);
2881 info[INF_CONN_RATE] = mkf_u32(FN_RATE, read_freq_ctr(&global.conn_per_sec));
2882 info[INF_CONN_RATE_LIMIT] = mkf_u32(FO_CONFIG|FN_LIMIT, global.cps_lim);
2883 info[INF_MAX_CONN_RATE] = mkf_u32(FN_MAX, global.cps_max);
2884 info[INF_SESS_RATE] = mkf_u32(FN_RATE, read_freq_ctr(&global.sess_per_sec));
2885 info[INF_SESS_RATE_LIMIT] = mkf_u32(FO_CONFIG|FN_LIMIT, global.sps_lim);
2886 info[INF_MAX_SESS_RATE] = mkf_u32(FN_RATE, global.sps_max);
2887
2888#ifdef USE_OPENSSL
2889 info[INF_SSL_RATE] = mkf_u32(FN_RATE, ssl_sess_rate);
2890 info[INF_SSL_RATE_LIMIT] = mkf_u32(FO_CONFIG|FN_LIMIT, global.ssl_lim);
2891 info[INF_MAX_SSL_RATE] = mkf_u32(FN_MAX, global.ssl_max);
2892 info[INF_SSL_FRONTEND_KEY_RATE] = mkf_u32(0, ssl_key_rate);
2893 info[INF_SSL_FRONTEND_MAX_KEY_RATE] = mkf_u32(FN_MAX, global.ssl_fe_keys_max);
2894 info[INF_SSL_FRONTEND_SESSION_REUSE_PCT] = mkf_u32(0, ssl_reuse);
2895 info[INF_SSL_BACKEND_KEY_RATE] = mkf_u32(FN_RATE, read_freq_ctr(&global.ssl_be_keys_per_sec));
2896 info[INF_SSL_BACKEND_MAX_KEY_RATE] = mkf_u32(FN_MAX, global.ssl_be_keys_max);
2897 info[INF_SSL_CACHE_LOOKUPS] = mkf_u32(FN_COUNTER, global.shctx_lookups);
2898 info[INF_SSL_CACHE_MISSES] = mkf_u32(FN_COUNTER, global.shctx_misses);
2899#endif
2900 info[INF_COMPRESS_BPS_IN] = mkf_u32(FN_RATE, read_freq_ctr(&global.comp_bps_in));
2901 info[INF_COMPRESS_BPS_OUT] = mkf_u32(FN_RATE, read_freq_ctr(&global.comp_bps_out));
2902 info[INF_COMPRESS_BPS_RATE_LIM] = mkf_u32(FO_CONFIG|FN_LIMIT, global.comp_rate_lim);
2903#ifdef USE_ZLIB
2904 info[INF_ZLIB_MEM_USAGE] = mkf_u32(0, zlib_used_memory);
2905 info[INF_MAX_ZLIB_MEM_USAGE] = mkf_u32(FO_CONFIG|FN_LIMIT, global.maxzlibmem);
2906#endif
2907 info[INF_TASKS] = mkf_u32(0, nb_tasks_cur);
2908 info[INF_RUN_QUEUE] = mkf_u32(0, run_queue_cur);
2909 info[INF_IDLE_PCT] = mkf_u32(FN_AVG, idle_pct);
2910 info[INF_NODE] = mkf_str(FO_CONFIG|FN_OUTPUT|FS_SERVICE, global.node);
2911 if (global.desc)
2912 info[INF_DESCRIPTION] = mkf_str(FO_CONFIG|FN_OUTPUT|FS_SERVICE, global.desc);
2913
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01002914 chunk_printf(&trash,
2915 "Name: " PRODUCT_NAME "\n"
2916 "Version: " HAPROXY_VERSION "\n"
2917 "Release_date: " HAPROXY_DATE "\n"
2918 "Nbproc: %d\n"
2919 "Process_num: %d\n"
2920 "Pid: %d\n"
2921 "Uptime: %dd %dh%02dm%02ds\n"
2922 "Uptime_sec: %d\n"
2923 "Memmax_MB: %d\n"
Willy Tarreau58102cf2015-10-28 16:24:21 +01002924 "PoolAlloc_MB: %d\n"
2925 "PoolUsed_MB: %d\n"
2926 "PoolFailed: %d\n"
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01002927 "Ulimit-n: %d\n"
2928 "Maxsock: %d\n"
2929 "Maxconn: %d\n"
2930 "Hard_maxconn: %d\n"
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01002931 "CurrConns: %d\n"
Willy Tarreau71b734c2014-01-28 15:19:44 +01002932 "CumConns: %d\n"
Warren Turkalb197d7f2015-01-27 15:04:16 -08002933 "CumReq: %u\n"
Willy Tarreau71b734c2014-01-28 15:19:44 +01002934#ifdef USE_OPENSSL
2935 "MaxSslConns: %d\n"
2936 "CurrSslConns: %d\n"
2937 "CumSslConns: %d\n"
2938#endif
2939 "Maxpipes: %d\n"
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01002940 "PipesUsed: %d\n"
2941 "PipesFree: %d\n"
2942 "ConnRate: %d\n"
2943 "ConnRateLimit: %d\n"
2944 "MaxConnRate: %d\n"
Willy Tarreau93e7c002013-10-07 18:51:07 +02002945 "SessRate: %d\n"
2946 "SessRateLimit: %d\n"
2947 "MaxSessRate: %d\n"
Willy Tarreaue43d5322013-10-07 20:01:52 +02002948#ifdef USE_OPENSSL
2949 "SslRate: %d\n"
2950 "SslRateLimit: %d\n"
2951 "MaxSslRate: %d\n"
Willy Tarreau0c9c2722014-05-28 12:28:58 +02002952 "SslFrontendKeyRate: %d\n"
2953 "SslFrontendMaxKeyRate: %d\n"
2954 "SslFrontendSessionReuse_pct: %d\n"
2955 "SslBackendKeyRate: %d\n"
2956 "SslBackendMaxKeyRate: %d\n"
Willy Tarreauce3f9132014-05-28 16:47:01 +02002957 "SslCacheLookups: %u\n"
2958 "SslCacheMisses: %u\n"
Willy Tarreaue43d5322013-10-07 20:01:52 +02002959#endif
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01002960 "CompressBpsIn: %u\n"
2961 "CompressBpsOut: %u\n"
2962 "CompressBpsRateLim: %u\n"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01002963#ifdef USE_ZLIB
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01002964 "ZlibMemUsage: %ld\n"
2965 "MaxZlibMemUsage: %ld\n"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01002966#endif
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01002967 "Tasks: %d\n"
2968 "Run_queue: %d\n"
2969 "Idle_pct: %d\n"
2970 "node: %s\n"
2971 "description: %s\n"
2972 "",
2973 global.nbproc,
2974 relative_pid,
2975 pid,
2976 up / 86400, (up % 86400) / 3600, (up % 3600) / 60, (up % 60),
2977 up,
2978 global.rlimit_memmax,
Willy Tarreau58102cf2015-10-28 16:24:21 +01002979 (int)(pool_total_allocated() / 1048576L),
2980 (int)(pool_total_used() / 1048576L),
2981 pool_total_failures(),
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01002982 global.rlimit_nofile,
Willy Tarreau71b734c2014-01-28 15:19:44 +01002983 global.maxsock, global.maxconn, global.hardmaxconn,
2984 actconn, totalconn, global.req_count,
2985#ifdef USE_OPENSSL
2986 global.maxsslconn, sslconns, totalsslconns,
2987#endif
2988 global.maxpipes, pipes_used, pipes_free,
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01002989 read_freq_ctr(&global.conn_per_sec), global.cps_lim, global.cps_max,
Willy Tarreau93e7c002013-10-07 18:51:07 +02002990 read_freq_ctr(&global.sess_per_sec), global.sps_lim, global.sps_max,
Willy Tarreaue43d5322013-10-07 20:01:52 +02002991#ifdef USE_OPENSSL
Willy Tarreau0c9c2722014-05-28 12:28:58 +02002992 ssl_sess_rate, global.ssl_lim, global.ssl_max,
2993 ssl_key_rate, global.ssl_fe_keys_max,
2994 ssl_reuse,
2995 read_freq_ctr(&global.ssl_be_keys_per_sec), global.ssl_be_keys_max,
Willy Tarreauce3f9132014-05-28 16:47:01 +02002996 global.shctx_lookups, global.shctx_misses,
Willy Tarreaue43d5322013-10-07 20:01:52 +02002997#endif
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01002998 read_freq_ctr(&global.comp_bps_in), read_freq_ctr(&global.comp_bps_out),
2999 global.comp_rate_lim,
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003000#ifdef USE_ZLIB
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01003001 zlib_used_memory, global.maxzlibmem,
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003002#endif
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01003003 nb_tasks_cur, run_queue_cur, idle_pct,
3004 global.node, global.desc ? global.desc : ""
3005 );
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003006
Willy Tarreaubc18da12015-03-13 14:00:47 +01003007 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02003008 si_applet_cant_put(si);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003009 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01003010 }
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003011
3012 return 1;
3013}
3014
Baptiste Assmann28289462015-07-03 08:01:20 +02003015/* dumps server state information into <buf> for all the servers found in <backend>
3016 * These information are all the parameters which may change during HAProxy runtime.
3017 * By default, we only export to the last known server state file format.
3018 * These information can be used at next startup to recover same level of server state.
3019 */
3020static void dump_servers_state(struct proxy *backend, struct chunk *buf)
3021{
3022 struct server *srv;
3023 char srv_addr[INET6_ADDRSTRLEN + 1];
3024 time_t srv_time_since_last_change;
3025 int bk_f_forced_id, srv_f_forced_id;
3026
3027 /* we don't want to report any state if the backend is not enabled on this process */
3028 if (backend->bind_proc && !(backend->bind_proc & (1UL << (relative_pid - 1))))
3029 return;
3030
3031 srv = backend->srv;
3032
3033 while (srv) {
3034 srv_addr[0] = '\0';
3035 srv_time_since_last_change = 0;
3036 bk_f_forced_id = 0;
3037 srv_f_forced_id = 0;
3038
3039 switch (srv->addr.ss_family) {
3040 case AF_INET:
3041 inet_ntop(srv->addr.ss_family, &((struct sockaddr_in *)&srv->addr)->sin_addr,
3042 srv_addr, INET_ADDRSTRLEN + 1);
3043 break;
3044 case AF_INET6:
3045 inet_ntop(srv->addr.ss_family, &((struct sockaddr_in6 *)&srv->addr)->sin6_addr,
3046 srv_addr, INET6_ADDRSTRLEN + 1);
3047 break;
3048 }
3049 srv_time_since_last_change = now.tv_sec - srv->last_change;
3050 bk_f_forced_id = backend->options & PR_O_FORCED_ID ? 1 : 0;
3051 srv_f_forced_id = srv->flags & SRV_F_FORCED_ID ? 1 : 0;
3052
3053 chunk_appendf(buf,
3054 "%d %s "
3055 "%d %s %s "
3056 "%d %d %d %d %ld "
3057 "%d %d %d %d %d "
3058 "%d %d"
3059 "\n",
3060 backend->uuid, backend->id,
3061 srv->puid, srv->id, srv_addr,
David Carlier081b3362015-11-18 06:10:22 +00003062 srv->state, srv->admin, srv->uweight, srv->iweight, (long int)srv_time_since_last_change,
Baptiste Assmann28289462015-07-03 08:01:20 +02003063 srv->check.status, srv->check.result, srv->check.health, srv->check.state, srv->agent.state,
3064 bk_f_forced_id, srv_f_forced_id);
3065
3066 srv = srv->next;
3067 }
3068}
3069
Baptiste Assmann9b6857e2015-09-18 14:49:12 +02003070/* Parses backend list and simply report backend names */
3071static int stats_dump_backend_to_buffer(struct stream_interface *si)
3072{
3073 extern struct proxy *proxy;
3074 struct proxy *curproxy;
3075
3076 chunk_reset(&trash);
3077 chunk_printf(&trash, "# name\n");
3078
3079 for (curproxy = proxy; curproxy != NULL; curproxy = curproxy->next) {
3080 /* looking for backends only */
3081 if (!(curproxy->cap & PR_CAP_BE))
3082 continue;
3083
3084 /* we don't want to list a backend which is bound to this process */
3085 if (curproxy->bind_proc && !(curproxy->bind_proc & (1UL << (relative_pid - 1))))
3086 continue;
3087
3088 chunk_appendf(&trash, "%s\n", curproxy->id);
3089 }
3090
3091 if (bi_putchk(si_ic(si), &trash) == -1) {
3092 si_applet_cant_put(si);
3093 return 0;
3094 }
3095
3096 return 1;
3097}
3098
Baptiste Assmann28289462015-07-03 08:01:20 +02003099/* Parses backend list or simply use backend name provided by the user to return
3100 * states of servers to stdout.
3101 */
3102static int stats_dump_servers_state_to_buffer(struct stream_interface *si)
3103{
3104 struct appctx *appctx = __objt_appctx(si->end);
3105 extern struct proxy *proxy;
3106 struct proxy *curproxy;
3107
3108 chunk_reset(&trash);
3109
3110 chunk_printf(&trash, "%d\n# %s\n", SRV_STATE_FILE_VERSION, SRV_STATE_FILE_FIELD_NAMES);
3111
3112 if (appctx->ctx.server_state.backend) {
3113 dump_servers_state(appctx->ctx.server_state.backend, &trash);
3114 }
3115 else {
3116 for (curproxy = proxy; curproxy != NULL; curproxy = curproxy->next) {
3117 /* servers are only in backends */
3118 if (!(curproxy->cap & PR_CAP_BE))
3119 continue;
3120
3121 dump_servers_state(curproxy, &trash);
3122 }
3123 }
3124
3125 if (bi_putchk(si_ic(si), &trash) == -1) {
3126 si_applet_cant_put(si);
3127 return 0;
3128 }
3129
3130 return 1;
3131}
3132
Willy Tarreau12833bb2014-01-28 16:49:56 +01003133/* This function dumps memory usage information onto the stream interface's
3134 * read buffer. It returns 0 as long as it does not complete, non-zero upon
3135 * completion. No state is used.
3136 */
3137static int stats_dump_pools_to_buffer(struct stream_interface *si)
3138{
3139 dump_pools_to_trash();
Willy Tarreaubc18da12015-03-13 14:00:47 +01003140 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02003141 si_applet_cant_put(si);
Willy Tarreau12833bb2014-01-28 16:49:56 +01003142 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01003143 }
Willy Tarreau12833bb2014-01-28 16:49:56 +01003144 return 1;
3145}
3146
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003147/* Dumps a frontend's line to the trash for the current proxy <px> and uses
3148 * the state from stream interface <si>. The caller is responsible for clearing
3149 * the trash if needed. Returns non-zero if it emits anything, zero otherwise.
Cyril Bonté70be45d2010-10-12 00:14:35 +02003150 */
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003151static int stats_dump_fe_stats(struct stream_interface *si, struct proxy *px)
Cyril Bonté70be45d2010-10-12 00:14:35 +02003152{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01003153 struct appctx *appctx = __objt_appctx(si->end);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003154 int i;
Cyril Bonté70be45d2010-10-12 00:14:35 +02003155
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003156 if (!(px->cap & PR_CAP_FE))
3157 return 0;
Cyril Bonté70be45d2010-10-12 00:14:35 +02003158
Willy Tarreau7b4b4992013-12-01 09:15:12 +01003159 if ((appctx->ctx.stats.flags & STAT_BOUND) && !(appctx->ctx.stats.type & (1 << STATS_TYPE_FE)))
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003160 return 0;
3161
Willy Tarreau7b4b4992013-12-01 09:15:12 +01003162 if (appctx->ctx.stats.flags & STAT_FMT_HTML) {
Willy Tarreau19d14ef2012-10-29 16:51:55 +01003163 chunk_appendf(&trash,
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003164 /* name, queue */
3165 "<tr class=\"frontend\">");
Cyril Bonté70be45d2010-10-12 00:14:35 +02003166
Willy Tarreau7b4b4992013-12-01 09:15:12 +01003167 if (px->cap & PR_CAP_BE && px->srv && (appctx->ctx.stats.flags & STAT_ADMIN)) {
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003168 /* Column sub-heading for Enable or Disable server */
3169 chunk_appendf(&trash, "<td></td>");
3170 }
Cyril Bonté70be45d2010-10-12 00:14:35 +02003171
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003172 chunk_appendf(&trash,
3173 "<td class=ac>"
3174 "<a name=\"%s/Frontend\"></a>"
3175 "<a class=lfsb href=\"#%s/Frontend\">Frontend</a></td>"
3176 "<td colspan=3></td>"
3177 "",
3178 px->id, px->id);
Cyril Bonté70be45d2010-10-12 00:14:35 +02003179
Willy Tarreau466c9b52012-12-23 02:25:03 +01003180 chunk_appendf(&trash,
3181 /* sessions rate : current */
Willy Tarreau656a9ce2013-04-19 14:41:29 +02003182 "<td><u>%s<div class=tips><table class=det>"
Willy Tarreau466c9b52012-12-23 02:25:03 +01003183 "<tr><th>Current connection rate:</th><td>%s/s</td></tr>"
3184 "<tr><th>Current session rate:</th><td>%s/s</td></tr>"
3185 "",
Willy Tarreau56adcf22012-12-23 18:00:29 +01003186 U2H(read_freq_ctr(&px->fe_sess_per_sec)),
3187 U2H(read_freq_ctr(&px->fe_conn_per_sec)),
3188 U2H(read_freq_ctr(&px->fe_sess_per_sec)));
Willy Tarreau466c9b52012-12-23 02:25:03 +01003189
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003190 if (px->mode == PR_MODE_HTTP)
3191 chunk_appendf(&trash,
Willy Tarreau466c9b52012-12-23 02:25:03 +01003192 "<tr><th>Current request rate:</th><td>%s/s</td></tr>",
Willy Tarreau56adcf22012-12-23 18:00:29 +01003193 U2H(read_freq_ctr(&px->fe_req_per_sec)));
Willy Tarreau466c9b52012-12-23 02:25:03 +01003194
3195 chunk_appendf(&trash,
3196 "</table></div></u></td>"
3197 /* sessions rate : max */
Willy Tarreau656a9ce2013-04-19 14:41:29 +02003198 "<td><u>%s<div class=tips><table class=det>"
Willy Tarreau466c9b52012-12-23 02:25:03 +01003199 "<tr><th>Max connection rate:</th><td>%s/s</td></tr>"
3200 "<tr><th>Max session rate:</th><td>%s/s</td></tr>"
3201 "",
Willy Tarreau56adcf22012-12-23 18:00:29 +01003202 U2H(px->fe_counters.sps_max),
3203 U2H(px->fe_counters.cps_max),
3204 U2H(px->fe_counters.sps_max));
Willy Tarreau466c9b52012-12-23 02:25:03 +01003205
3206 if (px->mode == PR_MODE_HTTP)
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003207 chunk_appendf(&trash,
Willy Tarreau466c9b52012-12-23 02:25:03 +01003208 "<tr><th>Max request rate:</th><td>%s/s</td></tr>",
Willy Tarreau56adcf22012-12-23 18:00:29 +01003209 U2H(px->fe_counters.p.http.rps_max));
Willy Tarreau466c9b52012-12-23 02:25:03 +01003210
3211 chunk_appendf(&trash,
3212 "</table></div></u></td>"
3213 /* sessions rate : limit */
3214 "<td>%s</td>",
Willy Tarreau56adcf22012-12-23 18:00:29 +01003215 LIM2A(px->fe_sps_lim, "-"));
Cyril Bonté70be45d2010-10-12 00:14:35 +02003216
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003217 chunk_appendf(&trash,
Willy Tarreaue7dbfc62012-12-23 01:59:23 +01003218 /* sessions: current, max, limit, total */
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003219 "<td>%s</td><td>%s</td><td>%s</td>"
Willy Tarreau656a9ce2013-04-19 14:41:29 +02003220 "<td><u>%s<div class=tips><table class=det>"
Willy Tarreau466c9b52012-12-23 02:25:03 +01003221 "<tr><th>Cum. connections:</th><td>%s</td></tr>"
3222 "<tr><th>Cum. sessions:</th><td>%s</td></tr>"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003223 "",
Willy Tarreau56adcf22012-12-23 18:00:29 +01003224 U2H(px->feconn), U2H(px->fe_counters.conn_max), U2H(px->maxconn),
3225 U2H(px->fe_counters.cum_sess),
3226 U2H(px->fe_counters.cum_conn),
3227 U2H(px->fe_counters.cum_sess));
Cyril Bonté70be45d2010-10-12 00:14:35 +02003228
Willy Tarreau466c9b52012-12-23 02:25:03 +01003229 /* http response (via hover): 1xx, 2xx, 3xx, 4xx, 5xx, other */
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003230 if (px->mode == PR_MODE_HTTP) {
Willy Tarreau466c9b52012-12-23 02:25:03 +01003231 chunk_appendf(&trash,
3232 "<tr><th>Cum. HTTP requests:</th><td>%s</td></tr>"
3233 "<tr><th>- HTTP 1xx responses:</th><td>%s</td></tr>"
3234 "<tr><th>- HTTP 2xx responses:</th><td>%s</td></tr>"
3235 "<tr><th>&nbsp;&nbsp;Compressed 2xx:</th><td>%s</td><td>(%d%%)</td></tr>"
3236 "<tr><th>- HTTP 3xx responses:</th><td>%s</td></tr>"
3237 "<tr><th>- HTTP 4xx responses:</th><td>%s</td></tr>"
3238 "<tr><th>- HTTP 5xx responses:</th><td>%s</td></tr>"
3239 "<tr><th>- other responses:</th><td>%s</td></tr>"
3240 "<tr><th>Intercepted requests:</th><td>%s</td></tr>"
3241 "",
Willy Tarreau56adcf22012-12-23 18:00:29 +01003242 U2H(px->fe_counters.p.http.cum_req),
3243 U2H(px->fe_counters.p.http.rsp[1]),
3244 U2H(px->fe_counters.p.http.rsp[2]),
3245 U2H(px->fe_counters.p.http.comp_rsp),
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003246 px->fe_counters.p.http.rsp[2] ?
Willy Tarreau466c9b52012-12-23 02:25:03 +01003247 (int)(100*px->fe_counters.p.http.comp_rsp/px->fe_counters.p.http.rsp[2]) : 0,
Willy Tarreau56adcf22012-12-23 18:00:29 +01003248 U2H(px->fe_counters.p.http.rsp[3]),
3249 U2H(px->fe_counters.p.http.rsp[4]),
3250 U2H(px->fe_counters.p.http.rsp[5]),
3251 U2H(px->fe_counters.p.http.rsp[0]),
3252 U2H(px->fe_counters.intercepted_req));
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003253 }
Willy Tarreaub0c9bc42009-10-04 15:56:38 +02003254
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003255 chunk_appendf(&trash,
Willy Tarreau466c9b52012-12-23 02:25:03 +01003256 "</table></div></u></td>"
Bhaskar Maddalaa20cb852014-02-03 16:26:46 -05003257 /* sessions: lbtot, lastsess */
3258 "<td></td><td></td>"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003259 /* bytes : in */
Willy Tarreaue7dbfc62012-12-23 01:59:23 +01003260 "<td>%s</td>"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003261 "",
Willy Tarreau56adcf22012-12-23 18:00:29 +01003262 U2H(px->fe_counters.bytes_in));
Willy Tarreaub0c9bc42009-10-04 15:56:38 +02003263
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003264 chunk_appendf(&trash,
Willy Tarreaue7dbfc62012-12-23 01:59:23 +01003265 /* bytes:out + compression stats (via hover): comp_in, comp_out, comp_byp */
Willy Tarreau4e5d58e2015-07-04 14:35:15 +02003266 "<td>%s%s<div class=tips><table class=det>"
3267 "<tr><th>Response bytes in:</th><td>%s</td></tr>"
3268 "<tr><th>Compression in:</th><td>%s</td></tr>"
3269 "<tr><th>Compression out:</th><td>%s</td><td>(%d%%)</td></tr>"
3270 "<tr><th>Compression bypass:</th><td>%s</td></tr>"
3271 "<tr><th>Total bytes saved:</th><td>%s</td><td>(%d%%)</td></tr>"
3272 "</table></div>%s</td>",
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003273 (px->fe_counters.comp_in || px->fe_counters.comp_byp) ? "<u>":"",
Willy Tarreau56adcf22012-12-23 18:00:29 +01003274 U2H(px->fe_counters.bytes_out),
Willy Tarreau4e5d58e2015-07-04 14:35:15 +02003275 U2H(px->fe_counters.bytes_out),
3276 U2H(px->fe_counters.comp_in),
3277 U2H(px->fe_counters.comp_out),
3278 px->fe_counters.comp_in ? (int)(px->fe_counters.comp_out * 100 / px->fe_counters.comp_in) : 0,
3279 U2H(px->fe_counters.comp_byp),
3280 U2H(px->fe_counters.comp_in - px->fe_counters.comp_out),
3281 px->fe_counters.bytes_out ? (int)((px->fe_counters.comp_in - px->fe_counters.comp_out) * 100 / px->fe_counters.bytes_out) : 0,
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003282 (px->fe_counters.comp_in || px->fe_counters.comp_byp) ? "</u>":"");
Willy Tarreaub0c9bc42009-10-04 15:56:38 +02003283
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003284 chunk_appendf(&trash,
3285 /* denied: req, resp */
3286 "<td>%s</td><td>%s</td>"
3287 /* errors : request, connect, response */
3288 "<td>%s</td><td></td><td></td>"
3289 /* warnings: retries, redispatches */
3290 "<td></td><td></td>"
3291 /* server status : reflect frontend status */
3292 "<td class=ac>%s</td>"
3293 /* rest of server: nothing */
3294 "<td class=ac colspan=8></td></tr>"
3295 "",
Willy Tarreau56adcf22012-12-23 18:00:29 +01003296 U2H(px->fe_counters.denied_req), U2H(px->fe_counters.denied_resp),
3297 U2H(px->fe_counters.failed_req),
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003298 px->state == PR_STREADY ? "OPEN" :
3299 px->state == PR_STFULL ? "FULL" : "STOP");
Willy Tarreaub0c9bc42009-10-04 15:56:38 +02003300 }
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003301 else { /* CSV mode */
3302 chunk_appendf(&trash,
3303 /* pxid, name, queue cur, queue max, */
3304 "%s,FRONTEND,,,"
Willy Tarreauf522f3d2014-02-10 22:22:49 +01003305 /* sessions : current, max, limit, total */
3306 "%d,%d,%d,%lld,"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003307 /* bytes : in, out */
3308 "%lld,%lld,"
3309 /* denied: req, resp */
3310 "%lld,%lld,"
3311 /* errors : request, connect, response */
3312 "%lld,,,"
3313 /* warnings: retries, redispatches */
3314 ",,"
3315 /* server status : reflect frontend status */
3316 "%s,"
3317 /* rest of server: nothing */
3318 ",,,,,,,,"
3319 /* pid, iid, sid, throttle, lbtot, tracked, type */
3320 "%d,%d,0,,,,%d,"
3321 /* rate, rate_lim, rate_max */
3322 "%u,%u,%u,"
3323 /* check_status, check_code, check_duration */
3324 ",,,",
3325 px->id,
3326 px->feconn, px->fe_counters.conn_max, px->maxconn, px->fe_counters.cum_sess,
3327 px->fe_counters.bytes_in, px->fe_counters.bytes_out,
3328 px->fe_counters.denied_req, px->fe_counters.denied_resp,
3329 px->fe_counters.failed_req,
3330 px->state == PR_STREADY ? "OPEN" :
3331 px->state == PR_STFULL ? "FULL" : "STOP",
3332 relative_pid, px->uuid, STATS_TYPE_FE,
3333 read_freq_ctr(&px->fe_sess_per_sec),
3334 px->fe_sps_lim, px->fe_counters.sps_max);
Willy Tarreaub0c9bc42009-10-04 15:56:38 +02003335
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003336 /* http response: 1xx, 2xx, 3xx, 4xx, 5xx, other */
3337 if (px->mode == PR_MODE_HTTP) {
3338 for (i=1; i<6; i++)
3339 chunk_appendf(&trash, "%lld,", px->fe_counters.p.http.rsp[i]);
3340 chunk_appendf(&trash, "%lld,", px->fe_counters.p.http.rsp[0]);
3341 }
3342 else
3343 chunk_appendf(&trash, ",,,,,,");
Willy Tarreaub0c9bc42009-10-04 15:56:38 +02003344
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003345 /* failed health analyses */
3346 chunk_appendf(&trash, ",");
Willy Tarreaub0c9bc42009-10-04 15:56:38 +02003347
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003348 /* requests : req_rate, req_rate_max, req_tot, */
3349 chunk_appendf(&trash, "%u,%u,%lld,",
3350 read_freq_ctr(&px->fe_req_per_sec),
3351 px->fe_counters.p.http.rps_max, px->fe_counters.p.http.cum_req);
3352
3353 /* errors: cli_aborts, srv_aborts */
3354 chunk_appendf(&trash, ",,");
3355
3356 /* compression: in, out, bypassed */
3357 chunk_appendf(&trash, "%lld,%lld,%lld,",
3358 px->fe_counters.comp_in, px->fe_counters.comp_out, px->fe_counters.comp_byp);
3359
3360 /* compression: comp_rsp */
3361 chunk_appendf(&trash, "%lld,",
3362 px->fe_counters.p.http.comp_rsp);
3363
Willy Tarreauf5b1cc32014-06-17 12:20:59 +02003364 /* lastsess, last_chk, last_agt, qtime, ctime, rtime, ttime, */
3365 chunk_appendf(&trash, ",,,,,,,");
Willy Tarreauf522f3d2014-02-10 22:22:49 +01003366
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003367 /* finish with EOL */
3368 chunk_appendf(&trash, "\n");
Willy Tarreaub0c9bc42009-10-04 15:56:38 +02003369 }
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003370 return 1;
Willy Tarreaub0c9bc42009-10-04 15:56:38 +02003371}
3372
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003373/* Dumps a line for listener <l> and proxy <px> to the trash and uses the state
3374 * from stream interface <si>, and stats flags <flags>. The caller is responsible
3375 * for clearing the trash if needed. Returns non-zero if it emits anything, zero
3376 * otherwise.
Willy Tarreau91861262007-10-17 17:06:05 +02003377 */
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003378static int stats_dump_li_stats(struct stream_interface *si, struct proxy *px, struct listener *l, int flags)
Willy Tarreau91861262007-10-17 17:06:05 +02003379{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01003380 struct appctx *appctx = __objt_appctx(si->end);
3381
3382 if (appctx->ctx.stats.flags & STAT_FMT_HTML) {
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003383 chunk_appendf(&trash, "<tr class=socket>");
Willy Tarreau7b4b4992013-12-01 09:15:12 +01003384 if (px->cap & PR_CAP_BE && px->srv && (appctx->ctx.stats.flags & STAT_ADMIN)) {
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003385 /* Column sub-heading for Enable or Disable server */
3386 chunk_appendf(&trash, "<td></td>");
3387 }
Willy Tarreaue7dbfc62012-12-23 01:59:23 +01003388 chunk_appendf(&trash,
3389 /* frontend name, listener name */
3390 "<td class=ac><a name=\"%s/+%s\"></a>%s"
3391 "<a class=lfsb href=\"#%s/+%s\">%s</a>"
3392 "",
3393 px->id, l->name,
3394 (flags & ST_SHLGNDS)?"<u>":"",
3395 px->id, l->name, l->name);
Willy Tarreau91861262007-10-17 17:06:05 +02003396
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003397 if (flags & ST_SHLGNDS) {
3398 char str[INET6_ADDRSTRLEN];
3399 int port;
Willy Tarreau91861262007-10-17 17:06:05 +02003400
Willy Tarreau656a9ce2013-04-19 14:41:29 +02003401 chunk_appendf(&trash, "<div class=tips>");
Willy Tarreau91861262007-10-17 17:06:05 +02003402
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003403 port = get_host_port(&l->addr);
3404 switch (addr_to_str(&l->addr, str, sizeof(str))) {
3405 case AF_INET:
3406 chunk_appendf(&trash, "IPv4: %s:%d, ", str, port);
3407 break;
3408 case AF_INET6:
3409 chunk_appendf(&trash, "IPv6: [%s]:%d, ", str, port);
3410 break;
3411 case AF_UNIX:
3412 chunk_appendf(&trash, "unix, ");
3413 break;
3414 case -1:
3415 chunk_appendf(&trash, "(%s), ", strerror(errno));
3416 break;
3417 }
Willy Tarreau91861262007-10-17 17:06:05 +02003418
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003419 /* id */
Willy Tarreaue7dbfc62012-12-23 01:59:23 +01003420 chunk_appendf(&trash, "id: %d</div>", l->luid);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003421 }
Willy Tarreau91861262007-10-17 17:06:05 +02003422
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003423 chunk_appendf(&trash,
Willy Tarreaue7dbfc62012-12-23 01:59:23 +01003424 /* queue */
3425 "%s</td><td colspan=3></td>"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003426 /* sessions rate: current, max, limit */
3427 "<td colspan=3>&nbsp;</td>"
Bhaskar Maddalaa20cb852014-02-03 16:26:46 -05003428 /* sessions: current, max, limit, total, lbtot, lastsess */
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003429 "<td>%s</td><td>%s</td><td>%s</td>"
Bhaskar Maddalaa20cb852014-02-03 16:26:46 -05003430 "<td>%s</td><td>&nbsp;</td><td>&nbsp;</td>"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003431 /* bytes: in, out */
3432 "<td>%s</td><td>%s</td>"
3433 "",
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003434 (flags & ST_SHLGNDS)?"</u>":"",
Willy Tarreau56adcf22012-12-23 18:00:29 +01003435 U2H(l->nbconn), U2H(l->counters->conn_max), U2H(l->maxconn),
3436 U2H(l->counters->cum_conn), U2H(l->counters->bytes_in), U2H(l->counters->bytes_out));
Willy Tarreau56a560a2009-09-22 19:27:35 +02003437
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003438 chunk_appendf(&trash,
3439 /* denied: req, resp */
3440 "<td>%s</td><td>%s</td>"
3441 /* errors: request, connect, response */
3442 "<td>%s</td><td></td><td></td>"
3443 /* warnings: retries, redispatches */
3444 "<td></td><td></td>"
3445 /* server status: reflect listener status */
3446 "<td class=ac>%s</td>"
3447 /* rest of server: nothing */
3448 "<td class=ac colspan=8></td></tr>"
3449 "",
Willy Tarreau56adcf22012-12-23 18:00:29 +01003450 U2H(l->counters->denied_req), U2H(l->counters->denied_resp),
3451 U2H(l->counters->failed_req),
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003452 (l->nbconn < l->maxconn) ? (l->state == LI_LIMITED) ? "WAITING" : "OPEN" : "FULL");
3453 }
3454 else { /* CSV mode */
3455 chunk_appendf(&trash,
3456 /* pxid, name, queue cur, queue max, */
3457 "%s,%s,,,"
Willy Tarreauf522f3d2014-02-10 22:22:49 +01003458 /* sessions: current, max, limit, total */
3459 "%d,%d,%d,%lld,"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003460 /* bytes: in, out */
3461 "%lld,%lld,"
3462 /* denied: req, resp */
3463 "%lld,%lld,"
3464 /* errors: request, connect, response */
3465 "%lld,,,"
3466 /* warnings: retries, redispatches */
3467 ",,"
3468 /* server status: reflect listener status */
3469 "%s,"
3470 /* rest of server: nothing */
3471 ",,,,,,,,"
3472 /* pid, iid, sid, throttle, lbtot, tracked, type */
3473 "%d,%d,%d,,,,%d,"
3474 /* rate, rate_lim, rate_max */
3475 ",,,"
3476 /* check_status, check_code, check_duration */
3477 ",,,"
3478 /* http response: 1xx, 2xx, 3xx, 4xx, 5xx, other */
3479 ",,,,,,"
3480 /* failed health analyses */
3481 ","
3482 /* requests : req_rate, req_rate_max, req_tot, */
3483 ",,,"
3484 /* errors: cli_aborts, srv_aborts */
3485 ",,"
3486 /* compression: in, out, bypassed, comp_rsp */
3487 ",,,,"
Willy Tarreauf5b1cc32014-06-17 12:20:59 +02003488 /* lastsess, last_chk, last_agt, qtime, ctime, rtime, ttime, */
3489 ",,,,,,,"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003490 "\n",
3491 px->id, l->name,
3492 l->nbconn, l->counters->conn_max,
3493 l->maxconn, l->counters->cum_conn,
3494 l->counters->bytes_in, l->counters->bytes_out,
3495 l->counters->denied_req, l->counters->denied_resp,
3496 l->counters->failed_req,
3497 (l->nbconn < l->maxconn) ? "OPEN" : "FULL",
3498 relative_pid, px->uuid, l->luid, STATS_TYPE_SO);
3499 }
3500 return 1;
3501}
Willy Tarreau91861262007-10-17 17:06:05 +02003502
Simon Horman4d2eab62015-04-23 14:51:26 +09003503enum srv_stats_state {
3504 SRV_STATS_STATE_DOWN = 0,
3505 SRV_STATS_STATE_DOWN_AGENT,
3506 SRV_STATS_STATE_GOING_UP,
3507 SRV_STATS_STATE_UP_GOING_DOWN,
3508 SRV_STATS_STATE_UP,
3509 SRV_STATS_STATE_NOLB_GOING_DOWN,
3510 SRV_STATS_STATE_NOLB,
3511 SRV_STATS_STATE_DRAIN_GOING_DOWN,
3512 SRV_STATS_STATE_DRAIN,
Simon Hormanb167b6b2015-04-23 14:51:29 +09003513 SRV_STATS_STATE_DRAIN_AGENT,
Simon Horman4d2eab62015-04-23 14:51:26 +09003514 SRV_STATS_STATE_NO_CHECK,
3515
3516 SRV_STATS_STATE_COUNT, /* Must be last */
3517};
3518
Simon Horman837bfa72015-04-23 14:51:27 +09003519enum srv_stats_colour {
3520 SRV_STATS_COLOUR_DOWN = 0,
3521 SRV_STATS_COLOUR_GOING_UP,
3522 SRV_STATS_COLOUR_GOING_DOWN,
3523 SRV_STATS_COLOUR_UP,
3524 SRV_STATS_COLOUR_NOLB,
3525 SRV_STATS_COLOUR_DRAINING,
3526 SRV_STATS_COLOUR_NO_CHECK,
3527
3528 SRV_STATS_COLOUR_COUNT, /* Must be last */
3529};
3530
3531static const char *srv_stats_colour_st[SRV_STATS_COLOUR_COUNT] = {
3532 [SRV_STATS_COLOUR_DOWN] = "down",
3533 [SRV_STATS_COLOUR_GOING_UP] = "going_up",
3534 [SRV_STATS_COLOUR_GOING_DOWN] = "going_down",
3535 [SRV_STATS_COLOUR_UP] = "up",
3536 [SRV_STATS_COLOUR_NOLB] = "nolb",
3537 [SRV_STATS_COLOUR_DRAINING] = "draining",
3538 [SRV_STATS_COLOUR_NO_CHECK] = "no_check",
3539};
3540
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003541/* Dumps a line for server <sv> and proxy <px> to the trash and uses the state
3542 * from stream interface <si>, stats flags <flags>, and server state <state>.
3543 * The caller is responsible for clearing the trash if needed. Returns non-zero
Simon Horman4d2eab62015-04-23 14:51:26 +09003544 * if it emits anything, zero otherwise.
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003545 */
Simon Horman4d2eab62015-04-23 14:51:26 +09003546static int stats_dump_sv_stats(struct stream_interface *si, struct proxy *px, int flags, struct server *sv,
Simon Horman837bfa72015-04-23 14:51:27 +09003547 enum srv_stats_state state, enum srv_stats_colour colour)
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003548{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01003549 struct appctx *appctx = __objt_appctx(si->end);
Willy Tarreau32091232014-05-16 13:52:00 +02003550 struct server *via, *ref;
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003551 char str[INET6_ADDRSTRLEN];
3552 struct chunk src;
3553 int i;
Willy Tarreau91861262007-10-17 17:06:05 +02003554
Willy Tarreau32091232014-05-16 13:52:00 +02003555 /* we have "via" which is the tracked server as described in the configuration,
3556 * and "ref" which is the checked server and the end of the chain.
3557 */
3558 via = sv->track ? sv->track : sv;
3559 ref = via;
3560 while (ref->track)
3561 ref = ref->track;
3562
Willy Tarreau7b4b4992013-12-01 09:15:12 +01003563 if (appctx->ctx.stats.flags & STAT_FMT_HTML) {
Simon Horman4d2eab62015-04-23 14:51:26 +09003564 static char *srv_hlt_st[SRV_STATS_STATE_COUNT] = {
3565 [SRV_STATS_STATE_DOWN] = "DOWN",
3566 [SRV_STATS_STATE_DOWN_AGENT] = "DOWN (agent)",
3567 [SRV_STATS_STATE_GOING_UP] = "DN %d/%d &uarr;",
3568 [SRV_STATS_STATE_UP_GOING_DOWN] = "UP %d/%d &darr;",
3569 [SRV_STATS_STATE_UP] = "UP",
3570 [SRV_STATS_STATE_NOLB_GOING_DOWN] = "NOLB %d/%d &darr;",
3571 [SRV_STATS_STATE_NOLB] = "NOLB",
3572 [SRV_STATS_STATE_DRAIN_GOING_DOWN] = "DRAIN %d/%d &darr;",
3573 [SRV_STATS_STATE_DRAIN] = "DRAIN",
Simon Hormanb167b6b2015-04-23 14:51:29 +09003574 [SRV_STATS_STATE_DRAIN_AGENT] = "DRAIN (agent)",
Simon Horman4d2eab62015-04-23 14:51:26 +09003575 [SRV_STATS_STATE_NO_CHECK] = "<i>no check</i>",
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003576 };
Willy Tarreau91861262007-10-17 17:06:05 +02003577
Willy Tarreaua0066dd2014-05-16 11:25:16 +02003578 if (sv->admin & SRV_ADMF_MAINT)
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003579 chunk_appendf(&trash, "<tr class=\"maintain\">");
3580 else
Willy Tarreau19d14ef2012-10-29 16:51:55 +01003581 chunk_appendf(&trash,
Simon Horman837bfa72015-04-23 14:51:27 +09003582 "<tr class=\"%s_%s\">",
3583 (sv->flags & SRV_F_BACKUP) ? "backup" : "active", srv_stats_colour_st[colour]);
Willy Tarreau91861262007-10-17 17:06:05 +02003584
Willy Tarreau7b4b4992013-12-01 09:15:12 +01003585 if ((px->cap & PR_CAP_BE) && px->srv && (appctx->ctx.stats.flags & STAT_ADMIN))
Willy Tarreau19d14ef2012-10-29 16:51:55 +01003586 chunk_appendf(&trash,
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003587 "<td><input type=\"checkbox\" name=\"s\" value=\"%s\"></td>",
3588 sv->id);
Willy Tarreaub1356cf2008-12-07 16:06:43 +01003589
Willy Tarreaue7dbfc62012-12-23 01:59:23 +01003590 chunk_appendf(&trash,
3591 "<td class=ac><a name=\"%s/%s\"></a>%s"
3592 "<a class=lfsb href=\"#%s/%s\">%s</a>"
3593 "",
3594 px->id, sv->id,
3595 (flags & ST_SHLGNDS) ? "<u>" : "",
3596 px->id, sv->id, sv->id);
Willy Tarreau91861262007-10-17 17:06:05 +02003597
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003598 if (flags & ST_SHLGNDS) {
Willy Tarreau656a9ce2013-04-19 14:41:29 +02003599 chunk_appendf(&trash, "<div class=tips>");
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003600
3601 switch (addr_to_str(&sv->addr, str, sizeof(str))) {
3602 case AF_INET:
3603 chunk_appendf(&trash, "IPv4: %s:%d, ", str, get_host_port(&sv->addr));
3604 break;
3605 case AF_INET6:
3606 chunk_appendf(&trash, "IPv6: [%s]:%d, ", str, get_host_port(&sv->addr));
3607 break;
3608 case AF_UNIX:
3609 chunk_appendf(&trash, "unix, ");
3610 break;
3611 case -1:
3612 chunk_appendf(&trash, "(%s), ", strerror(errno));
3613 break;
3614 default: /* address family not supported */
3615 break;
Willy Tarreau55bb8452007-10-17 18:44:57 +02003616 }
Willy Tarreau91861262007-10-17 17:06:05 +02003617
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003618 /* id */
3619 chunk_appendf(&trash, "id: %d", sv->puid);
Willy Tarreau91861262007-10-17 17:06:05 +02003620
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003621 /* cookie */
3622 if (sv->cookie) {
3623 chunk_appendf(&trash, ", cookie: '");
Willy Tarreau5031e6a2007-10-18 11:05:48 +02003624
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003625 chunk_initlen(&src, sv->cookie, 0, strlen(sv->cookie));
3626 chunk_htmlencode(&trash, &src);
Willy Tarreaub1356cf2008-12-07 16:06:43 +01003627
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003628 chunk_appendf(&trash, "'");
Cyril Bonté70be45d2010-10-12 00:14:35 +02003629 }
3630
Willy Tarreaue7dbfc62012-12-23 01:59:23 +01003631 chunk_appendf(&trash, "</div>");
Willy Tarreau55bb8452007-10-17 18:44:57 +02003632 }
Willy Tarreau91861262007-10-17 17:06:05 +02003633
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003634 chunk_appendf(&trash,
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003635 /* queue : current, max, limit */
Willy Tarreaue7dbfc62012-12-23 01:59:23 +01003636 "%s</td><td>%s</td><td>%s</td><td>%s</td>"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003637 /* sessions rate : current, max, limit */
3638 "<td>%s</td><td>%s</td><td></td>"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003639 "",
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003640 (flags & ST_SHLGNDS) ? "</u>" : "",
Willy Tarreau56adcf22012-12-23 18:00:29 +01003641 U2H(sv->nbpend), U2H(sv->counters.nbpend_max), LIM2A(sv->maxqueue, "-"),
3642 U2H(read_freq_ctr(&sv->sess_per_sec)), U2H(sv->counters.sps_max));
Willy Tarreau91861262007-10-17 17:06:05 +02003643
Willy Tarreau466c9b52012-12-23 02:25:03 +01003644
3645 chunk_appendf(&trash,
3646 /* sessions: current, max, limit, total */
3647 "<td>%s</td><td>%s</td><td>%s</td>"
Willy Tarreau656a9ce2013-04-19 14:41:29 +02003648 "<td><u>%s<div class=tips><table class=det>"
Willy Tarreau466c9b52012-12-23 02:25:03 +01003649 "<tr><th>Cum. sessions:</th><td>%s</td></tr>"
3650 "",
Willy Tarreau56adcf22012-12-23 18:00:29 +01003651 U2H(sv->cur_sess), U2H(sv->counters.cur_sess_max), LIM2A(sv->maxconn, "-"),
3652 U2H(sv->counters.cum_sess),
3653 U2H(sv->counters.cum_sess));
Willy Tarreau91861262007-10-17 17:06:05 +02003654
Willy Tarreau466c9b52012-12-23 02:25:03 +01003655 /* http response (via hover): 1xx, 2xx, 3xx, 4xx, 5xx, other */
3656 if (px->mode == PR_MODE_HTTP) {
3657 unsigned long long tot;
3658 for (tot = i = 0; i < 6; i++)
3659 tot += sv->counters.p.http.rsp[i];
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003660
Willy Tarreau466c9b52012-12-23 02:25:03 +01003661 chunk_appendf(&trash,
3662 "<tr><th>Cum. HTTP responses:</th><td>%s</td></tr>"
3663 "<tr><th>- HTTP 1xx responses:</th><td>%s</td><td>(%d%%)</td></tr>"
3664 "<tr><th>- HTTP 2xx responses:</th><td>%s</td><td>(%d%%)</td></tr>"
3665 "<tr><th>- HTTP 3xx responses:</th><td>%s</td><td>(%d%%)</td></tr>"
3666 "<tr><th>- HTTP 4xx responses:</th><td>%s</td><td>(%d%%)</td></tr>"
3667 "<tr><th>- HTTP 5xx responses:</th><td>%s</td><td>(%d%%)</td></tr>"
3668 "<tr><th>- other responses:</th><td>%s</td><td>(%d%%)</td></tr>"
3669 "",
Willy Tarreau56adcf22012-12-23 18:00:29 +01003670 U2H(tot),
3671 U2H(sv->counters.p.http.rsp[1]), tot ? (int)(100*sv->counters.p.http.rsp[1] / tot) : 0,
3672 U2H(sv->counters.p.http.rsp[2]), tot ? (int)(100*sv->counters.p.http.rsp[2] / tot) : 0,
3673 U2H(sv->counters.p.http.rsp[3]), tot ? (int)(100*sv->counters.p.http.rsp[3] / tot) : 0,
3674 U2H(sv->counters.p.http.rsp[4]), tot ? (int)(100*sv->counters.p.http.rsp[4] / tot) : 0,
3675 U2H(sv->counters.p.http.rsp[5]), tot ? (int)(100*sv->counters.p.http.rsp[5] / tot) : 0,
3676 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 +02003677 }
Willy Tarreau91861262007-10-17 17:06:05 +02003678
Willy Tarreauf5b1cc32014-06-17 12:20:59 +02003679 chunk_appendf(&trash, "<tr><th colspan=3>Avg over last 1024 success. conn.</th></tr>");
3680 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)));
3681 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)));
3682 if (px->mode == PR_MODE_HTTP)
3683 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)));
3684 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)));
3685
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003686 chunk_appendf(&trash,
Willy Tarreau466c9b52012-12-23 02:25:03 +01003687 "</table></div></u></td>"
Bhaskar Maddalaa20cb852014-02-03 16:26:46 -05003688 /* sessions: lbtot, last */
3689 "<td>%s</td><td>%s</td>",
3690 U2H(sv->counters.cum_lbconn),
3691 human_time(srv_lastsession(sv), 1));
Willy Tarreau91861262007-10-17 17:06:05 +02003692
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003693 chunk_appendf(&trash,
3694 /* bytes : in, out */
3695 "<td>%s</td><td>%s</td>"
3696 /* denied: req, resp */
3697 "<td></td><td>%s</td>"
3698 /* errors : request, connect */
3699 "<td></td><td>%s</td>"
3700 /* errors : response */
Willy Tarreau656a9ce2013-04-19 14:41:29 +02003701 "<td><u>%s<div class=tips>Connection resets during transfers: %lld client, %lld server</div></u></td>"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003702 /* warnings: retries, redispatches */
3703 "<td>%lld</td><td>%lld</td>"
3704 "",
Willy Tarreau56adcf22012-12-23 18:00:29 +01003705 U2H(sv->counters.bytes_in), U2H(sv->counters.bytes_out),
3706 U2H(sv->counters.failed_secu),
3707 U2H(sv->counters.failed_conns),
3708 U2H(sv->counters.failed_resp),
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003709 sv->counters.cli_aborts,
3710 sv->counters.srv_aborts,
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003711 sv->counters.retries, sv->counters.redispatches);
3712
3713 /* status, lest check */
3714 chunk_appendf(&trash, "<td class=ac>");
3715
Willy Tarreau20125212014-05-13 19:44:56 +02003716 if (sv->admin & SRV_ADMF_MAINT) {
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003717 chunk_appendf(&trash, "%s ", human_time(now.tv_sec - sv->last_change, 1));
3718 chunk_appendf(&trash, "MAINT");
3719 }
Simon Horman0766e442014-11-12 15:55:54 +09003720 else if ((ref->agent.state & CHK_ST_ENABLED) && !(sv->agent.health) && (ref->state == SRV_ST_STOPPED)) {
Willy Tarreaucf2924b2014-05-23 12:15:15 +02003721 chunk_appendf(&trash, "%s ", human_time(now.tv_sec - ref->last_change, 1));
Willy Tarreauac497072014-05-29 01:04:35 +02003722 /* DOWN (agent) */
3723 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 +02003724 }
Willy Tarreauff5ae352013-12-11 20:36:34 +01003725 else if (ref->check.state & CHK_ST_ENABLED) {
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003726 chunk_appendf(&trash, "%s ", human_time(now.tv_sec - ref->last_change, 1));
3727 chunk_appendf(&trash,
3728 srv_hlt_st[state],
Willy Tarreau892337c2014-05-13 23:41:20 +02003729 (ref->state != SRV_ST_STOPPED) ? (ref->check.health - ref->check.rise + 1) : (ref->check.health),
3730 (ref->state != SRV_ST_STOPPED) ? (ref->check.fall) : (ref->check.rise));
Willy Tarreau55bb8452007-10-17 18:44:57 +02003731 }
Willy Tarreau91861262007-10-17 17:06:05 +02003732
Willy Tarreaucf2924b2014-05-23 12:15:15 +02003733 if ((sv->state == SRV_ST_STOPPED) &&
3734 ((sv->agent.state & (CHK_ST_ENABLED|CHK_ST_PAUSED)) == CHK_ST_ENABLED) && !(sv->agent.health)) {
3735 chunk_appendf(&trash,
3736 "</td><td class=ac><u> %s%s",
3737 (sv->agent.state & CHK_ST_INPROGRESS) ? "* " : "",
3738 get_check_status_info(sv->agent.status));
3739
3740 if (sv->agent.status >= HCHK_STATUS_L57DATA)
3741 chunk_appendf(&trash, "/%d", sv->agent.code);
3742
3743 if (sv->agent.status >= HCHK_STATUS_CHECKED && sv->agent.duration >= 0)
3744 chunk_appendf(&trash, " in %lums", sv->agent.duration);
3745
3746 chunk_appendf(&trash, "<div class=tips>%s",
3747 get_check_status_description(sv->agent.status));
3748 if (*sv->agent.desc) {
3749 chunk_appendf(&trash, ": ");
3750 chunk_initlen(&src, sv->agent.desc, 0, strlen(sv->agent.desc));
3751 chunk_htmlencode(&trash, &src);
3752 }
3753 chunk_appendf(&trash, "</div></u>");
3754 }
3755 else if ((sv->check.state & (CHK_ST_ENABLED|CHK_ST_PAUSED)) == CHK_ST_ENABLED) {
Willy Tarreaue7dbfc62012-12-23 01:59:23 +01003756 chunk_appendf(&trash,
3757 "</td><td class=ac><u> %s%s",
Willy Tarreau2c115e52013-12-11 19:41:16 +01003758 (sv->check.state & CHK_ST_INPROGRESS) ? "* " : "",
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003759 get_check_status_info(sv->check.status));
3760
3761 if (sv->check.status >= HCHK_STATUS_L57DATA)
3762 chunk_appendf(&trash, "/%d", sv->check.code);
3763
3764 if (sv->check.status >= HCHK_STATUS_CHECKED && sv->check.duration >= 0)
Willy Tarreaue7dbfc62012-12-23 01:59:23 +01003765 chunk_appendf(&trash, " in %lums", sv->check.duration);
3766
Willy Tarreau656a9ce2013-04-19 14:41:29 +02003767 chunk_appendf(&trash, "<div class=tips>%s",
Willy Tarreaue7dbfc62012-12-23 01:59:23 +01003768 get_check_status_description(sv->check.status));
3769 if (*sv->check.desc) {
3770 chunk_appendf(&trash, ": ");
3771 chunk_initlen(&src, sv->check.desc, 0, strlen(sv->check.desc));
3772 chunk_htmlencode(&trash, &src);
3773 }
3774 chunk_appendf(&trash, "</div></u>");
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003775 }
3776 else
3777 chunk_appendf(&trash, "</td><td>");
3778
3779 chunk_appendf(&trash,
3780 /* weight */
3781 "</td><td class=ac>%d</td>"
3782 /* act, bck */
3783 "<td class=ac>%s</td><td class=ac>%s</td>"
3784 "",
3785 (sv->eweight * px->lbprm.wmult + px->lbprm.wdiv - 1) / px->lbprm.wdiv,
Willy Tarreauc93cd162014-05-13 15:54:22 +02003786 (sv->flags & SRV_F_BACKUP) ? "-" : "Y",
3787 (sv->flags & SRV_F_BACKUP) ? "Y" : "-");
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003788
3789 /* check failures: unique, fatal, down time */
Willy Tarreauff5ae352013-12-11 20:36:34 +01003790 if (sv->check.state & CHK_ST_ENABLED) {
Willy Tarreaue7dbfc62012-12-23 01:59:23 +01003791 chunk_appendf(&trash, "<td><u>%lld", ref->counters.failed_checks);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003792
3793 if (ref->observe)
3794 chunk_appendf(&trash, "/%lld", ref->counters.failed_hana);
3795
3796 chunk_appendf(&trash,
Willy Tarreau656a9ce2013-04-19 14:41:29 +02003797 "<div class=tips>Failed Health Checks%s</div></u></td>"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003798 "<td>%lld</td><td>%s</td>"
3799 "",
Willy Tarreaue7dbfc62012-12-23 01:59:23 +01003800 ref->observe ? "/Health Analyses" : "",
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003801 ref->counters.down_trans, human_time(srv_downtime(sv), 1));
3802 }
Willy Tarreaua0066dd2014-05-16 11:25:16 +02003803 else if (!(sv->admin & SRV_ADMF_FMAINT) && sv != ref) {
3804 /* tracking a server */
3805 chunk_appendf(&trash,
3806 "<td class=ac colspan=3><a class=lfsb href=\"#%s/%s\">via %s/%s</a></td>",
Willy Tarreau32091232014-05-16 13:52:00 +02003807 via->proxy->id, via->id, via->proxy->id, via->id);
Willy Tarreauf4659942013-11-28 10:50:06 +01003808 }
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003809 else
3810 chunk_appendf(&trash, "<td colspan=3></td>");
3811
3812 /* throttle */
Willy Tarreau892337c2014-05-13 23:41:20 +02003813 if (sv->state == SRV_ST_STARTING && !server_is_draining(sv))
Willy Tarreaud32c3992013-11-21 15:30:45 +01003814 chunk_appendf(&trash, "<td class=ac>%d %%</td></tr>\n", server_throttle_rate(sv));
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003815 else
3816 chunk_appendf(&trash, "<td class=ac>-</td></tr>\n");
3817 }
3818 else { /* CSV mode */
Thierry FOURNIERbe1ccae2015-05-28 16:02:01 +02003819 struct chunk *out = get_trash_chunk();
Simon Horman4d2eab62015-04-23 14:51:26 +09003820 static char *srv_hlt_st[SRV_STATS_STATE_COUNT] = {
3821 [SRV_STATS_STATE_DOWN] = "DOWN,",
3822 [SRV_STATS_STATE_DOWN_AGENT] = "DOWN (agent),",
3823 [SRV_STATS_STATE_GOING_UP] = "DOWN %d/%d,",
3824 [SRV_STATS_STATE_UP_GOING_DOWN] = "UP %d/%d,",
3825 [SRV_STATS_STATE_UP] = "UP,",
3826 [SRV_STATS_STATE_NOLB_GOING_DOWN] = "NOLB %d/%d,",
3827 [SRV_STATS_STATE_NOLB] = "NOLB,",
3828 [SRV_STATS_STATE_DRAIN_GOING_DOWN] = "DRAIN %d/%d,",
3829 [SRV_STATS_STATE_DRAIN] = "DRAIN,",
Raghu Udiyar0d6b7a42016-02-05 22:30:11 +05303830 [SRV_STATS_STATE_DRAIN_AGENT] = "DRAIN (agent),",
Simon Horman4d2eab62015-04-23 14:51:26 +09003831 [SRV_STATS_STATE_NO_CHECK] = "no check,"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003832 };
3833
3834 chunk_appendf(&trash,
3835 /* pxid, name */
3836 "%s,%s,"
3837 /* queue : current, max */
3838 "%d,%d,"
Willy Tarreauf522f3d2014-02-10 22:22:49 +01003839 /* sessions : current, max, limit, total */
3840 "%d,%d,%s,%lld,"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003841 /* bytes : in, out */
3842 "%lld,%lld,"
3843 /* denied: req, resp */
3844 ",%lld,"
3845 /* errors : request, connect, response */
3846 ",%lld,%lld,"
3847 /* warnings: retries, redispatches */
3848 "%lld,%lld,"
3849 "",
3850 px->id, sv->id,
3851 sv->nbpend, sv->counters.nbpend_max,
Willy Tarreau56adcf22012-12-23 18:00:29 +01003852 sv->cur_sess, sv->counters.cur_sess_max, LIM2A(sv->maxconn, ""), sv->counters.cum_sess,
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003853 sv->counters.bytes_in, sv->counters.bytes_out,
3854 sv->counters.failed_secu,
3855 sv->counters.failed_conns, sv->counters.failed_resp,
3856 sv->counters.retries, sv->counters.redispatches);
3857
3858 /* status */
Willy Tarreaua0066dd2014-05-16 11:25:16 +02003859 if (sv->admin & SRV_ADMF_IMAINT)
Willy Tarreau32091232014-05-16 13:52:00 +02003860 chunk_appendf(&trash, "MAINT (via %s/%s),", via->proxy->id, via->id);
Willy Tarreaua0066dd2014-05-16 11:25:16 +02003861 else if (sv->admin & SRV_ADMF_MAINT)
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003862 chunk_appendf(&trash, "MAINT,");
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003863 else
3864 chunk_appendf(&trash,
3865 srv_hlt_st[state],
Willy Tarreau892337c2014-05-13 23:41:20 +02003866 (ref->state != SRV_ST_STOPPED) ? (ref->check.health - ref->check.rise + 1) : (ref->check.health),
3867 (ref->state != SRV_ST_STOPPED) ? (ref->check.fall) : (ref->check.rise));
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003868
3869 chunk_appendf(&trash,
3870 /* weight, active, backup */
3871 "%d,%d,%d,"
3872 "",
3873 (sv->eweight * px->lbprm.wmult + px->lbprm.wdiv - 1) / px->lbprm.wdiv,
Willy Tarreauc93cd162014-05-13 15:54:22 +02003874 (sv->flags & SRV_F_BACKUP) ? 0 : 1,
3875 (sv->flags & SRV_F_BACKUP) ? 1 : 0);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003876
3877 /* check failures: unique, fatal; last change, total downtime */
Willy Tarreauff5ae352013-12-11 20:36:34 +01003878 if (sv->check.state & CHK_ST_ENABLED)
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003879 chunk_appendf(&trash,
3880 "%lld,%lld,%d,%d,",
3881 sv->counters.failed_checks, sv->counters.down_trans,
3882 (int)(now.tv_sec - sv->last_change), srv_downtime(sv));
3883 else
3884 chunk_appendf(&trash, ",,,,");
3885
3886 /* queue limit, pid, iid, sid, */
3887 chunk_appendf(&trash,
3888 "%s,"
3889 "%d,%d,%d,",
Willy Tarreau56adcf22012-12-23 18:00:29 +01003890 LIM2A(sv->maxqueue, ""),
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003891 relative_pid, px->uuid, sv->puid);
3892
3893 /* throttle */
Willy Tarreau892337c2014-05-13 23:41:20 +02003894 if (sv->state == SRV_ST_STARTING && !server_is_draining(sv))
Willy Tarreaud32c3992013-11-21 15:30:45 +01003895 chunk_appendf(&trash, "%d", server_throttle_rate(sv));
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003896
3897 /* sessions: lbtot */
3898 chunk_appendf(&trash, ",%lld,", sv->counters.cum_lbconn);
3899
3900 /* tracked */
3901 if (sv->track)
3902 chunk_appendf(&trash, "%s/%s,",
3903 sv->track->proxy->id, sv->track->id);
3904 else
3905 chunk_appendf(&trash, ",");
3906
3907 /* type */
3908 chunk_appendf(&trash, "%d,", STATS_TYPE_SV);
3909
3910 /* rate */
3911 chunk_appendf(&trash, "%u,,%u,",
3912 read_freq_ctr(&sv->sess_per_sec),
3913 sv->counters.sps_max);
3914
Willy Tarreauff5ae352013-12-11 20:36:34 +01003915 if (sv->check.state & CHK_ST_ENABLED) {
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003916 /* check_status */
Thierry FOURNIERbe1ccae2015-05-28 16:02:01 +02003917 chunk_appendf(&trash, "%s,", csv_enc(get_check_status_info(sv->check.status), 1, out));
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003918
3919 /* check_code */
3920 if (sv->check.status >= HCHK_STATUS_L57DATA)
3921 chunk_appendf(&trash, "%u,", sv->check.code);
3922 else
3923 chunk_appendf(&trash, ",");
3924
3925 /* check_duration */
3926 if (sv->check.status >= HCHK_STATUS_CHECKED)
3927 chunk_appendf(&trash, "%lu,", sv->check.duration);
3928 else
3929 chunk_appendf(&trash, ",");
3930
3931 }
3932 else
3933 chunk_appendf(&trash, ",,,");
3934
3935 /* http response: 1xx, 2xx, 3xx, 4xx, 5xx, other */
3936 if (px->mode == PR_MODE_HTTP) {
3937 for (i=1; i<6; i++)
3938 chunk_appendf(&trash, "%lld,", sv->counters.p.http.rsp[i]);
3939
3940 chunk_appendf(&trash, "%lld,", sv->counters.p.http.rsp[0]);
3941 }
3942 else
3943 chunk_appendf(&trash, ",,,,,,");
3944
3945 /* failed health analyses */
3946 chunk_appendf(&trash, "%lld,", sv->counters.failed_hana);
3947
3948 /* requests : req_rate, req_rate_max, req_tot, */
3949 chunk_appendf(&trash, ",,,");
3950
3951 /* errors: cli_aborts, srv_aborts */
3952 chunk_appendf(&trash, "%lld,%lld,",
3953 sv->counters.cli_aborts, sv->counters.srv_aborts);
3954
3955 /* compression: in, out, bypassed, comp_rsp */
3956 chunk_appendf(&trash, ",,,,");
3957
Willy Tarreauf522f3d2014-02-10 22:22:49 +01003958 /* lastsess */
3959 chunk_appendf(&trash, "%d,", srv_lastsession(sv));
3960
Willy Tarreaua28df3e2014-06-16 16:40:14 +02003961 /* capture of last check and agent statuses */
Thierry FOURNIERbe1ccae2015-05-28 16:02:01 +02003962 chunk_appendf(&trash, "%s,", ((sv->check.state & (CHK_ST_ENABLED|CHK_ST_PAUSED)) == CHK_ST_ENABLED) ? csv_enc(cstr(sv->check.desc), 1, out) : "");
3963 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 +02003964
Willy Tarreauf5b1cc32014-06-17 12:20:59 +02003965 /* qtime, ctime, rtime, ttime, */
3966 chunk_appendf(&trash, "%u,%u,%u,%u,",
3967 swrate_avg(sv->counters.q_time, TIME_STATS_SAMPLES),
3968 swrate_avg(sv->counters.c_time, TIME_STATS_SAMPLES),
3969 swrate_avg(sv->counters.d_time, TIME_STATS_SAMPLES),
3970 swrate_avg(sv->counters.t_time, TIME_STATS_SAMPLES));
3971
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003972 /* finish with EOL */
3973 chunk_appendf(&trash, "\n");
3974 }
3975 return 1;
3976}
3977
3978/* Dumps a line for backend <px> to the trash for and uses the state from stream
3979 * interface <si> and stats flags <flags>. The caller is responsible for clearing
3980 * the trash if needed. Returns non-zero if it emits anything, zero otherwise.
3981 */
3982static int stats_dump_be_stats(struct stream_interface *si, struct proxy *px, int flags)
3983{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01003984 struct appctx *appctx = __objt_appctx(si->end);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003985 struct chunk src;
3986 int i;
3987
3988 if (!(px->cap & PR_CAP_BE))
3989 return 0;
3990
Willy Tarreau7b4b4992013-12-01 09:15:12 +01003991 if ((appctx->ctx.stats.flags & STAT_BOUND) && !(appctx->ctx.stats.type & (1 << STATS_TYPE_BE)))
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003992 return 0;
3993
Willy Tarreau7b4b4992013-12-01 09:15:12 +01003994 if (appctx->ctx.stats.flags & STAT_FMT_HTML) {
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003995 chunk_appendf(&trash, "<tr class=\"backend\">");
Willy Tarreau7b4b4992013-12-01 09:15:12 +01003996 if (px->srv && (appctx->ctx.stats.flags & STAT_ADMIN)) {
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003997 /* Column sub-heading for Enable or Disable server */
3998 chunk_appendf(&trash, "<td></td>");
3999 }
Willy Tarreaue7dbfc62012-12-23 01:59:23 +01004000 chunk_appendf(&trash,
4001 "<td class=ac>"
4002 /* name */
4003 "%s<a name=\"%s/Backend\"></a>"
4004 "<a class=lfsb href=\"#%s/Backend\">Backend</a>"
4005 "",
4006 (flags & ST_SHLGNDS)?"<u>":"",
4007 px->id, px->id);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004008
4009 if (flags & ST_SHLGNDS) {
4010 /* balancing */
Willy Tarreau656a9ce2013-04-19 14:41:29 +02004011 chunk_appendf(&trash, "<div class=tips>balancing: %s",
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004012 backend_lb_algo_str(px->lbprm.algo & BE_LB_ALGO));
4013
4014 /* cookie */
4015 if (px->cookie_name) {
4016 chunk_appendf(&trash, ", cookie: '");
4017 chunk_initlen(&src, px->cookie_name, 0, strlen(px->cookie_name));
4018 chunk_htmlencode(&trash, &src);
4019 chunk_appendf(&trash, "'");
4020 }
Willy Tarreaue7dbfc62012-12-23 01:59:23 +01004021 chunk_appendf(&trash, "</div>");
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004022 }
4023
4024 chunk_appendf(&trash,
Willy Tarreaue7dbfc62012-12-23 01:59:23 +01004025 "%s</td>"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004026 /* queue : current, max */
4027 "<td>%s</td><td>%s</td><td></td>"
4028 /* sessions rate : current, max, limit */
4029 "<td>%s</td><td>%s</td><td></td>"
4030 "",
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004031 (flags & ST_SHLGNDS)?"</u>":"",
Willy Tarreau56adcf22012-12-23 18:00:29 +01004032 U2H(px->nbpend) /* or px->totpend ? */, U2H(px->be_counters.nbpend_max),
4033 U2H(read_freq_ctr(&px->be_sess_per_sec)), U2H(px->be_counters.sps_max));
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004034
4035 chunk_appendf(&trash,
Willy Tarreaue7dbfc62012-12-23 01:59:23 +01004036 /* sessions: current, max, limit, total */
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004037 "<td>%s</td><td>%s</td><td>%s</td>"
Willy Tarreau656a9ce2013-04-19 14:41:29 +02004038 "<td><u>%s<div class=tips><table class=det>"
Willy Tarreau466c9b52012-12-23 02:25:03 +01004039 "<tr><th>Cum. sessions:</th><td>%s</td></tr>"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004040 "",
Willy Tarreau56adcf22012-12-23 18:00:29 +01004041 U2H(px->beconn), U2H(px->be_counters.conn_max), U2H(px->fullconn),
4042 U2H(px->be_counters.cum_conn),
4043 U2H(px->be_counters.cum_conn));
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004044
Willy Tarreau466c9b52012-12-23 02:25:03 +01004045 /* http response (via hover): 1xx, 2xx, 3xx, 4xx, 5xx, other */
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004046 if (px->mode == PR_MODE_HTTP) {
Willy Tarreau466c9b52012-12-23 02:25:03 +01004047 chunk_appendf(&trash,
4048 "<tr><th>Cum. HTTP requests:</th><td>%s</td></tr>"
4049 "<tr><th>- HTTP 1xx responses:</th><td>%s</td></tr>"
4050 "<tr><th>- HTTP 2xx responses:</th><td>%s</td></tr>"
4051 "<tr><th>&nbsp;&nbsp;Compressed 2xx:</th><td>%s</td><td>(%d%%)</td></tr>"
4052 "<tr><th>- HTTP 3xx responses:</th><td>%s</td></tr>"
4053 "<tr><th>- HTTP 4xx responses:</th><td>%s</td></tr>"
4054 "<tr><th>- HTTP 5xx responses:</th><td>%s</td></tr>"
4055 "<tr><th>- other responses:</th><td>%s</td></tr>"
4056 "<tr><th>Intercepted requests:</th><td>%s</td></tr>"
Willy Tarreauf5b1cc32014-06-17 12:20:59 +02004057 "<tr><th colspan=3>Avg over last 1024 success. conn.</th></tr>"
Willy Tarreau466c9b52012-12-23 02:25:03 +01004058 "",
Willy Tarreau56adcf22012-12-23 18:00:29 +01004059 U2H(px->be_counters.p.http.cum_req),
4060 U2H(px->be_counters.p.http.rsp[1]),
4061 U2H(px->be_counters.p.http.rsp[2]),
4062 U2H(px->be_counters.p.http.comp_rsp),
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004063 px->be_counters.p.http.rsp[2] ?
Willy Tarreau466c9b52012-12-23 02:25:03 +01004064 (int)(100*px->be_counters.p.http.comp_rsp/px->be_counters.p.http.rsp[2]) : 0,
Willy Tarreau56adcf22012-12-23 18:00:29 +01004065 U2H(px->be_counters.p.http.rsp[3]),
4066 U2H(px->be_counters.p.http.rsp[4]),
4067 U2H(px->be_counters.p.http.rsp[5]),
4068 U2H(px->be_counters.p.http.rsp[0]),
4069 U2H(px->be_counters.intercepted_req));
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004070 }
4071
Willy Tarreauf5b1cc32014-06-17 12:20:59 +02004072 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)));
4073 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)));
4074 if (px->mode == PR_MODE_HTTP)
4075 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)));
4076 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)));
4077
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004078 chunk_appendf(&trash,
Willy Tarreau466c9b52012-12-23 02:25:03 +01004079 "</table></div></u></td>"
Bhaskar Maddalaa20cb852014-02-03 16:26:46 -05004080 /* sessions: lbtot, last */
4081 "<td>%s</td><td>%s</td>"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004082 /* bytes: in */
Willy Tarreaue7dbfc62012-12-23 01:59:23 +01004083 "<td>%s</td>"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004084 "",
Willy Tarreau56adcf22012-12-23 18:00:29 +01004085 U2H(px->be_counters.cum_lbconn),
Bhaskar Maddalaa20cb852014-02-03 16:26:46 -05004086 human_time(be_lastsession(px), 1),
Willy Tarreau56adcf22012-12-23 18:00:29 +01004087 U2H(px->be_counters.bytes_in));
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004088
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004089 chunk_appendf(&trash,
Willy Tarreaue7dbfc62012-12-23 01:59:23 +01004090 /* bytes:out + compression stats (via hover): comp_in, comp_out, comp_byp */
Willy Tarreau4e5d58e2015-07-04 14:35:15 +02004091 "<td>%s%s<div class=tips><table class=det>"
4092 "<tr><th>Response bytes in:</th><td>%s</td></tr>"
4093 "<tr><th>Compression in:</th><td>%s</td></tr>"
4094 "<tr><th>Compression out:</th><td>%s</td><td>(%d%%)</td></tr>"
4095 "<tr><th>Compression bypass:</th><td>%s</td></tr>"
4096 "<tr><th>Total bytes saved:</th><td>%s</td><td>(%d%%)</td></tr>"
4097 "</table></div>%s</td>",
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004098 (px->be_counters.comp_in || px->be_counters.comp_byp) ? "<u>":"",
Willy Tarreau56adcf22012-12-23 18:00:29 +01004099 U2H(px->be_counters.bytes_out),
Willy Tarreau4e5d58e2015-07-04 14:35:15 +02004100 U2H(px->be_counters.bytes_out),
4101 U2H(px->be_counters.comp_in),
4102 U2H(px->be_counters.comp_out),
4103 px->be_counters.comp_in ? (int)(px->be_counters.comp_out * 100 / px->be_counters.comp_in) : 0,
4104 U2H(px->be_counters.comp_byp),
4105 U2H(px->be_counters.comp_in - px->be_counters.comp_out),
4106 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 +01004107 (px->be_counters.comp_in || px->be_counters.comp_byp) ? "</u>":"");
4108
4109 chunk_appendf(&trash,
4110 /* denied: req, resp */
4111 "<td>%s</td><td>%s</td>"
4112 /* errors : request, connect */
4113 "<td></td><td>%s</td>"
4114 /* errors : response */
Willy Tarreau656a9ce2013-04-19 14:41:29 +02004115 "<td><u>%s<div class=tips>Connection resets during transfers: %lld client, %lld server</div></u></td>"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004116 /* warnings: retries, redispatches */
4117 "<td>%lld</td><td>%lld</td>"
4118 /* backend status: reflect backend status (up/down): we display UP
4119 * if the backend has known working servers or if it has no server at
4120 * all (eg: for stats). Then we display the total weight, number of
4121 * active and backups. */
4122 "<td class=ac>%s %s</td><td class=ac>&nbsp;</td><td class=ac>%d</td>"
4123 "<td class=ac>%d</td><td class=ac>%d</td>"
4124 "",
Willy Tarreau56adcf22012-12-23 18:00:29 +01004125 U2H(px->be_counters.denied_req), U2H(px->be_counters.denied_resp),
4126 U2H(px->be_counters.failed_conns),
4127 U2H(px->be_counters.failed_resp),
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004128 px->be_counters.cli_aborts,
4129 px->be_counters.srv_aborts,
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004130 px->be_counters.retries, px->be_counters.redispatches,
4131 human_time(now.tv_sec - px->last_change, 1),
4132 (px->lbprm.tot_weight > 0 || !px->srv) ? "UP" :
4133 "<font color=\"red\"><b>DOWN</b></font>",
4134 (px->lbprm.tot_weight * px->lbprm.wmult + px->lbprm.wdiv - 1) / px->lbprm.wdiv,
4135 px->srv_act, px->srv_bck);
4136
4137 chunk_appendf(&trash,
4138 /* rest of backend: nothing, down transitions, total downtime, throttle */
4139 "<td class=ac>&nbsp;</td><td>%d</td>"
4140 "<td>%s</td>"
4141 "<td></td>"
4142 "</tr>",
4143 px->down_trans,
4144 px->srv?human_time(be_downtime(px), 1):"&nbsp;");
4145 }
4146 else { /* CSV mode */
4147 chunk_appendf(&trash,
4148 /* pxid, name */
4149 "%s,BACKEND,"
4150 /* queue : current, max */
4151 "%d,%d,"
Willy Tarreauf522f3d2014-02-10 22:22:49 +01004152 /* sessions : current, max, limit, total */
4153 "%d,%d,%d,%lld,"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004154 /* bytes : in, out */
4155 "%lld,%lld,"
4156 /* denied: req, resp */
4157 "%lld,%lld,"
4158 /* errors : request, connect, response */
4159 ",%lld,%lld,"
4160 /* warnings: retries, redispatches */
4161 "%lld,%lld,"
4162 /* backend status: reflect backend status (up/down): we display UP
4163 * if the backend has known working servers or if it has no server at
4164 * all (eg: for stats). Then we display the total weight, number of
4165 * active and backups. */
4166 "%s,"
4167 "%d,%d,%d,"
4168 /* rest of backend: nothing, down transitions, last change, total downtime */
4169 ",%d,%d,%d,,"
4170 /* pid, iid, sid, throttle, lbtot, tracked, type */
4171 "%d,%d,0,,%lld,,%d,"
4172 /* rate, rate_lim, rate_max, */
4173 "%u,,%u,"
4174 /* check_status, check_code, check_duration */
4175 ",,,",
4176 px->id,
4177 px->nbpend /* or px->totpend ? */, px->be_counters.nbpend_max,
4178 px->beconn, px->be_counters.conn_max, px->fullconn, px->be_counters.cum_conn,
4179 px->be_counters.bytes_in, px->be_counters.bytes_out,
4180 px->be_counters.denied_req, px->be_counters.denied_resp,
4181 px->be_counters.failed_conns, px->be_counters.failed_resp,
4182 px->be_counters.retries, px->be_counters.redispatches,
4183 (px->lbprm.tot_weight > 0 || !px->srv) ? "UP" : "DOWN",
4184 (px->lbprm.tot_weight * px->lbprm.wmult + px->lbprm.wdiv - 1) / px->lbprm.wdiv,
4185 px->srv_act, px->srv_bck,
4186 px->down_trans, (int)(now.tv_sec - px->last_change),
4187 px->srv?be_downtime(px):0,
4188 relative_pid, px->uuid,
4189 px->be_counters.cum_lbconn, STATS_TYPE_BE,
4190 read_freq_ctr(&px->be_sess_per_sec),
4191 px->be_counters.sps_max);
4192
4193 /* http response: 1xx, 2xx, 3xx, 4xx, 5xx, other */
4194 if (px->mode == PR_MODE_HTTP) {
4195 for (i=1; i<6; i++)
4196 chunk_appendf(&trash, "%lld,", px->be_counters.p.http.rsp[i]);
4197 chunk_appendf(&trash, "%lld,", px->be_counters.p.http.rsp[0]);
4198 }
4199 else
4200 chunk_appendf(&trash, ",,,,,,");
4201
4202 /* failed health analyses */
4203 chunk_appendf(&trash, ",");
4204
4205 /* requests : req_rate, req_rate_max, req_tot, */
4206 chunk_appendf(&trash, ",,,");
4207
4208 /* errors: cli_aborts, srv_aborts */
4209 chunk_appendf(&trash, "%lld,%lld,",
4210 px->be_counters.cli_aborts, px->be_counters.srv_aborts);
4211
4212 /* compression: in, out, bypassed */
4213 chunk_appendf(&trash, "%lld,%lld,%lld,",
4214 px->be_counters.comp_in, px->be_counters.comp_out, px->be_counters.comp_byp);
4215
4216 /* compression: comp_rsp */
4217 chunk_appendf(&trash, "%lld,", px->be_counters.p.http.comp_rsp);
4218
Willy Tarreaua28df3e2014-06-16 16:40:14 +02004219 /* lastsess, last_chk, last_agt, */
4220 chunk_appendf(&trash, "%d,,,", be_lastsession(px));
Willy Tarreauf522f3d2014-02-10 22:22:49 +01004221
Willy Tarreauf5b1cc32014-06-17 12:20:59 +02004222 /* qtime, ctime, rtime, ttime, */
4223 chunk_appendf(&trash, "%u,%u,%u,%u,",
4224 swrate_avg(px->be_counters.q_time, TIME_STATS_SAMPLES),
4225 swrate_avg(px->be_counters.c_time, TIME_STATS_SAMPLES),
4226 swrate_avg(px->be_counters.d_time, TIME_STATS_SAMPLES),
4227 swrate_avg(px->be_counters.t_time, TIME_STATS_SAMPLES));
4228
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004229 /* finish with EOL */
4230 chunk_appendf(&trash, "\n");
4231 }
4232 return 1;
4233}
4234
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004235/* Dumps the HTML table header for proxy <px> to the trash for and uses the state from
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004236 * stream interface <si> and per-uri parameters <uri>. The caller is responsible
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004237 * for clearing the trash if needed.
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004238 */
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004239static void stats_dump_html_px_hdr(struct stream_interface *si, struct proxy *px, struct uri_auth *uri)
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004240{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004241 struct appctx *appctx = __objt_appctx(si->end);
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004242 char scope_txt[STAT_SCOPE_TXT_MAXLEN + sizeof STAT_SCOPE_PATTERN];
4243
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004244 if (px->cap & PR_CAP_BE && px->srv && (appctx->ctx.stats.flags & STAT_ADMIN)) {
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004245 /* A form to enable/disable this proxy servers */
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004246
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004247 /* 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 +02004248 scope_txt[0] = 0;
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004249 if (appctx->ctx.stats.scope_len) {
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004250 strcpy(scope_txt, STAT_SCOPE_PATTERN);
Willy Tarreau4e4292b2014-11-28 12:18:45 +01004251 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 +01004252 scope_txt[strlen(STAT_SCOPE_PATTERN) + appctx->ctx.stats.scope_len] = 0;
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004253 }
4254
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004255 chunk_appendf(&trash,
Jeff Buchbinder2dbbf4d2014-08-29 15:10:08 -05004256 "<form method=\"post\">");
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004257 }
4258
4259 /* print a new table */
4260 chunk_appendf(&trash,
4261 "<table class=\"tbl\" width=\"100%%\">\n"
4262 "<tr class=\"titre\">"
Willy Tarreaue7dbfc62012-12-23 01:59:23 +01004263 "<th class=\"pxname\" width=\"10%%\">");
4264
4265 chunk_appendf(&trash,
4266 "<a name=\"%s\"></a>%s"
4267 "<a class=px href=\"#%s\">%s</a>",
4268 px->id,
4269 (uri->flags & ST_SHLGNDS) ? "<u>":"",
4270 px->id, px->id);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004271
4272 if (uri->flags & ST_SHLGNDS) {
4273 /* cap, mode, id */
Willy Tarreau656a9ce2013-04-19 14:41:29 +02004274 chunk_appendf(&trash, "<div class=tips>cap: %s, mode: %s, id: %d",
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004275 proxy_cap_str(px->cap), proxy_mode_str(px->mode),
4276 px->uuid);
Willy Tarreaue7dbfc62012-12-23 01:59:23 +01004277 chunk_appendf(&trash, "</div>");
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004278 }
4279
4280 chunk_appendf(&trash,
Willy Tarreaue7dbfc62012-12-23 01:59:23 +01004281 "%s</th>"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004282 "<th class=\"%s\" width=\"90%%\">%s</th>"
4283 "</tr>\n"
4284 "</table>\n"
4285 "<table class=\"tbl\" width=\"100%%\">\n"
4286 "<tr class=\"titre\">",
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004287 (uri->flags & ST_SHLGNDS) ? "</u>":"",
4288 px->desc ? "desc" : "empty", px->desc ? px->desc : "");
4289
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004290 if ((px->cap & PR_CAP_BE) && px->srv && (appctx->ctx.stats.flags & STAT_ADMIN)) {
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004291 /* Column heading for Enable or Disable server */
4292 chunk_appendf(&trash, "<th rowspan=2 width=1></th>");
Willy Tarreau91861262007-10-17 17:06:05 +02004293 }
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004294
4295 chunk_appendf(&trash,
4296 "<th rowspan=2></th>"
4297 "<th colspan=3>Queue</th>"
Bhaskar Maddalaa20cb852014-02-03 16:26:46 -05004298 "<th colspan=3>Session rate</th><th colspan=6>Sessions</th>"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004299 "<th colspan=2>Bytes</th><th colspan=2>Denied</th>"
4300 "<th colspan=3>Errors</th><th colspan=2>Warnings</th>"
4301 "<th colspan=9>Server</th>"
4302 "</tr>\n"
4303 "<tr class=\"titre\">"
4304 "<th>Cur</th><th>Max</th><th>Limit</th>"
4305 "<th>Cur</th><th>Max</th><th>Limit</th><th>Cur</th><th>Max</th>"
Bhaskar Maddalaa20cb852014-02-03 16:26:46 -05004306 "<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 +01004307 "<th>Req</th><th>Resp</th><th>Req</th><th>Conn</th>"
4308 "<th>Resp</th><th>Retr</th><th>Redis</th>"
4309 "<th>Status</th><th>LastChk</th><th>Wght</th><th>Act</th>"
4310 "<th>Bck</th><th>Chk</th><th>Dwn</th><th>Dwntme</th>"
4311 "<th>Thrtle</th>\n"
4312 "</tr>");
Willy Tarreau91861262007-10-17 17:06:05 +02004313}
4314
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004315/* Dumps the HTML table trailer for proxy <px> to the trash for and uses the state from
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004316 * stream interface <si>. The caller is responsible for clearing the trash if needed.
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004317 */
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004318static void stats_dump_html_px_end(struct stream_interface *si, struct proxy *px)
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004319{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004320 struct appctx *appctx = __objt_appctx(si->end);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004321 chunk_appendf(&trash, "</table>");
4322
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004323 if ((px->cap & PR_CAP_BE) && px->srv && (appctx->ctx.stats.flags & STAT_ADMIN)) {
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004324 /* close the form used to enable/disable this proxy servers */
4325 chunk_appendf(&trash,
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004326 "Choose the action to perform on the checked servers : "
4327 "<select name=action>"
4328 "<option value=\"\"></option>"
Willy Tarreaued7df902014-05-22 18:04:49 +02004329 "<option value=\"ready\">Set state to READY</option>"
4330 "<option value=\"drain\">Set state to DRAIN</option>"
Marco Corte8c27bca2014-07-02 17:49:34 +02004331 "<option value=\"maint\">Set state to MAINT</option>"
Willy Tarreau248a60e2014-05-23 14:59:48 +02004332 "<option value=\"dhlth\">Health: disable checks</option>"
4333 "<option value=\"ehlth\">Health: enable checks</option>"
4334 "<option value=\"hrunn\">Health: force UP</option>"
4335 "<option value=\"hnolb\">Health: force NOLB</option>"
4336 "<option value=\"hdown\">Health: force DOWN</option>"
4337 "<option value=\"dagent\">Agent: disable checks</option>"
4338 "<option value=\"eagent\">Agent: enable checks</option>"
4339 "<option value=\"arunn\">Agent: force UP</option>"
4340 "<option value=\"adown\">Agent: force DOWN</option>"
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004341 "<option value=\"shutdown\">Kill Sessions</option>"
4342 "</select>"
4343 "<input type=\"hidden\" name=\"b\" value=\"#%d\">"
4344 "&nbsp;<input type=\"submit\" value=\"Apply\">"
4345 "</form>",
4346 px->uuid);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004347 }
4348
4349 chunk_appendf(&trash, "<p>\n");
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004350}
Willy Tarreau91861262007-10-17 17:06:05 +02004351
4352/*
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004353 * Dumps statistics for a proxy. The output is sent to the stream interface's
4354 * input buffer. Returns 0 if it had to stop dumping data because of lack of
4355 * buffer space, or non-zero if everything completed. This function is used
4356 * both by the CLI and the HTTP entry points, and is able to dump the output
4357 * in HTML or CSV formats. If the later, <uri> must be NULL.
Willy Tarreau91861262007-10-17 17:06:05 +02004358 */
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004359static int stats_dump_proxy_to_buffer(struct stream_interface *si, struct proxy *px, struct uri_auth *uri)
Willy Tarreau91861262007-10-17 17:06:05 +02004360{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004361 struct appctx *appctx = __objt_appctx(si->end);
Willy Tarreau87b09662015-04-03 00:22:06 +02004362 struct stream *s = si_strm(si);
Willy Tarreau2bb4a962014-11-28 11:11:05 +01004363 struct channel *rep = si_ic(si);
Willy Tarreau44267702011-10-28 15:35:33 +02004364 struct server *sv, *svs; /* server and server-state, server-state=server or server->track */
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02004365 struct listener *l;
Willy Tarreau91861262007-10-17 17:06:05 +02004366
Willy Tarreau19d14ef2012-10-29 16:51:55 +01004367 chunk_reset(&trash);
Willy Tarreau91861262007-10-17 17:06:05 +02004368
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004369 switch (appctx->ctx.stats.px_st) {
Willy Tarreau295a8372011-03-10 11:25:07 +01004370 case STAT_PX_ST_INIT:
Willy Tarreau91861262007-10-17 17:06:05 +02004371 /* we are on a new proxy */
Willy Tarreau91861262007-10-17 17:06:05 +02004372 if (uri && uri->scope) {
4373 /* we have a limited scope, we have to check the proxy name */
4374 struct stat_scope *scope;
4375 int len;
4376
4377 len = strlen(px->id);
4378 scope = uri->scope;
4379
4380 while (scope) {
4381 /* match exact proxy name */
4382 if (scope->px_len == len && !memcmp(px->id, scope->px_id, len))
4383 break;
4384
4385 /* match '.' which means 'self' proxy */
Willy Tarreau1388a3a2007-10-18 16:38:37 +02004386 if (!strcmp(scope->px_id, ".") && px == s->be)
Willy Tarreau91861262007-10-17 17:06:05 +02004387 break;
4388 scope = scope->next;
4389 }
4390
4391 /* proxy name not found : don't dump anything */
4392 if (scope == NULL)
4393 return 1;
4394 }
4395
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004396 /* if the user has requested a limited output and the proxy
4397 * name does not match, skip it.
4398 */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004399 if (appctx->ctx.stats.scope_len &&
Willy Tarreau4e4292b2014-11-28 12:18:45 +01004400 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 +02004401 return 1;
4402
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004403 if ((appctx->ctx.stats.flags & STAT_BOUND) &&
4404 (appctx->ctx.stats.iid != -1) &&
4405 (px->uuid != appctx->ctx.stats.iid))
Krzysztof Piotr Oledzki2c6962c2008-03-02 02:42:14 +01004406 return 1;
4407
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004408 appctx->ctx.stats.px_st = STAT_PX_ST_TH;
Willy Tarreau91861262007-10-17 17:06:05 +02004409 /* fall through */
4410
Willy Tarreau295a8372011-03-10 11:25:07 +01004411 case STAT_PX_ST_TH:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004412 if (appctx->ctx.stats.flags & STAT_FMT_HTML) {
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004413 stats_dump_html_px_hdr(si, px, uri);
Willy Tarreaubc18da12015-03-13 14:00:47 +01004414 if (bi_putchk(rep, &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02004415 si_applet_cant_put(si);
Willy Tarreau55bb8452007-10-17 18:44:57 +02004416 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01004417 }
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004418 }
Willy Tarreau91861262007-10-17 17:06:05 +02004419
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004420 appctx->ctx.stats.px_st = STAT_PX_ST_FE;
Willy Tarreau91861262007-10-17 17:06:05 +02004421 /* fall through */
4422
Willy Tarreau295a8372011-03-10 11:25:07 +01004423 case STAT_PX_ST_FE:
Willy Tarreau91861262007-10-17 17:06:05 +02004424 /* print the frontend */
Willy Tarreaubc18da12015-03-13 14:00:47 +01004425 if (stats_dump_fe_stats(si, px)) {
4426 if (bi_putchk(rep, &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02004427 si_applet_cant_put(si);
Willy Tarreau91861262007-10-17 17:06:05 +02004428 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01004429 }
4430 }
Willy Tarreau91861262007-10-17 17:06:05 +02004431
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004432 appctx->ctx.stats.l = px->conf.listeners.n;
4433 appctx->ctx.stats.px_st = STAT_PX_ST_LI;
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02004434 /* fall through */
4435
Willy Tarreau295a8372011-03-10 11:25:07 +01004436 case STAT_PX_ST_LI:
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02004437 /* stats.l has been initialized above */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004438 for (; appctx->ctx.stats.l != &px->conf.listeners; appctx->ctx.stats.l = l->by_fe.n) {
Willy Tarreaud7ad9f52013-12-31 17:26:25 +01004439 if (buffer_almost_full(rep->buf)) {
Willy Tarreaufe127932015-04-21 19:23:39 +02004440 si_applet_cant_put(si);
Willy Tarreau4e33d862009-10-11 23:35:10 +02004441 return 0;
Willy Tarreaud7ad9f52013-12-31 17:26:25 +01004442 }
Willy Tarreau4e33d862009-10-11 23:35:10 +02004443
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004444 l = LIST_ELEM(appctx->ctx.stats.l, struct listener *, by_fe);
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02004445 if (!l->counters)
4446 continue;
4447
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004448 if (appctx->ctx.stats.flags & STAT_BOUND) {
4449 if (!(appctx->ctx.stats.type & (1 << STATS_TYPE_SO)))
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02004450 break;
4451
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004452 if (appctx->ctx.stats.sid != -1 && l->luid != appctx->ctx.stats.sid)
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02004453 continue;
4454 }
4455
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004456 /* print the frontend */
Willy Tarreaubc18da12015-03-13 14:00:47 +01004457 if (stats_dump_li_stats(si, px, l, uri ? uri->flags : 0)) {
4458 if (bi_putchk(rep, &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02004459 si_applet_cant_put(si);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004460 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01004461 }
4462 }
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02004463 }
4464
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004465 appctx->ctx.stats.sv = px->srv; /* may be NULL */
4466 appctx->ctx.stats.px_st = STAT_PX_ST_SV;
Willy Tarreau91861262007-10-17 17:06:05 +02004467 /* fall through */
4468
Willy Tarreau295a8372011-03-10 11:25:07 +01004469 case STAT_PX_ST_SV:
Willy Tarreau91861262007-10-17 17:06:05 +02004470 /* stats.sv has been initialized above */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004471 for (; appctx->ctx.stats.sv != NULL; appctx->ctx.stats.sv = sv->next) {
Simon Horman4d2eab62015-04-23 14:51:26 +09004472 enum srv_stats_state sv_state;
Simon Horman837bfa72015-04-23 14:51:27 +09004473 enum srv_stats_colour sv_colour;
Willy Tarreau91861262007-10-17 17:06:05 +02004474
Willy Tarreaud7ad9f52013-12-31 17:26:25 +01004475 if (buffer_almost_full(rep->buf)) {
Willy Tarreaufe127932015-04-21 19:23:39 +02004476 si_applet_cant_put(si);
Willy Tarreau4e33d862009-10-11 23:35:10 +02004477 return 0;
Willy Tarreaud7ad9f52013-12-31 17:26:25 +01004478 }
Willy Tarreau4e33d862009-10-11 23:35:10 +02004479
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004480 sv = appctx->ctx.stats.sv;
Willy Tarreau91861262007-10-17 17:06:05 +02004481
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004482 if (appctx->ctx.stats.flags & STAT_BOUND) {
4483 if (!(appctx->ctx.stats.type & (1 << STATS_TYPE_SV)))
Krzysztof Piotr Oledzki2c6962c2008-03-02 02:42:14 +01004484 break;
4485
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004486 if (appctx->ctx.stats.sid != -1 && sv->puid != appctx->ctx.stats.sid)
Krzysztof Piotr Oledzki2c6962c2008-03-02 02:42:14 +01004487 continue;
4488 }
4489
Willy Tarreau32091232014-05-16 13:52:00 +02004490 svs = sv;
4491 while (svs->track)
4492 svs = svs->track;
Krzysztof Piotr Oledzkic8b16fc2008-02-18 01:26:35 +01004493
Willy Tarreauf4e38b32014-05-21 15:04:05 +02004494 if (sv->state == SRV_ST_RUNNING || sv->state == SRV_ST_STARTING) {
Willy Tarreauf4e38b32014-05-21 15:04:05 +02004495 if ((svs->check.state & CHK_ST_ENABLED) &&
Simon Horman837bfa72015-04-23 14:51:27 +09004496 (svs->check.health < svs->check.rise + svs->check.fall - 1)) {
Simon Horman4d2eab62015-04-23 14:51:26 +09004497 sv_state = SRV_STATS_STATE_UP_GOING_DOWN;
Simon Horman837bfa72015-04-23 14:51:27 +09004498 sv_colour = SRV_STATS_COLOUR_GOING_DOWN;
4499 } else {
Simon Horman4d2eab62015-04-23 14:51:26 +09004500 sv_state = SRV_STATS_STATE_UP;
Simon Horman837bfa72015-04-23 14:51:27 +09004501 sv_colour = SRV_STATS_COLOUR_UP;
4502 }
Willy Tarreau2ea81932007-11-30 12:04:38 +01004503
Simon Horman4463d192015-04-23 14:51:28 +09004504 if (sv_state == SRV_STATS_STATE_UP && !svs->uweight)
4505 sv_colour = SRV_STATS_COLOUR_DRAINING;
4506
4507 if (sv->admin & SRV_ADMF_DRAIN) {
Simon Hormanb167b6b2015-04-23 14:51:29 +09004508 if (svs->agent.state & CHK_ST_ENABLED)
4509 sv_state = SRV_STATS_STATE_DRAIN_AGENT;
4510 else if (sv_state == SRV_STATS_STATE_UP_GOING_DOWN)
Simon Horman4d2eab62015-04-23 14:51:26 +09004511 sv_state = SRV_STATS_STATE_DRAIN_GOING_DOWN;
Simon Horman4463d192015-04-23 14:51:28 +09004512 else
Simon Horman4d2eab62015-04-23 14:51:26 +09004513 sv_state = SRV_STATS_STATE_DRAIN;
4514 }
Willy Tarreauf4e38b32014-05-21 15:04:05 +02004515
Simon Horman837bfa72015-04-23 14:51:27 +09004516 if (sv_state == SRV_STATS_STATE_UP && !(svs->check.state & CHK_ST_ENABLED)) {
Simon Horman4d2eab62015-04-23 14:51:26 +09004517 sv_state = SRV_STATS_STATE_NO_CHECK;
Simon Horman837bfa72015-04-23 14:51:27 +09004518 sv_colour = SRV_STATS_COLOUR_NO_CHECK;
4519 }
Willy Tarreau2ea81932007-11-30 12:04:38 +01004520 }
Willy Tarreauf4e38b32014-05-21 15:04:05 +02004521 else if (sv->state == SRV_ST_STOPPING) {
4522 if ((!(sv->check.state & CHK_ST_ENABLED) && !sv->track) ||
Simon Horman837bfa72015-04-23 14:51:27 +09004523 (svs->check.health == svs->check.rise + svs->check.fall - 1)) {
Simon Horman4d2eab62015-04-23 14:51:26 +09004524 sv_state = SRV_STATS_STATE_NOLB;
Simon Horman837bfa72015-04-23 14:51:27 +09004525 sv_colour = SRV_STATS_COLOUR_NOLB;
4526 } else {
Simon Horman4d2eab62015-04-23 14:51:26 +09004527 sv_state = SRV_STATS_STATE_NOLB_GOING_DOWN;
Simon Horman837bfa72015-04-23 14:51:27 +09004528 sv_colour = SRV_STATS_COLOUR_GOING_DOWN;
4529 }
Willy Tarreauf4e38b32014-05-21 15:04:05 +02004530 }
4531 else { /* stopped */
Simon Horman837bfa72015-04-23 14:51:27 +09004532 if ((svs->agent.state & CHK_ST_ENABLED) && !svs->agent.health) {
Simon Horman4d2eab62015-04-23 14:51:26 +09004533 sv_state = SRV_STATS_STATE_DOWN_AGENT;
Simon Horman837bfa72015-04-23 14:51:27 +09004534 sv_colour = SRV_STATS_COLOUR_DOWN;
4535 } else if ((svs->check.state & CHK_ST_ENABLED) && !svs->check.health) {
Simon Horman4d2eab62015-04-23 14:51:26 +09004536 sv_state = SRV_STATS_STATE_DOWN; /* DOWN */
Simon Horman837bfa72015-04-23 14:51:27 +09004537 sv_colour = SRV_STATS_COLOUR_DOWN;
4538 } else if ((svs->agent.state & CHK_ST_ENABLED) || (svs->check.state & CHK_ST_ENABLED)) {
Simon Horman4d2eab62015-04-23 14:51:26 +09004539 sv_state = SRV_STATS_STATE_GOING_UP;
Simon Horman837bfa72015-04-23 14:51:27 +09004540 sv_colour = SRV_STATS_COLOUR_GOING_UP;
4541 } else {
Simon Horman4d2eab62015-04-23 14:51:26 +09004542 sv_state = SRV_STATS_STATE_DOWN; /* DOWN, unchecked */
Simon Horman837bfa72015-04-23 14:51:27 +09004543 sv_colour = SRV_STATS_COLOUR_DOWN;
4544 }
Willy Tarreauf4e38b32014-05-21 15:04:05 +02004545 }
Willy Tarreau91861262007-10-17 17:06:05 +02004546
Willy Tarreau9638efa2014-05-23 11:19:57 +02004547 if (((sv_state <= 1) || (sv->admin & SRV_ADMF_MAINT)) && (appctx->ctx.stats.flags & STAT_HIDE_DOWN)) {
Willy Tarreau91861262007-10-17 17:06:05 +02004548 /* do not report servers which are DOWN */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004549 appctx->ctx.stats.sv = sv->next;
Willy Tarreau91861262007-10-17 17:06:05 +02004550 continue;
4551 }
4552
Simon Horman837bfa72015-04-23 14:51:27 +09004553 if (stats_dump_sv_stats(si, px, uri ? uri->flags : 0, sv, sv_state, sv_colour)) {
Willy Tarreaubc18da12015-03-13 14:00:47 +01004554 if (bi_putchk(rep, &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02004555 si_applet_cant_put(si);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004556 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01004557 }
4558 }
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004559 } /* for sv */
Cyril Bonté474be412010-10-12 00:14:36 +02004560
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004561 appctx->ctx.stats.px_st = STAT_PX_ST_BE;
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004562 /* fall through */
Cyril Bonté70be45d2010-10-12 00:14:35 +02004563
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004564 case STAT_PX_ST_BE:
4565 /* print the backend */
Willy Tarreaubc18da12015-03-13 14:00:47 +01004566 if (stats_dump_be_stats(si, px, uri ? uri->flags : 0)) {
4567 if (bi_putchk(rep, &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02004568 si_applet_cant_put(si);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004569 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01004570 }
4571 }
Krzysztof Piotr Oledzki15514c22010-01-04 16:03:09 +01004572
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004573 appctx->ctx.stats.px_st = STAT_PX_ST_END;
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004574 /* fall through */
Krzysztof Piotr Oledzki15514c22010-01-04 16:03:09 +01004575
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004576 case STAT_PX_ST_END:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004577 if (appctx->ctx.stats.flags & STAT_FMT_HTML) {
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004578 stats_dump_html_px_end(si, px);
Willy Tarreaubc18da12015-03-13 14:00:47 +01004579 if (bi_putchk(rep, &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02004580 si_applet_cant_put(si);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004581 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01004582 }
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004583 }
Krzysztof Piotr Oledzki15514c22010-01-04 16:03:09 +01004584
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004585 appctx->ctx.stats.px_st = STAT_PX_ST_FIN;
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004586 /* fall through */
Krzysztof Piotr Oledzki15514c22010-01-04 16:03:09 +01004587
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004588 case STAT_PX_ST_FIN:
4589 return 1;
Krzysztof Piotr Oledzki15514c22010-01-04 16:03:09 +01004590
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004591 default:
4592 /* unknown state, we should put an abort() here ! */
4593 return 1;
4594 }
4595}
Krzysztof Piotr Oledzki15514c22010-01-04 16:03:09 +01004596
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004597/* Dumps the HTTP stats head block to the trash for and uses the per-uri
4598 * parameters <uri>. The caller is responsible for clearing the trash if needed.
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004599 */
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004600static void stats_dump_html_head(struct uri_auth *uri)
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004601{
4602 /* WARNING! This must fit in the first buffer !!! */
4603 chunk_appendf(&trash,
4604 "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\"\n"
4605 "\"http://www.w3.org/TR/html4/loose.dtd\">\n"
4606 "<html><head><title>Statistics Report for " PRODUCT_NAME "%s%s</title>\n"
4607 "<meta http-equiv=\"content-type\" content=\"text/html; charset=iso-8859-1\">\n"
4608 "<style type=\"text/css\"><!--\n"
4609 "body {"
4610 " font-family: arial, helvetica, sans-serif;"
4611 " font-size: 12px;"
4612 " font-weight: normal;"
4613 " color: black;"
4614 " background: white;"
4615 "}\n"
4616 "th,td {"
4617 " font-size: 10px;"
4618 "}\n"
4619 "h1 {"
4620 " font-size: x-large;"
4621 " margin-bottom: 0.5em;"
4622 "}\n"
4623 "h2 {"
4624 " font-family: helvetica, arial;"
4625 " font-size: x-large;"
4626 " font-weight: bold;"
4627 " font-style: italic;"
4628 " color: #6020a0;"
4629 " margin-top: 0em;"
4630 " margin-bottom: 0em;"
4631 "}\n"
4632 "h3 {"
4633 " font-family: helvetica, arial;"
4634 " font-size: 16px;"
4635 " font-weight: bold;"
4636 " color: #b00040;"
4637 " background: #e8e8d0;"
4638 " margin-top: 0em;"
4639 " margin-bottom: 0em;"
4640 "}\n"
4641 "li {"
4642 " margin-top: 0.25em;"
4643 " margin-right: 2em;"
4644 "}\n"
4645 ".hr {margin-top: 0.25em;"
4646 " border-color: black;"
4647 " border-bottom-style: solid;"
4648 "}\n"
4649 ".titre {background: #20D0D0;color: #000000; font-weight: bold; text-align: center;}\n"
4650 ".total {background: #20D0D0;color: #ffff80;}\n"
4651 ".frontend {background: #e8e8d0;}\n"
4652 ".socket {background: #d0d0d0;}\n"
4653 ".backend {background: #e8e8d0;}\n"
Simon Horman837bfa72015-04-23 14:51:27 +09004654 ".active_down {background: #ff9090;}\n"
4655 ".active_going_up {background: #ffd020;}\n"
4656 ".active_going_down {background: #ffffa0;}\n"
4657 ".active_up {background: #c0ffc0;}\n"
4658 ".active_nolb {background: #20a0ff;}\n"
4659 ".active_draining {background: #20a0FF;}\n"
4660 ".active_no_check {background: #e0e0e0;}\n"
4661 ".backup_down {background: #ff9090;}\n"
4662 ".backup_going_up {background: #ff80ff;}\n"
4663 ".backup_going_down {background: #c060ff;}\n"
4664 ".backup_up {background: #b0d0ff;}\n"
4665 ".backup_nolb {background: #90b0e0;}\n"
4666 ".backup_draining {background: #cc9900;}\n"
4667 ".backup_no_check {background: #e0e0e0;}\n"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004668 ".maintain {background: #c07820;}\n"
4669 ".rls {letter-spacing: 0.2em; margin-right: 1px;}\n" /* right letter spacing (used for grouping digits) */
4670 "\n"
4671 "a.px:link {color: #ffff40; text-decoration: none;}"
4672 "a.px:visited {color: #ffff40; text-decoration: none;}"
4673 "a.px:hover {color: #ffffff; text-decoration: none;}"
4674 "a.lfsb:link {color: #000000; text-decoration: none;}"
4675 "a.lfsb:visited {color: #000000; text-decoration: none;}"
4676 "a.lfsb:hover {color: #505050; text-decoration: none;}"
4677 "\n"
4678 "table.tbl { border-collapse: collapse; border-style: none;}\n"
4679 "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"
4680 "table.tbl td.ac { text-align: center;}\n"
4681 "table.tbl th { border-width: 1px; border-style: solid solid solid solid; border-color: gray;}\n"
4682 "table.tbl th.pxname { background: #b00040; color: #ffff40; font-weight: bold; border-style: solid solid none solid; padding: 2px 3px; white-space: nowrap;}\n"
4683 "table.tbl th.empty { border-style: none; empty-cells: hide; background: white;}\n"
4684 "table.tbl th.desc { background: white; border-style: solid solid none solid; text-align: left; padding: 2px 3px;}\n"
4685 "\n"
4686 "table.lgd { border-collapse: collapse; border-width: 1px; border-style: none none none solid; border-color: black;}\n"
4687 "table.lgd td { border-width: 1px; border-style: solid solid solid solid; border-color: gray; padding: 2px;}\n"
4688 "table.lgd td.noborder { border-style: none; padding: 2px; white-space: nowrap;}\n"
Willy Tarreau466c9b52012-12-23 02:25:03 +01004689 "table.det { border-collapse: collapse; border-style: none; }\n"
4690 "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 +01004691 "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 +01004692 "u {text-decoration:none; border-bottom: 1px dotted black;}\n"
Willy Tarreau656a9ce2013-04-19 14:41:29 +02004693 "div.tips {\n"
Willy Tarreaue7dbfc62012-12-23 01:59:23 +01004694 " display:block;\n"
4695 " visibility:hidden;\n"
4696 " z-index:2147483647;\n"
4697 " position:absolute;\n"
4698 " padding:2px 4px 3px;\n"
4699 " background:#f0f060; color:#000000;\n"
4700 " border:1px solid #7040c0;\n"
4701 " white-space:nowrap;\n"
4702 " font-style:normal;font-size:11px;font-weight:normal;\n"
4703 " -moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;\n"
4704 " -moz-box-shadow:gray 2px 2px 3px;-webkit-box-shadow:gray 2px 2px 3px;box-shadow:gray 2px 2px 3px;\n"
4705 "}\n"
Willy Tarreau656a9ce2013-04-19 14:41:29 +02004706 "u:hover div.tips {visibility:visible;}\n"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004707 "-->\n"
4708 "</style></head>\n",
4709 (uri->flags & ST_SHNODE) ? " on " : "",
4710 (uri->flags & ST_SHNODE) ? (uri->node ? uri->node : global.node) : ""
4711 );
4712}
Krzysztof Piotr Oledzki15514c22010-01-04 16:03:09 +01004713
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004714/* Dumps the HTML stats information block to the trash for and uses the state from
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004715 * stream interface <si> and per-uri parameters <uri>. The caller is responsible
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004716 * for clearing the trash if needed.
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004717 */
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004718static void stats_dump_html_info(struct stream_interface *si, struct uri_auth *uri)
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004719{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004720 struct appctx *appctx = __objt_appctx(si->end);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004721 unsigned int up = (now.tv_sec - start_date.tv_sec);
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004722 char scope_txt[STAT_SCOPE_TXT_MAXLEN + sizeof STAT_SCOPE_PATTERN];
Krzysztof Piotr Oledzki15514c22010-01-04 16:03:09 +01004723
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004724 /* WARNING! this has to fit the first packet too.
4725 * We are around 3.5 kB, add adding entries will
4726 * become tricky if we want to support 4kB buffers !
4727 */
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004728 chunk_appendf(&trash,
4729 "<body><h1><a href=\"" PRODUCT_URL "\" style=\"text-decoration: none;\">"
4730 PRODUCT_NAME "%s</a></h1>\n"
4731 "<h2>Statistics Report for pid %d%s%s%s%s</h2>\n"
4732 "<hr width=\"100%%\" class=\"hr\">\n"
4733 "<h3>&gt; General process information</h3>\n"
4734 "<table border=0><tr><td align=\"left\" nowrap width=\"1%%\">\n"
4735 "<p><b>pid = </b> %d (process #%d, nbproc = %d)<br>\n"
4736 "<b>uptime = </b> %dd %dh%02dm%02ds<br>\n"
4737 "<b>system limits:</b> memmax = %s%s; ulimit-n = %d<br>\n"
4738 "<b>maxsock = </b> %d; <b>maxconn = </b> %d; <b>maxpipes = </b> %d<br>\n"
4739 "current conns = %d; current pipes = %d/%d; conn rate = %d/sec<br>\n"
4740 "Running tasks: %d/%d; idle = %d %%<br>\n"
4741 "</td><td align=\"center\" nowrap>\n"
4742 "<table class=\"lgd\"><tr>\n"
Simon Horman837bfa72015-04-23 14:51:27 +09004743 "<td class=\"active_up\">&nbsp;</td><td class=\"noborder\">active UP </td>"
4744 "<td class=\"backup_up\">&nbsp;</td><td class=\"noborder\">backup UP </td>"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004745 "</tr><tr>\n"
Simon Horman837bfa72015-04-23 14:51:27 +09004746 "<td class=\"active_going_down\"></td><td class=\"noborder\">active UP, going down </td>"
4747 "<td class=\"backup_going_down\"></td><td class=\"noborder\">backup UP, going down </td>"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004748 "</tr><tr>\n"
Simon Horman837bfa72015-04-23 14:51:27 +09004749 "<td class=\"active_going_up\"></td><td class=\"noborder\">active DOWN, going up </td>"
4750 "<td class=\"backup_going_up\"></td><td class=\"noborder\">backup DOWN, going up </td>"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004751 "</tr><tr>\n"
Simon Horman837bfa72015-04-23 14:51:27 +09004752 "<td class=\"active_down\"></td><td class=\"noborder\">active or backup DOWN &nbsp;</td>"
4753 "<td class=\"active_no_check\"></td><td class=\"noborder\">not checked </td>"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004754 "</tr><tr>\n"
4755 "<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 -07004756 "</tr><tr>\n"
Simon Horman837bfa72015-04-23 14:51:27 +09004757 "<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 +01004758 "</tr></table>\n"
Willy Tarreau6b7764a2013-12-04 00:43:21 +01004759 "Note: \"NOLB\"/\"DRAIN\" = UP with load-balancing disabled."
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004760 "</td>"
4761 "<td align=\"left\" valign=\"top\" nowrap width=\"1%%\">"
4762 "<b>Display option:</b><ul style=\"margin-top: 0.25em;\">"
4763 "",
4764 (uri->flags & ST_HIDEVER) ? "" : (STATS_VERSION_STRING),
4765 pid, (uri->flags & ST_SHNODE) ? " on " : "",
4766 (uri->flags & ST_SHNODE) ? (uri->node ? uri->node : global.node) : "",
4767 (uri->flags & ST_SHDESC) ? ": " : "",
4768 (uri->flags & ST_SHDESC) ? (uri->desc ? uri->desc : global.desc) : "",
4769 pid, relative_pid, global.nbproc,
4770 up / 86400, (up % 86400) / 3600,
4771 (up % 3600) / 60, (up % 60),
4772 global.rlimit_memmax ? ultoa(global.rlimit_memmax) : "unlimited",
4773 global.rlimit_memmax ? " MB" : "",
4774 global.rlimit_nofile,
4775 global.maxsock, global.maxconn, global.maxpipes,
4776 actconn, pipes_used, pipes_used+pipes_free, read_freq_ctr(&global.conn_per_sec),
4777 run_queue_cur, nb_tasks_cur, idle_pct
4778 );
Krzysztof Piotr Oledzki5fb18822009-10-13 21:14:09 +02004779
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004780 /* scope_txt = search query, appctx->ctx.stats.scope_len is always <= STAT_SCOPE_TXT_MAXLEN */
Willy Tarreau4e4292b2014-11-28 12:18:45 +01004781 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 +01004782 scope_txt[appctx->ctx.stats.scope_len] = '\0';
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004783
4784 chunk_appendf(&trash,
Jeff Buchbinder2dbbf4d2014-08-29 15:10:08 -05004785 "<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 +01004786 (appctx->ctx.stats.scope_len > 0) ? scope_txt : "",
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004787 STAT_SCOPE_TXT_MAXLEN);
4788
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004789 /* 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 +02004790 scope_txt[0] = 0;
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004791 if (appctx->ctx.stats.scope_len) {
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004792 strcpy(scope_txt, STAT_SCOPE_PATTERN);
Willy Tarreau4e4292b2014-11-28 12:18:45 +01004793 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 +01004794 scope_txt[strlen(STAT_SCOPE_PATTERN) + appctx->ctx.stats.scope_len] = 0;
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004795 }
4796
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004797 if (appctx->ctx.stats.flags & STAT_HIDE_DOWN)
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004798 chunk_appendf(&trash,
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004799 "<li><a href=\"%s%s%s%s\">Show all servers</a><br>\n",
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004800 uri->uri_prefix,
4801 "",
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004802 (appctx->ctx.stats.flags & STAT_NO_REFRESH) ? ";norefresh" : "",
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004803 scope_txt);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004804 else
4805 chunk_appendf(&trash,
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004806 "<li><a href=\"%s%s%s%s\">Hide 'DOWN' servers</a><br>\n",
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004807 uri->uri_prefix,
4808 ";up",
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004809 (appctx->ctx.stats.flags & STAT_NO_REFRESH) ? ";norefresh" : "",
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004810 scope_txt);
Willy Tarreau91861262007-10-17 17:06:05 +02004811
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004812 if (uri->refresh > 0) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004813 if (appctx->ctx.stats.flags & STAT_NO_REFRESH)
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004814 chunk_appendf(&trash,
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004815 "<li><a href=\"%s%s%s%s\">Enable refresh</a><br>\n",
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004816 uri->uri_prefix,
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004817 (appctx->ctx.stats.flags & STAT_HIDE_DOWN) ? ";up" : "",
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004818 "",
4819 scope_txt);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004820 else
4821 chunk_appendf(&trash,
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004822 "<li><a href=\"%s%s%s%s\">Disable refresh</a><br>\n",
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004823 uri->uri_prefix,
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004824 (appctx->ctx.stats.flags & STAT_HIDE_DOWN) ? ";up" : "",
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004825 ";norefresh",
4826 scope_txt);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004827 }
Willy Tarreau55bb8452007-10-17 18:44:57 +02004828
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\">Refresh now</a><br>\n",
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004831 uri->uri_prefix,
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004832 (appctx->ctx.stats.flags & STAT_HIDE_DOWN) ? ";up" : "",
4833 (appctx->ctx.stats.flags & STAT_NO_REFRESH) ? ";norefresh" : "",
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004834 scope_txt);
Elijah Epifanovacafc5f2007-10-25 20:15:38 +02004835
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004836 chunk_appendf(&trash,
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004837 "<li><a href=\"%s;csv%s%s\">CSV export</a><br>\n",
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004838 uri->uri_prefix,
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004839 (uri->refresh > 0) ? ";norefresh" : "",
4840 scope_txt);
Willy Tarreau4bab24d2007-11-30 18:16:29 +01004841
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004842 chunk_appendf(&trash,
4843 "</ul></td>"
4844 "<td align=\"left\" valign=\"top\" nowrap width=\"1%%\">"
4845 "<b>External resources:</b><ul style=\"margin-top: 0.25em;\">\n"
4846 "<li><a href=\"" PRODUCT_URL "\">Primary site</a><br>\n"
4847 "<li><a href=\"" PRODUCT_URL_UPD "\">Updates (v" PRODUCT_BRANCH ")</a><br>\n"
4848 "<li><a href=\"" PRODUCT_URL_DOC "\">Online manual</a><br>\n"
4849 "</ul>"
4850 "</td>"
4851 "</tr></table>\n"
4852 ""
4853 );
Willy Tarreau4bab24d2007-11-30 18:16:29 +01004854
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004855 if (appctx->ctx.stats.st_code) {
4856 switch (appctx->ctx.stats.st_code) {
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004857 case STAT_STATUS_DONE:
4858 chunk_appendf(&trash,
Simon Horman837bfa72015-04-23 14:51:27 +09004859 "<p><div class=active_up>"
Willy Tarreauba6be982013-04-19 12:16:55 +02004860 "<a class=lfsb href=\"%s%s%s%s\" title=\"Remove this message\">[X]</a> "
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004861 "Action processed successfully."
Willy Tarreauba6be982013-04-19 12:16:55 +02004862 "</div>\n", 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" : "",
Willy Tarreauba6be982013-04-19 12:16:55 +02004865 scope_txt);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004866 break;
4867 case STAT_STATUS_NONE:
4868 chunk_appendf(&trash,
Simon Horman837bfa72015-04-23 14:51:27 +09004869 "<p><div class=active_going_down>"
Willy Tarreauba6be982013-04-19 12:16:55 +02004870 "<a class=lfsb href=\"%s%s%s%s\" title=\"Remove this message\">[X]</a> "
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004871 "Nothing has changed."
Willy Tarreauba6be982013-04-19 12:16:55 +02004872 "</div>\n", uri->uri_prefix,
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004873 (appctx->ctx.stats.flags & STAT_HIDE_DOWN) ? ";up" : "",
4874 (appctx->ctx.stats.flags & STAT_NO_REFRESH) ? ";norefresh" : "",
Willy Tarreauba6be982013-04-19 12:16:55 +02004875 scope_txt);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004876 break;
4877 case STAT_STATUS_PART:
4878 chunk_appendf(&trash,
Simon Horman837bfa72015-04-23 14:51:27 +09004879 "<p><div class=active_going_down>"
Willy Tarreauba6be982013-04-19 12:16:55 +02004880 "<a class=lfsb href=\"%s%s%s%s\" title=\"Remove this message\">[X]</a> "
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004881 "Action partially processed.<br>"
4882 "Some server names are probably unknown or ambiguous (duplicated names in the backend)."
Willy Tarreauba6be982013-04-19 12:16:55 +02004883 "</div>\n", uri->uri_prefix,
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004884 (appctx->ctx.stats.flags & STAT_HIDE_DOWN) ? ";up" : "",
4885 (appctx->ctx.stats.flags & STAT_NO_REFRESH) ? ";norefresh" : "",
Willy Tarreauba6be982013-04-19 12:16:55 +02004886 scope_txt);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004887 break;
4888 case STAT_STATUS_ERRP:
4889 chunk_appendf(&trash,
Simon Horman837bfa72015-04-23 14:51:27 +09004890 "<p><div class=active_down>"
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 not processed because of invalid parameters."
4893 "<ul>"
4894 "<li>The action is maybe unknown.</li>"
4895 "<li>The backend name is probably unknown or ambiguous (duplicated names).</li>"
4896 "<li>Some server names are probably unknown or ambiguous (duplicated names in the backend).</li>"
4897 "</ul>"
Willy Tarreauba6be982013-04-19 12:16:55 +02004898 "</div>\n", uri->uri_prefix,
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004899 (appctx->ctx.stats.flags & STAT_HIDE_DOWN) ? ";up" : "",
4900 (appctx->ctx.stats.flags & STAT_NO_REFRESH) ? ";norefresh" : "",
Willy Tarreauba6be982013-04-19 12:16:55 +02004901 scope_txt);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004902 break;
4903 case STAT_STATUS_EXCD:
4904 chunk_appendf(&trash,
Simon Horman837bfa72015-04-23 14:51:27 +09004905 "<p><div class=active_down>"
Willy Tarreauba6be982013-04-19 12:16:55 +02004906 "<a class=lfsb href=\"%s%s%s%s\" title=\"Remove this message\">[X]</a> "
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004907 "<b>Action not processed : the buffer couldn't store all the data.<br>"
4908 "You should retry with less servers at a time.</b>"
Willy Tarreauba6be982013-04-19 12:16:55 +02004909 "</div>\n", uri->uri_prefix,
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004910 (appctx->ctx.stats.flags & STAT_HIDE_DOWN) ? ";up" : "",
4911 (appctx->ctx.stats.flags & STAT_NO_REFRESH) ? ";norefresh" : "",
Willy Tarreauba6be982013-04-19 12:16:55 +02004912 scope_txt);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004913 break;
4914 case STAT_STATUS_DENY:
4915 chunk_appendf(&trash,
Simon Horman837bfa72015-04-23 14:51:27 +09004916 "<p><div class=active_down>"
Willy Tarreauba6be982013-04-19 12:16:55 +02004917 "<a class=lfsb href=\"%s%s%s%s\" title=\"Remove this message\">[X]</a> "
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004918 "<b>Action denied.</b>"
Willy Tarreauba6be982013-04-19 12:16:55 +02004919 "</div>\n", uri->uri_prefix,
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004920 (appctx->ctx.stats.flags & STAT_HIDE_DOWN) ? ";up" : "",
4921 (appctx->ctx.stats.flags & STAT_NO_REFRESH) ? ";norefresh" : "",
Willy Tarreauba6be982013-04-19 12:16:55 +02004922 scope_txt);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004923 break;
4924 default:
4925 chunk_appendf(&trash,
Simon Horman837bfa72015-04-23 14:51:27 +09004926 "<p><div class=active_no_check>"
Willy Tarreauba6be982013-04-19 12:16:55 +02004927 "<a class=lfsb href=\"%s%s%s%s\" title=\"Remove this message\">[X]</a> "
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004928 "Unexpected result."
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 }
4934 chunk_appendf(&trash, "<p>\n");
4935 }
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004936}
Krzysztof Piotr Oledzkic8b16fc2008-02-18 01:26:35 +01004937
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004938/* Dumps the HTML stats trailer block to the trash. The caller is responsible
4939 * for clearing the trash if needed.
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004940 */
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004941static void stats_dump_html_end()
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004942{
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004943 chunk_appendf(&trash, "</body></html>\n");
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004944}
Willy Tarreau7f062c42009-03-05 18:43:00 +01004945
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004946/* This function dumps statistics onto the stream interface's read buffer in
4947 * either CSV or HTML format. <uri> contains some HTML-specific parameters that
Willy Tarreau306f8302013-07-08 15:53:06 +02004948 * are ignored for CSV format (hence <uri> may be NULL there). It returns 0 if
4949 * 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 +02004950 * and the stream must be closed, or -1 in case of any error. This function is
Willy Tarreau306f8302013-07-08 15:53:06 +02004951 * used by both the CLI and the HTTP handlers.
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004952 */
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004953static int stats_dump_stat_to_buffer(struct stream_interface *si, struct uri_auth *uri)
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004954{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004955 struct appctx *appctx = __objt_appctx(si->end);
Willy Tarreau2bb4a962014-11-28 11:11:05 +01004956 struct channel *rep = si_ic(si);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004957 struct proxy *px;
Willy Tarreau7f062c42009-03-05 18:43:00 +01004958
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004959 chunk_reset(&trash);
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +02004960
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004961 switch (appctx->st2) {
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004962 case STAT_ST_INIT:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004963 appctx->st2 = STAT_ST_HEAD; /* let's start producing data */
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004964 /* fall through */
Krzysztof Piotr Oledzki97f07b82009-12-15 22:31:24 +01004965
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004966 case STAT_ST_HEAD:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004967 if (appctx->ctx.stats.flags & STAT_FMT_HTML)
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004968 stats_dump_html_head(uri);
Willy Tarreau354898b2012-12-23 18:15:23 +01004969 else
4970 stats_dump_csv_header();
Willy Tarreaud9b587f2010-02-26 10:05:55 +01004971
Willy Tarreaubc18da12015-03-13 14:00:47 +01004972 if (bi_putchk(rep, &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02004973 si_applet_cant_put(si);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004974 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01004975 }
Willy Tarreauae526782010-03-04 20:34:23 +01004976
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004977 appctx->st2 = STAT_ST_INFO;
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004978 /* fall through */
Willy Tarreau5e16cbc2012-11-24 14:54:13 +01004979
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004980 case STAT_ST_INFO:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004981 if (appctx->ctx.stats.flags & STAT_FMT_HTML) {
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004982 stats_dump_html_info(si, uri);
Willy Tarreaubc18da12015-03-13 14:00:47 +01004983 if (bi_putchk(rep, &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02004984 si_applet_cant_put(si);
Willy Tarreau91861262007-10-17 17:06:05 +02004985 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01004986 }
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004987 }
Willy Tarreau91861262007-10-17 17:06:05 +02004988
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004989 appctx->ctx.stats.px = proxy;
4990 appctx->ctx.stats.px_st = STAT_PX_ST_INIT;
4991 appctx->st2 = STAT_ST_LIST;
Willy Tarreau91861262007-10-17 17:06:05 +02004992 /* fall through */
4993
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004994 case STAT_ST_LIST:
4995 /* dump proxies */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004996 while (appctx->ctx.stats.px) {
Willy Tarreaud7ad9f52013-12-31 17:26:25 +01004997 if (buffer_almost_full(rep->buf)) {
Willy Tarreaufe127932015-04-21 19:23:39 +02004998 si_applet_cant_put(si);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004999 return 0;
Willy Tarreaud7ad9f52013-12-31 17:26:25 +01005000 }
Krzysztof Piotr Oledzki5fb18822009-10-13 21:14:09 +02005001
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005002 px = appctx->ctx.stats.px;
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005003 /* skip the disabled proxies, global frontend and non-networked ones */
5004 if (px->state != PR_STSTOPPED && px->uuid > 0 && (px->cap & (PR_CAP_FE | PR_CAP_BE)))
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01005005 if (stats_dump_proxy_to_buffer(si, px, uri) == 0)
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005006 return 0;
Krzysztof Piotr Oledzki5fb18822009-10-13 21:14:09 +02005007
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005008 appctx->ctx.stats.px = px->next;
5009 appctx->ctx.stats.px_st = STAT_PX_ST_INIT;
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005010 }
5011 /* here, we just have reached the last proxy */
Krzysztof Piotr Oledzki5fb18822009-10-13 21:14:09 +02005012
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005013 appctx->st2 = STAT_ST_END;
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005014 /* fall through */
Krzysztof Piotr Oledzki5fb18822009-10-13 21:14:09 +02005015
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005016 case STAT_ST_END:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005017 if (appctx->ctx.stats.flags & STAT_FMT_HTML) {
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01005018 stats_dump_html_end();
Willy Tarreaubc18da12015-03-13 14:00:47 +01005019 if (bi_putchk(rep, &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02005020 si_applet_cant_put(si);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005021 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01005022 }
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005023 }
Willy Tarreau55058a72012-11-21 08:27:21 +01005024
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005025 appctx->st2 = STAT_ST_FIN;
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005026 /* fall through */
Willy Tarreau0a6d2ef2009-03-29 14:46:01 +02005027
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005028 case STAT_ST_FIN:
5029 return 1;
Willy Tarreau55058a72012-11-21 08:27:21 +01005030
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005031 default:
5032 /* unknown state ! */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005033 appctx->st2 = STAT_ST_FIN;
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005034 return -1;
5035 }
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005036}
Willy Tarreauae526782010-03-04 20:34:23 +01005037
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005038/* We reached the stats page through a POST request. The appctx is
5039 * expected to have already been allocated by the caller.
Willy Tarreau347a35d2013-11-22 17:51:09 +01005040 * Parse the posted data and enable/disable servers if necessary.
5041 * Returns 1 if request was parsed or zero if it needs more data.
5042 */
5043static int stats_process_http_post(struct stream_interface *si)
5044{
Willy Tarreau87b09662015-04-03 00:22:06 +02005045 struct stream *s = si_strm(si);
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005046 struct appctx *appctx = objt_appctx(si->end);
Willy Tarreau347a35d2013-11-22 17:51:09 +01005047
5048 struct proxy *px = NULL;
5049 struct server *sv = NULL;
5050
5051 char key[LINESIZE];
5052 int action = ST_ADM_ACTION_NONE;
5053 int reprocess = 0;
5054
5055 int total_servers = 0;
5056 int altered_servers = 0;
5057
5058 char *first_param, *cur_param, *next_param, *end_params;
5059 char *st_cur_param = NULL;
5060 char *st_next_param = NULL;
5061
5062 struct chunk *temp;
5063 int reql;
5064
5065 temp = get_trash_chunk();
Willy Tarreaueee5b512015-04-03 23:46:31 +02005066 if (temp->size < s->txn->req.body_len) {
Willy Tarreau347a35d2013-11-22 17:51:09 +01005067 /* too large request */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005068 appctx->ctx.stats.st_code = STAT_STATUS_EXCD;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005069 goto out;
5070 }
5071
Willy Tarreaueee5b512015-04-03 23:46:31 +02005072 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 +01005073 if (reql <= 0) {
5074 /* we need more data */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005075 appctx->ctx.stats.st_code = STAT_STATUS_NONE;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005076 return 0;
5077 }
5078
5079 first_param = temp->str;
5080 end_params = temp->str + reql;
5081 cur_param = next_param = end_params;
5082 *end_params = '\0';
5083
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005084 appctx->ctx.stats.st_code = STAT_STATUS_NONE;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005085
5086 /*
5087 * Parse the parameters in reverse order to only store the last value.
5088 * From the html form, the backend and the action are at the end.
5089 */
5090 while (cur_param > first_param) {
5091 char *value;
5092 int poffset, plen;
5093
5094 cur_param--;
5095
5096 if ((*cur_param == '&') || (cur_param == first_param)) {
5097 reprocess_servers:
5098 /* Parse the key */
5099 poffset = (cur_param != first_param ? 1 : 0);
5100 plen = next_param - cur_param + (cur_param == first_param ? 1 : 0);
5101 if ((plen > 0) && (plen <= sizeof(key))) {
5102 strncpy(key, cur_param + poffset, plen);
5103 key[plen - 1] = '\0';
5104 } else {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005105 appctx->ctx.stats.st_code = STAT_STATUS_EXCD;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005106 goto out;
5107 }
5108
5109 /* Parse the value */
5110 value = key;
5111 while (*value != '\0' && *value != '=') {
5112 value++;
5113 }
5114 if (*value == '=') {
5115 /* Ok, a value is found, we can mark the end of the key */
5116 *value++ = '\0';
5117 }
5118 if (url_decode(key) < 0 || url_decode(value) < 0)
5119 break;
5120
5121 /* Now we can check the key to see what to do */
5122 if (!px && (strcmp(key, "b") == 0)) {
Willy Tarreau9e0bb102015-05-26 11:24:42 +02005123 if ((px = proxy_be_by_name(value)) == NULL) {
Willy Tarreau347a35d2013-11-22 17:51:09 +01005124 /* the backend name is unknown or ambiguous (duplicate names) */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005125 appctx->ctx.stats.st_code = STAT_STATUS_ERRP;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005126 goto out;
5127 }
5128 }
5129 else if (!action && (strcmp(key, "action") == 0)) {
Willy Tarreaued7df902014-05-22 18:04:49 +02005130 if (strcmp(value, "ready") == 0) {
5131 action = ST_ADM_ACTION_READY;
5132 }
5133 else if (strcmp(value, "drain") == 0) {
5134 action = ST_ADM_ACTION_DRAIN;
5135 }
5136 else if (strcmp(value, "maint") == 0) {
5137 action = ST_ADM_ACTION_MAINT;
5138 }
5139 else if (strcmp(value, "shutdown") == 0) {
5140 action = ST_ADM_ACTION_SHUTDOWN;
5141 }
Willy Tarreau248a60e2014-05-23 14:59:48 +02005142 else if (strcmp(value, "dhlth") == 0) {
5143 action = ST_ADM_ACTION_DHLTH;
5144 }
5145 else if (strcmp(value, "ehlth") == 0) {
5146 action = ST_ADM_ACTION_EHLTH;
5147 }
5148 else if (strcmp(value, "hrunn") == 0) {
5149 action = ST_ADM_ACTION_HRUNN;
5150 }
5151 else if (strcmp(value, "hnolb") == 0) {
5152 action = ST_ADM_ACTION_HNOLB;
5153 }
5154 else if (strcmp(value, "hdown") == 0) {
5155 action = ST_ADM_ACTION_HDOWN;
5156 }
5157 else if (strcmp(value, "dagent") == 0) {
5158 action = ST_ADM_ACTION_DAGENT;
5159 }
5160 else if (strcmp(value, "eagent") == 0) {
5161 action = ST_ADM_ACTION_EAGENT;
5162 }
5163 else if (strcmp(value, "arunn") == 0) {
5164 action = ST_ADM_ACTION_ARUNN;
5165 }
5166 else if (strcmp(value, "adown") == 0) {
5167 action = ST_ADM_ACTION_ADOWN;
5168 }
Willy Tarreaued7df902014-05-22 18:04:49 +02005169 /* else these are the old supported methods */
5170 else if (strcmp(value, "disable") == 0) {
Willy Tarreau347a35d2013-11-22 17:51:09 +01005171 action = ST_ADM_ACTION_DISABLE;
5172 }
5173 else if (strcmp(value, "enable") == 0) {
5174 action = ST_ADM_ACTION_ENABLE;
5175 }
5176 else if (strcmp(value, "stop") == 0) {
5177 action = ST_ADM_ACTION_STOP;
5178 }
5179 else if (strcmp(value, "start") == 0) {
5180 action = ST_ADM_ACTION_START;
5181 }
Willy Tarreau347a35d2013-11-22 17:51:09 +01005182 else {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005183 appctx->ctx.stats.st_code = STAT_STATUS_ERRP;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005184 goto out;
5185 }
5186 }
5187 else if (strcmp(key, "s") == 0) {
5188 if (!(px && action)) {
5189 /*
5190 * Indicates that we'll need to reprocess the parameters
5191 * as soon as backend and action are known
5192 */
5193 if (!reprocess) {
5194 st_cur_param = cur_param;
5195 st_next_param = next_param;
5196 }
5197 reprocess = 1;
5198 }
5199 else if ((sv = findserver(px, value)) != NULL) {
5200 switch (action) {
5201 case ST_ADM_ACTION_DISABLE:
Willy Tarreaufae3a7e2014-05-22 17:22:34 +02005202 if (!(sv->admin & SRV_ADMF_FMAINT)) {
Willy Tarreau347a35d2013-11-22 17:51:09 +01005203 altered_servers++;
5204 total_servers++;
Willy Tarreaufae3a7e2014-05-22 17:22:34 +02005205 srv_set_admin_flag(sv, SRV_ADMF_FMAINT);
Willy Tarreau347a35d2013-11-22 17:51:09 +01005206 }
5207 break;
5208 case ST_ADM_ACTION_ENABLE:
Willy Tarreaufae3a7e2014-05-22 17:22:34 +02005209 if (sv->admin & SRV_ADMF_FMAINT) {
Willy Tarreau347a35d2013-11-22 17:51:09 +01005210 altered_servers++;
5211 total_servers++;
Willy Tarreaufae3a7e2014-05-22 17:22:34 +02005212 srv_clr_admin_flag(sv, SRV_ADMF_FMAINT);
Willy Tarreau347a35d2013-11-22 17:51:09 +01005213 }
5214 break;
5215 case ST_ADM_ACTION_STOP:
Willy Tarreaufae3a7e2014-05-22 17:22:34 +02005216 if (!(sv->admin & SRV_ADMF_FDRAIN)) {
5217 srv_set_admin_flag(sv, SRV_ADMF_FDRAIN);
5218 altered_servers++;
5219 total_servers++;
5220 }
5221 break;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005222 case ST_ADM_ACTION_START:
Willy Tarreaufae3a7e2014-05-22 17:22:34 +02005223 if (sv->admin & SRV_ADMF_FDRAIN) {
5224 srv_clr_admin_flag(sv, SRV_ADMF_FDRAIN);
5225 altered_servers++;
5226 total_servers++;
5227 }
Willy Tarreau347a35d2013-11-22 17:51:09 +01005228 break;
Willy Tarreau248a60e2014-05-23 14:59:48 +02005229 case ST_ADM_ACTION_DHLTH:
5230 if (sv->check.state & CHK_ST_CONFIGURED) {
5231 sv->check.state &= ~CHK_ST_ENABLED;
5232 altered_servers++;
5233 total_servers++;
5234 }
5235 break;
5236 case ST_ADM_ACTION_EHLTH:
5237 if (sv->check.state & CHK_ST_CONFIGURED) {
5238 sv->check.state |= CHK_ST_ENABLED;
5239 altered_servers++;
5240 total_servers++;
5241 }
5242 break;
5243 case ST_ADM_ACTION_HRUNN:
5244 if (!(sv->track)) {
5245 sv->check.health = sv->check.rise + sv->check.fall - 1;
5246 srv_set_running(sv, "changed from Web interface");
5247 altered_servers++;
5248 total_servers++;
5249 }
5250 break;
5251 case ST_ADM_ACTION_HNOLB:
5252 if (!(sv->track)) {
5253 sv->check.health = sv->check.rise + sv->check.fall - 1;
5254 srv_set_stopping(sv, "changed from Web interface");
5255 altered_servers++;
5256 total_servers++;
5257 }
5258 break;
5259 case ST_ADM_ACTION_HDOWN:
5260 if (!(sv->track)) {
5261 sv->check.health = 0;
5262 srv_set_stopped(sv, "changed from Web interface");
5263 altered_servers++;
5264 total_servers++;
5265 }
5266 break;
5267 case ST_ADM_ACTION_DAGENT:
5268 if (sv->agent.state & CHK_ST_CONFIGURED) {
5269 sv->agent.state &= ~CHK_ST_ENABLED;
5270 altered_servers++;
5271 total_servers++;
5272 }
5273 break;
5274 case ST_ADM_ACTION_EAGENT:
5275 if (sv->agent.state & CHK_ST_CONFIGURED) {
5276 sv->agent.state |= CHK_ST_ENABLED;
5277 altered_servers++;
5278 total_servers++;
5279 }
5280 break;
5281 case ST_ADM_ACTION_ARUNN:
5282 if (sv->agent.state & CHK_ST_ENABLED) {
5283 sv->agent.health = sv->agent.rise + sv->agent.fall - 1;
5284 srv_set_running(sv, "changed from Web interface");
5285 altered_servers++;
5286 total_servers++;
5287 }
5288 break;
5289 case ST_ADM_ACTION_ADOWN:
5290 if (sv->agent.state & CHK_ST_ENABLED) {
5291 sv->agent.health = 0;
5292 srv_set_stopped(sv, "changed from Web interface");
5293 altered_servers++;
5294 total_servers++;
5295 }
5296 break;
Willy Tarreaued7df902014-05-22 18:04:49 +02005297 case ST_ADM_ACTION_READY:
5298 srv_adm_set_ready(sv);
5299 altered_servers++;
5300 total_servers++;
5301 break;
5302 case ST_ADM_ACTION_DRAIN:
5303 srv_adm_set_drain(sv);
5304 altered_servers++;
5305 total_servers++;
5306 break;
5307 case ST_ADM_ACTION_MAINT:
5308 srv_adm_set_maint(sv);
5309 altered_servers++;
5310 total_servers++;
5311 break;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005312 case ST_ADM_ACTION_SHUTDOWN:
5313 if (px->state != PR_STSTOPPED) {
Willy Tarreau87b09662015-04-03 00:22:06 +02005314 struct stream *sess, *sess_bck;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005315
5316 list_for_each_entry_safe(sess, sess_bck, &sv->actconns, by_srv)
5317 if (sess->srv_conn == sv)
Willy Tarreaue7dff022015-04-03 01:14:29 +02005318 stream_shutdown(sess, SF_ERR_KILLED);
Willy Tarreau347a35d2013-11-22 17:51:09 +01005319
5320 altered_servers++;
5321 total_servers++;
5322 }
5323 break;
5324 }
5325 } else {
5326 /* the server name is unknown or ambiguous (duplicate names) */
5327 total_servers++;
5328 }
5329 }
5330 if (reprocess && px && action) {
5331 /* Now, we know the backend and the action chosen by the user.
5332 * We can safely restart from the first server parameter
5333 * to reprocess them
5334 */
5335 cur_param = st_cur_param;
5336 next_param = st_next_param;
5337 reprocess = 0;
5338 goto reprocess_servers;
5339 }
5340
5341 next_param = cur_param;
5342 }
5343 }
5344
5345 if (total_servers == 0) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005346 appctx->ctx.stats.st_code = STAT_STATUS_NONE;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005347 }
5348 else if (altered_servers == 0) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005349 appctx->ctx.stats.st_code = STAT_STATUS_ERRP;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005350 }
5351 else if (altered_servers == total_servers) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005352 appctx->ctx.stats.st_code = STAT_STATUS_DONE;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005353 }
5354 else {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005355 appctx->ctx.stats.st_code = STAT_STATUS_PART;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005356 }
5357 out:
5358 return 1;
5359}
5360
5361
5362static int stats_send_http_headers(struct stream_interface *si)
5363{
Willy Tarreau87b09662015-04-03 00:22:06 +02005364 struct stream *s = si_strm(si);
Willy Tarreau347a35d2013-11-22 17:51:09 +01005365 struct uri_auth *uri = s->be->uri_auth;
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005366 struct appctx *appctx = objt_appctx(si->end);
Willy Tarreau347a35d2013-11-22 17:51:09 +01005367
5368 chunk_printf(&trash,
Willy Tarreau8b8995f2014-04-24 22:51:54 +02005369 "HTTP/1.1 200 OK\r\n"
Willy Tarreau347a35d2013-11-22 17:51:09 +01005370 "Cache-Control: no-cache\r\n"
5371 "Connection: close\r\n"
5372 "Content-Type: %s\r\n",
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005373 (appctx->ctx.stats.flags & STAT_FMT_HTML) ? "text/html" : "text/plain");
Willy Tarreau347a35d2013-11-22 17:51:09 +01005374
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005375 if (uri->refresh > 0 && !(appctx->ctx.stats.flags & STAT_NO_REFRESH))
Willy Tarreau347a35d2013-11-22 17:51:09 +01005376 chunk_appendf(&trash, "Refresh: %d\r\n",
5377 uri->refresh);
5378
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005379 /* we don't send the CRLF in chunked mode, it will be sent with the first chunk's size */
5380
5381 if (appctx->ctx.stats.flags & STAT_CHUNKED)
5382 chunk_appendf(&trash, "Transfer-Encoding: chunked\r\n");
5383 else
5384 chunk_appendf(&trash, "\r\n");
Willy Tarreau347a35d2013-11-22 17:51:09 +01005385
Willy Tarreaueee5b512015-04-03 23:46:31 +02005386 s->txn->status = 200;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005387 s->logs.tv_request = now;
5388
Willy Tarreaubc18da12015-03-13 14:00:47 +01005389 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02005390 si_applet_cant_put(si);
Willy Tarreau347a35d2013-11-22 17:51:09 +01005391 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01005392 }
Willy Tarreau347a35d2013-11-22 17:51:09 +01005393
5394 return 1;
5395}
5396
5397static int stats_send_http_redirect(struct stream_interface *si)
5398{
5399 char scope_txt[STAT_SCOPE_TXT_MAXLEN + sizeof STAT_SCOPE_PATTERN];
Willy Tarreau87b09662015-04-03 00:22:06 +02005400 struct stream *s = si_strm(si);
Willy Tarreau347a35d2013-11-22 17:51:09 +01005401 struct uri_auth *uri = s->be->uri_auth;
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005402 struct appctx *appctx = objt_appctx(si->end);
Willy Tarreau347a35d2013-11-22 17:51:09 +01005403
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005404 /* scope_txt = search pattern + search query, appctx->ctx.stats.scope_len is always <= STAT_SCOPE_TXT_MAXLEN */
Willy Tarreau347a35d2013-11-22 17:51:09 +01005405 scope_txt[0] = 0;
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005406 if (appctx->ctx.stats.scope_len) {
Willy Tarreau347a35d2013-11-22 17:51:09 +01005407 strcpy(scope_txt, STAT_SCOPE_PATTERN);
Willy Tarreau4e4292b2014-11-28 12:18:45 +01005408 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 +01005409 scope_txt[strlen(STAT_SCOPE_PATTERN) + appctx->ctx.stats.scope_len] = 0;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005410 }
5411
5412 /* We don't want to land on the posted stats page because a refresh will
5413 * repost the data. We don't want this to happen on accident so we redirect
5414 * the browse to the stats page with a GET.
5415 */
5416 chunk_printf(&trash,
5417 "HTTP/1.1 303 See Other\r\n"
5418 "Cache-Control: no-cache\r\n"
5419 "Content-Type: text/plain\r\n"
5420 "Connection: close\r\n"
5421 "Location: %s;st=%s%s%s%s\r\n"
Willy Tarreaufdfcc9d2016-01-26 13:57:29 +01005422 "Content-length: 0\r\n"
Willy Tarreau347a35d2013-11-22 17:51:09 +01005423 "\r\n",
5424 uri->uri_prefix,
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005425 ((appctx->ctx.stats.st_code > STAT_STATUS_INIT) &&
5426 (appctx->ctx.stats.st_code < STAT_STATUS_SIZE) &&
5427 stat_status_codes[appctx->ctx.stats.st_code]) ?
5428 stat_status_codes[appctx->ctx.stats.st_code] :
Willy Tarreau347a35d2013-11-22 17:51:09 +01005429 stat_status_codes[STAT_STATUS_UNKN],
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005430 (appctx->ctx.stats.flags & STAT_HIDE_DOWN) ? ";up" : "",
5431 (appctx->ctx.stats.flags & STAT_NO_REFRESH) ? ";norefresh" : "",
Willy Tarreau347a35d2013-11-22 17:51:09 +01005432 scope_txt);
5433
Willy Tarreaueee5b512015-04-03 23:46:31 +02005434 s->txn->status = 303;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005435 s->logs.tv_request = now;
5436
Willy Tarreaubc18da12015-03-13 14:00:47 +01005437 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02005438 si_applet_cant_put(si);
Willy Tarreau347a35d2013-11-22 17:51:09 +01005439 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01005440 }
Willy Tarreau347a35d2013-11-22 17:51:09 +01005441
5442 return 1;
5443}
5444
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005445/* This I/O handler runs as an applet embedded in a stream interface. It is
5446 * used to send HTTP stats over a TCP socket. The mechanism is very simple.
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005447 * appctx->st0 contains the operation in progress (dump, done). The handler
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005448 * automatically unregisters itself once transfer is complete.
5449 */
Willy Tarreau00a37f02015-04-13 12:05:19 +02005450static void http_stats_io_handler(struct appctx *appctx)
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005451{
Willy Tarreau00a37f02015-04-13 12:05:19 +02005452 struct stream_interface *si = appctx->owner;
Willy Tarreau87b09662015-04-03 00:22:06 +02005453 struct stream *s = si_strm(si);
Willy Tarreau2bb4a962014-11-28 11:11:05 +01005454 struct channel *req = si_oc(si);
5455 struct channel *res = si_ic(si);
Willy Tarreau55058a72012-11-21 08:27:21 +01005456
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005457 if (unlikely(si->state == SI_ST_DIS || si->state == SI_ST_CLO))
5458 goto out;
Willy Tarreau5e16cbc2012-11-24 14:54:13 +01005459
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005460 /* check that the output is not closed */
5461 if (res->flags & (CF_SHUTW|CF_SHUTW_NOW))
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005462 appctx->st0 = STAT_HTTP_DONE;
Krzysztof Piotr Oledzki5fb18822009-10-13 21:14:09 +02005463
Willy Tarreau347a35d2013-11-22 17:51:09 +01005464 /* all states are processed in sequence */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005465 if (appctx->st0 == STAT_HTTP_HEAD) {
Willy Tarreau347a35d2013-11-22 17:51:09 +01005466 if (stats_send_http_headers(si)) {
Willy Tarreaueee5b512015-04-03 23:46:31 +02005467 if (s->txn->meth == HTTP_METH_HEAD)
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005468 appctx->st0 = STAT_HTTP_DONE;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005469 else
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005470 appctx->st0 = STAT_HTTP_DUMP;
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005471 }
Willy Tarreau347a35d2013-11-22 17:51:09 +01005472 }
5473
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005474 if (appctx->st0 == STAT_HTTP_DUMP) {
Willy Tarreau4e4292b2014-11-28 12:18:45 +01005475 unsigned int prev_len = si_ib(si)->i;
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005476 unsigned int data_len;
5477 unsigned int last_len;
Willy Tarreaucce36482014-04-24 20:26:41 +02005478 unsigned int last_fwd = 0;
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005479
5480 if (appctx->ctx.stats.flags & STAT_CHUNKED) {
5481 /* One difficulty we're facing is that we must prevent
5482 * the input data from being automatically forwarded to
5483 * the output area. For this, we temporarily disable
5484 * forwarding on the channel.
5485 */
Willy Tarreau2bb4a962014-11-28 11:11:05 +01005486 last_fwd = si_ic(si)->to_forward;
5487 si_ic(si)->to_forward = 0;
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005488 chunk_printf(&trash, "\r\n000000\r\n");
Willy Tarreau2bb4a962014-11-28 11:11:05 +01005489 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02005490 si_applet_cant_put(si);
Willy Tarreau2bb4a962014-11-28 11:11:05 +01005491 si_ic(si)->to_forward = last_fwd;
Willy Tarreau828824a2015-04-19 17:20:03 +02005492 goto out;
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005493 }
5494 }
5495
Willy Tarreau4e4292b2014-11-28 12:18:45 +01005496 data_len = si_ib(si)->i;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005497 if (stats_dump_stat_to_buffer(si, s->be->uri_auth))
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005498 appctx->st0 = STAT_HTTP_DONE;
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005499
Willy Tarreau4e4292b2014-11-28 12:18:45 +01005500 last_len = si_ib(si)->i;
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005501
5502 /* Now we must either adjust or remove the chunk size. This is
5503 * not easy because the chunk size might wrap at the end of the
5504 * buffer, so we pretend we have nothing in the buffer, we write
5505 * the size, then restore the buffer's contents. Note that we can
5506 * only do that because no forwarding is scheduled on the stats
5507 * applet.
5508 */
5509 if (appctx->ctx.stats.flags & STAT_CHUNKED) {
Willy Tarreau4e4292b2014-11-28 12:18:45 +01005510 si_ic(si)->total -= (last_len - prev_len);
5511 si_ib(si)->i -= (last_len - prev_len);
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005512
5513 if (last_len != data_len) {
5514 chunk_printf(&trash, "\r\n%06x\r\n", (last_len - data_len));
Willy Tarreaubc18da12015-03-13 14:00:47 +01005515 if (bi_putchk(si_ic(si), &trash) == -1)
Willy Tarreaufe127932015-04-21 19:23:39 +02005516 si_applet_cant_put(si);
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005517
Willy Tarreau4e4292b2014-11-28 12:18:45 +01005518 si_ic(si)->total += (last_len - data_len);
5519 si_ib(si)->i += (last_len - data_len);
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005520 }
5521 /* now re-enable forwarding */
Willy Tarreau2bb4a962014-11-28 11:11:05 +01005522 channel_forward(si_ic(si), last_fwd);
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005523 }
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005524 }
Cyril Bonté70be45d2010-10-12 00:14:35 +02005525
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005526 if (appctx->st0 == STAT_HTTP_POST) {
Willy Tarreau347a35d2013-11-22 17:51:09 +01005527 if (stats_process_http_post(si))
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005528 appctx->st0 = STAT_HTTP_LAST;
Willy Tarreau2bb4a962014-11-28 11:11:05 +01005529 else if (si_oc(si)->flags & CF_SHUTR)
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005530 appctx->st0 = STAT_HTTP_DONE;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005531 }
5532
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005533 if (appctx->st0 == STAT_HTTP_LAST) {
Willy Tarreau347a35d2013-11-22 17:51:09 +01005534 if (stats_send_http_redirect(si))
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005535 appctx->st0 = STAT_HTTP_DONE;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005536 }
5537
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005538 if (appctx->st0 == STAT_HTTP_DONE) {
5539 if (appctx->ctx.stats.flags & STAT_CHUNKED) {
5540 chunk_printf(&trash, "\r\n0\r\n\r\n");
Willy Tarreaubc18da12015-03-13 14:00:47 +01005541 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02005542 si_applet_cant_put(si);
Willy Tarreau828824a2015-04-19 17:20:03 +02005543 goto out;
Willy Tarreaubc18da12015-03-13 14:00:47 +01005544 }
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005545 }
5546 /* eat the whole request */
Willy Tarreau4e4292b2014-11-28 12:18:45 +01005547 bo_skip(si_oc(si), si_ob(si)->o);
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005548 res->flags |= CF_READ_NULL;
5549 si_shutr(si);
5550 }
Willy Tarreau347a35d2013-11-22 17:51:09 +01005551
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005552 if ((res->flags & CF_SHUTR) && (si->state == SI_ST_EST))
5553 si_shutw(si);
Willy Tarreau91861262007-10-17 17:06:05 +02005554
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005555 if (appctx->st0 == STAT_HTTP_DONE) {
Willy Tarreau96d44912013-11-22 12:25:24 +01005556 if ((req->flags & CF_SHUTW) && (si->state == SI_ST_EST)) {
5557 si_shutr(si);
5558 res->flags |= CF_READ_NULL;
5559 }
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005560 }
Willy Tarreau828824a2015-04-19 17:20:03 +02005561 out:
Willy Tarreaud4da1962015-04-20 01:31:23 +02005562 /* just to make gcc happy */ ;
Willy Tarreau91861262007-10-17 17:06:05 +02005563}
5564
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005565
Willy Tarreau909d5172012-11-26 03:04:41 +01005566static inline const char *get_conn_ctrl_name(const struct connection *conn)
5567{
Willy Tarreau3c728722014-01-23 13:50:42 +01005568 if (!conn_ctrl_ready(conn))
Willy Tarreau909d5172012-11-26 03:04:41 +01005569 return "NONE";
5570 return conn->ctrl->name;
5571}
5572
5573static inline const char *get_conn_xprt_name(const struct connection *conn)
5574{
5575 static char ptr[17];
5576
Willy Tarreauaad69382014-01-23 14:21:42 +01005577 if (!conn_xprt_ready(conn))
Willy Tarreau909d5172012-11-26 03:04:41 +01005578 return "NONE";
5579
5580 if (conn->xprt == &raw_sock)
5581 return "RAW";
5582
5583#ifdef USE_OPENSSL
5584 if (conn->xprt == &ssl_sock)
5585 return "SSL";
5586#endif
5587 snprintf(ptr, sizeof(ptr), "%p", conn->xprt);
5588 return ptr;
5589}
5590
5591static inline const char *get_conn_data_name(const struct connection *conn)
5592{
5593 static char ptr[17];
5594
5595 if (!conn->data)
5596 return "NONE";
5597
5598 if (conn->data == &sess_conn_cb)
5599 return "SESS";
5600
5601 if (conn->data == &si_conn_cb)
5602 return "STRM";
5603
5604 if (conn->data == &check_conn_cb)
5605 return "CHCK";
5606
5607 snprintf(ptr, sizeof(ptr), "%p", conn->data);
5608 return ptr;
5609}
5610
Willy Tarreau87b09662015-04-03 00:22:06 +02005611/* This function dumps a complete stream state onto the stream interface's
5612 * read buffer. The stream has to be set in sess->target. It returns
Willy Tarreau5ec29ff2011-02-13 15:27:22 +01005613 * 0 if the output buffer is full and it needs to be called again, otherwise
5614 * non-zero. It is designed to be called from stats_dump_sess_to_buffer() below.
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005615 */
Willy Tarreau87b09662015-04-03 00:22:06 +02005616static int stats_dump_full_sess_to_buffer(struct stream_interface *si, struct stream *sess)
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005617{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005618 struct appctx *appctx = __objt_appctx(si->end);
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005619 struct tm tm;
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005620 extern const char *monthname[12];
5621 char pn[INET6_ADDRSTRLEN];
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005622 struct connection *conn;
Willy Tarreau284ddbf2013-12-01 20:45:00 +01005623 struct appctx *tmpctx;
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005624
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005625 chunk_reset(&trash);
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005626
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005627 if (appctx->ctx.sess.section > 0 && appctx->ctx.sess.uid != sess->uniq_id) {
Willy Tarreau87b09662015-04-03 00:22:06 +02005628 /* stream changed, no need to go any further */
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005629 chunk_appendf(&trash, " *** session terminated while we were watching it ***\n");
Willy Tarreaubc18da12015-03-13 14:00:47 +01005630 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02005631 si_applet_cant_put(si);
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005632 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01005633 }
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005634 appctx->ctx.sess.uid = 0;
5635 appctx->ctx.sess.section = 0;
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005636 return 1;
5637 }
5638
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005639 switch (appctx->ctx.sess.section) {
Willy Tarreau87b09662015-04-03 00:22:06 +02005640 case 0: /* main status of the stream */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005641 appctx->ctx.sess.uid = sess->uniq_id;
5642 appctx->ctx.sess.section = 1;
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005643 /* fall through */
5644
5645 case 1:
Willy Tarreau55e4ecd2012-12-08 17:48:47 +01005646 get_localtime(sess->logs.accept_date.tv_sec, &tm);
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005647 chunk_appendf(&trash,
Willy Tarreau55e4ecd2012-12-08 17:48:47 +01005648 "%p: [%02d/%s/%04d:%02d:%02d:%02d.%06d] id=%u proto=%s",
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005649 sess,
Willy Tarreau55e4ecd2012-12-08 17:48:47 +01005650 tm.tm_mday, monthname[tm.tm_mon], tm.tm_year+1900,
5651 tm.tm_hour, tm.tm_min, tm.tm_sec, (int)(sess->logs.accept_date.tv_usec),
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005652 sess->uniq_id,
Willy Tarreau666f5042015-06-17 19:49:52 +02005653 strm_li(sess) ? strm_li(sess)->proto->name : "?");
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005654
Willy Tarreaud0d8da92015-04-04 02:10:38 +02005655 conn = objt_conn(strm_orig(sess));
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005656 switch (conn ? addr_to_str(&conn->addr.from, pn, sizeof(pn)) : AF_UNSPEC) {
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005657 case AF_INET:
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005658 case AF_INET6:
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005659 chunk_appendf(&trash, " source=%s:%d\n",
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005660 pn, get_host_port(&conn->addr.from));
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005661 break;
5662 case AF_UNIX:
Willy Tarreaud0d8da92015-04-04 02:10:38 +02005663 chunk_appendf(&trash, " source=unix:%d\n", strm_li(sess)->luid);
Emeric Brun837ca522010-10-22 16:19:01 +02005664 break;
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005665 default:
5666 /* no more information to print right now */
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005667 chunk_appendf(&trash, "\n");
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005668 break;
5669 }
5670
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005671 chunk_appendf(&trash,
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005672 " flags=0x%x, conn_retries=%d, srv_conn=%p, pend_pos=%p\n",
Willy Tarreauee28de02010-06-01 09:51:00 +02005673 sess->flags, sess->si[1].conn_retries, sess->srv_conn, sess->pend_pos);
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005674
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005675 chunk_appendf(&trash,
Daniel Schultze90690c72012-03-23 10:53:36 -07005676 " frontend=%s (id=%u mode=%s), listener=%s (id=%u)",
Willy Tarreaud0d8da92015-04-04 02:10:38 +02005677 strm_fe(sess)->id, strm_fe(sess)->uuid, strm_fe(sess)->mode ? "http" : "tcp",
5678 strm_li(sess) ? strm_li(sess)->name ? strm_li(sess)->name : "?" : "?",
5679 strm_li(sess) ? strm_li(sess)->luid : 0);
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005680
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005681 if (conn)
5682 conn_get_to_addr(conn);
Willy Tarreaucf644ed2013-09-29 17:19:56 +02005683
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005684 switch (conn ? addr_to_str(&conn->addr.to, pn, sizeof(pn)) : AF_UNSPEC) {
Daniel Schultze90690c72012-03-23 10:53:36 -07005685 case AF_INET:
5686 case AF_INET6:
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005687 chunk_appendf(&trash, " addr=%s:%d\n",
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005688 pn, get_host_port(&conn->addr.to));
Daniel Schultze90690c72012-03-23 10:53:36 -07005689 break;
5690 case AF_UNIX:
Willy Tarreaud0d8da92015-04-04 02:10:38 +02005691 chunk_appendf(&trash, " addr=unix:%d\n", strm_li(sess)->luid);
Daniel Schultze90690c72012-03-23 10:53:36 -07005692 break;
5693 default:
5694 /* no more information to print right now */
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005695 chunk_appendf(&trash, "\n");
Daniel Schultze90690c72012-03-23 10:53:36 -07005696 break;
5697 }
5698
Willy Tarreau50943332011-09-02 17:33:05 +02005699 if (sess->be->cap & PR_CAP_BE)
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005700 chunk_appendf(&trash,
Daniel Schultze90690c72012-03-23 10:53:36 -07005701 " backend=%s (id=%u mode=%s)",
Willy Tarreau50943332011-09-02 17:33:05 +02005702 sess->be->id,
Daniel Schultze90690c72012-03-23 10:53:36 -07005703 sess->be->uuid, sess->be->mode ? "http" : "tcp");
5704 else
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005705 chunk_appendf(&trash, " backend=<NONE> (id=-1 mode=-)");
Daniel Schultze90690c72012-03-23 10:53:36 -07005706
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005707 conn = objt_conn(sess->si[1].end);
5708 if (conn)
5709 conn_get_from_addr(conn);
Willy Tarreaucf644ed2013-09-29 17:19:56 +02005710
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005711 switch (conn ? addr_to_str(&conn->addr.from, pn, sizeof(pn)) : AF_UNSPEC) {
Daniel Schultze90690c72012-03-23 10:53:36 -07005712 case AF_INET:
5713 case AF_INET6:
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005714 chunk_appendf(&trash, " addr=%s:%d\n",
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005715 pn, get_host_port(&conn->addr.from));
Daniel Schultze90690c72012-03-23 10:53:36 -07005716 break;
5717 case AF_UNIX:
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005718 chunk_appendf(&trash, " addr=unix\n");
Daniel Schultze90690c72012-03-23 10:53:36 -07005719 break;
5720 default:
5721 /* no more information to print right now */
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005722 chunk_appendf(&trash, "\n");
Daniel Schultze90690c72012-03-23 10:53:36 -07005723 break;
5724 }
5725
5726 if (sess->be->cap & PR_CAP_BE)
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005727 chunk_appendf(&trash,
Daniel Schultze90690c72012-03-23 10:53:36 -07005728 " server=%s (id=%u)",
Willy Tarreau3fdb3662012-11-12 00:42:33 +01005729 objt_server(sess->target) ? objt_server(sess->target)->id : "<none>",
5730 objt_server(sess->target) ? objt_server(sess->target)->puid : 0);
Willy Tarreau50943332011-09-02 17:33:05 +02005731 else
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005732 chunk_appendf(&trash, " server=<NONE> (id=-1)");
Daniel Schultze90690c72012-03-23 10:53:36 -07005733
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005734 if (conn)
5735 conn_get_to_addr(conn);
Willy Tarreaucf644ed2013-09-29 17:19:56 +02005736
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005737 switch (conn ? addr_to_str(&conn->addr.to, pn, sizeof(pn)) : AF_UNSPEC) {
Daniel Schultze90690c72012-03-23 10:53:36 -07005738 case AF_INET:
5739 case AF_INET6:
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005740 chunk_appendf(&trash, " addr=%s:%d\n",
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005741 pn, get_host_port(&conn->addr.to));
Daniel Schultze90690c72012-03-23 10:53:36 -07005742 break;
5743 case AF_UNIX:
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005744 chunk_appendf(&trash, " addr=unix\n");
Daniel Schultze90690c72012-03-23 10:53:36 -07005745 break;
5746 default:
5747 /* no more information to print right now */
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005748 chunk_appendf(&trash, "\n");
Daniel Schultze90690c72012-03-23 10:53:36 -07005749 break;
5750 }
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005751
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005752 chunk_appendf(&trash,
Willy Tarreau55e4ecd2012-12-08 17:48:47 +01005753 " task=%p (state=0x%02x nice=%d calls=%d exp=%s%s",
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005754 sess->task,
5755 sess->task->state,
5756 sess->task->nice, sess->task->calls,
5757 sess->task->expire ?
5758 tick_is_expired(sess->task->expire, now_ms) ? "<PAST>" :
5759 human_time(TICKS_TO_MS(sess->task->expire - now_ms),
5760 TICKS_TO_MS(1000)) : "<NEVER>",
5761 task_in_rq(sess->task) ? ", running" : "");
5762
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005763 chunk_appendf(&trash,
Willy Tarreau55e4ecd2012-12-08 17:48:47 +01005764 " age=%s)\n",
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005765 human_time(now.tv_sec - sess->logs.accept_date.tv_sec, 1));
5766
Willy Tarreaueee5b512015-04-03 23:46:31 +02005767 if (sess->txn)
5768 chunk_appendf(&trash,
Willy Tarreau98410192014-11-26 18:05:38 +01005769 " 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 +02005770 sess->txn, sess->txn->flags, sess->txn->meth, sess->txn->status,
5771 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 +01005772
5773 chunk_appendf(&trash,
Willy Tarreau32e3c6a2013-10-11 19:34:20 +02005774 " si[0]=%p (state=%s flags=0x%02x endp0=%s:%p exp=%s, et=0x%03x)\n",
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005775 &sess->si[0],
Willy Tarreau55e4ecd2012-12-08 17:48:47 +01005776 si_state_str(sess->si[0].state),
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005777 sess->si[0].flags,
Willy Tarreaucf644ed2013-09-29 17:19:56 +02005778 obj_type_name(sess->si[0].end),
5779 obj_base_ptr(sess->si[0].end),
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005780 sess->si[0].exp ?
5781 tick_is_expired(sess->si[0].exp, now_ms) ? "<PAST>" :
5782 human_time(TICKS_TO_MS(sess->si[0].exp - now_ms),
5783 TICKS_TO_MS(1000)) : "<NEVER>",
5784 sess->si[0].err_type);
5785
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005786 chunk_appendf(&trash,
Willy Tarreau32e3c6a2013-10-11 19:34:20 +02005787 " si[1]=%p (state=%s flags=0x%02x endp1=%s:%p exp=%s, et=0x%03x)\n",
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005788 &sess->si[1],
Willy Tarreau55e4ecd2012-12-08 17:48:47 +01005789 si_state_str(sess->si[1].state),
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005790 sess->si[1].flags,
Willy Tarreaucf644ed2013-09-29 17:19:56 +02005791 obj_type_name(sess->si[1].end),
5792 obj_base_ptr(sess->si[1].end),
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005793 sess->si[1].exp ?
5794 tick_is_expired(sess->si[1].exp, now_ms) ? "<PAST>" :
5795 human_time(TICKS_TO_MS(sess->si[1].exp - now_ms),
5796 TICKS_TO_MS(1000)) : "<NEVER>",
5797 sess->si[1].err_type);
5798
Willy Tarreau284ddbf2013-12-01 20:45:00 +01005799 if ((conn = objt_conn(sess->si[0].end)) != NULL) {
Willy Tarreaucf644ed2013-09-29 17:19:56 +02005800 chunk_appendf(&trash,
5801 " co0=%p ctrl=%s xprt=%s data=%s target=%s:%p\n",
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005802 conn,
5803 get_conn_ctrl_name(conn),
5804 get_conn_xprt_name(conn),
5805 get_conn_data_name(conn),
5806 obj_type_name(conn->target),
5807 obj_base_ptr(conn->target));
Willy Tarreau909d5172012-11-26 03:04:41 +01005808
Willy Tarreaucf644ed2013-09-29 17:19:56 +02005809 chunk_appendf(&trash,
Willy Tarreau16f649c2014-01-25 19:10:48 +01005810 " flags=0x%08x fd=%d fd.state=%02x fd.cache=%d updt=%d\n",
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005811 conn->flags,
5812 conn->t.sock.fd,
Willy Tarreau69a41fa2014-01-20 11:02:59 +01005813 conn->t.sock.fd >= 0 ? fdtab[conn->t.sock.fd].state : 0,
Willy Tarreau15a4dec2014-01-20 11:09:39 +01005814 conn->t.sock.fd >= 0 ? fdtab[conn->t.sock.fd].cache : 0,
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005815 conn->t.sock.fd >= 0 ? fdtab[conn->t.sock.fd].updated : 0);
Willy Tarreaucf644ed2013-09-29 17:19:56 +02005816 }
Willy Tarreau284ddbf2013-12-01 20:45:00 +01005817 else if ((tmpctx = objt_appctx(sess->si[0].end)) != NULL) {
5818 chunk_appendf(&trash,
5819 " app0=%p st0=%d st1=%d st2=%d applet=%s\n",
5820 tmpctx,
5821 tmpctx->st0,
5822 tmpctx->st1,
5823 tmpctx->st2,
5824 tmpctx->applet->name);
5825 }
Willy Tarreaubc174aa2012-11-19 16:10:32 +01005826
Willy Tarreau284ddbf2013-12-01 20:45:00 +01005827 if ((conn = objt_conn(sess->si[1].end)) != NULL) {
Willy Tarreaucf644ed2013-09-29 17:19:56 +02005828 chunk_appendf(&trash,
5829 " co1=%p ctrl=%s xprt=%s data=%s target=%s:%p\n",
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005830 conn,
5831 get_conn_ctrl_name(conn),
5832 get_conn_xprt_name(conn),
5833 get_conn_data_name(conn),
5834 obj_type_name(conn->target),
5835 obj_base_ptr(conn->target));
Willy Tarreau909d5172012-11-26 03:04:41 +01005836
Willy Tarreaucf644ed2013-09-29 17:19:56 +02005837 chunk_appendf(&trash,
Willy Tarreauceeafb52016-01-25 15:27:17 +01005838 " flags=0x%08x fd=%d fd.state=%02x fd.cache=%d updt=%d\n",
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005839 conn->flags,
5840 conn->t.sock.fd,
Willy Tarreau69a41fa2014-01-20 11:02:59 +01005841 conn->t.sock.fd >= 0 ? fdtab[conn->t.sock.fd].state : 0,
Willy Tarreau15a4dec2014-01-20 11:09:39 +01005842 conn->t.sock.fd >= 0 ? fdtab[conn->t.sock.fd].cache : 0,
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005843 conn->t.sock.fd >= 0 ? fdtab[conn->t.sock.fd].updated : 0);
Willy Tarreaucf644ed2013-09-29 17:19:56 +02005844 }
Willy Tarreau284ddbf2013-12-01 20:45:00 +01005845 else if ((tmpctx = objt_appctx(sess->si[1].end)) != NULL) {
5846 chunk_appendf(&trash,
5847 " app1=%p st0=%d st1=%d st2=%d applet=%s\n",
5848 tmpctx,
5849 tmpctx->st0,
5850 tmpctx->st1,
5851 tmpctx->st2,
5852 tmpctx->applet->name);
5853 }
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005854
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005855 chunk_appendf(&trash,
Willy Tarreau909d5172012-11-26 03:04:41 +01005856 " req=%p (f=0x%06x an=0x%x pipe=%d tofwd=%d total=%lld)\n"
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005857 " an_exp=%s",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01005858 &sess->req,
5859 sess->req.flags, sess->req.analysers,
5860 sess->req.pipe ? sess->req.pipe->data : 0,
5861 sess->req.to_forward, sess->req.total,
5862 sess->req.analyse_exp ?
5863 human_time(TICKS_TO_MS(sess->req.analyse_exp - now_ms),
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005864 TICKS_TO_MS(1000)) : "<NEVER>");
5865
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005866 chunk_appendf(&trash,
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005867 " rex=%s",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01005868 sess->req.rex ?
5869 human_time(TICKS_TO_MS(sess->req.rex - now_ms),
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005870 TICKS_TO_MS(1000)) : "<NEVER>");
5871
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005872 chunk_appendf(&trash,
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005873 " wex=%s\n"
Willy Tarreau909d5172012-11-26 03:04:41 +01005874 " buf=%p data=%p o=%d p=%d req.next=%d i=%d size=%d\n",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01005875 sess->req.wex ?
5876 human_time(TICKS_TO_MS(sess->req.wex - now_ms),
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005877 TICKS_TO_MS(1000)) : "<NEVER>",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01005878 sess->req.buf,
5879 sess->req.buf->data, sess->req.buf->o,
5880 (int)(sess->req.buf->p - sess->req.buf->data),
Willy Tarreaueee5b512015-04-03 23:46:31 +02005881 sess->txn ? sess->txn->req.next : 0, sess->req.buf->i,
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01005882 sess->req.buf->size);
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005883
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005884 chunk_appendf(&trash,
Willy Tarreau909d5172012-11-26 03:04:41 +01005885 " res=%p (f=0x%06x an=0x%x pipe=%d tofwd=%d total=%lld)\n"
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005886 " an_exp=%s",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01005887 &sess->res,
5888 sess->res.flags, sess->res.analysers,
5889 sess->res.pipe ? sess->res.pipe->data : 0,
5890 sess->res.to_forward, sess->res.total,
5891 sess->res.analyse_exp ?
5892 human_time(TICKS_TO_MS(sess->res.analyse_exp - now_ms),
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005893 TICKS_TO_MS(1000)) : "<NEVER>");
5894
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005895 chunk_appendf(&trash,
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005896 " rex=%s",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01005897 sess->res.rex ?
5898 human_time(TICKS_TO_MS(sess->res.rex - now_ms),
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005899 TICKS_TO_MS(1000)) : "<NEVER>");
5900
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005901 chunk_appendf(&trash,
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005902 " wex=%s\n"
Willy Tarreau909d5172012-11-26 03:04:41 +01005903 " buf=%p data=%p o=%d p=%d rsp.next=%d i=%d size=%d\n",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01005904 sess->res.wex ?
5905 human_time(TICKS_TO_MS(sess->res.wex - now_ms),
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005906 TICKS_TO_MS(1000)) : "<NEVER>",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01005907 sess->res.buf,
5908 sess->res.buf->data, sess->res.buf->o,
5909 (int)(sess->res.buf->p - sess->res.buf->data),
Willy Tarreaueee5b512015-04-03 23:46:31 +02005910 sess->txn ? sess->txn->rsp.next : 0, sess->res.buf->i,
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01005911 sess->res.buf->size);
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005912
Willy Tarreaubc18da12015-03-13 14:00:47 +01005913 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02005914 si_applet_cant_put(si);
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005915 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01005916 }
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005917
5918 /* use other states to dump the contents */
5919 }
5920 /* end of dump */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005921 appctx->ctx.sess.uid = 0;
5922 appctx->ctx.sess.section = 0;
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005923 return 1;
5924}
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01005925
Nenad Merdanovic200b0fa2015-05-09 08:46:01 +02005926#if (defined SSL_CTRL_SET_TLSEXT_TICKET_KEY_CB && TLS_TICKETS_NO > 0)
5927static int stats_tlskeys_list(struct stream_interface *si) {
5928 struct appctx *appctx = __objt_appctx(si->end);
5929
5930 switch (appctx->st2) {
5931 case STAT_ST_INIT:
5932 /* Display the column headers. If the message cannot be sent,
5933 * quit the fucntion with returning 0. The function is called
5934 * later and restart at the state "STAT_ST_INIT".
5935 */
5936 chunk_reset(&trash);
5937 chunk_appendf(&trash, "# id (file)\n");
5938 if (bi_putchk(si_ic(si), &trash) == -1) {
5939 si_applet_cant_put(si);
5940 return 0;
5941 }
5942
5943 /* Now, we start the browsing of the references lists.
5944 * Note that the following call to LIST_ELEM return bad pointer. The only
5945 * avalaible field of this pointer is <list>. It is used with the function
5946 * tlskeys_list_get_next() for retruning the first avalaible entry
5947 */
5948 appctx->ctx.tlskeys.ref = LIST_ELEM(&tlskeys_reference, struct tls_keys_ref *, list);
5949 appctx->ctx.tlskeys.ref = tlskeys_list_get_next(appctx->ctx.tlskeys.ref, &tlskeys_reference);
5950
5951 appctx->st2 = STAT_ST_LIST;
5952 /* fall through */
5953
5954 case STAT_ST_LIST:
5955 while (appctx->ctx.tlskeys.ref) {
5956 chunk_reset(&trash);
5957
5958 chunk_appendf(&trash, "%d (%s)\n", appctx->ctx.tlskeys.ref->unique_id,
5959 appctx->ctx.tlskeys.ref->filename);
5960
5961 if (bi_putchk(si_ic(si), &trash) == -1) {
5962 /* let's try again later from this stream. We add ourselves into
5963 * this stream's users so that it can remove us upon termination.
5964 */
5965 si_applet_cant_put(si);
5966 return 0;
5967 }
5968
5969 /* get next list entry and check the end of the list */
5970 appctx->ctx.tlskeys.ref = tlskeys_list_get_next(appctx->ctx.tlskeys.ref, &tlskeys_reference);
5971 }
5972
5973 appctx->st2 = STAT_ST_FIN;
5974 /* fall through */
5975
5976 default:
5977 appctx->st2 = STAT_ST_FIN;
5978 return 1;
5979 }
5980 return 0;
5981}
5982#endif
5983
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01005984static int stats_pats_list(struct stream_interface *si)
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01005985{
5986 struct appctx *appctx = __objt_appctx(si->end);
5987
5988 switch (appctx->st2) {
5989 case STAT_ST_INIT:
Thierry FOURNIERaf5a29d2014-03-11 14:29:22 +01005990 /* Display the column headers. If the message cannot be sent,
5991 * quit the fucntion with returning 0. The function is called
5992 * later and restart at the state "STAT_ST_INIT".
5993 */
5994 chunk_reset(&trash);
Thierry FOURNIER65ce6132014-03-20 11:42:45 +01005995 chunk_appendf(&trash, "# id (file) description\n");
Willy Tarreaubc18da12015-03-13 14:00:47 +01005996 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02005997 si_applet_cant_put(si);
Thierry FOURNIERaf5a29d2014-03-11 14:29:22 +01005998 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01005999 }
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006000
6001 /* Now, we start the browsing of the references lists.
6002 * Note that the following call to LIST_ELEM return bad pointer. The only
6003 * avalaible field of this pointer is <list>. It is used with the function
6004 * pat_list_get_next() for retruning the first avalaible entry
6005 */
6006 appctx->ctx.map.ref = LIST_ELEM(&pattern_reference, struct pat_ref *, list);
6007 appctx->ctx.map.ref = pat_list_get_next(appctx->ctx.map.ref, &pattern_reference,
6008 appctx->ctx.map.display_flags);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006009 appctx->st2 = STAT_ST_LIST;
6010 /* fall through */
6011
6012 case STAT_ST_LIST:
6013 while (appctx->ctx.map.ref) {
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006014 chunk_reset(&trash);
6015
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006016 /* Build messages. If the reference is used by another category than
6017 * the listed categorie, display the information in the massage.
6018 */
Thierry FOURNIERf7e04e92014-03-20 11:45:47 +01006019 chunk_appendf(&trash, "%d (%s) %s\n", appctx->ctx.map.ref->unique_id,
Thierry FOURNIER0d6ba512014-02-11 03:31:34 +01006020 appctx->ctx.map.ref->reference ? appctx->ctx.map.ref->reference : "",
6021 appctx->ctx.map.ref->display);
Thierry FOURNIERaf5a29d2014-03-11 14:29:22 +01006022
Willy Tarreau2bb4a962014-11-28 11:11:05 +01006023 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreau87b09662015-04-03 00:22:06 +02006024 /* let's try again later from this stream. We add ourselves into
6025 * this stream's users so that it can remove us upon termination.
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006026 */
Willy Tarreaufe127932015-04-21 19:23:39 +02006027 si_applet_cant_put(si);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006028 return 0;
6029 }
6030
6031 /* get next list entry and check the end of the list */
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006032 appctx->ctx.map.ref = pat_list_get_next(appctx->ctx.map.ref, &pattern_reference,
6033 appctx->ctx.map.display_flags);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006034 }
6035
6036 appctx->st2 = STAT_ST_FIN;
6037 /* fall through */
6038
6039 default:
6040 appctx->st2 = STAT_ST_FIN;
6041 return 1;
6042 }
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006043 return 0;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006044}
6045
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006046static int stats_map_lookup(struct stream_interface *si)
6047{
6048 struct appctx *appctx = __objt_appctx(si->end);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006049 struct sample sample;
6050 struct pattern *pat;
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006051 int match_method;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006052
6053 switch (appctx->st2) {
6054 case STAT_ST_INIT:
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006055 /* Init to the first entry. The list cannot be change */
Thierry FOURNIERc5959fd2014-01-20 14:29:33 +01006056 appctx->ctx.map.expr = LIST_ELEM(&appctx->ctx.map.ref->pat, struct pattern_expr *, list);
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006057 appctx->ctx.map.expr = pat_expr_get_next(appctx->ctx.map.expr, &appctx->ctx.map.ref->pat);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006058 appctx->st2 = STAT_ST_LIST;
6059 /* fall through */
6060
6061 case STAT_ST_LIST:
6062 /* for each lookup type */
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006063 while (appctx->ctx.map.expr) {
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006064 /* initialise chunk to build new message */
6065 chunk_reset(&trash);
6066
6067 /* execute pattern matching */
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +02006068 sample.data.type = SMP_T_STR;
Andreas Seltenreich9727cf42016-03-03 19:32:25 +01006069 sample.flags = SMP_F_CONST;
Thierry FOURNIER136f9d32015-08-19 09:07:19 +02006070 sample.data.u.str.len = appctx->ctx.map.chunk.len;
6071 sample.data.u.str.str = appctx->ctx.map.chunk.str;
Thierry FOURNIER5d344082014-01-27 14:19:53 +01006072 if (appctx->ctx.map.expr->pat_head->match &&
6073 sample_convert(&sample, appctx->ctx.map.expr->pat_head->expect_type))
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006074 pat = appctx->ctx.map.expr->pat_head->match(&sample, appctx->ctx.map.expr, 1);
6075 else
6076 pat = NULL;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006077
6078 /* build return message: set type of match */
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006079 for (match_method=0; match_method<PAT_MATCH_NUM; match_method++)
6080 if (appctx->ctx.map.expr->pat_head->match == pat_match_fcts[match_method])
6081 break;
6082 if (match_method >= PAT_MATCH_NUM)
6083 chunk_appendf(&trash, "type=unknown(%p)", appctx->ctx.map.expr->pat_head->match);
6084 else
6085 chunk_appendf(&trash, "type=%s", pat_match_names[match_method]);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006086
Thierry FOURNIERe47e4e22014-04-28 11:18:57 +02006087 /* case sensitive */
6088 if (appctx->ctx.map.expr->mflags & PAT_MF_IGNORE_CASE)
6089 chunk_appendf(&trash, ", case=insensitive");
6090 else
6091 chunk_appendf(&trash, ", case=sensitive");
6092
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006093 /* Display no match, and set default value */
Thierry FOURNIER1794fdf2014-01-17 15:25:13 +01006094 if (!pat) {
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006095 if (appctx->ctx.map.display_flags == PAT_REF_MAP)
6096 chunk_appendf(&trash, ", found=no");
6097 else
6098 chunk_appendf(&trash, ", match=no");
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006099 }
6100
6101 /* Display match and match info */
6102 else {
6103 /* display match */
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006104 if (appctx->ctx.map.display_flags == PAT_REF_MAP)
6105 chunk_appendf(&trash, ", found=yes");
6106 else
6107 chunk_appendf(&trash, ", match=yes");
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006108
Thierry FOURNIER1794fdf2014-01-17 15:25:13 +01006109 /* display index mode */
Thierry FOURNIERe47e4e22014-04-28 11:18:57 +02006110 if (pat->sflags & PAT_SF_TREE)
Thierry FOURNIERb9903842014-03-11 18:48:17 +01006111 chunk_appendf(&trash, ", idx=tree");
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006112 else
Thierry FOURNIERb9903842014-03-11 18:48:17 +01006113 chunk_appendf(&trash, ", idx=list");
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006114
Thierry FOURNIER86db66a2014-03-11 18:37:58 +01006115 /* display pattern */
6116 if (appctx->ctx.map.display_flags == PAT_REF_MAP) {
6117 if (pat->ref && pat->ref->pattern)
6118 chunk_appendf(&trash, ", key=\"%s\"", pat->ref->pattern);
6119 else
6120 chunk_appendf(&trash, ", key=unknown");
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006121 }
6122 else {
Thierry FOURNIER86db66a2014-03-11 18:37:58 +01006123 if (pat->ref && pat->ref->pattern)
6124 chunk_appendf(&trash, ", pattern=\"%s\"", pat->ref->pattern);
6125 else
6126 chunk_appendf(&trash, ", pattern=unknown");
6127 }
6128
6129 /* display return value */
6130 if (appctx->ctx.map.display_flags == PAT_REF_MAP) {
Thierry FOURNIER503bb092015-08-19 08:35:43 +02006131 if (pat->data && pat->ref && pat->ref->sample)
Thierry FOURNIER03d0e452015-07-23 18:33:41 +02006132 chunk_appendf(&trash, ", value=\"%s\", type=\"%s\"", pat->ref->sample,
Thierry FOURNIER7d4335c2015-08-19 09:05:25 +02006133 smp_to_type[pat->data->type]);
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006134 else
Thierry FOURNIER86db66a2014-03-11 18:37:58 +01006135 chunk_appendf(&trash, ", value=none");
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006136 }
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006137 }
6138
Thierry FOURNIERb9903842014-03-11 18:48:17 +01006139 chunk_appendf(&trash, "\n");
6140
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006141 /* display response */
Willy Tarreau2bb4a962014-11-28 11:11:05 +01006142 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreau87b09662015-04-03 00:22:06 +02006143 /* let's try again later from this stream. We add ourselves into
6144 * this stream's users so that it can remove us upon termination.
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006145 */
Willy Tarreaufe127932015-04-21 19:23:39 +02006146 si_applet_cant_put(si);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006147 return 0;
6148 }
6149
6150 /* get next entry */
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006151 appctx->ctx.map.expr = pat_expr_get_next(appctx->ctx.map.expr,
6152 &appctx->ctx.map.ref->pat);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006153 }
6154
6155 appctx->st2 = STAT_ST_FIN;
6156 /* fall through */
6157
6158 default:
6159 appctx->st2 = STAT_ST_FIN;
6160 free(appctx->ctx.map.chunk.str);
6161 return 1;
6162 }
6163}
6164
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006165static int stats_pat_list(struct stream_interface *si)
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006166{
6167 struct appctx *appctx = __objt_appctx(si->end);
6168
6169 switch (appctx->st2) {
6170
6171 case STAT_ST_INIT:
6172 /* Init to the first entry. The list cannot be change */
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006173 appctx->ctx.map.elt = LIST_NEXT(&appctx->ctx.map.ref->head,
6174 struct pat_ref_elt *, list);
6175 if (&appctx->ctx.map.elt->list == &appctx->ctx.map.ref->head)
6176 appctx->ctx.map.elt = NULL;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006177 appctx->st2 = STAT_ST_LIST;
6178 /* fall through */
6179
6180 case STAT_ST_LIST:
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006181 while (appctx->ctx.map.elt) {
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006182 chunk_reset(&trash);
6183
6184 /* build messages */
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006185 if (appctx->ctx.map.elt->sample)
Thierry FOURNIER9356c682014-01-28 15:55:37 +01006186 chunk_appendf(&trash, "%p %s %s\n",
6187 appctx->ctx.map.elt, appctx->ctx.map.elt->pattern,
6188 appctx->ctx.map.elt->sample);
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006189 else
Thierry FOURNIER9356c682014-01-28 15:55:37 +01006190 chunk_appendf(&trash, "%p %s\n",
6191 appctx->ctx.map.elt, appctx->ctx.map.elt->pattern);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006192
Willy Tarreau2bb4a962014-11-28 11:11:05 +01006193 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreau87b09662015-04-03 00:22:06 +02006194 /* let's try again later from this stream. We add ourselves into
6195 * this stream's users so that it can remove us upon termination.
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006196 */
Willy Tarreaufe127932015-04-21 19:23:39 +02006197 si_applet_cant_put(si);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006198 return 0;
6199 }
6200
6201 /* get next list entry and check the end of the list */
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006202 appctx->ctx.map.elt = LIST_NEXT(&appctx->ctx.map.elt->list,
6203 struct pat_ref_elt *, list);
6204 if (&appctx->ctx.map.elt->list == &appctx->ctx.map.ref->head)
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006205 break;
6206 }
6207
6208 appctx->st2 = STAT_ST_FIN;
6209 /* fall through */
6210
6211 default:
6212 appctx->st2 = STAT_ST_FIN;
6213 return 1;
6214 }
6215}
6216
Willy Tarreau87b09662015-04-03 00:22:06 +02006217/* This function dumps all streams' states onto the stream interface's
Willy Tarreau306f8302013-07-08 15:53:06 +02006218 * read buffer. It returns 0 if the output buffer is full and it needs
Willy Tarreau5ec29ff2011-02-13 15:27:22 +01006219 * to be called again, otherwise non-zero. It is designed to be called
6220 * from stats_dump_sess_to_buffer() below.
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006221 */
Simon Horman9bd2c732011-06-15 15:18:44 +09006222static int stats_dump_sess_to_buffer(struct stream_interface *si)
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006223{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006224 struct appctx *appctx = __objt_appctx(si->end);
Willy Tarreaub363a1f2013-10-01 10:45:07 +02006225 struct connection *conn;
6226
Willy Tarreau2bb4a962014-11-28 11:11:05 +01006227 if (unlikely(si_ic(si)->flags & (CF_WRITE_ERROR|CF_SHUTW))) {
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006228 /* If we're forced to shut down, we might have to remove our
Willy Tarreau87b09662015-04-03 00:22:06 +02006229 * reference to the last stream being dumped.
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006230 */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006231 if (appctx->st2 == STAT_ST_LIST) {
6232 if (!LIST_ISEMPTY(&appctx->ctx.sess.bref.users)) {
6233 LIST_DEL(&appctx->ctx.sess.bref.users);
6234 LIST_INIT(&appctx->ctx.sess.bref.users);
Willy Tarreaufd3828e2009-02-22 15:17:24 +01006235 }
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006236 }
Willy Tarreau7e72a8f2009-10-03 23:55:14 +02006237 return 1;
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006238 }
6239
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006240 chunk_reset(&trash);
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006241
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006242 switch (appctx->st2) {
Willy Tarreau295a8372011-03-10 11:25:07 +01006243 case STAT_ST_INIT:
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006244 /* the function had not been called yet, let's prepare the
Willy Tarreau87b09662015-04-03 00:22:06 +02006245 * buffer for a response. We initialize the current stream
Willy Tarreaufd3828e2009-02-22 15:17:24 +01006246 * pointer to the first in the global list. When a target
Willy Tarreau87b09662015-04-03 00:22:06 +02006247 * stream is being destroyed, it is responsible for updating
Willy Tarreaufd3828e2009-02-22 15:17:24 +01006248 * this pointer. We know we have reached the end when this
Willy Tarreau87b09662015-04-03 00:22:06 +02006249 * pointer points back to the head of the streams list.
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006250 */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006251 LIST_INIT(&appctx->ctx.sess.bref.users);
Willy Tarreau87b09662015-04-03 00:22:06 +02006252 appctx->ctx.sess.bref.ref = streams.n;
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006253 appctx->st2 = STAT_ST_LIST;
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006254 /* fall through */
6255
Willy Tarreau295a8372011-03-10 11:25:07 +01006256 case STAT_ST_LIST:
Willy Tarreau87b09662015-04-03 00:22:06 +02006257 /* first, let's detach the back-ref from a possible previous stream */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006258 if (!LIST_ISEMPTY(&appctx->ctx.sess.bref.users)) {
6259 LIST_DEL(&appctx->ctx.sess.bref.users);
6260 LIST_INIT(&appctx->ctx.sess.bref.users);
Willy Tarreaufd3828e2009-02-22 15:17:24 +01006261 }
6262
6263 /* and start from where we stopped */
Willy Tarreau87b09662015-04-03 00:22:06 +02006264 while (appctx->ctx.sess.bref.ref != &streams) {
Cyril Bontéacd7d632010-11-01 19:26:02 +01006265 char pn[INET6_ADDRSTRLEN];
Willy Tarreau87b09662015-04-03 00:22:06 +02006266 struct stream *curr_sess;
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006267
Willy Tarreau87b09662015-04-03 00:22:06 +02006268 curr_sess = LIST_ELEM(appctx->ctx.sess.bref.ref, struct stream *, list);
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006269
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006270 if (appctx->ctx.sess.target) {
6271 if (appctx->ctx.sess.target != (void *)-1 && appctx->ctx.sess.target != curr_sess)
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006272 goto next_sess;
6273
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006274 LIST_ADDQ(&curr_sess->back_refs, &appctx->ctx.sess.bref.users);
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006275 /* call the proper dump() function and return if we're missing space */
Willy Tarreau76153662012-11-26 01:16:39 +01006276 if (!stats_dump_full_sess_to_buffer(si, curr_sess))
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006277 return 0;
6278
Willy Tarreau87b09662015-04-03 00:22:06 +02006279 /* stream dump complete */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006280 LIST_DEL(&appctx->ctx.sess.bref.users);
6281 LIST_INIT(&appctx->ctx.sess.bref.users);
6282 if (appctx->ctx.sess.target != (void *)-1) {
6283 appctx->ctx.sess.target = NULL;
Willy Tarreau76153662012-11-26 01:16:39 +01006284 break;
6285 }
6286 else
6287 goto next_sess;
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006288 }
6289
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006290 chunk_appendf(&trash,
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006291 "%p: proto=%s",
6292 curr_sess,
Willy Tarreauf1e02122015-09-23 12:16:43 +02006293 strm_li(curr_sess) ? strm_li(curr_sess)->proto->name : "?");
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006294
Willy Tarreaud0d8da92015-04-04 02:10:38 +02006295 conn = objt_conn(strm_orig(curr_sess));
Willy Tarreaub363a1f2013-10-01 10:45:07 +02006296 switch (conn ? addr_to_str(&conn->addr.from, pn, sizeof(pn)) : AF_UNSPEC) {
Willy Tarreau631f01c2011-09-05 00:36:48 +02006297 case AF_INET:
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006298 case AF_INET6:
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006299 chunk_appendf(&trash,
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006300 " src=%s:%d fe=%s be=%s srv=%s",
6301 pn,
Willy Tarreaub363a1f2013-10-01 10:45:07 +02006302 get_host_port(&conn->addr.from),
Willy Tarreaud0d8da92015-04-04 02:10:38 +02006303 strm_fe(curr_sess)->id,
Willy Tarreau50943332011-09-02 17:33:05 +02006304 (curr_sess->be->cap & PR_CAP_BE) ? curr_sess->be->id : "<NONE>",
Willy Tarreau3fdb3662012-11-12 00:42:33 +01006305 objt_server(curr_sess->target) ? objt_server(curr_sess->target)->id : "<none>"
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006306 );
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006307 break;
6308 case AF_UNIX:
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006309 chunk_appendf(&trash,
Emeric Brun837ca522010-10-22 16:19:01 +02006310 " src=unix:%d fe=%s be=%s srv=%s",
Willy Tarreaud0d8da92015-04-04 02:10:38 +02006311 strm_li(curr_sess)->luid,
6312 strm_fe(curr_sess)->id,
Willy Tarreau50943332011-09-02 17:33:05 +02006313 (curr_sess->be->cap & PR_CAP_BE) ? curr_sess->be->id : "<NONE>",
Willy Tarreau3fdb3662012-11-12 00:42:33 +01006314 objt_server(curr_sess->target) ? objt_server(curr_sess->target)->id : "<none>"
Emeric Brun837ca522010-10-22 16:19:01 +02006315 );
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006316 break;
6317 }
6318
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006319 chunk_appendf(&trash,
Willy Tarreau65671ab2009-10-04 14:24:59 +02006320 " ts=%02x age=%s calls=%d",
6321 curr_sess->task->state,
Willy Tarreau3884cba2009-03-28 17:54:35 +01006322 human_time(now.tv_sec - curr_sess->logs.tv_accept.tv_sec, 1),
6323 curr_sess->task->calls);
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006324
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006325 chunk_appendf(&trash,
Willy Tarreau02d6cfc2012-03-01 18:19:58 +01006326 " rq[f=%06xh,i=%d,an=%02xh,rx=%s",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01006327 curr_sess->req.flags,
6328 curr_sess->req.buf->i,
6329 curr_sess->req.analysers,
6330 curr_sess->req.rex ?
6331 human_time(TICKS_TO_MS(curr_sess->req.rex - now_ms),
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006332 TICKS_TO_MS(1000)) : "");
6333
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006334 chunk_appendf(&trash,
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006335 ",wx=%s",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01006336 curr_sess->req.wex ?
6337 human_time(TICKS_TO_MS(curr_sess->req.wex - now_ms),
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006338 TICKS_TO_MS(1000)) : "");
6339
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006340 chunk_appendf(&trash,
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006341 ",ax=%s]",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01006342 curr_sess->req.analyse_exp ?
6343 human_time(TICKS_TO_MS(curr_sess->req.analyse_exp - now_ms),
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006344 TICKS_TO_MS(1000)) : "");
6345
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006346 chunk_appendf(&trash,
Willy Tarreau02d6cfc2012-03-01 18:19:58 +01006347 " rp[f=%06xh,i=%d,an=%02xh,rx=%s",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01006348 curr_sess->res.flags,
6349 curr_sess->res.buf->i,
6350 curr_sess->res.analysers,
6351 curr_sess->res.rex ?
6352 human_time(TICKS_TO_MS(curr_sess->res.rex - now_ms),
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006353 TICKS_TO_MS(1000)) : "");
6354
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006355 chunk_appendf(&trash,
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006356 ",wx=%s",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01006357 curr_sess->res.wex ?
6358 human_time(TICKS_TO_MS(curr_sess->res.wex - now_ms),
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006359 TICKS_TO_MS(1000)) : "");
6360
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006361 chunk_appendf(&trash,
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006362 ",ax=%s]",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01006363 curr_sess->res.analyse_exp ?
6364 human_time(TICKS_TO_MS(curr_sess->res.analyse_exp - now_ms),
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006365 TICKS_TO_MS(1000)) : "");
6366
Willy Tarreaub363a1f2013-10-01 10:45:07 +02006367 conn = objt_conn(curr_sess->si[0].end);
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006368 chunk_appendf(&trash,
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006369 " s0=[%d,%1xh,fd=%d,ex=%s]",
6370 curr_sess->si[0].state,
6371 curr_sess->si[0].flags,
Willy Tarreaub363a1f2013-10-01 10:45:07 +02006372 conn ? conn->t.sock.fd : -1,
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006373 curr_sess->si[0].exp ?
6374 human_time(TICKS_TO_MS(curr_sess->si[0].exp - now_ms),
6375 TICKS_TO_MS(1000)) : "");
6376
Willy Tarreaub363a1f2013-10-01 10:45:07 +02006377 conn = objt_conn(curr_sess->si[1].end);
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006378 chunk_appendf(&trash,
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006379 " s1=[%d,%1xh,fd=%d,ex=%s]",
6380 curr_sess->si[1].state,
6381 curr_sess->si[1].flags,
Willy Tarreaub363a1f2013-10-01 10:45:07 +02006382 conn ? conn->t.sock.fd : -1,
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006383 curr_sess->si[1].exp ?
6384 human_time(TICKS_TO_MS(curr_sess->si[1].exp - now_ms),
6385 TICKS_TO_MS(1000)) : "");
6386
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006387 chunk_appendf(&trash,
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006388 " exp=%s",
6389 curr_sess->task->expire ?
6390 human_time(TICKS_TO_MS(curr_sess->task->expire - now_ms),
6391 TICKS_TO_MS(1000)) : "");
Willy Tarreau4726f532009-03-07 17:25:21 +01006392 if (task_in_rq(curr_sess->task))
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006393 chunk_appendf(&trash, " run(nice=%d)", curr_sess->task->nice);
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006394
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006395 chunk_appendf(&trash, "\n");
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006396
Willy Tarreau2bb4a962014-11-28 11:11:05 +01006397 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreau87b09662015-04-03 00:22:06 +02006398 /* let's try again later from this stream. We add ourselves into
6399 * this stream's users so that it can remove us upon termination.
Willy Tarreaufd3828e2009-02-22 15:17:24 +01006400 */
Willy Tarreaufe127932015-04-21 19:23:39 +02006401 si_applet_cant_put(si);
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006402 LIST_ADDQ(&curr_sess->back_refs, &appctx->ctx.sess.bref.users);
Willy Tarreau7e72a8f2009-10-03 23:55:14 +02006403 return 0;
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006404 }
6405
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006406 next_sess:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006407 appctx->ctx.sess.bref.ref = curr_sess->list.n;
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006408 }
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006409
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006410 if (appctx->ctx.sess.target && appctx->ctx.sess.target != (void *)-1) {
Willy Tarreau87b09662015-04-03 00:22:06 +02006411 /* specified stream not found */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006412 if (appctx->ctx.sess.section > 0)
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006413 chunk_appendf(&trash, " *** session terminated while we were watching it ***\n");
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006414 else
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006415 chunk_appendf(&trash, "Session not found.\n");
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006416
Willy Tarreaubc18da12015-03-13 14:00:47 +01006417 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02006418 si_applet_cant_put(si);
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006419 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01006420 }
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006421
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006422 appctx->ctx.sess.target = NULL;
6423 appctx->ctx.sess.uid = 0;
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006424 return 1;
6425 }
6426
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006427 appctx->st2 = STAT_ST_FIN;
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006428 /* fall through */
6429
6430 default:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006431 appctx->st2 = STAT_ST_FIN;
Willy Tarreau7e72a8f2009-10-03 23:55:14 +02006432 return 1;
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006433 }
Emeric Brun1e029aa2010-09-23 18:12:53 +02006434}
6435
Willy Tarreau5f9a8772012-11-26 02:22:40 +01006436/* This is called when the stream interface is closed. For instance, upon an
6437 * external abort, we won't call the i/o handler anymore so we may need to
Willy Tarreau87b09662015-04-03 00:22:06 +02006438 * remove back references to the stream currently being dumped.
Willy Tarreau5f9a8772012-11-26 02:22:40 +01006439 */
Willy Tarreau00a37f02015-04-13 12:05:19 +02006440static void cli_release_handler(struct appctx *appctx)
Willy Tarreau5f9a8772012-11-26 02:22:40 +01006441{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006442 if (appctx->st0 == STAT_CLI_O_SESS && appctx->st2 == STAT_ST_LIST) {
6443 if (!LIST_ISEMPTY(&appctx->ctx.sess.bref.users))
6444 LIST_DEL(&appctx->ctx.sess.bref.users);
Willy Tarreau5f9a8772012-11-26 02:22:40 +01006445 }
Thierry FOURNIER364cfdf2014-01-29 19:08:49 +01006446 else if (appctx->st0 == STAT_CLI_PRINT_FREE) {
6447 free(appctx->ctx.cli.err);
Willy Tarreau6457d0f2015-10-07 20:00:24 +02006448 appctx->ctx.cli.err = NULL;
Thierry FOURNIER364cfdf2014-01-29 19:08:49 +01006449 }
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006450 else if (appctx->st0 == STAT_CLI_O_MLOOK) {
6451 free(appctx->ctx.map.chunk.str);
Willy Tarreau6457d0f2015-10-07 20:00:24 +02006452 appctx->ctx.map.chunk.str = NULL;
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006453 }
Willy Tarreau5f9a8772012-11-26 02:22:40 +01006454}
6455
Willy Tarreau20e99322013-04-13 09:22:25 +02006456/* This function is used to either dump tables states (when action is set
6457 * to STAT_CLI_O_TAB) or clear tables (when action is STAT_CLI_O_CLR).
Willy Tarreau20e99322013-04-13 09:22:25 +02006458 * It returns 0 if the output buffer is full and it needs to be called
6459 * again, otherwise non-zero.
Willy Tarreau69f58c82010-07-12 17:55:33 +02006460 */
Willy Tarreau20e99322013-04-13 09:22:25 +02006461static int stats_table_request(struct stream_interface *si, int action)
Willy Tarreau69f58c82010-07-12 17:55:33 +02006462{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006463 struct appctx *appctx = __objt_appctx(si->end);
Willy Tarreau87b09662015-04-03 00:22:06 +02006464 struct stream *s = si_strm(si);
Willy Tarreau69f58c82010-07-12 17:55:33 +02006465 struct ebmb_node *eb;
6466 int dt;
Willy Tarreau44455022012-12-05 23:01:12 +01006467 int skip_entry;
Willy Tarreau20e99322013-04-13 09:22:25 +02006468 int show = action == STAT_CLI_O_TAB;
Willy Tarreau69f58c82010-07-12 17:55:33 +02006469
6470 /*
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006471 * We have 3 possible states in appctx->st2 :
Willy Tarreau295a8372011-03-10 11:25:07 +01006472 * - STAT_ST_INIT : the first call
6473 * - STAT_ST_INFO : the proxy pointer points to the next table to
Willy Tarreau69f58c82010-07-12 17:55:33 +02006474 * dump, the entry pointer is NULL ;
Willy Tarreau295a8372011-03-10 11:25:07 +01006475 * - STAT_ST_LIST : the proxy pointer points to the current table
Willy Tarreau69f58c82010-07-12 17:55:33 +02006476 * and the entry pointer points to the next entry to be dumped,
6477 * and the refcount on the next entry is held ;
Willy Tarreau295a8372011-03-10 11:25:07 +01006478 * - STAT_ST_END : nothing left to dump, the buffer may contain some
Willy Tarreau69f58c82010-07-12 17:55:33 +02006479 * data though.
6480 */
6481
Willy Tarreau2bb4a962014-11-28 11:11:05 +01006482 if (unlikely(si_ic(si)->flags & (CF_WRITE_ERROR|CF_SHUTW))) {
Willy Tarreau69f58c82010-07-12 17:55:33 +02006483 /* in case of abort, remove any refcount we might have set on an entry */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006484 if (appctx->st2 == STAT_ST_LIST) {
6485 appctx->ctx.table.entry->ref_cnt--;
6486 stksess_kill_if_expired(&appctx->ctx.table.proxy->table, appctx->ctx.table.entry);
Willy Tarreauf6efda12010-08-03 20:34:06 +02006487 }
Willy Tarreau69f58c82010-07-12 17:55:33 +02006488 return 1;
6489 }
6490
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006491 chunk_reset(&trash);
Willy Tarreau69f58c82010-07-12 17:55:33 +02006492
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006493 while (appctx->st2 != STAT_ST_FIN) {
6494 switch (appctx->st2) {
Willy Tarreau295a8372011-03-10 11:25:07 +01006495 case STAT_ST_INIT:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006496 appctx->ctx.table.proxy = appctx->ctx.table.target;
6497 if (!appctx->ctx.table.proxy)
6498 appctx->ctx.table.proxy = proxy;
Willy Tarreau69f58c82010-07-12 17:55:33 +02006499
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006500 appctx->ctx.table.entry = NULL;
6501 appctx->st2 = STAT_ST_INFO;
Willy Tarreau69f58c82010-07-12 17:55:33 +02006502 break;
6503
Willy Tarreau295a8372011-03-10 11:25:07 +01006504 case STAT_ST_INFO:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006505 if (!appctx->ctx.table.proxy ||
6506 (appctx->ctx.table.target &&
6507 appctx->ctx.table.proxy != appctx->ctx.table.target)) {
6508 appctx->st2 = STAT_ST_END;
Willy Tarreau69f58c82010-07-12 17:55:33 +02006509 break;
6510 }
6511
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006512 if (appctx->ctx.table.proxy->table.size) {
6513 if (show && !stats_dump_table_head_to_buffer(&trash, si, appctx->ctx.table.proxy,
6514 appctx->ctx.table.target))
Willy Tarreau69f58c82010-07-12 17:55:33 +02006515 return 0;
6516
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006517 if (appctx->ctx.table.target &&
Willy Tarreaud0d8da92015-04-04 02:10:38 +02006518 strm_li(s)->bind_conf->level >= ACCESS_LVL_OPER) {
Willy Tarreau69f58c82010-07-12 17:55:33 +02006519 /* dump entries only if table explicitly requested */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006520 eb = ebmb_first(&appctx->ctx.table.proxy->table.keys);
Willy Tarreau69f58c82010-07-12 17:55:33 +02006521 if (eb) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006522 appctx->ctx.table.entry = ebmb_entry(eb, struct stksess, key);
6523 appctx->ctx.table.entry->ref_cnt++;
6524 appctx->st2 = STAT_ST_LIST;
Willy Tarreau69f58c82010-07-12 17:55:33 +02006525 break;
6526 }
6527 }
6528 }
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006529 appctx->ctx.table.proxy = appctx->ctx.table.proxy->next;
Willy Tarreau69f58c82010-07-12 17:55:33 +02006530 break;
6531
Willy Tarreau295a8372011-03-10 11:25:07 +01006532 case STAT_ST_LIST:
Willy Tarreau44455022012-12-05 23:01:12 +01006533 skip_entry = 0;
Simon Hormanc88b8872011-06-15 15:18:49 +09006534
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006535 if (appctx->ctx.table.data_type >= 0) {
Willy Tarreau4f3f01f2010-07-18 11:46:20 +02006536 /* we're filtering on some data contents */
6537 void *ptr;
6538 long long data;
6539
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006540 dt = appctx->ctx.table.data_type;
6541 ptr = stktable_data_ptr(&appctx->ctx.table.proxy->table,
6542 appctx->ctx.table.entry,
Willy Tarreau4f3f01f2010-07-18 11:46:20 +02006543 dt);
6544
6545 data = 0;
6546 switch (stktable_data_types[dt].std_type) {
6547 case STD_T_SINT:
6548 data = stktable_data_cast(ptr, std_t_sint);
6549 break;
6550 case STD_T_UINT:
6551 data = stktable_data_cast(ptr, std_t_uint);
6552 break;
6553 case STD_T_ULL:
6554 data = stktable_data_cast(ptr, std_t_ull);
6555 break;
6556 case STD_T_FRQP:
6557 data = read_freq_ctr_period(&stktable_data_cast(ptr, std_t_frqp),
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006558 appctx->ctx.table.proxy->table.data_arg[dt].u);
Willy Tarreau4f3f01f2010-07-18 11:46:20 +02006559 break;
6560 }
6561
6562 /* skip the entry if the data does not match the test and the value */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006563 if ((data < appctx->ctx.table.value &&
6564 (appctx->ctx.table.data_op == STD_OP_EQ ||
6565 appctx->ctx.table.data_op == STD_OP_GT ||
6566 appctx->ctx.table.data_op == STD_OP_GE)) ||
6567 (data == appctx->ctx.table.value &&
6568 (appctx->ctx.table.data_op == STD_OP_NE ||
6569 appctx->ctx.table.data_op == STD_OP_GT ||
6570 appctx->ctx.table.data_op == STD_OP_LT)) ||
6571 (data > appctx->ctx.table.value &&
6572 (appctx->ctx.table.data_op == STD_OP_EQ ||
6573 appctx->ctx.table.data_op == STD_OP_LT ||
6574 appctx->ctx.table.data_op == STD_OP_LE)))
Willy Tarreau44455022012-12-05 23:01:12 +01006575 skip_entry = 1;
Willy Tarreau4f3f01f2010-07-18 11:46:20 +02006576 }
6577
Simon Hormanc88b8872011-06-15 15:18:49 +09006578 if (show && !skip_entry &&
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006579 !stats_dump_table_entry_to_buffer(&trash, si, appctx->ctx.table.proxy,
6580 appctx->ctx.table.entry))
Simon Hormand9366582011-06-15 15:18:45 +09006581 return 0;
Willy Tarreau69f58c82010-07-12 17:55:33 +02006582
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006583 appctx->ctx.table.entry->ref_cnt--;
Willy Tarreau69f58c82010-07-12 17:55:33 +02006584
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006585 eb = ebmb_next(&appctx->ctx.table.entry->key);
Willy Tarreau69f58c82010-07-12 17:55:33 +02006586 if (eb) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006587 struct stksess *old = appctx->ctx.table.entry;
6588 appctx->ctx.table.entry = ebmb_entry(eb, struct stksess, key);
Willy Tarreau8fa52f42012-01-09 11:50:03 +01006589 if (show)
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006590 stksess_kill_if_expired(&appctx->ctx.table.proxy->table, old);
6591 else if (!skip_entry && !appctx->ctx.table.entry->ref_cnt)
6592 stksess_kill(&appctx->ctx.table.proxy->table, old);
6593 appctx->ctx.table.entry->ref_cnt++;
Willy Tarreau69f58c82010-07-12 17:55:33 +02006594 break;
6595 }
6596
Simon Hormanc88b8872011-06-15 15:18:49 +09006597
6598 if (show)
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006599 stksess_kill_if_expired(&appctx->ctx.table.proxy->table, appctx->ctx.table.entry);
6600 else if (!skip_entry && !appctx->ctx.table.entry->ref_cnt)
6601 stksess_kill(&appctx->ctx.table.proxy->table, appctx->ctx.table.entry);
Simon Hormanc88b8872011-06-15 15:18:49 +09006602
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006603 appctx->ctx.table.proxy = appctx->ctx.table.proxy->next;
6604 appctx->st2 = STAT_ST_INFO;
Willy Tarreau69f58c82010-07-12 17:55:33 +02006605 break;
6606
Willy Tarreau295a8372011-03-10 11:25:07 +01006607 case STAT_ST_END:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006608 appctx->st2 = STAT_ST_FIN;
Willy Tarreau69f58c82010-07-12 17:55:33 +02006609 break;
6610 }
6611 }
6612 return 1;
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006613}
6614
Willy Tarreaud426a182010-03-05 14:58:26 +01006615/* print a line of text buffer (limited to 70 bytes) to <out>. The format is :
Willy Tarreau74808cb2009-03-04 15:53:18 +01006616 * <2 spaces> <offset=5 digits> <space or plus> <space> <70 chars max> <\n>
6617 * which is 60 chars per line. Non-printable chars \t, \n, \r and \e are
6618 * encoded in C format. Other non-printable chars are encoded "\xHH". Original
6619 * lines are respected within the limit of 70 output chars. Lines that are
6620 * continuation of a previous truncated line begin with "+" instead of " "
6621 * after the offset. The new pointer is returned.
6622 */
Willy Tarreaud426a182010-03-05 14:58:26 +01006623static int dump_text_line(struct chunk *out, const char *buf, int bsize, int len,
6624 int *line, int ptr)
Willy Tarreau74808cb2009-03-04 15:53:18 +01006625{
6626 int end;
6627 unsigned char c;
6628
6629 end = out->len + 80;
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02006630 if (end > out->size)
Willy Tarreau74808cb2009-03-04 15:53:18 +01006631 return ptr;
6632
Willy Tarreau77804732012-10-29 16:14:26 +01006633 chunk_appendf(out, " %05d%c ", ptr, (ptr == *line) ? ' ' : '+');
Willy Tarreau74808cb2009-03-04 15:53:18 +01006634
Willy Tarreaud426a182010-03-05 14:58:26 +01006635 while (ptr < len && ptr < bsize) {
6636 c = buf[ptr];
Willy Tarreau787bbd92009-03-12 08:18:33 +01006637 if (isprint(c) && isascii(c) && c != '\\') {
Willy Tarreau74808cb2009-03-04 15:53:18 +01006638 if (out->len > end - 2)
6639 break;
6640 out->str[out->len++] = c;
Willy Tarreau787bbd92009-03-12 08:18:33 +01006641 } else if (c == '\t' || c == '\n' || c == '\r' || c == '\e' || c == '\\') {
Willy Tarreau74808cb2009-03-04 15:53:18 +01006642 if (out->len > end - 3)
6643 break;
6644 out->str[out->len++] = '\\';
6645 switch (c) {
6646 case '\t': c = 't'; break;
6647 case '\n': c = 'n'; break;
6648 case '\r': c = 'r'; break;
6649 case '\e': c = 'e'; break;
Willy Tarreau787bbd92009-03-12 08:18:33 +01006650 case '\\': c = '\\'; break;
Willy Tarreau74808cb2009-03-04 15:53:18 +01006651 }
6652 out->str[out->len++] = c;
6653 } else {
6654 if (out->len > end - 5)
6655 break;
6656 out->str[out->len++] = '\\';
6657 out->str[out->len++] = 'x';
6658 out->str[out->len++] = hextab[(c >> 4) & 0xF];
6659 out->str[out->len++] = hextab[c & 0xF];
6660 }
Willy Tarreaud426a182010-03-05 14:58:26 +01006661 if (buf[ptr++] == '\n') {
Willy Tarreau74808cb2009-03-04 15:53:18 +01006662 /* we had a line break, let's return now */
6663 out->str[out->len++] = '\n';
6664 *line = ptr;
6665 return ptr;
6666 }
6667 }
6668 /* we have an incomplete line, we return it as-is */
6669 out->str[out->len++] = '\n';
6670 return ptr;
6671}
6672
Baptiste Assmann3863f972015-05-17 00:33:24 +02006673/* This function dumps counters from all resolvers section and associated name servers.
6674 * It returns 0 if the output buffer is full and it needs
6675 * to be called again, otherwise non-zero.
6676 */
6677static int stats_dump_resolvers_to_buffer(struct stream_interface *si)
6678{
6679 struct appctx *appctx = __objt_appctx(si->end);
6680 struct dns_resolvers *presolvers;
6681 struct dns_nameserver *pnameserver;
6682
6683 chunk_reset(&trash);
6684
6685 switch (appctx->st2) {
6686 case STAT_ST_INIT:
6687 appctx->st2 = STAT_ST_LIST; /* let's start producing data */
6688 /* fall through */
6689
6690 case STAT_ST_LIST:
Andrew Hayworth68d05342015-10-02 20:33:01 +00006691 if (LIST_ISEMPTY(&dns_resolvers)) {
6692 chunk_appendf(&trash, "No resolvers found\n");
6693 }
6694 else {
6695 list_for_each_entry(presolvers, &dns_resolvers, list) {
6696 if (appctx->ctx.resolvers.ptr != NULL && appctx->ctx.resolvers.ptr != presolvers)
6697 continue;
6698
6699 chunk_appendf(&trash, "Resolvers section %s\n", presolvers->id);
6700 list_for_each_entry(pnameserver, &presolvers->nameserver_list, list) {
6701 chunk_appendf(&trash, " nameserver %s:\n", pnameserver->id);
6702 chunk_appendf(&trash, " sent: %ld\n", pnameserver->counters.sent);
6703 chunk_appendf(&trash, " valid: %ld\n", pnameserver->counters.valid);
6704 chunk_appendf(&trash, " update: %ld\n", pnameserver->counters.update);
6705 chunk_appendf(&trash, " cname: %ld\n", pnameserver->counters.cname);
6706 chunk_appendf(&trash, " cname_error: %ld\n", pnameserver->counters.cname_error);
6707 chunk_appendf(&trash, " any_err: %ld\n", pnameserver->counters.any_err);
6708 chunk_appendf(&trash, " nx: %ld\n", pnameserver->counters.nx);
6709 chunk_appendf(&trash, " timeout: %ld\n", pnameserver->counters.timeout);
6710 chunk_appendf(&trash, " refused: %ld\n", pnameserver->counters.refused);
6711 chunk_appendf(&trash, " other: %ld\n", pnameserver->counters.other);
6712 chunk_appendf(&trash, " invalid: %ld\n", pnameserver->counters.invalid);
6713 chunk_appendf(&trash, " too_big: %ld\n", pnameserver->counters.too_big);
6714 chunk_appendf(&trash, " truncated: %ld\n", pnameserver->counters.truncated);
6715 chunk_appendf(&trash, " outdated: %ld\n", pnameserver->counters.outdated);
6716 }
6717 }
Baptiste Assmann3863f972015-05-17 00:33:24 +02006718 }
6719
6720 /* display response */
6721 if (bi_putchk(si_ic(si), &trash) == -1) {
6722 /* let's try again later from this session. We add ourselves into
6723 * this session's users so that it can remove us upon termination.
6724 */
6725 si->flags |= SI_FL_WAIT_ROOM;
6726 return 0;
6727 }
6728
6729 appctx->st2 = STAT_ST_FIN;
6730 /* fall through */
6731
6732 default:
6733 appctx->st2 = STAT_ST_FIN;
6734 return 1;
6735 }
6736}
6737
Willy Tarreauf7bc57c2012-10-03 00:19:48 +02006738/* This function dumps all captured errors onto the stream interface's
Willy Tarreau306f8302013-07-08 15:53:06 +02006739 * read buffer. It returns 0 if the output buffer is full and it needs
Willy Tarreau5ec29ff2011-02-13 15:27:22 +01006740 * to be called again, otherwise non-zero.
Willy Tarreau74808cb2009-03-04 15:53:18 +01006741 */
Simon Horman9bd2c732011-06-15 15:18:44 +09006742static int stats_dump_errors_to_buffer(struct stream_interface *si)
Willy Tarreau74808cb2009-03-04 15:53:18 +01006743{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006744 struct appctx *appctx = __objt_appctx(si->end);
Willy Tarreau74808cb2009-03-04 15:53:18 +01006745 extern const char *monthname[12];
Willy Tarreau74808cb2009-03-04 15:53:18 +01006746
Willy Tarreau2bb4a962014-11-28 11:11:05 +01006747 if (unlikely(si_ic(si)->flags & (CF_WRITE_ERROR|CF_SHUTW)))
Willy Tarreau61b34732009-10-03 23:49:35 +02006748 return 1;
Willy Tarreau74808cb2009-03-04 15:53:18 +01006749
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006750 chunk_reset(&trash);
Willy Tarreau74808cb2009-03-04 15:53:18 +01006751
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006752 if (!appctx->ctx.errors.px) {
Willy Tarreau74808cb2009-03-04 15:53:18 +01006753 /* the function had not been called yet, let's prepare the
6754 * buffer for a response.
6755 */
Willy Tarreau10479e42010-12-12 14:00:34 +01006756 struct tm tm;
6757
6758 get_localtime(date.tv_sec, &tm);
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006759 chunk_appendf(&trash, "Total events captured on [%02d/%s/%04d:%02d:%02d:%02d.%03d] : %u\n",
Willy Tarreau10479e42010-12-12 14:00:34 +01006760 tm.tm_mday, monthname[tm.tm_mon], tm.tm_year+1900,
6761 tm.tm_hour, tm.tm_min, tm.tm_sec, (int)(date.tv_usec/1000),
6762 error_snapshot_id);
6763
Willy Tarreau2bb4a962014-11-28 11:11:05 +01006764 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreau10479e42010-12-12 14:00:34 +01006765 /* Socket buffer full. Let's try again later from the same point */
Willy Tarreaufe127932015-04-21 19:23:39 +02006766 si_applet_cant_put(si);
Willy Tarreau10479e42010-12-12 14:00:34 +01006767 return 0;
6768 }
6769
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006770 appctx->ctx.errors.px = proxy;
6771 appctx->ctx.errors.buf = 0;
6772 appctx->ctx.errors.bol = 0;
6773 appctx->ctx.errors.ptr = -1;
Willy Tarreau74808cb2009-03-04 15:53:18 +01006774 }
6775
6776 /* we have two inner loops here, one for the proxy, the other one for
6777 * the buffer.
6778 */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006779 while (appctx->ctx.errors.px) {
Willy Tarreau74808cb2009-03-04 15:53:18 +01006780 struct error_snapshot *es;
6781
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006782 if (appctx->ctx.errors.buf == 0)
6783 es = &appctx->ctx.errors.px->invalid_req;
Willy Tarreau74808cb2009-03-04 15:53:18 +01006784 else
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006785 es = &appctx->ctx.errors.px->invalid_rep;
Willy Tarreau74808cb2009-03-04 15:53:18 +01006786
6787 if (!es->when.tv_sec)
6788 goto next;
6789
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006790 if (appctx->ctx.errors.iid >= 0 &&
6791 appctx->ctx.errors.px->uuid != appctx->ctx.errors.iid &&
6792 es->oe->uuid != appctx->ctx.errors.iid)
Willy Tarreau74808cb2009-03-04 15:53:18 +01006793 goto next;
6794
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006795 if (appctx->ctx.errors.ptr < 0) {
Willy Tarreau74808cb2009-03-04 15:53:18 +01006796 /* just print headers now */
6797
6798 char pn[INET6_ADDRSTRLEN];
6799 struct tm tm;
Willy Tarreaud04b1bc2012-05-08 11:03:10 +02006800 int port;
Willy Tarreau74808cb2009-03-04 15:53:18 +01006801
6802 get_localtime(es->when.tv_sec, &tm);
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006803 chunk_appendf(&trash, " \n[%02d/%s/%04d:%02d:%02d:%02d.%03d]",
Willy Tarreau74808cb2009-03-04 15:53:18 +01006804 tm.tm_mday, monthname[tm.tm_mon], tm.tm_year+1900,
Willy Tarreau1772ece2009-04-03 14:49:12 +02006805 tm.tm_hour, tm.tm_min, tm.tm_sec, (int)(es->when.tv_usec/1000));
Willy Tarreau74808cb2009-03-04 15:53:18 +01006806
Willy Tarreaud04b1bc2012-05-08 11:03:10 +02006807 switch (addr_to_str(&es->src, pn, sizeof(pn))) {
6808 case AF_INET:
6809 case AF_INET6:
6810 port = get_host_port(&es->src);
6811 break;
6812 default:
6813 port = 0;
6814 }
6815
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006816 switch (appctx->ctx.errors.buf) {
Willy Tarreau74808cb2009-03-04 15:53:18 +01006817 case 0:
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006818 chunk_appendf(&trash,
Willy Tarreau74808cb2009-03-04 15:53:18 +01006819 " frontend %s (#%d): invalid request\n"
Willy Tarreaud04b1bc2012-05-08 11:03:10 +02006820 " backend %s (#%d)",
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006821 appctx->ctx.errors.px->id, appctx->ctx.errors.px->uuid,
Willy Tarreaud04b1bc2012-05-08 11:03:10 +02006822 (es->oe->cap & PR_CAP_BE) ? es->oe->id : "<NONE>",
6823 (es->oe->cap & PR_CAP_BE) ? es->oe->uuid : -1);
Willy Tarreau74808cb2009-03-04 15:53:18 +01006824 break;
6825 case 1:
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006826 chunk_appendf(&trash,
Olivier Doucet08afdcb2014-09-08 11:23:00 +02006827 " backend %s (#%d): invalid response\n"
Willy Tarreaud04b1bc2012-05-08 11:03:10 +02006828 " frontend %s (#%d)",
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006829 appctx->ctx.errors.px->id, appctx->ctx.errors.px->uuid,
Willy Tarreaud04b1bc2012-05-08 11:03:10 +02006830 es->oe->id, es->oe->uuid);
Willy Tarreau74808cb2009-03-04 15:53:18 +01006831 break;
6832 }
6833
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006834 chunk_appendf(&trash,
Willy Tarreaud04b1bc2012-05-08 11:03:10 +02006835 ", server %s (#%d), event #%u\n"
6836 " src %s:%d, session #%d, session flags 0x%08x\n"
6837 " HTTP msg state %d, msg flags 0x%08x, tx flags 0x%08x\n"
6838 " HTTP chunk len %lld bytes, HTTP body len %lld bytes\n"
6839 " buffer flags 0x%08x, out %d bytes, total %lld bytes\n"
6840 " pending %d bytes, wrapping at %d, error at position %d:\n \n",
6841 es->srv ? es->srv->id : "<NONE>", es->srv ? es->srv->puid : -1,
6842 es->ev_id,
6843 pn, port, es->sid, es->s_flags,
6844 es->state, es->m_flags, es->t_flags,
6845 es->m_clen, es->m_blen,
6846 es->b_flags, es->b_out, es->b_tot,
6847 es->len, es->b_wrap, es->pos);
6848
Willy Tarreau2bb4a962014-11-28 11:11:05 +01006849 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreau74808cb2009-03-04 15:53:18 +01006850 /* Socket buffer full. Let's try again later from the same point */
Willy Tarreaufe127932015-04-21 19:23:39 +02006851 si_applet_cant_put(si);
Willy Tarreau61b34732009-10-03 23:49:35 +02006852 return 0;
Willy Tarreau74808cb2009-03-04 15:53:18 +01006853 }
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006854 appctx->ctx.errors.ptr = 0;
6855 appctx->ctx.errors.sid = es->sid;
Willy Tarreau74808cb2009-03-04 15:53:18 +01006856 }
6857
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006858 if (appctx->ctx.errors.sid != es->sid) {
Willy Tarreau74808cb2009-03-04 15:53:18 +01006859 /* the snapshot changed while we were dumping it */
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006860 chunk_appendf(&trash,
Willy Tarreau74808cb2009-03-04 15:53:18 +01006861 " WARNING! update detected on this snapshot, dump interrupted. Please re-check!\n");
Willy Tarreaubc18da12015-03-13 14:00:47 +01006862 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02006863 si_applet_cant_put(si);
Willy Tarreau61b34732009-10-03 23:49:35 +02006864 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01006865 }
Willy Tarreau74808cb2009-03-04 15:53:18 +01006866 goto next;
6867 }
6868
6869 /* OK, ptr >= 0, so we have to dump the current line */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006870 while (appctx->ctx.errors.ptr < es->len && appctx->ctx.errors.ptr < sizeof(es->buf)) {
Willy Tarreau74808cb2009-03-04 15:53:18 +01006871 int newptr;
6872 int newline;
6873
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006874 newline = appctx->ctx.errors.bol;
6875 newptr = dump_text_line(&trash, es->buf, sizeof(es->buf), es->len, &newline, appctx->ctx.errors.ptr);
6876 if (newptr == appctx->ctx.errors.ptr)
Willy Tarreau61b34732009-10-03 23:49:35 +02006877 return 0;
Willy Tarreau74808cb2009-03-04 15:53:18 +01006878
Willy Tarreau2bb4a962014-11-28 11:11:05 +01006879 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreau74808cb2009-03-04 15:53:18 +01006880 /* Socket buffer full. Let's try again later from the same point */
Willy Tarreaufe127932015-04-21 19:23:39 +02006881 si_applet_cant_put(si);
Willy Tarreau61b34732009-10-03 23:49:35 +02006882 return 0;
Willy Tarreau74808cb2009-03-04 15:53:18 +01006883 }
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006884 appctx->ctx.errors.ptr = newptr;
6885 appctx->ctx.errors.bol = newline;
Willy Tarreau74808cb2009-03-04 15:53:18 +01006886 };
6887 next:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006888 appctx->ctx.errors.bol = 0;
6889 appctx->ctx.errors.ptr = -1;
6890 appctx->ctx.errors.buf++;
6891 if (appctx->ctx.errors.buf > 1) {
6892 appctx->ctx.errors.buf = 0;
6893 appctx->ctx.errors.px = appctx->ctx.errors.px->next;
Willy Tarreau74808cb2009-03-04 15:53:18 +01006894 }
Willy Tarreauae795722016-02-16 11:27:28 +01006895 }
6896
6897 /* dump complete */
6898 return 1;
6899}
6900
6901/* This function dumps all environmnent variables to the buffer. It returns 0
6902 * if the output buffer is full and it needs to be called again, otherwise
6903 * non-zero. Dumps only one entry if st2 == STAT_ST_END.
6904 */
6905static int stats_dump_env_to_buffer(struct stream_interface *si)
6906{
6907 struct appctx *appctx = __objt_appctx(si->end);
6908
6909 if (unlikely(si_ic(si)->flags & (CF_WRITE_ERROR|CF_SHUTW)))
6910 return 1;
6911
6912 chunk_reset(&trash);
6913
6914 /* we have two inner loops here, one for the proxy, the other one for
6915 * the buffer.
6916 */
6917 while (*appctx->ctx.env.var) {
6918 chunk_printf(&trash, "%s\n", *appctx->ctx.env.var);
6919
6920 if (bi_putchk(si_ic(si), &trash) == -1) {
6921 si_applet_cant_put(si);
6922 return 0;
6923 }
6924 if (appctx->st2 == STAT_ST_END)
6925 break;
6926 appctx->ctx.env.var++;
Willy Tarreau74808cb2009-03-04 15:53:18 +01006927 }
6928
6929 /* dump complete */
Willy Tarreau61b34732009-10-03 23:49:35 +02006930 return 1;
Willy Tarreau74808cb2009-03-04 15:53:18 +01006931}
6932
Willy Tarreaud5781202012-09-22 19:32:35 +02006933/* parse the "level" argument on the bind lines */
6934static int bind_parse_level(char **args, int cur_arg, struct proxy *px, struct bind_conf *conf, char **err)
6935{
6936 if (!*args[cur_arg + 1]) {
6937 memprintf(err, "'%s' : missing level", args[cur_arg]);
6938 return ERR_ALERT | ERR_FATAL;
6939 }
6940
6941 if (!strcmp(args[cur_arg+1], "user"))
6942 conf->level = ACCESS_LVL_USER;
6943 else if (!strcmp(args[cur_arg+1], "operator"))
6944 conf->level = ACCESS_LVL_OPER;
6945 else if (!strcmp(args[cur_arg+1], "admin"))
6946 conf->level = ACCESS_LVL_ADMIN;
6947 else {
6948 memprintf(err, "'%s' only supports 'user', 'operator', and 'admin' (got '%s')",
6949 args[cur_arg], args[cur_arg+1]);
6950 return ERR_ALERT | ERR_FATAL;
6951 }
6952
6953 return 0;
6954}
6955
Willy Tarreau30576452015-04-13 13:50:30 +02006956struct applet http_stats_applet = {
Willy Tarreau3fdb3662012-11-12 00:42:33 +01006957 .obj_type = OBJ_TYPE_APPLET,
Willy Tarreaub24281b2011-02-13 13:16:36 +01006958 .name = "<STATS>", /* used for logging */
6959 .fct = http_stats_io_handler,
Aman Gupta9a13e842012-04-02 18:57:53 -07006960 .release = NULL,
Willy Tarreaub24281b2011-02-13 13:16:36 +01006961};
6962
Willy Tarreau30576452015-04-13 13:50:30 +02006963static struct applet cli_applet = {
Willy Tarreau3fdb3662012-11-12 00:42:33 +01006964 .obj_type = OBJ_TYPE_APPLET,
Willy Tarreaub24281b2011-02-13 13:16:36 +01006965 .name = "<CLI>", /* used for logging */
6966 .fct = cli_io_handler,
Willy Tarreau5f9a8772012-11-26 02:22:40 +01006967 .release = cli_release_handler,
Willy Tarreaub24281b2011-02-13 13:16:36 +01006968};
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006969
Willy Tarreaudc13c112013-06-21 23:16:39 +02006970static struct cfg_kw_list cfg_kws = {ILH, {
Willy Tarreau10522fd2008-07-09 20:12:41 +02006971 { CFG_GLOBAL, "stats", stats_parse_global },
6972 { 0, NULL, NULL },
6973}};
6974
Willy Tarreaud5781202012-09-22 19:32:35 +02006975static struct bind_kw_list bind_kws = { "STAT", { }, {
6976 { "level", bind_parse_level, 1 }, /* set the unix socket admin level */
6977 { NULL, NULL, 0 },
6978}};
6979
Willy Tarreau10522fd2008-07-09 20:12:41 +02006980__attribute__((constructor))
6981static void __dumpstats_module_init(void)
6982{
6983 cfg_register_keywords(&cfg_kws);
Willy Tarreaud5781202012-09-22 19:32:35 +02006984 bind_register_keywords(&bind_kws);
Willy Tarreau10522fd2008-07-09 20:12:41 +02006985}
6986
Willy Tarreau91861262007-10-17 17:06:05 +02006987/*
6988 * Local variables:
6989 * c-indent-level: 8
6990 * c-basic-offset: 8
6991 * End:
6992 */