blob: bfd5b5cddbe0c47f46316e52ecdebb0cb6aa76be [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
Willy Tarreauc4832de2016-01-11 18:12:26 +0100134/* These are the field names for each INF_* field position. Please pay attention
135 * to always use the exact same name except that the strings for new names must
136 * be lower case or CamelCase while the enum entries must be upper case.
137 */
138const char *info_field_names[INF_TOTAL_FIELDS] = {
139 [INF_NAME] = "Name",
140 [INF_VERSION] = "Version",
141 [INF_RELEASE_DATE] = "Release_date",
142 [INF_NBPROC] = "Nbproc",
143 [INF_PROCESS_NUM] = "Process_num",
144 [INF_PID] = "Pid",
145 [INF_UPTIME] = "Uptime",
146 [INF_UPTIME_SEC] = "Uptime_sec",
147 [INF_MEMMAX_MB] = "Memmax_MB",
148 [INF_POOL_ALLOC_MB] = "PoolAlloc_MB",
149 [INF_POOL_USED_MB] = "PoolUsed_MB",
150 [INF_POOL_FAILED] = "PoolFailed",
151 [INF_ULIMIT_N] = "Ulimit-n",
152 [INF_MAXSOCK] = "Maxsock",
153 [INF_MAXCONN] = "Maxconn",
154 [INF_HARD_MAXCONN] = "Hard_maxconn",
155 [INF_CURR_CONN] = "CurrConns",
156 [INF_CUM_CONN] = "CumConns",
157 [INF_CUM_REQ] = "CumReq",
158 [INF_MAX_SSL_CONNS] = "MaxSslConns",
159 [INF_CURR_SSL_CONNS] = "CurrSslConns",
160 [INF_CUM_SSL_CONNS] = "CumSslConns",
161 [INF_MAXPIPES] = "Maxpipes",
162 [INF_PIPES_USED] = "PipesUsed",
163 [INF_PIPES_FREE] = "PipesFree",
164 [INF_CONN_RATE] = "ConnRate",
165 [INF_CONN_RATE_LIMIT] = "ConnRateLimit",
166 [INF_MAX_CONN_RATE] = "MaxConnRate",
167 [INF_SESS_RATE] = "SessRate",
168 [INF_SESS_RATE_LIMIT] = "SessRateLimit",
169 [INF_MAX_SESS_RATE] = "MaxSessRate",
170 [INF_SSL_RATE] = "SslRate",
171 [INF_SSL_RATE_LIMIT] = "SslRateLimit",
172 [INF_MAX_SSL_RATE] = "MaxSslRate",
173 [INF_SSL_FRONTEND_KEY_RATE] = "SslFrontendKeyRate",
174 [INF_SSL_FRONTEND_MAX_KEY_RATE] = "SslFrontendMaxKeyRate",
175 [INF_SSL_FRONTEND_SESSION_REUSE_PCT] = "SslFrontendSessionReuse_pct",
176 [INF_SSL_BACKEND_KEY_RATE] = "SslBackendKeyRate",
177 [INF_SSL_BACKEND_MAX_KEY_RATE] = "SslBackendMaxKeyRate",
178 [INF_SSL_CACHE_LOOKUPS] = "SslCacheLookups",
179 [INF_SSL_CACHE_MISSES] = "SslCacheMisses",
180 [INF_COMPRESS_BPS_IN] = "CompressBpsIn",
181 [INF_COMPRESS_BPS_OUT] = "CompressBpsOut",
182 [INF_COMPRESS_BPS_RATE_LIM] = "CompressBpsRateLim",
183 [INF_ZLIB_MEM_USAGE] = "ZlibMemUsage",
184 [INF_MAX_ZLIB_MEM_USAGE] = "MaxZlibMemUsage",
185 [INF_TASKS] = "Tasks",
186 [INF_RUN_QUEUE] = "Run_queue",
187 [INF_IDLE_PCT] = "Idle_pct",
188 [INF_NODE] = "node",
189 [INF_DESCRIPTION] = "description",
190};
191
192/* one line of stats */
193static struct field info[INF_TOTAL_FIELDS];
194
Willy Tarreau8e205142016-01-04 17:23:25 +0100195/* These are the field names for each ST_F_* field position. Please pay attention
196 * to always use the exact same name except that the strings must be lower case
197 * while the enum entries must be upper case.
198 */
199const char *stat_field_names[ST_F_TOTAL_FIELDS] = {
200 [ST_F_PXNAME] = "pxname",
201 [ST_F_SVNAME] = "svname",
202 [ST_F_QCUR] = "qcur",
203 [ST_F_QMAX] = "qmax",
204 [ST_F_SCUR] = "scur",
205 [ST_F_SMAX] = "smax",
206 [ST_F_SLIM] = "slim",
207 [ST_F_STOT] = "stot",
208 [ST_F_BIN] = "bin",
209 [ST_F_BOUT] = "bout",
210 [ST_F_DREQ] = "dreq",
211 [ST_F_DRESP] = "dresp",
212 [ST_F_EREQ] = "ereq",
213 [ST_F_ECON] = "econ",
214 [ST_F_ERESP] = "eresp",
215 [ST_F_WRETR] = "wretr",
216 [ST_F_WREDIS] = "wredis",
217 [ST_F_STATUS] = "status",
218 [ST_F_WEIGHT] = "weight",
219 [ST_F_ACT] = "act",
220 [ST_F_BCK] = "bck",
221 [ST_F_CHKFAIL] = "chkfail",
222 [ST_F_CHKDOWN] = "chkdown",
223 [ST_F_LASTCHG] = "lastchg",
224 [ST_F_DOWNTIME] = "downtime",
225 [ST_F_QLIMIT] = "qlimit",
226 [ST_F_PID] = "pid",
227 [ST_F_IID] = "iid",
228 [ST_F_SID] = "sid",
229 [ST_F_THROTTLE] = "throttle",
230 [ST_F_LBTOT] = "lbtot",
231 [ST_F_TRACKED] = "tracked",
232 [ST_F_TYPE] = "type",
233 [ST_F_RATE] = "rate",
234 [ST_F_RATE_LIM] = "rate_lim",
235 [ST_F_RATE_MAX] = "rate_max",
236 [ST_F_CHECK_STATUS] = "check_status",
237 [ST_F_CHECK_CODE] = "check_code",
238 [ST_F_CHECK_DURATION] = "check_duration",
239 [ST_F_HRSP_1XX] = "hrsp_1xx",
240 [ST_F_HRSP_2XX] = "hrsp_2xx",
241 [ST_F_HRSP_3XX] = "hrsp_3xx",
242 [ST_F_HRSP_4XX] = "hrsp_4xx",
243 [ST_F_HRSP_5XX] = "hrsp_5xx",
244 [ST_F_HRSP_OTHER] = "hrsp_other",
245 [ST_F_HANAFAIL] = "hanafail",
246 [ST_F_REQ_RATE] = "req_rate",
247 [ST_F_REQ_RATE_MAX] = "req_rate_max",
248 [ST_F_REQ_TOT] = "req_tot",
249 [ST_F_CLI_ABRT] = "cli_abrt",
250 [ST_F_SRV_ABRT] = "srv_abrt",
251 [ST_F_COMP_IN] = "comp_in",
252 [ST_F_COMP_OUT] = "comp_out",
253 [ST_F_COMP_BYP] = "comp_byp",
254 [ST_F_COMP_RSP] = "comp_rsp",
255 [ST_F_LASTSESS] = "lastsess",
256 [ST_F_LAST_CHK] = "last_chk",
257 [ST_F_LAST_AGT] = "last_agt",
258 [ST_F_QTIME] = "qtime",
259 [ST_F_CTIME] = "ctime",
260 [ST_F_RTIME] = "rtime",
261 [ST_F_TTIME] = "ttime",
Willy Tarreau7f618842016-01-08 11:40:03 +0100262 [ST_F_AGENT_STATUS] = "agent_status",
263 [ST_F_AGENT_CODE] = "agent_code",
264 [ST_F_AGENT_DURATION] = "agent_duration",
Willy Tarreaudd7354b2016-01-08 13:47:26 +0100265 [ST_F_CHECK_DESC] = "check_desc",
266 [ST_F_AGENT_DESC] = "agent_desc",
Willy Tarreau3141f592016-01-08 14:25:28 +0100267 [ST_F_CHECK_RISE] = "check_rise",
268 [ST_F_CHECK_FALL] = "check_fall",
269 [ST_F_CHECK_HEALTH] = "check_health",
270 [ST_F_AGENT_RISE] = "agent_rise",
271 [ST_F_AGENT_FALL] = "agent_fall",
272 [ST_F_AGENT_HEALTH] = "agent_health",
Willy Tarreau3a4ec3a2016-01-08 15:35:43 +0100273 [ST_F_ADDR] = "addr",
Willy Tarreaue4847c62016-01-08 15:43:54 +0100274 [ST_F_COOKIE] = "cookie",
Willy Tarreauf8211df2016-01-11 14:09:38 +0100275 [ST_F_MODE] = "mode",
Willy Tarreauf1516d92016-01-11 14:48:36 +0100276 [ST_F_ALGO] = "algo",
Willy Tarreauc73810f2016-01-11 13:52:04 +0100277 [ST_F_CONN_RATE] = "conn_rate",
278 [ST_F_CONN_RATE_MAX] = "conn_rate_max",
279 [ST_F_CONN_TOT] = "conn_tot",
Willy Tarreau5b9bdff2016-01-11 14:40:47 +0100280 [ST_F_INTERCEPTED] = "intercepted",
Willy Tarreau8e205142016-01-04 17:23:25 +0100281};
282
Willy Tarreau82a86022016-01-04 19:04:18 +0100283/* one line of stats */
284static struct field stats[ST_F_TOTAL_FIELDS];
285
Baptiste Assmann9b6857e2015-09-18 14:49:12 +0200286static int stats_dump_backend_to_buffer(struct stream_interface *si);
Willy Tarreauae795722016-02-16 11:27:28 +0100287static int stats_dump_env_to_buffer(struct stream_interface *si);
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +0100288static int stats_dump_info_to_buffer(struct stream_interface *si);
Baptiste Assmann28289462015-07-03 08:01:20 +0200289static int stats_dump_servers_state_to_buffer(struct stream_interface *si);
Willy Tarreau12833bb2014-01-28 16:49:56 +0100290static int stats_dump_pools_to_buffer(struct stream_interface *si);
Willy Tarreau87b09662015-04-03 00:22:06 +0200291static int stats_dump_full_sess_to_buffer(struct stream_interface *si, struct stream *sess);
Simon Horman9bd2c732011-06-15 15:18:44 +0900292static int stats_dump_sess_to_buffer(struct stream_interface *si);
293static int stats_dump_errors_to_buffer(struct stream_interface *si);
Willy Tarreau44455022012-12-05 23:01:12 +0100294static int stats_table_request(struct stream_interface *si, int show);
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +0100295static int stats_dump_proxy_to_buffer(struct stream_interface *si, struct proxy *px, struct uri_auth *uri);
296static int stats_dump_stat_to_buffer(struct stream_interface *si, struct uri_auth *uri);
Baptiste Assmann3863f972015-05-17 00:33:24 +0200297static int stats_dump_resolvers_to_buffer(struct stream_interface *si);
Thierry FOURNIER1e00d382014-02-11 11:31:40 +0100298static int stats_pats_list(struct stream_interface *si);
299static int stats_pat_list(struct stream_interface *si);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +0100300static int stats_map_lookup(struct stream_interface *si);
Nenad Merdanovic200b0fa2015-05-09 08:46:01 +0200301#if (defined SSL_CTRL_SET_TLSEXT_TICKET_KEY_CB && TLS_TICKETS_NO > 0)
302static int stats_tlskeys_list(struct stream_interface *si);
303#endif
Willy Tarreau00a37f02015-04-13 12:05:19 +0200304static void cli_release_handler(struct appctx *appctx);
Simon Horman9bd2c732011-06-15 15:18:44 +0900305
Baptiste Assmann28289462015-07-03 08:01:20 +0200306static void dump_servers_state(struct proxy *backend, struct chunk *buf);
307
Willy Tarreaud9bdcd52012-12-22 20:31:10 +0100308/*
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +0100309 * cli_io_handler()
310 * -> stats_dump_sess_to_buffer() // "show sess"
311 * -> stats_dump_errors_to_buffer() // "show errors"
312 * -> stats_dump_info_to_buffer() // "show info"
Baptiste Assmann9b6857e2015-09-18 14:49:12 +0200313 * -> stats_dump_backend_to_buffer() // "show backend"
Baptiste Assmann28289462015-07-03 08:01:20 +0200314 * -> stats_dump_servers_state_to_buffer() // "show servers state [<backend name>]"
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +0100315 * -> stats_dump_stat_to_buffer() // "show stat"
Baptiste Assmann3863f972015-05-17 00:33:24 +0200316 * -> stats_dump_resolvers_to_buffer() // "show stat resolver <id>"
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +0100317 * -> stats_dump_csv_header()
318 * -> stats_dump_proxy_to_buffer()
319 * -> stats_dump_fe_stats()
320 * -> stats_dump_li_stats()
321 * -> stats_dump_sv_stats()
322 * -> stats_dump_be_stats()
323 *
324 * http_stats_io_handler()
325 * -> stats_dump_stat_to_buffer() // same as above, but used for CSV or HTML
326 * -> stats_dump_csv_header() // emits the CSV headers (same as above)
327 * -> stats_dump_html_head() // emits the HTML headers
328 * -> stats_dump_html_info() // emits the equivalent of "show info" at the top
329 * -> stats_dump_proxy_to_buffer() // same as above, valid for CSV and HTML
330 * -> stats_dump_html_px_hdr()
331 * -> stats_dump_fe_stats()
332 * -> stats_dump_li_stats()
333 * -> stats_dump_sv_stats()
334 * -> stats_dump_be_stats()
335 * -> stats_dump_html_px_end()
336 * -> stats_dump_html_end() // emits HTML trailer
Willy Tarreaud9bdcd52012-12-22 20:31:10 +0100337 */
338
Willy Tarreau30576452015-04-13 13:50:30 +0200339static struct applet cli_applet;
Simon Horman9bd2c732011-06-15 15:18:44 +0900340
341static const char stats_sock_usage_msg[] =
Krzysztof Piotr Oledzki719e7262009-10-04 15:02:46 +0200342 "Unknown command. Please enter one of the following commands only :\n"
Willy Tarreau2f6bf2b2009-10-10 15:26:26 +0200343 " clear counters : clear max statistics counters (add 'all' for all counters)\n"
Willy Tarreau88ee3972010-07-13 13:48:00 +0200344 " clear table : remove an entry from a table\n"
Krzysztof Piotr Oledzki719e7262009-10-04 15:02:46 +0200345 " help : this message\n"
346 " prompt : toggle interactive mode with prompt\n"
347 " quit : disconnect\n"
Baptiste Assmann9b6857e2015-09-18 14:49:12 +0200348 " show backend : list backends in the current running config\n"
Willy Tarreauae795722016-02-16 11:27:28 +0100349 " show env [var] : dump environment variables known to the process\n"
Krzysztof Piotr Oledzki719e7262009-10-04 15:02:46 +0200350 " show info : report information about the running process\n"
Willy Tarreau12833bb2014-01-28 16:49:56 +0100351 " show pools : report information about the memory pools usage\n"
Krzysztof Piotr Oledzki719e7262009-10-04 15:02:46 +0200352 " show stat : report counters for each proxy and server\n"
353 " show errors : report last request and response errors for each proxy\n"
Willy Tarreau66dc20a2010-03-05 17:53:32 +0100354 " show sess [id] : report the list of current sessions or dump this session\n"
Willy Tarreau69f58c82010-07-12 17:55:33 +0200355 " show table [id]: report table usage stats or dump this table's contents\n"
Baptiste Assmann28289462015-07-03 08:01:20 +0200356 " show servers state [id]: dump volatile server information (for backend <id>)\n"
Willy Tarreau38338fa2009-10-10 18:37:29 +0200357 " get weight : report a server's current weight\n"
Willy Tarreau4483d432009-10-10 19:30:08 +0200358 " set weight : change a server's weight\n"
Baptiste Assmann3d8f8312015-04-13 22:54:33 +0200359 " set server : change a server's state, weight or address\n"
Willy Tarreau654694e2012-06-07 01:03:16 +0200360 " set table [id] : update or create a table entry's data\n"
Willy Tarreau7aabd112010-01-26 10:59:06 +0100361 " set timeout : change a timeout setting\n"
Willy Tarreau2a0f4d22011-08-02 11:49:05 +0200362 " set maxconn : change a maxconn setting\n"
Willy Tarreauf5b22872011-09-07 16:13:44 +0200363 " set rate-limit : change a rate limiting value\n"
Willy Tarreaua295edc2011-09-07 23:21:03 +0200364 " disable : put a server or frontend in maintenance mode\n"
365 " enable : re-enable a server or frontend which is in maintenance mode\n"
366 " shutdown : kill a session or a frontend (eg:to release listening ports)\n"
Thierry FOURNIER1e00d382014-02-11 11:31:40 +0100367 " show acl [id] : report avalaible acls or dump an acl's contents\n"
368 " get acl : reports the patterns matching a sample for an ACL\n"
369 " add acl : add acl entry\n"
370 " del acl : delete acl entry\n"
371 " clear acl <id> : clear the content of this acl\n"
Thierry FOURNIER1432a0c2014-03-11 13:42:38 +0100372 " show map [id] : report avalaible maps or dump a map's contents\n"
373 " get map : reports the keys and values matching a sample for a map\n"
374 " set map : modify map entry\n"
375 " add map : add map entry\n"
376 " del map : delete map entry\n"
377 " clear map <id> : clear the content of this map\n"
Emeric Brun4147b2e2014-06-16 18:36:30 +0200378 " set ssl <stmt> : set statement for ssl\n"
Willy Tarreau9a42c0d2009-09-22 19:31:03 +0200379 "";
Willy Tarreau5ca791d2009-08-16 19:06:42 +0200380
Simon Horman9bd2c732011-06-15 15:18:44 +0900381static const char stats_permission_denied_msg[] =
Willy Tarreau6162db22009-10-10 17:13:00 +0200382 "Permission denied\n"
383 "";
384
Willy Tarreau295a8372011-03-10 11:25:07 +0100385/* data transmission states for the stats responses */
386enum {
387 STAT_ST_INIT = 0,
388 STAT_ST_HEAD,
389 STAT_ST_INFO,
390 STAT_ST_LIST,
391 STAT_ST_END,
392 STAT_ST_FIN,
393};
394
395/* data transmission states for the stats responses inside a proxy */
396enum {
397 STAT_PX_ST_INIT = 0,
398 STAT_PX_ST_TH,
399 STAT_PX_ST_FE,
400 STAT_PX_ST_LI,
401 STAT_PX_ST_SV,
402 STAT_PX_ST_BE,
403 STAT_PX_ST_END,
404 STAT_PX_ST_FIN,
405};
406
Cyril Bonté19979e12012-04-04 12:57:21 +0200407extern const char *stat_status_codes[];
408
Willy Tarreau07e9e642010-08-17 21:48:17 +0200409/* allocate a new stats frontend named <name>, and return it
410 * (or NULL in case of lack of memory).
411 */
Willy Tarreaua020fbd2012-09-18 20:05:00 +0200412static struct proxy *alloc_stats_fe(const char *name, const char *file, int line)
Willy Tarreau07e9e642010-08-17 21:48:17 +0200413{
414 struct proxy *fe;
415
Vincent Bernat02779b62016-04-03 13:48:43 +0200416 fe = calloc(1, sizeof(*fe));
Willy Tarreau07e9e642010-08-17 21:48:17 +0200417 if (!fe)
418 return NULL;
419
Willy Tarreau237250c2011-07-29 01:49:03 +0200420 init_new_proxy(fe);
Willy Tarreau050536d2012-10-04 08:47:34 +0200421 fe->next = proxy;
422 proxy = fe;
Willy Tarreau07e9e642010-08-17 21:48:17 +0200423 fe->last_change = now.tv_sec;
424 fe->id = strdup("GLOBAL");
425 fe->cap = PR_CAP_FE;
Willy Tarreauc2adf8b2011-09-07 12:13:34 +0200426 fe->maxconn = 10; /* default to 10 concurrent connections */
427 fe->timeout.client = MS_TO_TICKS(10000); /* default timeout of 10 seconds */
Willy Tarreaua020fbd2012-09-18 20:05:00 +0200428 fe->conf.file = strdup(file);
429 fe->conf.line = line;
Willy Tarreau32b60d42015-03-13 16:14:57 +0100430 fe->accept = frontend_accept;
Willy Tarreauf87ab942015-03-13 15:55:16 +0100431 fe->default_target = &cli_applet.obj_type;
Willy Tarreau050536d2012-10-04 08:47:34 +0200432
433 /* the stats frontend is the only one able to assign ID #0 */
434 fe->conf.id.key = fe->uuid = 0;
435 eb32_insert(&used_proxy_id, &fe->conf.id);
Willy Tarreau07e9e642010-08-17 21:48:17 +0200436 return fe;
437}
438
Willy Tarreaufbee7132007-10-18 13:53:22 +0200439/* This function parses a "stats" statement in the "global" section. It returns
Willy Tarreau0a3dd742012-05-08 19:47:01 +0200440 * -1 if there is any error, otherwise zero. If it returns -1, it will write an
441 * error message into the <err> buffer which will be preallocated. The trailing
442 * '\n' must not be written. The function must be called with <args> pointing to
443 * the first word after "stats".
Willy Tarreaufbee7132007-10-18 13:53:22 +0200444 */
Willy Tarreau10522fd2008-07-09 20:12:41 +0200445static int stats_parse_global(char **args, int section_type, struct proxy *curpx,
Willy Tarreau28a47d62012-09-18 20:02:48 +0200446 struct proxy *defpx, const char *file, int line,
447 char **err)
Willy Tarreaufbee7132007-10-18 13:53:22 +0200448{
Willy Tarreau4348fad2012-09-20 16:48:07 +0200449 struct bind_conf *bind_conf;
Willy Tarreauc53d4222012-09-20 20:19:28 +0200450 struct listener *l;
Willy Tarreau4348fad2012-09-20 16:48:07 +0200451
Willy Tarreau0a3dd742012-05-08 19:47:01 +0200452 if (!strcmp(args[1], "socket")) {
Willy Tarreaufbee7132007-10-18 13:53:22 +0200453 int cur_arg;
454
Willy Tarreau0a3dd742012-05-08 19:47:01 +0200455 if (*args[2] == 0) {
Willy Tarreauc53d4222012-09-20 20:19:28 +0200456 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 +0200457 return -1;
458 }
459
Willy Tarreau89a63132009-08-16 17:41:45 +0200460 if (!global.stats_fe) {
Willy Tarreaua020fbd2012-09-18 20:05:00 +0200461 if ((global.stats_fe = alloc_stats_fe("GLOBAL", file, line)) == NULL) {
Willy Tarreau0a3dd742012-05-08 19:47:01 +0200462 memprintf(err, "'%s %s' : out of memory trying to allocate a frontend", args[0], args[1]);
Willy Tarreau89a63132009-08-16 17:41:45 +0200463 return -1;
464 }
Willy Tarreau89a63132009-08-16 17:41:45 +0200465 }
466
Willy Tarreau4348fad2012-09-20 16:48:07 +0200467 bind_conf = bind_conf_alloc(&global.stats_fe->conf.bind, file, line, args[2]);
Willy Tarreau290e63a2012-09-20 18:07:14 +0200468 bind_conf->level = ACCESS_LVL_OPER; /* default access level */
Willy Tarreau4348fad2012-09-20 16:48:07 +0200469
Willy Tarreauc53d4222012-09-20 20:19:28 +0200470 if (!str2listener(args[2], global.stats_fe, bind_conf, file, line, err)) {
471 memprintf(err, "parsing [%s:%d] : '%s %s' : %s\n",
472 file, line, args[0], args[1], err && *err ? *err : "error");
473 return -1;
474 }
Willy Tarreaufbee7132007-10-18 13:53:22 +0200475
Willy Tarreau0a3dd742012-05-08 19:47:01 +0200476 cur_arg = 3;
Willy Tarreaufbee7132007-10-18 13:53:22 +0200477 while (*args[cur_arg]) {
Willy Tarreaud5781202012-09-22 19:32:35 +0200478 static int bind_dumped;
479 struct bind_kw *kw;
480
481 kw = bind_find_kw(args[cur_arg]);
482 if (kw) {
483 if (!kw->parse) {
484 memprintf(err, "'%s %s' : '%s' option is not implemented in this version (check build options).",
485 args[0], args[1], args[cur_arg]);
Willy Tarreaufbee7132007-10-18 13:53:22 +0200486 return -1;
487 }
Willy Tarreaud5781202012-09-22 19:32:35 +0200488
Willy Tarreau061b5de2015-10-13 15:06:57 +0200489 if (kw->parse(args, cur_arg, global.stats_fe, bind_conf, err) != 0) {
Willy Tarreaud5781202012-09-22 19:32:35 +0200490 if (err && *err)
491 memprintf(err, "'%s %s' : '%s'", args[0], args[1], *err);
492 else
493 memprintf(err, "'%s %s' : error encountered while processing '%s'",
494 args[0], args[1], args[cur_arg]);
Willy Tarreau6162db22009-10-10 17:13:00 +0200495 return -1;
496 }
Willy Tarreaud5781202012-09-22 19:32:35 +0200497
498 cur_arg += 1 + kw->skip;
499 continue;
Willy Tarreau6162db22009-10-10 17:13:00 +0200500 }
Willy Tarreaud5781202012-09-22 19:32:35 +0200501
502 if (!bind_dumped) {
503 bind_dump_kws(err);
504 indent_msg(err, 4);
505 bind_dumped = 1;
Willy Tarreaufbee7132007-10-18 13:53:22 +0200506 }
Willy Tarreaud5781202012-09-22 19:32:35 +0200507
508 memprintf(err, "'%s %s' : unknown keyword '%s'.%s%s",
509 args[0], args[1], args[cur_arg],
510 err && *err ? " Registered keywords :" : "", err && *err ? *err : "");
511 return -1;
Willy Tarreaufbee7132007-10-18 13:53:22 +0200512 }
Willy Tarreaub1356cf2008-12-07 16:06:43 +0100513
Willy Tarreauc53d4222012-09-20 20:19:28 +0200514 list_for_each_entry(l, &bind_conf->listeners, by_bind) {
515 l->maxconn = global.stats_fe->maxconn;
516 l->backlog = global.stats_fe->backlog;
Willy Tarreau9903f0e2015-04-04 18:50:31 +0200517 l->accept = session_accept_fd;
Willy Tarreau87b09662015-04-03 00:22:06 +0200518 l->handler = process_stream;
Willy Tarreau10b688f2015-03-13 16:43:12 +0100519 l->default_target = global.stats_fe->default_target;
Willy Tarreauc53d4222012-09-20 20:19:28 +0200520 l->options |= LI_O_UNLIMITED; /* don't make the peers subject to global limits */
521 l->nice = -64; /* we want to boost priority for local stats */
522 global.maxsock += l->maxconn;
523 }
Willy Tarreaufbee7132007-10-18 13:53:22 +0200524 }
Willy Tarreau0a3dd742012-05-08 19:47:01 +0200525 else if (!strcmp(args[1], "timeout")) {
Willy Tarreaub3f32f52007-12-02 22:15:14 +0100526 unsigned timeout;
Willy Tarreau0a3dd742012-05-08 19:47:01 +0200527 const char *res = parse_time_err(args[2], &timeout, TIME_UNIT_MS);
Willy Tarreaub3f32f52007-12-02 22:15:14 +0100528
529 if (res) {
Willy Tarreau0a3dd742012-05-08 19:47:01 +0200530 memprintf(err, "'%s %s' : unexpected character '%c'", args[0], args[1], *res);
Willy Tarreaub3f32f52007-12-02 22:15:14 +0100531 return -1;
532 }
Willy Tarreaufbee7132007-10-18 13:53:22 +0200533
Willy Tarreaub3f32f52007-12-02 22:15:14 +0100534 if (!timeout) {
Willy Tarreau0a3dd742012-05-08 19:47:01 +0200535 memprintf(err, "'%s %s' expects a positive value", args[0], args[1]);
Willy Tarreaufbee7132007-10-18 13:53:22 +0200536 return -1;
537 }
Willy Tarreau07e9e642010-08-17 21:48:17 +0200538 if (!global.stats_fe) {
Willy Tarreaua020fbd2012-09-18 20:05:00 +0200539 if ((global.stats_fe = alloc_stats_fe("GLOBAL", file, line)) == NULL) {
Willy Tarreau0a3dd742012-05-08 19:47:01 +0200540 memprintf(err, "'%s %s' : out of memory trying to allocate a frontend", args[0], args[1]);
Willy Tarreau07e9e642010-08-17 21:48:17 +0200541 return -1;
542 }
543 }
Willy Tarreau89a63132009-08-16 17:41:45 +0200544 global.stats_fe->timeout.client = MS_TO_TICKS(timeout);
Willy Tarreaufbee7132007-10-18 13:53:22 +0200545 }
Willy Tarreau0a3dd742012-05-08 19:47:01 +0200546 else if (!strcmp(args[1], "maxconn")) {
547 int maxconn = atol(args[2]);
Willy Tarreaufbee7132007-10-18 13:53:22 +0200548
549 if (maxconn <= 0) {
Willy Tarreau0a3dd742012-05-08 19:47:01 +0200550 memprintf(err, "'%s %s' expects a positive value", args[0], args[1]);
Willy Tarreaufbee7132007-10-18 13:53:22 +0200551 return -1;
552 }
Willy Tarreauc2adf8b2011-09-07 12:13:34 +0200553
554 if (!global.stats_fe) {
Willy Tarreaua020fbd2012-09-18 20:05:00 +0200555 if ((global.stats_fe = alloc_stats_fe("GLOBAL", file, line)) == NULL) {
Willy Tarreau0a3dd742012-05-08 19:47:01 +0200556 memprintf(err, "'%s %s' : out of memory trying to allocate a frontend", args[0], args[1]);
Willy Tarreauc2adf8b2011-09-07 12:13:34 +0200557 return -1;
558 }
559 }
560 global.stats_fe->maxconn = maxconn;
Willy Tarreaufbee7132007-10-18 13:53:22 +0200561 }
Willy Tarreau35b7b162012-10-22 23:17:18 +0200562 else if (!strcmp(args[1], "bind-process")) { /* enable the socket only on some processes */
563 int cur_arg = 2;
Willy Tarreaua9db57e2013-01-18 11:29:29 +0100564 unsigned long set = 0;
Willy Tarreau35b7b162012-10-22 23:17:18 +0200565
Willy Tarreau91319572013-04-20 09:48:50 +0200566 if (!global.stats_fe) {
567 if ((global.stats_fe = alloc_stats_fe("GLOBAL", file, line)) == NULL) {
568 memprintf(err, "'%s %s' : out of memory trying to allocate a frontend", args[0], args[1]);
569 return -1;
570 }
571 }
572
Willy Tarreau35b7b162012-10-22 23:17:18 +0200573 while (*args[cur_arg]) {
Willy Tarreau110ecc12012-11-15 17:50:01 +0100574 unsigned int low, high;
575
Willy Tarreau35b7b162012-10-22 23:17:18 +0200576 if (strcmp(args[cur_arg], "all") == 0) {
577 set = 0;
578 break;
579 }
580 else if (strcmp(args[cur_arg], "odd") == 0) {
Willy Tarreaua9db57e2013-01-18 11:29:29 +0100581 set |= ~0UL/3UL; /* 0x555....555 */
Willy Tarreau35b7b162012-10-22 23:17:18 +0200582 }
583 else if (strcmp(args[cur_arg], "even") == 0) {
Willy Tarreaua9db57e2013-01-18 11:29:29 +0100584 set |= (~0UL/3UL) << 1; /* 0xAAA...AAA */
Willy Tarreau35b7b162012-10-22 23:17:18 +0200585 }
Willy Tarreau83d84cf2012-11-22 01:04:31 +0100586 else if (isdigit((int)*args[cur_arg])) {
Willy Tarreau110ecc12012-11-15 17:50:01 +0100587 char *dash = strchr(args[cur_arg], '-');
588
589 low = high = str2uic(args[cur_arg]);
590 if (dash)
591 high = str2uic(dash + 1);
592
593 if (high < low) {
594 unsigned int swap = low;
595 low = high;
596 high = swap;
597 }
598
Willy Tarreaua9db57e2013-01-18 11:29:29 +0100599 if (low < 1 || high > LONGBITS) {
600 memprintf(err, "'%s %s' supports process numbers from 1 to %d.\n",
601 args[0], args[1], LONGBITS);
Willy Tarreau35b7b162012-10-22 23:17:18 +0200602 return -1;
603 }
Willy Tarreau110ecc12012-11-15 17:50:01 +0100604 while (low <= high)
Willy Tarreaua9db57e2013-01-18 11:29:29 +0100605 set |= 1UL << (low++ - 1);
Willy Tarreau110ecc12012-11-15 17:50:01 +0100606 }
607 else {
608 memprintf(err,
Willy Tarreaua9db57e2013-01-18 11:29:29 +0100609 "'%s %s' expects 'all', 'odd', 'even', or a list of process ranges with numbers from 1 to %d.\n",
610 args[0], args[1], LONGBITS);
Willy Tarreau110ecc12012-11-15 17:50:01 +0100611 return -1;
Willy Tarreau35b7b162012-10-22 23:17:18 +0200612 }
613 cur_arg++;
614 }
615 global.stats_fe->bind_proc = set;
616 }
Willy Tarreaufbee7132007-10-18 13:53:22 +0200617 else {
Willy Tarreau35b7b162012-10-22 23:17:18 +0200618 memprintf(err, "'%s' only supports 'socket', 'maxconn', 'bind-process' and 'timeout' (got '%s')", args[0], args[1]);
Willy Tarreaufbee7132007-10-18 13:53:22 +0200619 return -1;
620 }
621 return 0;
622}
623
Willy Tarreaud9bdcd52012-12-22 20:31:10 +0100624/* Dumps the stats CSV header to the trash buffer which. The caller is responsible
625 * for clearing it if needed.
Willy Tarreauf522f3d2014-02-10 22:22:49 +0100626 * NOTE: Some tools happen to rely on the field position instead of its name,
627 * so please only append new fields at the end, never in the middle.
Willy Tarreaud9bdcd52012-12-22 20:31:10 +0100628 */
629static void stats_dump_csv_header()
Willy Tarreau4bab24d2007-11-30 18:16:29 +0100630{
Willy Tarreauf6142292016-01-04 17:24:29 +0100631 int field;
632
633 chunk_appendf(&trash, "# ");
634 for (field = 0; field < ST_F_TOTAL_FIELDS; field++)
635 chunk_appendf(&trash, "%s,", stat_field_names[field]);
636
637 chunk_appendf(&trash, "\n");
Willy Tarreau4bab24d2007-11-30 18:16:29 +0100638}
639
Simon Hormand9366582011-06-15 15:18:45 +0900640/* print a string of text buffer to <out>. The format is :
641 * Non-printable chars \t, \n, \r and \e are * encoded in C format.
642 * Other non-printable chars are encoded "\xHH". Space and '\' are also escaped.
643 * Print stopped if null char or <bsize> is reached, or if no more place in the chunk.
644 */
645static int dump_text(struct chunk *out, const char *buf, int bsize)
646{
647 unsigned char c;
648 int ptr = 0;
649
650 while (buf[ptr] && ptr < bsize) {
651 c = buf[ptr];
652 if (isprint(c) && isascii(c) && c != '\\' && c != ' ') {
653 if (out->len > out->size - 1)
654 break;
655 out->str[out->len++] = c;
656 }
657 else if (c == '\t' || c == '\n' || c == '\r' || c == '\e' || c == '\\' || c == ' ') {
658 if (out->len > out->size - 2)
659 break;
660 out->str[out->len++] = '\\';
661 switch (c) {
662 case ' ': c = ' '; break;
663 case '\t': c = 't'; break;
664 case '\n': c = 'n'; break;
665 case '\r': c = 'r'; break;
666 case '\e': c = 'e'; break;
667 case '\\': c = '\\'; break;
668 }
669 out->str[out->len++] = c;
670 }
671 else {
672 if (out->len > out->size - 4)
673 break;
674 out->str[out->len++] = '\\';
675 out->str[out->len++] = 'x';
676 out->str[out->len++] = hextab[(c >> 4) & 0xF];
677 out->str[out->len++] = hextab[c & 0xF];
678 }
679 ptr++;
680 }
681
682 return ptr;
683}
684
685/* print a buffer in hexa.
686 * Print stopped if <bsize> is reached, or if no more place in the chunk.
687 */
688static int dump_binary(struct chunk *out, const char *buf, int bsize)
689{
690 unsigned char c;
691 int ptr = 0;
692
693 while (ptr < bsize) {
694 c = buf[ptr];
695
696 if (out->len > out->size - 2)
697 break;
698 out->str[out->len++] = hextab[(c >> 4) & 0xF];
699 out->str[out->len++] = hextab[c & 0xF];
700
701 ptr++;
702 }
703 return ptr;
704}
705
706/* Dump the status of a table to a stream interface's
707 * read buffer. It returns 0 if the output buffer is full
708 * and needs to be called again, otherwise non-zero.
709 */
710static int stats_dump_table_head_to_buffer(struct chunk *msg, struct stream_interface *si,
711 struct proxy *proxy, struct proxy *target)
712{
Willy Tarreau87b09662015-04-03 00:22:06 +0200713 struct stream *s = si_strm(si);
Simon Hormand9366582011-06-15 15:18:45 +0900714
Willy Tarreau77804732012-10-29 16:14:26 +0100715 chunk_appendf(msg, "# table: %s, type: %s, size:%d, used:%d\n",
Simon Hormand9366582011-06-15 15:18:45 +0900716 proxy->id, stktable_types[proxy->table.type].kw, proxy->table.size, proxy->table.current);
717
718 /* any other information should be dumped here */
719
Willy Tarreaud0d8da92015-04-04 02:10:38 +0200720 if (target && strm_li(s)->bind_conf->level < ACCESS_LVL_OPER)
Willy Tarreau77804732012-10-29 16:14:26 +0100721 chunk_appendf(msg, "# contents not dumped due to insufficient privileges\n");
Simon Hormand9366582011-06-15 15:18:45 +0900722
Willy Tarreaubc18da12015-03-13 14:00:47 +0100723 if (bi_putchk(si_ic(si), msg) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +0200724 si_applet_cant_put(si);
Simon Hormand9366582011-06-15 15:18:45 +0900725 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +0100726 }
Simon Hormand9366582011-06-15 15:18:45 +0900727
728 return 1;
729}
730
731/* Dump the a table entry to a stream interface's
732 * read buffer. It returns 0 if the output buffer is full
733 * and needs to be called again, otherwise non-zero.
734 */
735static int stats_dump_table_entry_to_buffer(struct chunk *msg, struct stream_interface *si,
736 struct proxy *proxy, struct stksess *entry)
737{
738 int dt;
739
Willy Tarreau77804732012-10-29 16:14:26 +0100740 chunk_appendf(msg, "%p:", entry);
Simon Hormand9366582011-06-15 15:18:45 +0900741
Thierry FOURNIER5d24ebc2015-07-24 08:46:42 +0200742 if (proxy->table.type == SMP_T_IPV4) {
Simon Hormand9366582011-06-15 15:18:45 +0900743 char addr[INET_ADDRSTRLEN];
744 inet_ntop(AF_INET, (const void *)&entry->key.key, addr, sizeof(addr));
Willy Tarreau77804732012-10-29 16:14:26 +0100745 chunk_appendf(msg, " key=%s", addr);
Simon Hormand9366582011-06-15 15:18:45 +0900746 }
Thierry FOURNIER5d24ebc2015-07-24 08:46:42 +0200747 else if (proxy->table.type == SMP_T_IPV6) {
Simon Hormand9366582011-06-15 15:18:45 +0900748 char addr[INET6_ADDRSTRLEN];
749 inet_ntop(AF_INET6, (const void *)&entry->key.key, addr, sizeof(addr));
Willy Tarreau77804732012-10-29 16:14:26 +0100750 chunk_appendf(msg, " key=%s", addr);
Simon Hormand9366582011-06-15 15:18:45 +0900751 }
Thierry FOURNIER5d24ebc2015-07-24 08:46:42 +0200752 else if (proxy->table.type == SMP_T_SINT) {
Willy Tarreau77804732012-10-29 16:14:26 +0100753 chunk_appendf(msg, " key=%u", *(unsigned int *)entry->key.key);
Simon Hormand9366582011-06-15 15:18:45 +0900754 }
Thierry FOURNIER5d24ebc2015-07-24 08:46:42 +0200755 else if (proxy->table.type == SMP_T_STR) {
Willy Tarreau77804732012-10-29 16:14:26 +0100756 chunk_appendf(msg, " key=");
Simon Hormand9366582011-06-15 15:18:45 +0900757 dump_text(msg, (const char *)entry->key.key, proxy->table.key_size);
758 }
759 else {
Willy Tarreau77804732012-10-29 16:14:26 +0100760 chunk_appendf(msg, " key=");
Simon Hormand9366582011-06-15 15:18:45 +0900761 dump_binary(msg, (const char *)entry->key.key, proxy->table.key_size);
762 }
763
Willy Tarreau77804732012-10-29 16:14:26 +0100764 chunk_appendf(msg, " use=%d exp=%d", entry->ref_cnt - 1, tick_remain(now_ms, entry->expire));
Simon Hormand9366582011-06-15 15:18:45 +0900765
766 for (dt = 0; dt < STKTABLE_DATA_TYPES; dt++) {
767 void *ptr;
768
769 if (proxy->table.data_ofs[dt] == 0)
770 continue;
771 if (stktable_data_types[dt].arg_type == ARG_T_DELAY)
Willy Tarreau77804732012-10-29 16:14:26 +0100772 chunk_appendf(msg, " %s(%d)=", stktable_data_types[dt].name, proxy->table.data_arg[dt].u);
Simon Hormand9366582011-06-15 15:18:45 +0900773 else
Willy Tarreau77804732012-10-29 16:14:26 +0100774 chunk_appendf(msg, " %s=", stktable_data_types[dt].name);
Simon Hormand9366582011-06-15 15:18:45 +0900775
776 ptr = stktable_data_ptr(&proxy->table, entry, dt);
777 switch (stktable_data_types[dt].std_type) {
778 case STD_T_SINT:
Willy Tarreau77804732012-10-29 16:14:26 +0100779 chunk_appendf(msg, "%d", stktable_data_cast(ptr, std_t_sint));
Simon Hormand9366582011-06-15 15:18:45 +0900780 break;
781 case STD_T_UINT:
Willy Tarreau77804732012-10-29 16:14:26 +0100782 chunk_appendf(msg, "%u", stktable_data_cast(ptr, std_t_uint));
Simon Hormand9366582011-06-15 15:18:45 +0900783 break;
784 case STD_T_ULL:
Willy Tarreau77804732012-10-29 16:14:26 +0100785 chunk_appendf(msg, "%lld", stktable_data_cast(ptr, std_t_ull));
Simon Hormand9366582011-06-15 15:18:45 +0900786 break;
787 case STD_T_FRQP:
Willy Tarreau77804732012-10-29 16:14:26 +0100788 chunk_appendf(msg, "%d",
Simon Hormand9366582011-06-15 15:18:45 +0900789 read_freq_ctr_period(&stktable_data_cast(ptr, std_t_frqp),
790 proxy->table.data_arg[dt].u));
791 break;
792 }
793 }
Willy Tarreau77804732012-10-29 16:14:26 +0100794 chunk_appendf(msg, "\n");
Simon Hormand9366582011-06-15 15:18:45 +0900795
Willy Tarreaubc18da12015-03-13 14:00:47 +0100796 if (bi_putchk(si_ic(si), msg) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +0200797 si_applet_cant_put(si);
Simon Hormand9366582011-06-15 15:18:45 +0900798 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +0100799 }
Simon Hormand9366582011-06-15 15:18:45 +0900800
801 return 1;
802}
803
Willy Tarreaudec98142012-06-06 23:37:08 +0200804static void stats_sock_table_key_request(struct stream_interface *si, char **args, int action)
Simon Horman121f3052011-06-15 15:18:46 +0900805{
Willy Tarreau87b09662015-04-03 00:22:06 +0200806 struct stream *s = si_strm(si);
Willy Tarreau7b4b4992013-12-01 09:15:12 +0100807 struct appctx *appctx = __objt_appctx(si->end);
808 struct proxy *px = appctx->ctx.table.target;
Simon Horman121f3052011-06-15 15:18:46 +0900809 struct stksess *ts;
Simon Hormancec9a222011-06-15 15:18:51 +0900810 uint32_t uint32_key;
Simon Hormanc5b89f62011-06-15 15:18:50 +0900811 unsigned char ip6_key[sizeof(struct in6_addr)];
Willy Tarreau654694e2012-06-07 01:03:16 +0200812 long long value;
813 int data_type;
Willy Tarreau47060b62013-08-01 21:11:42 +0200814 int cur_arg;
Willy Tarreau654694e2012-06-07 01:03:16 +0200815 void *ptr;
816 struct freq_ctr_period *frqp;
Simon Horman121f3052011-06-15 15:18:46 +0900817
Willy Tarreau7b4b4992013-12-01 09:15:12 +0100818 appctx->st0 = STAT_CLI_OUTPUT;
Simon Horman121f3052011-06-15 15:18:46 +0900819
820 if (!*args[4]) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +0100821 appctx->ctx.cli.msg = "Key value expected\n";
822 appctx->st0 = STAT_CLI_PRINT;
Simon Horman121f3052011-06-15 15:18:46 +0900823 return;
824 }
825
Simon Hormanc5b89f62011-06-15 15:18:50 +0900826 switch (px->table.type) {
Thierry FOURNIER5d24ebc2015-07-24 08:46:42 +0200827 case SMP_T_IPV4:
Simon Hormancec9a222011-06-15 15:18:51 +0900828 uint32_key = htonl(inetaddr_host(args[4]));
Willy Tarreau07115412012-10-29 21:56:59 +0100829 static_table_key->key = &uint32_key;
Simon Hormanc5b89f62011-06-15 15:18:50 +0900830 break;
Thierry FOURNIER5d24ebc2015-07-24 08:46:42 +0200831 case SMP_T_IPV6:
Simon Hormanc5b89f62011-06-15 15:18:50 +0900832 inet_pton(AF_INET6, args[4], ip6_key);
Willy Tarreau07115412012-10-29 21:56:59 +0100833 static_table_key->key = &ip6_key;
Simon Hormanc5b89f62011-06-15 15:18:50 +0900834 break;
Thierry FOURNIER5d24ebc2015-07-24 08:46:42 +0200835 case SMP_T_SINT:
Simon Hormancec9a222011-06-15 15:18:51 +0900836 {
837 char *endptr;
838 unsigned long val;
839 errno = 0;
840 val = strtoul(args[4], &endptr, 10);
841 if ((errno == ERANGE && val == ULONG_MAX) ||
842 (errno != 0 && val == 0) || endptr == args[4] ||
843 val > 0xffffffff) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +0100844 appctx->ctx.cli.msg = "Invalid key\n";
845 appctx->st0 = STAT_CLI_PRINT;
Simon Hormancec9a222011-06-15 15:18:51 +0900846 return;
847 }
848 uint32_key = (uint32_t) val;
Willy Tarreau07115412012-10-29 21:56:59 +0100849 static_table_key->key = &uint32_key;
Simon Hormancec9a222011-06-15 15:18:51 +0900850 break;
851 }
852 break;
Thierry FOURNIER5d24ebc2015-07-24 08:46:42 +0200853 case SMP_T_STR:
Willy Tarreau07115412012-10-29 21:56:59 +0100854 static_table_key->key = args[4];
855 static_table_key->key_len = strlen(args[4]);
Simon Horman619e3cc2011-06-15 15:18:52 +0900856 break;
Simon Hormanc5b89f62011-06-15 15:18:50 +0900857 default:
Willy Tarreaudec98142012-06-06 23:37:08 +0200858 switch (action) {
859 case STAT_CLI_O_TAB:
Willy Tarreau7b4b4992013-12-01 09:15:12 +0100860 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 +0200861 break;
862 case STAT_CLI_O_CLR:
Willy Tarreau7b4b4992013-12-01 09:15:12 +0100863 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 +0200864 break;
865 default:
Willy Tarreau7b4b4992013-12-01 09:15:12 +0100866 appctx->ctx.cli.msg = "Unknown action\n";
Willy Tarreaudec98142012-06-06 23:37:08 +0200867 break;
868 }
Willy Tarreau7b4b4992013-12-01 09:15:12 +0100869 appctx->st0 = STAT_CLI_PRINT;
Simon Horman121f3052011-06-15 15:18:46 +0900870 return;
871 }
872
873 /* check permissions */
Willy Tarreaud0d8da92015-04-04 02:10:38 +0200874 if (strm_li(s)->bind_conf->level < ACCESS_LVL_OPER) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +0100875 appctx->ctx.cli.msg = stats_permission_denied_msg;
876 appctx->st0 = STAT_CLI_PRINT;
Simon Horman121f3052011-06-15 15:18:46 +0900877 return;
878 }
879
Willy Tarreau07115412012-10-29 21:56:59 +0100880 ts = stktable_lookup_key(&px->table, static_table_key);
Simon Horman17bce342011-06-15 15:18:47 +0900881
Willy Tarreaudec98142012-06-06 23:37:08 +0200882 switch (action) {
883 case STAT_CLI_O_TAB:
884 if (!ts)
885 return;
Willy Tarreau19d14ef2012-10-29 16:51:55 +0100886 chunk_reset(&trash);
887 if (!stats_dump_table_head_to_buffer(&trash, si, px, px))
Simon Horman17bce342011-06-15 15:18:47 +0900888 return;
Willy Tarreau19d14ef2012-10-29 16:51:55 +0100889 stats_dump_table_entry_to_buffer(&trash, si, px, ts);
Simon Horman121f3052011-06-15 15:18:46 +0900890 return;
Willy Tarreaudec98142012-06-06 23:37:08 +0200891
892 case STAT_CLI_O_CLR:
893 if (!ts)
894 return;
895 if (ts->ref_cnt) {
896 /* don't delete an entry which is currently referenced */
Willy Tarreau7b4b4992013-12-01 09:15:12 +0100897 appctx->ctx.cli.msg = "Entry currently in use, cannot remove\n";
898 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreaudec98142012-06-06 23:37:08 +0200899 return;
900 }
901 stksess_kill(&px->table, ts);
902 break;
Simon Horman17bce342011-06-15 15:18:47 +0900903
Willy Tarreau654694e2012-06-07 01:03:16 +0200904 case STAT_CLI_O_SET:
Willy Tarreau654694e2012-06-07 01:03:16 +0200905 if (ts)
906 stktable_touch(&px->table, ts, 1);
907 else {
Willy Tarreau07115412012-10-29 21:56:59 +0100908 ts = stksess_new(&px->table, static_table_key);
Willy Tarreau654694e2012-06-07 01:03:16 +0200909 if (!ts) {
910 /* don't delete an entry which is currently referenced */
Willy Tarreau7b4b4992013-12-01 09:15:12 +0100911 appctx->ctx.cli.msg = "Unable to allocate a new entry\n";
912 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau654694e2012-06-07 01:03:16 +0200913 return;
914 }
915 stktable_store(&px->table, ts, 1);
916 }
917
Willy Tarreau47060b62013-08-01 21:11:42 +0200918 for (cur_arg = 5; *args[cur_arg]; cur_arg += 2) {
919 if (strncmp(args[cur_arg], "data.", 5) != 0) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +0100920 appctx->ctx.cli.msg = "\"data.<type>\" followed by a value expected\n";
921 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau47060b62013-08-01 21:11:42 +0200922 return;
923 }
924
925 data_type = stktable_get_data_type(args[cur_arg] + 5);
926 if (data_type < 0) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +0100927 appctx->ctx.cli.msg = "Unknown data type\n";
928 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau47060b62013-08-01 21:11:42 +0200929 return;
930 }
931
932 if (!px->table.data_ofs[data_type]) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +0100933 appctx->ctx.cli.msg = "Data type not stored in this table\n";
934 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau47060b62013-08-01 21:11:42 +0200935 return;
936 }
937
938 if (!*args[cur_arg+1] || strl2llrc(args[cur_arg+1], strlen(args[cur_arg+1]), &value) != 0) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +0100939 appctx->ctx.cli.msg = "Require a valid integer value to store\n";
940 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau47060b62013-08-01 21:11:42 +0200941 return;
942 }
943
944 ptr = stktable_data_ptr(&px->table, ts, data_type);
945
946 switch (stktable_data_types[data_type].std_type) {
947 case STD_T_SINT:
948 stktable_data_cast(ptr, std_t_sint) = value;
949 break;
950 case STD_T_UINT:
951 stktable_data_cast(ptr, std_t_uint) = value;
952 break;
953 case STD_T_ULL:
954 stktable_data_cast(ptr, std_t_ull) = value;
955 break;
956 case STD_T_FRQP:
957 /* We set both the current and previous values. That way
958 * the reported frequency is stable during all the period
959 * then slowly fades out. This allows external tools to
960 * push measures without having to update them too often.
961 */
962 frqp = &stktable_data_cast(ptr, std_t_frqp);
963 frqp->curr_tick = now_ms;
964 frqp->prev_ctr = 0;
965 frqp->curr_ctr = value;
966 break;
967 }
Willy Tarreau654694e2012-06-07 01:03:16 +0200968 }
969 break;
970
Willy Tarreaudec98142012-06-06 23:37:08 +0200971 default:
Willy Tarreau7b4b4992013-12-01 09:15:12 +0100972 appctx->ctx.cli.msg = "Unknown action\n";
973 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreaudec98142012-06-06 23:37:08 +0200974 break;
Simon Horman121f3052011-06-15 15:18:46 +0900975 }
Simon Horman121f3052011-06-15 15:18:46 +0900976}
977
Willy Tarreau654694e2012-06-07 01:03:16 +0200978static void stats_sock_table_data_request(struct stream_interface *si, char **args, int action)
Simon Hormand5b9fd92011-06-15 15:18:48 +0900979{
Willy Tarreau7b4b4992013-12-01 09:15:12 +0100980 struct appctx *appctx = __objt_appctx(si->end);
981
Willy Tarreau04b3a192013-04-13 09:41:37 +0200982 if (action != STAT_CLI_O_TAB && action != STAT_CLI_O_CLR) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +0100983 appctx->ctx.cli.msg = "content-based lookup is only supported with the \"show\" and \"clear\" actions";
984 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau654694e2012-06-07 01:03:16 +0200985 return;
986 }
987
Simon Hormand5b9fd92011-06-15 15:18:48 +0900988 /* condition on stored data value */
Willy Tarreau7b4b4992013-12-01 09:15:12 +0100989 appctx->ctx.table.data_type = stktable_get_data_type(args[3] + 5);
990 if (appctx->ctx.table.data_type < 0) {
991 appctx->ctx.cli.msg = "Unknown data type\n";
992 appctx->st0 = STAT_CLI_PRINT;
Simon Hormand5b9fd92011-06-15 15:18:48 +0900993 return;
994 }
995
Willy Tarreau7b4b4992013-12-01 09:15:12 +0100996 if (!((struct proxy *)appctx->ctx.table.target)->table.data_ofs[appctx->ctx.table.data_type]) {
997 appctx->ctx.cli.msg = "Data type not stored in this table\n";
998 appctx->st0 = STAT_CLI_PRINT;
Simon Hormand5b9fd92011-06-15 15:18:48 +0900999 return;
1000 }
1001
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001002 appctx->ctx.table.data_op = get_std_op(args[4]);
1003 if (appctx->ctx.table.data_op < 0) {
1004 appctx->ctx.cli.msg = "Require and operator among \"eq\", \"ne\", \"le\", \"ge\", \"lt\", \"gt\"\n";
1005 appctx->st0 = STAT_CLI_PRINT;
Simon Hormand5b9fd92011-06-15 15:18:48 +09001006 return;
1007 }
1008
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001009 if (!*args[5] || strl2llrc(args[5], strlen(args[5]), &appctx->ctx.table.value) != 0) {
1010 appctx->ctx.cli.msg = "Require a valid integer value to compare against\n";
1011 appctx->st0 = STAT_CLI_PRINT;
Simon Hormand5b9fd92011-06-15 15:18:48 +09001012 return;
1013 }
1014}
1015
Willy Tarreaudec98142012-06-06 23:37:08 +02001016static void stats_sock_table_request(struct stream_interface *si, char **args, int action)
Simon Hormand5b9fd92011-06-15 15:18:48 +09001017{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001018 struct appctx *appctx = __objt_appctx(si->end);
1019
1020 appctx->ctx.table.data_type = -1;
1021 appctx->st2 = STAT_ST_INIT;
1022 appctx->ctx.table.target = NULL;
1023 appctx->ctx.table.proxy = NULL;
1024 appctx->ctx.table.entry = NULL;
1025 appctx->st0 = action;
Simon Hormand5b9fd92011-06-15 15:18:48 +09001026
1027 if (*args[2]) {
Willy Tarreaue2dc1fa2015-05-26 12:08:07 +02001028 appctx->ctx.table.target = proxy_tbl_by_name(args[2]);
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001029 if (!appctx->ctx.table.target) {
1030 appctx->ctx.cli.msg = "No such table\n";
1031 appctx->st0 = STAT_CLI_PRINT;
Simon Hormand5b9fd92011-06-15 15:18:48 +09001032 return;
1033 }
1034 }
1035 else {
Willy Tarreaudec98142012-06-06 23:37:08 +02001036 if (action != STAT_CLI_O_TAB)
Simon Hormand5b9fd92011-06-15 15:18:48 +09001037 goto err_args;
1038 return;
1039 }
1040
1041 if (strcmp(args[3], "key") == 0)
Willy Tarreaudec98142012-06-06 23:37:08 +02001042 stats_sock_table_key_request(si, args, action);
Simon Hormanc88b8872011-06-15 15:18:49 +09001043 else if (strncmp(args[3], "data.", 5) == 0)
Willy Tarreau654694e2012-06-07 01:03:16 +02001044 stats_sock_table_data_request(si, args, action);
Simon Hormanc88b8872011-06-15 15:18:49 +09001045 else if (*args[3])
Simon Hormand5b9fd92011-06-15 15:18:48 +09001046 goto err_args;
1047
1048 return;
1049
1050err_args:
Willy Tarreaudec98142012-06-06 23:37:08 +02001051 switch (action) {
1052 case STAT_CLI_O_TAB:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001053 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 +02001054 break;
1055 case STAT_CLI_O_CLR:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001056 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 +02001057 break;
1058 default:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001059 appctx->ctx.cli.msg = "Unknown action\n";
Willy Tarreaudec98142012-06-06 23:37:08 +02001060 break;
1061 }
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001062 appctx->st0 = STAT_CLI_PRINT;
Simon Hormand5b9fd92011-06-15 15:18:48 +09001063}
1064
Willy Tarreau532a4502011-09-07 22:37:44 +02001065/* Expects to find a frontend named <arg> and returns it, otherwise displays various
Willy Tarreau87b09662015-04-03 00:22:06 +02001066 * adequate error messages and returns NULL. This function also expects the stream
Willy Tarreau532a4502011-09-07 22:37:44 +02001067 * level to be admin.
1068 */
Willy Tarreau87b09662015-04-03 00:22:06 +02001069static struct proxy *expect_frontend_admin(struct stream *s, struct stream_interface *si, const char *arg)
Willy Tarreau532a4502011-09-07 22:37:44 +02001070{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001071 struct appctx *appctx = __objt_appctx(si->end);
Willy Tarreau532a4502011-09-07 22:37:44 +02001072 struct proxy *px;
1073
Willy Tarreaud0d8da92015-04-04 02:10:38 +02001074 if (strm_li(s)->bind_conf->level < ACCESS_LVL_ADMIN) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001075 appctx->ctx.cli.msg = stats_permission_denied_msg;
1076 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau532a4502011-09-07 22:37:44 +02001077 return NULL;
1078 }
1079
1080 if (!*arg) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001081 appctx->ctx.cli.msg = "A frontend name is expected.\n";
1082 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau532a4502011-09-07 22:37:44 +02001083 return NULL;
1084 }
1085
Willy Tarreau9e0bb102015-05-26 11:24:42 +02001086 px = proxy_fe_by_name(arg);
Willy Tarreau532a4502011-09-07 22:37:44 +02001087 if (!px) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001088 appctx->ctx.cli.msg = "No such frontend.\n";
1089 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau532a4502011-09-07 22:37:44 +02001090 return NULL;
1091 }
1092 return px;
1093}
1094
Willy Tarreaud52c41e2011-09-07 23:41:01 +02001095/* Expects to find a backend and a server in <arg> under the form <backend>/<server>,
1096 * and returns the pointer to the server. Otherwise, display adequate error messages
Willy Tarreau87b09662015-04-03 00:22:06 +02001097 * and returns NULL. This function also expects the stream level to be admin. Note:
Willy Tarreaud52c41e2011-09-07 23:41:01 +02001098 * the <arg> is modified to remove the '/'.
1099 */
Willy Tarreau87b09662015-04-03 00:22:06 +02001100static struct server *expect_server_admin(struct stream *s, struct stream_interface *si, char *arg)
Willy Tarreaud52c41e2011-09-07 23:41:01 +02001101{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001102 struct appctx *appctx = __objt_appctx(si->end);
Willy Tarreaud52c41e2011-09-07 23:41:01 +02001103 struct proxy *px;
1104 struct server *sv;
1105 char *line;
1106
Willy Tarreaud0d8da92015-04-04 02:10:38 +02001107 if (strm_li(s)->bind_conf->level < ACCESS_LVL_ADMIN) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001108 appctx->ctx.cli.msg = stats_permission_denied_msg;
1109 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreaud52c41e2011-09-07 23:41:01 +02001110 return NULL;
1111 }
1112
1113 /* split "backend/server" and make <line> point to server */
1114 for (line = arg; *line; line++)
1115 if (*line == '/') {
1116 *line++ = '\0';
1117 break;
1118 }
1119
1120 if (!*line || !*arg) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001121 appctx->ctx.cli.msg = "Require 'backend/server'.\n";
1122 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreaud52c41e2011-09-07 23:41:01 +02001123 return NULL;
1124 }
1125
1126 if (!get_backend_server(arg, line, &px, &sv)) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001127 appctx->ctx.cli.msg = px ? "No such server.\n" : "No such backend.\n";
1128 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreaud52c41e2011-09-07 23:41:01 +02001129 return NULL;
1130 }
1131
1132 if (px->state == PR_STSTOPPED) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001133 appctx->ctx.cli.msg = "Proxy is disabled.\n";
1134 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreaud52c41e2011-09-07 23:41:01 +02001135 return NULL;
1136 }
1137
1138 return sv;
1139}
Nenad Merdanovic200b0fa2015-05-09 08:46:01 +02001140
1141/* This function is used with TLS ticket keys management. It permits to browse
1142 * each reference. The variable <getnext> must contain the current node,
1143 * <end> point to the root node.
1144 */
1145#if (defined SSL_CTRL_SET_TLSEXT_TICKET_KEY_CB && TLS_TICKETS_NO > 0)
1146static inline
1147struct tls_keys_ref *tlskeys_list_get_next(struct tls_keys_ref *getnext, struct list *end)
1148{
1149 struct tls_keys_ref *ref = getnext;
1150
1151 while (1) {
1152
1153 /* Get next list entry. */
1154 ref = LIST_NEXT(&ref->list, struct tls_keys_ref *, list);
1155
1156 /* If the entry is the last of the list, return NULL. */
1157 if (&ref->list == end)
1158 return NULL;
1159
1160 return ref;
1161 }
1162}
1163
1164static inline
1165struct tls_keys_ref *tlskeys_ref_lookup_ref(const char *reference)
1166{
1167 int id;
1168 char *error;
1169
1170 /* If the reference starts by a '#', this is numeric id. */
1171 if (reference[0] == '#') {
1172 /* Try to convert the numeric id. If the conversion fails, the lookup fails. */
1173 id = strtol(reference + 1, &error, 10);
1174 if (*error != '\0')
1175 return NULL;
1176
1177 /* Perform the unique id lookup. */
1178 return tlskeys_ref_lookupid(id);
1179 }
1180
1181 /* Perform the string lookup. */
1182 return tlskeys_ref_lookup(reference);
1183}
1184#endif
Willy Tarreaud52c41e2011-09-07 23:41:01 +02001185
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001186/* This function is used with map and acl management. It permits to browse
1187 * each reference. The variable <getnext> must contain the current node,
1188 * <end> point to the root node and the <flags> permit to filter required
1189 * nodes.
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001190 */
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001191static inline
1192struct pat_ref *pat_list_get_next(struct pat_ref *getnext, struct list *end,
1193 unsigned int flags)
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001194{
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001195 struct pat_ref *ref = getnext;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001196
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001197 while (1) {
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001198
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001199 /* Get next list entry. */
1200 ref = LIST_NEXT(&ref->list, struct pat_ref *, list);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001201
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001202 /* If the entry is the last of the list, return NULL. */
1203 if (&ref->list == end)
1204 return NULL;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001205
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001206 /* If the entry match the flag, return it. */
1207 if (ref->flags & flags)
1208 return ref;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001209 }
1210}
1211
Thierry FOURNIERaf5a29d2014-03-11 14:29:22 +01001212static inline
1213struct pat_ref *pat_ref_lookup_ref(const char *reference)
1214{
1215 int id;
1216 char *error;
1217
1218 /* If the reference starts by a '#', this is numeric id. */
1219 if (reference[0] == '#') {
1220 /* Try to convert the numeric id. If the conversion fails, the lookup fails. */
1221 id = strtol(reference + 1, &error, 10);
1222 if (*error != '\0')
1223 return NULL;
1224
1225 /* Perform the unique id lookup. */
1226 return pat_ref_lookupid(id);
1227 }
1228
1229 /* Perform the string lookup. */
1230 return pat_ref_lookup(reference);
1231}
1232
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001233/* This function is used with map and acl management. It permits to browse
1234 * each reference.
1235 */
1236static inline
1237struct pattern_expr *pat_expr_get_next(struct pattern_expr *getnext, struct list *end)
1238{
1239 struct pattern_expr *expr;
Thierry FOURNIERc5959fd2014-01-20 14:29:33 +01001240 expr = LIST_NEXT(&getnext->list, struct pattern_expr *, list);
1241 if (&expr->list == end)
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001242 return NULL;
1243 return expr;
1244}
1245
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02001246/* Processes the stats interpreter on the statistics socket. This function is
Willy Tarreauf5a885f2009-10-04 14:22:18 +02001247 * called from an applet running in a stream interface. The function returns 1
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001248 * if the request was understood, otherwise zero. It sets appctx->st0 to a value
Willy Tarreauea1f5fe2009-10-11 23:12:51 +02001249 * designating the function which will have to process the request, which can
1250 * also be the print function to display the return message set into cli.msg.
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001251 */
Simon Horman9bd2c732011-06-15 15:18:44 +09001252static int stats_sock_parse_request(struct stream_interface *si, char *line)
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001253{
Willy Tarreau87b09662015-04-03 00:22:06 +02001254 struct stream *s = si_strm(si);
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001255 struct appctx *appctx = __objt_appctx(si->end);
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001256 char *args[MAX_STATS_ARGS + 1];
1257 int arg;
Thierry FOURNIER48bcfda2013-12-10 18:54:58 +01001258 int i, j;
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001259
1260 while (isspace((unsigned char)*line))
1261 line++;
1262
1263 arg = 0;
1264 args[arg] = line;
1265
1266 while (*line && arg < MAX_STATS_ARGS) {
Thierry FOURNIER48bcfda2013-12-10 18:54:58 +01001267 if (*line == '\\') {
1268 line++;
1269 if (*line == '\0')
1270 break;
1271 }
1272 else if (isspace((unsigned char)*line)) {
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001273 *line++ = '\0';
1274
1275 while (isspace((unsigned char)*line))
1276 line++;
1277
1278 args[++arg] = line;
1279 continue;
1280 }
1281
1282 line++;
1283 }
1284
1285 while (++arg <= MAX_STATS_ARGS)
1286 args[arg] = line;
1287
Thierry FOURNIER48bcfda2013-12-10 18:54:58 +01001288 /* remove \ */
1289 arg = 0;
1290 while (*args[arg] != '\0') {
1291 j = 0;
1292 for (i=0; args[arg][i] != '\0'; i++) {
1293 if (args[arg][i] == '\\')
1294 continue;
1295 args[arg][j] = args[arg][i];
1296 j++;
1297 }
1298 args[arg][j] = '\0';
1299 arg++;
1300 }
1301
Willy Tarreau6bcb95d2015-05-04 18:07:56 +02001302 appctx->ctx.stats.scope_str = 0;
1303 appctx->ctx.stats.scope_len = 0;
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001304 appctx->ctx.stats.flags = 0;
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001305 if (strcmp(args[0], "show") == 0) {
Baptiste Assmann9b6857e2015-09-18 14:49:12 +02001306 if (strcmp(args[1], "backend") == 0) {
1307 appctx->st2 = STAT_ST_INIT;
1308 appctx->st0 = STAT_CLI_O_BACKEND;
1309 }
Willy Tarreauae795722016-02-16 11:27:28 +01001310 else if (strcmp(args[1], "env") == 0) {
1311 extern char **environ;
1312
1313 if (strm_li(s)->bind_conf->level < ACCESS_LVL_OPER) {
1314 appctx->ctx.cli.msg = stats_permission_denied_msg;
1315 appctx->st0 = STAT_CLI_PRINT;
1316 return 1;
1317 }
1318 appctx->ctx.env.var = environ;
1319 appctx->st2 = STAT_ST_INIT;
1320 appctx->st0 = STAT_CLI_O_ENV; // stats_dump_env_to_buffer
1321
1322 if (*args[2]) {
1323 int len = strlen(args[2]);
1324
1325 for (; *appctx->ctx.env.var; appctx->ctx.env.var++) {
1326 if (strncmp(*appctx->ctx.env.var, args[2], len) == 0 &&
1327 (*appctx->ctx.env.var)[len] == '=')
1328 break;
1329 }
1330 if (!*appctx->ctx.env.var) {
1331 appctx->ctx.cli.msg = "Variable not found\n";
1332 appctx->st0 = STAT_CLI_PRINT;
1333 return 1;
1334 }
1335 appctx->st2 = STAT_ST_END;
1336 }
1337 }
1338 else if (strcmp(args[1], "stat") == 0) {
Baptiste Assmann3863f972015-05-17 00:33:24 +02001339 if (strcmp(args[2], "resolvers") == 0) {
1340 struct dns_resolvers *presolvers;
1341
Andrew Hayworth68d05342015-10-02 20:33:01 +00001342 if (*args[3]) {
1343 appctx->ctx.resolvers.ptr = NULL;
1344 list_for_each_entry(presolvers, &dns_resolvers, list) {
1345 if (strcmp(presolvers->id, args[3]) == 0) {
1346 appctx->ctx.resolvers.ptr = presolvers;
1347 break;
1348 }
Baptiste Assmann3863f972015-05-17 00:33:24 +02001349 }
Andrew Hayworth68d05342015-10-02 20:33:01 +00001350 if (appctx->ctx.resolvers.ptr == NULL) {
1351 appctx->ctx.cli.msg = "Can't find that resolvers section\n";
1352 appctx->st0 = STAT_CLI_PRINT;
1353 return 1;
1354 }
Baptiste Assmann3863f972015-05-17 00:33:24 +02001355 }
1356
1357 appctx->st2 = STAT_ST_INIT;
1358 appctx->st0 = STAT_CLI_O_RESOLVERS;
1359 return 1;
1360 }
1361 else if (*args[2] && *args[3] && *args[4]) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001362 appctx->ctx.stats.flags |= STAT_BOUND;
1363 appctx->ctx.stats.iid = atoi(args[2]);
1364 appctx->ctx.stats.type = atoi(args[3]);
1365 appctx->ctx.stats.sid = atoi(args[4]);
Willy Tarreau1e62df92016-01-11 18:57:53 +01001366 if (strcmp(args[5], "typed") == 0)
1367 appctx->ctx.stats.flags |= STAT_FMT_TYPED;
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001368 }
Willy Tarreau1e62df92016-01-11 18:57:53 +01001369 else if (strcmp(args[2], "typed") == 0)
1370 appctx->ctx.stats.flags |= STAT_FMT_TYPED;
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001371
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001372 appctx->st2 = STAT_ST_INIT;
1373 appctx->st0 = STAT_CLI_O_STAT; // stats_dump_stat_to_buffer
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001374 }
1375 else if (strcmp(args[1], "info") == 0) {
Willy Tarreaucb809122016-01-11 20:08:42 +01001376 if (strcmp(args[2], "typed") == 0)
1377 appctx->ctx.stats.flags |= STAT_FMT_TYPED;
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001378 appctx->st2 = STAT_ST_INIT;
1379 appctx->st0 = STAT_CLI_O_INFO; // stats_dump_info_to_buffer
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001380 }
Baptiste Assmann28289462015-07-03 08:01:20 +02001381 else if (strcmp(args[1], "servers") == 0 && strcmp(args[2], "state") == 0) {
1382 appctx->ctx.server_state.backend = NULL;
1383
1384 /* check if a backend name has been provided */
1385 if (*args[3]) {
1386 /* read server state from local file */
1387 appctx->ctx.server_state.backend = proxy_be_by_name(args[3]);
1388
1389 if (appctx->ctx.server_state.backend == NULL) {
1390 appctx->ctx.cli.msg = "Can't find backend.\n";
1391 appctx->st0 = STAT_CLI_PRINT;
1392 return 1;
1393 }
1394 }
1395 appctx->st2 = STAT_ST_INIT;
1396 appctx->st0 = STAT_CLI_O_SERVERS_STATE; // stats_dump_servers_state_to_buffer
1397 return 1;
1398 }
Willy Tarreau12833bb2014-01-28 16:49:56 +01001399 else if (strcmp(args[1], "pools") == 0) {
1400 appctx->st2 = STAT_ST_INIT;
1401 appctx->st0 = STAT_CLI_O_POOLS; // stats_dump_pools_to_buffer
1402 }
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001403 else if (strcmp(args[1], "sess") == 0) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001404 appctx->st2 = STAT_ST_INIT;
Willy Tarreaud0d8da92015-04-04 02:10:38 +02001405 if (strm_li(s)->bind_conf->level < ACCESS_LVL_OPER) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001406 appctx->ctx.cli.msg = stats_permission_denied_msg;
1407 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau6162db22009-10-10 17:13:00 +02001408 return 1;
1409 }
Willy Tarreau76153662012-11-26 01:16:39 +01001410 if (*args[2] && strcmp(args[2], "all") == 0)
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001411 appctx->ctx.sess.target = (void *)-1;
Willy Tarreau76153662012-11-26 01:16:39 +01001412 else if (*args[2])
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001413 appctx->ctx.sess.target = (void *)strtoul(args[2], NULL, 0);
Willy Tarreau66dc20a2010-03-05 17:53:32 +01001414 else
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001415 appctx->ctx.sess.target = NULL;
Willy Tarreau87b09662015-04-03 00:22:06 +02001416 appctx->ctx.sess.section = 0; /* start with stream status */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001417 appctx->ctx.sess.pos = 0;
1418 appctx->st0 = STAT_CLI_O_SESS; // stats_dump_sess_to_buffer
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001419 }
1420 else if (strcmp(args[1], "errors") == 0) {
Willy Tarreaud0d8da92015-04-04 02:10:38 +02001421 if (strm_li(s)->bind_conf->level < ACCESS_LVL_OPER) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001422 appctx->ctx.cli.msg = stats_permission_denied_msg;
1423 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau6162db22009-10-10 17:13:00 +02001424 return 1;
1425 }
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001426 if (*args[2])
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001427 appctx->ctx.errors.iid = atoi(args[2]);
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001428 else
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001429 appctx->ctx.errors.iid = -1;
1430 appctx->ctx.errors.px = NULL;
1431 appctx->st2 = STAT_ST_INIT;
1432 appctx->st0 = STAT_CLI_O_ERR; // stats_dump_errors_to_buffer
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001433 }
Willy Tarreau69f58c82010-07-12 17:55:33 +02001434 else if (strcmp(args[1], "table") == 0) {
Willy Tarreaudec98142012-06-06 23:37:08 +02001435 stats_sock_table_request(si, args, STAT_CLI_O_TAB);
Willy Tarreau69f58c82010-07-12 17:55:33 +02001436 }
Nenad Merdanovic200b0fa2015-05-09 08:46:01 +02001437 else if (strcmp(args[1], "tls-keys") == 0) {
1438#if (defined SSL_CTRL_SET_TLSEXT_TICKET_KEY_CB && TLS_TICKETS_NO > 0)
1439 appctx->st2 = STAT_ST_INIT;
1440 appctx->st0 = STAT_CLI_O_TLSK;
1441#else
1442 appctx->ctx.cli.msg = "HAProxy was compiled against a version of OpenSSL "
1443 "that doesn't support specifying TLS ticket keys\n";
1444 appctx->st0 = STAT_CLI_PRINT;
1445#endif
1446 return 1;
1447 }
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001448 else if (strcmp(args[1], "map") == 0 ||
1449 strcmp(args[1], "acl") == 0) {
1450
1451 /* Set ACL or MAP flags. */
1452 if (args[1][0] == 'm')
1453 appctx->ctx.map.display_flags = PAT_REF_MAP;
1454 else
1455 appctx->ctx.map.display_flags = PAT_REF_ACL;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001456
1457 /* no parameter: display all map avalaible */
1458 if (!*args[2]) {
1459 appctx->st2 = STAT_ST_INIT;
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001460 appctx->st0 = STAT_CLI_O_PATS;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001461 return 1;
1462 }
1463
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001464 /* lookup into the refs and check the map flag */
Thierry FOURNIERaf5a29d2014-03-11 14:29:22 +01001465 appctx->ctx.map.ref = pat_ref_lookup_ref(args[2]);
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001466 if (!appctx->ctx.map.ref ||
1467 !(appctx->ctx.map.ref->flags & appctx->ctx.map.display_flags)) {
1468 if (appctx->ctx.map.display_flags == PAT_REF_MAP)
Thierry FOURNIER65ce6132014-03-20 11:42:45 +01001469 appctx->ctx.cli.msg = "Unknown map identifier. Please use #<id> or <file>.\n";
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001470 else
Thierry FOURNIER65ce6132014-03-20 11:42:45 +01001471 appctx->ctx.cli.msg = "Unknown ACL identifier. Please use #<id> or <file>.\n";
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001472 appctx->st0 = STAT_CLI_PRINT;
1473 return 1;
1474 }
1475 appctx->st2 = STAT_ST_INIT;
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001476 appctx->st0 = STAT_CLI_O_PAT;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001477 }
Aman Guptaceafb4a2012-04-02 18:57:54 -07001478 else { /* neither "stat" nor "info" nor "sess" nor "errors" nor "table" */
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001479 return 0;
1480 }
1481 }
Krzysztof Piotr Oledzki719e7262009-10-04 15:02:46 +02001482 else if (strcmp(args[0], "clear") == 0) {
1483 if (strcmp(args[1], "counters") == 0) {
1484 struct proxy *px;
1485 struct server *sv;
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02001486 struct listener *li;
Willy Tarreau2f6bf2b2009-10-10 15:26:26 +02001487 int clrall = 0;
1488
1489 if (strcmp(args[2], "all") == 0)
1490 clrall = 1;
Krzysztof Piotr Oledzki719e7262009-10-04 15:02:46 +02001491
Willy Tarreau6162db22009-10-10 17:13:00 +02001492 /* check permissions */
Willy Tarreaud0d8da92015-04-04 02:10:38 +02001493 if (strm_li(s)->bind_conf->level < ACCESS_LVL_OPER ||
1494 (clrall && strm_li(s)->bind_conf->level < ACCESS_LVL_ADMIN)) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001495 appctx->ctx.cli.msg = stats_permission_denied_msg;
1496 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau6162db22009-10-10 17:13:00 +02001497 return 1;
1498 }
1499
Krzysztof Piotr Oledzki719e7262009-10-04 15:02:46 +02001500 for (px = proxy; px; px = px->next) {
Willy Tarreau7d0aaf32011-03-10 23:25:56 +01001501 if (clrall) {
1502 memset(&px->be_counters, 0, sizeof(px->be_counters));
1503 memset(&px->fe_counters, 0, sizeof(px->fe_counters));
1504 }
Willy Tarreau2f6bf2b2009-10-10 15:26:26 +02001505 else {
Willy Tarreau7d0aaf32011-03-10 23:25:56 +01001506 px->be_counters.conn_max = 0;
1507 px->be_counters.p.http.rps_max = 0;
1508 px->be_counters.sps_max = 0;
1509 px->be_counters.cps_max = 0;
1510 px->be_counters.nbpend_max = 0;
1511
1512 px->fe_counters.conn_max = 0;
1513 px->fe_counters.p.http.rps_max = 0;
1514 px->fe_counters.sps_max = 0;
1515 px->fe_counters.cps_max = 0;
1516 px->fe_counters.nbpend_max = 0;
Willy Tarreau2f6bf2b2009-10-10 15:26:26 +02001517 }
Krzysztof Piotr Oledzki719e7262009-10-04 15:02:46 +02001518
1519 for (sv = px->srv; sv; sv = sv->next)
Willy Tarreau2f6bf2b2009-10-10 15:26:26 +02001520 if (clrall)
1521 memset(&sv->counters, 0, sizeof(sv->counters));
1522 else {
1523 sv->counters.cur_sess_max = 0;
1524 sv->counters.nbpend_max = 0;
1525 sv->counters.sps_max = 0;
1526 }
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02001527
Willy Tarreaua7944ad2012-09-26 21:03:11 +02001528 list_for_each_entry(li, &px->conf.listeners, by_fe)
Willy Tarreau2f6bf2b2009-10-10 15:26:26 +02001529 if (li->counters) {
1530 if (clrall)
1531 memset(li->counters, 0, sizeof(*li->counters));
1532 else
1533 li->counters->conn_max = 0;
1534 }
Krzysztof Piotr Oledzki719e7262009-10-04 15:02:46 +02001535 }
1536
Willy Tarreau81c25d02011-09-07 15:17:21 +02001537 global.cps_max = 0;
Willy Tarreau93e7c002013-10-07 18:51:07 +02001538 global.sps_max = 0;
Krzysztof Piotr Oledzki719e7262009-10-04 15:02:46 +02001539 return 1;
1540 }
Willy Tarreau88ee3972010-07-13 13:48:00 +02001541 else if (strcmp(args[1], "table") == 0) {
Willy Tarreaudec98142012-06-06 23:37:08 +02001542 stats_sock_table_request(si, args, STAT_CLI_O_CLR);
Willy Tarreau88ee3972010-07-13 13:48:00 +02001543 /* end of processing */
1544 return 1;
1545 }
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001546 else if (strcmp(args[1], "map") == 0 || strcmp(args[1], "acl") == 0) {
1547 /* Set ACL or MAP flags. */
1548 if (args[1][0] == 'm')
1549 appctx->ctx.map.display_flags = PAT_REF_MAP;
1550 else
1551 appctx->ctx.map.display_flags = PAT_REF_ACL;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001552
1553 /* no parameter */
1554 if (!*args[2]) {
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001555 if (appctx->ctx.map.display_flags == PAT_REF_MAP)
1556 appctx->ctx.cli.msg = "Missing map identifier.\n";
1557 else
1558 appctx->ctx.cli.msg = "Missing ACL identifier.\n";
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001559 appctx->st0 = STAT_CLI_PRINT;
1560 return 1;
1561 }
1562
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001563 /* lookup into the refs and check the map flag */
Thierry FOURNIERaf5a29d2014-03-11 14:29:22 +01001564 appctx->ctx.map.ref = pat_ref_lookup_ref(args[2]);
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001565 if (!appctx->ctx.map.ref ||
1566 !(appctx->ctx.map.ref->flags & appctx->ctx.map.display_flags)) {
1567 if (appctx->ctx.map.display_flags == PAT_REF_MAP)
Thierry FOURNIER65ce6132014-03-20 11:42:45 +01001568 appctx->ctx.cli.msg = "Unknown map identifier. Please use #<id> or <file>.\n";
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001569 else
Thierry FOURNIER65ce6132014-03-20 11:42:45 +01001570 appctx->ctx.cli.msg = "Unknown ACL identifier. Please use #<id> or <file>.\n";
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001571 appctx->st0 = STAT_CLI_PRINT;
1572 return 1;
1573 }
1574
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001575 /* Clear all. */
1576 pat_ref_prune(appctx->ctx.map.ref);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001577
1578 /* return response */
Thierry FOURNIER07e78c52014-12-18 15:28:01 +01001579 appctx->st0 = STAT_CLI_PROMPT;
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001580 return 1;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001581 }
Krzysztof Piotr Oledzki719e7262009-10-04 15:02:46 +02001582 else {
Willy Tarreau88ee3972010-07-13 13:48:00 +02001583 /* unknown "clear" argument */
Krzysztof Piotr Oledzki719e7262009-10-04 15:02:46 +02001584 return 0;
1585 }
1586 }
Willy Tarreau38338fa2009-10-10 18:37:29 +02001587 else if (strcmp(args[0], "get") == 0) {
1588 if (strcmp(args[1], "weight") == 0) {
1589 struct proxy *px;
1590 struct server *sv;
1591
1592 /* split "backend/server" and make <line> point to server */
1593 for (line = args[2]; *line; line++)
1594 if (*line == '/') {
1595 *line++ = '\0';
1596 break;
1597 }
1598
1599 if (!*line) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001600 appctx->ctx.cli.msg = "Require 'backend/server'.\n";
1601 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau38338fa2009-10-10 18:37:29 +02001602 return 1;
1603 }
1604
1605 if (!get_backend_server(args[2], line, &px, &sv)) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001606 appctx->ctx.cli.msg = px ? "No such server.\n" : "No such backend.\n";
1607 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau38338fa2009-10-10 18:37:29 +02001608 return 1;
1609 }
1610
1611 /* return server's effective weight at the moment */
Willy Tarreau19d14ef2012-10-29 16:51:55 +01001612 snprintf(trash.str, trash.size, "%d (initial %d)\n", sv->uweight, sv->iweight);
Willy Tarreaubc18da12015-03-13 14:00:47 +01001613 if (bi_putstr(si_ic(si), trash.str) == -1)
Willy Tarreaufe127932015-04-21 19:23:39 +02001614 si_applet_cant_put(si);
Willy Tarreaubc18da12015-03-13 14:00:47 +01001615
Willy Tarreau38338fa2009-10-10 18:37:29 +02001616 return 1;
1617 }
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001618 else if (strcmp(args[1], "map") == 0 || strcmp(args[1], "acl") == 0) {
1619 /* Set flags. */
1620 if (args[1][0] == 'm')
1621 appctx->ctx.map.display_flags = PAT_REF_MAP;
1622 else
1623 appctx->ctx.map.display_flags = PAT_REF_ACL;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001624
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001625 /* No parameter. */
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001626 if (!*args[2] || !*args[3]) {
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001627 if (appctx->ctx.map.display_flags == PAT_REF_MAP)
1628 appctx->ctx.cli.msg = "Missing map identifier and/or key.\n";
1629 else
1630 appctx->ctx.cli.msg = "Missing ACL identifier and/or key.\n";
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001631 appctx->st0 = STAT_CLI_PRINT;
1632 return 1;
1633 }
1634
1635 /* lookup into the maps */
Thierry FOURNIERaf5a29d2014-03-11 14:29:22 +01001636 appctx->ctx.map.ref = pat_ref_lookup_ref(args[2]);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001637 if (!appctx->ctx.map.ref) {
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001638 if (appctx->ctx.map.display_flags == PAT_REF_MAP)
Thierry FOURNIER65ce6132014-03-20 11:42:45 +01001639 appctx->ctx.cli.msg = "Unknown map identifier. Please use #<id> or <file>.\n";
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001640 else
Thierry FOURNIER65ce6132014-03-20 11:42:45 +01001641 appctx->ctx.cli.msg = "Unknown ACL identifier. Please use #<id> or <file>.\n";
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001642 appctx->st0 = STAT_CLI_PRINT;
1643 return 1;
1644 }
1645
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01001646 /* copy input string. The string must be allocated because
1647 * it may be used over multiple iterations. It's released
1648 * at the end and upon abort anyway.
1649 */
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01001650 appctx->ctx.map.chunk.len = strlen(args[3]);
1651 appctx->ctx.map.chunk.size = appctx->ctx.map.chunk.len + 1;
1652 appctx->ctx.map.chunk.str = strdup(args[3]);
1653 if (!appctx->ctx.map.chunk.str) {
1654 appctx->ctx.cli.msg = "Out of memory error.\n";
1655 appctx->st0 = STAT_CLI_PRINT;
1656 return 1;
1657 }
1658
1659 /* prepare response */
1660 appctx->st2 = STAT_ST_INIT;
1661 appctx->st0 = STAT_CLI_O_MLOOK;
1662 }
Willy Tarreau38338fa2009-10-10 18:37:29 +02001663 else { /* not "get weight" */
1664 return 0;
1665 }
1666 }
Willy Tarreau4483d432009-10-10 19:30:08 +02001667 else if (strcmp(args[0], "set") == 0) {
1668 if (strcmp(args[1], "weight") == 0) {
Willy Tarreau4483d432009-10-10 19:30:08 +02001669 struct server *sv;
Simon Horman7d09b9a2013-02-12 10:45:51 +09001670 const char *warning;
Willy Tarreau4483d432009-10-10 19:30:08 +02001671
Willy Tarreaud52c41e2011-09-07 23:41:01 +02001672 sv = expect_server_admin(s, si, args[2]);
1673 if (!sv)
Willy Tarreau4483d432009-10-10 19:30:08 +02001674 return 1;
Willy Tarreau4483d432009-10-10 19:30:08 +02001675
Simon Horman7d09b9a2013-02-12 10:45:51 +09001676 warning = server_parse_weight_change_request(sv, args[3]);
1677 if (warning) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001678 appctx->ctx.cli.msg = warning;
1679 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau4483d432009-10-10 19:30:08 +02001680 }
Willy Tarreau4483d432009-10-10 19:30:08 +02001681 return 1;
1682 }
Willy Tarreau2a4b70f2014-05-22 18:42:35 +02001683 else if (strcmp(args[1], "server") == 0) {
1684 struct server *sv;
1685 const char *warning;
1686
1687 sv = expect_server_admin(s, si, args[2]);
1688 if (!sv)
1689 return 1;
1690
1691 if (strcmp(args[3], "weight") == 0) {
1692 warning = server_parse_weight_change_request(sv, args[4]);
1693 if (warning) {
1694 appctx->ctx.cli.msg = warning;
1695 appctx->st0 = STAT_CLI_PRINT;
1696 }
1697 }
1698 else if (strcmp(args[3], "state") == 0) {
1699 if (strcmp(args[4], "ready") == 0)
1700 srv_adm_set_ready(sv);
1701 else if (strcmp(args[4], "drain") == 0)
1702 srv_adm_set_drain(sv);
1703 else if (strcmp(args[4], "maint") == 0)
1704 srv_adm_set_maint(sv);
1705 else {
1706 appctx->ctx.cli.msg = "'set server <srv> state' expects 'ready', 'drain' and 'maint'.\n";
1707 appctx->st0 = STAT_CLI_PRINT;
1708 }
1709 }
1710 else if (strcmp(args[3], "health") == 0) {
1711 if (sv->track) {
1712 appctx->ctx.cli.msg = "cannot change health on a tracking server.\n";
1713 appctx->st0 = STAT_CLI_PRINT;
1714 }
1715 else if (strcmp(args[4], "up") == 0) {
1716 sv->check.health = sv->check.rise + sv->check.fall - 1;
1717 srv_set_running(sv, "changed from CLI");
1718 }
1719 else if (strcmp(args[4], "stopping") == 0) {
1720 sv->check.health = sv->check.rise + sv->check.fall - 1;
1721 srv_set_stopping(sv, "changed from CLI");
1722 }
1723 else if (strcmp(args[4], "down") == 0) {
1724 sv->check.health = 0;
1725 srv_set_stopped(sv, "changed from CLI");
1726 }
1727 else {
1728 appctx->ctx.cli.msg = "'set server <srv> health' expects 'up', 'stopping', or 'down'.\n";
1729 appctx->st0 = STAT_CLI_PRINT;
1730 }
1731 }
1732 else if (strcmp(args[3], "agent") == 0) {
1733 if (!(sv->agent.state & CHK_ST_ENABLED)) {
1734 appctx->ctx.cli.msg = "agent checks are not enabled on this server.\n";
1735 appctx->st0 = STAT_CLI_PRINT;
1736 }
1737 else if (strcmp(args[4], "up") == 0) {
1738 sv->agent.health = sv->agent.rise + sv->agent.fall - 1;
1739 srv_set_running(sv, "changed from CLI");
1740 }
1741 else if (strcmp(args[4], "down") == 0) {
1742 sv->agent.health = 0;
1743 srv_set_stopped(sv, "changed from CLI");
1744 }
1745 else {
1746 appctx->ctx.cli.msg = "'set server <srv> agent' expects 'up' or 'down'.\n";
1747 appctx->st0 = STAT_CLI_PRINT;
1748 }
1749 }
Baptiste Assmann3d8f8312015-04-13 22:54:33 +02001750 else if (strcmp(args[3], "addr") == 0) {
Thierry Fournier09a91782016-02-24 08:25:39 +01001751 warning = server_parse_addr_change_request(sv, args[4], "stats command");
Baptiste Assmann3d8f8312015-04-13 22:54:33 +02001752 if (warning) {
1753 appctx->ctx.cli.msg = warning;
1754 appctx->st0 = STAT_CLI_PRINT;
1755 }
1756 }
Willy Tarreau2a4b70f2014-05-22 18:42:35 +02001757 else {
Baptiste Assmann3d8f8312015-04-13 22:54:33 +02001758 appctx->ctx.cli.msg = "'set server <srv>' only supports 'agent', 'health', 'state', 'weight' and 'addr'.\n";
Willy Tarreau2a4b70f2014-05-22 18:42:35 +02001759 appctx->st0 = STAT_CLI_PRINT;
1760 }
1761 return 1;
1762 }
Willy Tarreau7aabd112010-01-26 10:59:06 +01001763 else if (strcmp(args[1], "timeout") == 0) {
1764 if (strcmp(args[2], "cli") == 0) {
1765 unsigned timeout;
1766 const char *res;
1767
1768 if (!*args[3]) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001769 appctx->ctx.cli.msg = "Expects an integer value.\n";
1770 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau7aabd112010-01-26 10:59:06 +01001771 return 1;
1772 }
1773
1774 res = parse_time_err(args[3], &timeout, TIME_UNIT_S);
1775 if (res || timeout < 1) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001776 appctx->ctx.cli.msg = "Invalid timeout value.\n";
1777 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau7aabd112010-01-26 10:59:06 +01001778 return 1;
1779 }
1780
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01001781 s->req.rto = s->res.wto = 1 + MS_TO_TICKS(timeout*1000);
Willy Tarreau7aabd112010-01-26 10:59:06 +01001782 return 1;
1783 }
1784 else {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001785 appctx->ctx.cli.msg = "'set timeout' only supports 'cli'.\n";
1786 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau7aabd112010-01-26 10:59:06 +01001787 return 1;
1788 }
1789 }
Willy Tarreau2a0f4d22011-08-02 11:49:05 +02001790 else if (strcmp(args[1], "maxconn") == 0) {
1791 if (strcmp(args[2], "frontend") == 0) {
1792 struct proxy *px;
1793 struct listener *l;
1794 int v;
1795
Willy Tarreau532a4502011-09-07 22:37:44 +02001796 px = expect_frontend_admin(s, si, args[3]);
1797 if (!px)
Willy Tarreau2a0f4d22011-08-02 11:49:05 +02001798 return 1;
Willy Tarreau2a0f4d22011-08-02 11:49:05 +02001799
1800 if (!*args[4]) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001801 appctx->ctx.cli.msg = "Integer value expected.\n";
1802 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau2a0f4d22011-08-02 11:49:05 +02001803 return 1;
1804 }
1805
1806 v = atoi(args[4]);
Willy Tarreau3c7a79d2012-09-26 21:07:15 +02001807 if (v < 0) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001808 appctx->ctx.cli.msg = "Value out of range.\n";
1809 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau2a0f4d22011-08-02 11:49:05 +02001810 return 1;
1811 }
1812
1813 /* OK, the value is fine, so we assign it to the proxy and to all of
1814 * its listeners. The blocked ones will be dequeued.
1815 */
1816 px->maxconn = v;
Willy Tarreaua7944ad2012-09-26 21:03:11 +02001817 list_for_each_entry(l, &px->conf.listeners, by_fe) {
Willy Tarreau2a0f4d22011-08-02 11:49:05 +02001818 l->maxconn = v;
1819 if (l->state == LI_FULL)
1820 resume_listener(l);
1821 }
1822
Willy Tarreaud0d8da92015-04-04 02:10:38 +02001823 if (px->maxconn > px->feconn && !LIST_ISEMPTY(&strm_fe(s)->listener_queue))
1824 dequeue_all_listeners(&strm_fe(s)->listener_queue);
Willy Tarreau2a0f4d22011-08-02 11:49:05 +02001825
1826 return 1;
1827 }
Andrew Hayworthedb93a72015-10-27 21:46:25 +00001828 else if (strcmp(args[2], "server") == 0) {
1829 struct server *sv;
Nenad Merdanovic5c3ed342016-04-24 23:10:07 +02001830 const char *warning;
Andrew Hayworthedb93a72015-10-27 21:46:25 +00001831
1832 sv = expect_server_admin(s, si, args[3]);
1833 if (!sv)
1834 return 1;
1835
Nenad Merdanovic5c3ed342016-04-24 23:10:07 +02001836 warning = server_parse_maxconn_change_request(sv, args[4]);
1837 if (warning) {
1838 appctx->ctx.cli.msg = warning;
Andrew Hayworthedb93a72015-10-27 21:46:25 +00001839 appctx->st0 = STAT_CLI_PRINT;
Andrew Hayworthedb93a72015-10-27 21:46:25 +00001840 }
1841
Andrew Hayworthedb93a72015-10-27 21:46:25 +00001842 return 1;
1843 }
Willy Tarreau91886b62011-09-07 14:38:31 +02001844 else if (strcmp(args[2], "global") == 0) {
1845 int v;
1846
Willy Tarreaud0d8da92015-04-04 02:10:38 +02001847 if (strm_li(s)->bind_conf->level < ACCESS_LVL_ADMIN) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001848 appctx->ctx.cli.msg = stats_permission_denied_msg;
1849 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau91886b62011-09-07 14:38:31 +02001850 return 1;
1851 }
1852
1853 if (!*args[3]) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001854 appctx->ctx.cli.msg = "Expects an integer value.\n";
1855 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau91886b62011-09-07 14:38:31 +02001856 return 1;
1857 }
1858
1859 v = atoi(args[3]);
1860 if (v > global.hardmaxconn) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001861 appctx->ctx.cli.msg = "Value out of range.\n";
1862 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau91886b62011-09-07 14:38:31 +02001863 return 1;
1864 }
1865
1866 /* check for unlimited values */
1867 if (v <= 0)
1868 v = global.hardmaxconn;
1869
1870 global.maxconn = v;
1871
1872 /* Dequeues all of the listeners waiting for a resource */
1873 if (!LIST_ISEMPTY(&global_listener_queue))
1874 dequeue_all_listeners(&global_listener_queue);
1875
1876 return 1;
1877 }
Willy Tarreau2a0f4d22011-08-02 11:49:05 +02001878 else {
Andrew Hayworthedb93a72015-10-27 21:46:25 +00001879 appctx->ctx.cli.msg = "'set maxconn' only supports 'frontend', 'server', and 'global'.\n";
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001880 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau2a0f4d22011-08-02 11:49:05 +02001881 return 1;
1882 }
1883 }
Willy Tarreauf5b22872011-09-07 16:13:44 +02001884 else if (strcmp(args[1], "rate-limit") == 0) {
1885 if (strcmp(args[2], "connections") == 0) {
1886 if (strcmp(args[3], "global") == 0) {
1887 int v;
1888
Willy Tarreaud0d8da92015-04-04 02:10:38 +02001889 if (strm_li(s)->bind_conf->level < ACCESS_LVL_ADMIN) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001890 appctx->ctx.cli.msg = stats_permission_denied_msg;
1891 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreauf5b22872011-09-07 16:13:44 +02001892 return 1;
1893 }
1894
1895 if (!*args[4]) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001896 appctx->ctx.cli.msg = "Expects an integer value.\n";
1897 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreauf5b22872011-09-07 16:13:44 +02001898 return 1;
1899 }
1900
1901 v = atoi(args[4]);
1902 if (v < 0) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001903 appctx->ctx.cli.msg = "Value out of range.\n";
1904 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreauf5b22872011-09-07 16:13:44 +02001905 return 1;
1906 }
1907
1908 global.cps_lim = v;
1909
1910 /* Dequeues all of the listeners waiting for a resource */
1911 if (!LIST_ISEMPTY(&global_listener_queue))
1912 dequeue_all_listeners(&global_listener_queue);
1913
1914 return 1;
1915 }
1916 else {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01001917 appctx->ctx.cli.msg = "'set rate-limit connections' only supports 'global'.\n";
1918 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreauf5b22872011-09-07 16:13:44 +02001919 return 1;
1920 }
1921 }
Willy Tarreau93e7c002013-10-07 18:51:07 +02001922 else if (strcmp(args[2], "sessions") == 0) {
1923 if (strcmp(args[3], "global") == 0) {
1924 int v;
1925
Willy Tarreaud0d8da92015-04-04 02:10:38 +02001926 if (strm_li(s)->bind_conf->level < ACCESS_LVL_ADMIN) {
Willy Tarreau93e7c002013-10-07 18:51:07 +02001927 appctx->ctx.cli.msg = stats_permission_denied_msg;
1928 appctx->st0 = STAT_CLI_PRINT;
1929 return 1;
1930 }
1931
1932 if (!*args[4]) {
1933 appctx->ctx.cli.msg = "Expects an integer value.\n";
1934 appctx->st0 = STAT_CLI_PRINT;
1935 return 1;
1936 }
1937
1938 v = atoi(args[4]);
1939 if (v < 0) {
1940 appctx->ctx.cli.msg = "Value out of range.\n";
1941 appctx->st0 = STAT_CLI_PRINT;
1942 return 1;
1943 }
1944
1945 global.sps_lim = v;
1946
1947 /* Dequeues all of the listeners waiting for a resource */
1948 if (!LIST_ISEMPTY(&global_listener_queue))
1949 dequeue_all_listeners(&global_listener_queue);
1950
1951 return 1;
1952 }
1953 else {
1954 appctx->ctx.cli.msg = "'set rate-limit sessions' only supports 'global'.\n";
1955 appctx->st0 = STAT_CLI_PRINT;
1956 return 1;
1957 }
1958 }
Willy Tarreaue43d5322013-10-07 20:01:52 +02001959#ifdef USE_OPENSSL
1960 else if (strcmp(args[2], "ssl-sessions") == 0) {
1961 if (strcmp(args[3], "global") == 0) {
1962 int v;
1963
Willy Tarreaud0d8da92015-04-04 02:10:38 +02001964 if (strm_li(s)->bind_conf->level < ACCESS_LVL_ADMIN) {
Willy Tarreaue43d5322013-10-07 20:01:52 +02001965 appctx->ctx.cli.msg = stats_permission_denied_msg;
1966 appctx->st0 = STAT_CLI_PRINT;
1967 return 1;
1968 }
1969
1970 if (!*args[4]) {
1971 appctx->ctx.cli.msg = "Expects an integer value.\n";
1972 appctx->st0 = STAT_CLI_PRINT;
1973 return 1;
1974 }
1975
1976 v = atoi(args[4]);
1977 if (v < 0) {
1978 appctx->ctx.cli.msg = "Value out of range.\n";
1979 appctx->st0 = STAT_CLI_PRINT;
1980 return 1;
1981 }
1982
1983 global.ssl_lim = v;
1984
1985 /* Dequeues all of the listeners waiting for a resource */
1986 if (!LIST_ISEMPTY(&global_listener_queue))
1987 dequeue_all_listeners(&global_listener_queue);
1988
1989 return 1;
1990 }
1991 else {
1992 appctx->ctx.cli.msg = "'set rate-limit ssl-sessions' only supports 'global'.\n";
1993 appctx->st0 = STAT_CLI_PRINT;
1994 return 1;
1995 }
1996 }
1997#endif
William Lallemandd85f9172012-11-09 17:05:39 +01001998 else if (strcmp(args[2], "http-compression") == 0) {
1999 if (strcmp(args[3], "global") == 0) {
2000 int v;
2001
Willy Tarreaua1c2b2c2015-11-26 18:32:39 +01002002 if (strm_li(s)->bind_conf->level < ACCESS_LVL_ADMIN) {
2003 appctx->ctx.cli.msg = stats_permission_denied_msg;
2004 appctx->st0 = STAT_CLI_PRINT;
2005 return 1;
2006 }
2007
Willy Tarreau85d47f92012-11-21 00:29:50 +01002008 if (!*args[4]) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002009 appctx->ctx.cli.msg = "Expects a maximum input byte rate in kB/s.\n";
2010 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau85d47f92012-11-21 00:29:50 +01002011 return 1;
2012 }
2013
William Lallemandd85f9172012-11-09 17:05:39 +01002014 v = atoi(args[4]);
2015 global.comp_rate_lim = v * 1024; /* Kilo to bytes. */
2016 }
2017 else {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002018 appctx->ctx.cli.msg = "'set rate-limit http-compression' only supports 'global'.\n";
2019 appctx->st0 = STAT_CLI_PRINT;
William Lallemandd85f9172012-11-09 17:05:39 +01002020 return 1;
2021 }
2022 }
Willy Tarreauf5b22872011-09-07 16:13:44 +02002023 else {
Willy Tarreaue43d5322013-10-07 20:01:52 +02002024 appctx->ctx.cli.msg = "'set rate-limit' supports 'connections', 'sessions', 'ssl-sessions', and 'http-compression'.\n";
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002025 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreauf5b22872011-09-07 16:13:44 +02002026 return 1;
2027 }
2028 }
Willy Tarreau654694e2012-06-07 01:03:16 +02002029 else if (strcmp(args[1], "table") == 0) {
2030 stats_sock_table_request(si, args, STAT_CLI_O_SET);
2031 }
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002032 else if (strcmp(args[1], "map") == 0) {
Thierry FOURNIER364cfdf2014-01-29 19:08:49 +01002033 char *err;
2034
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01002035 /* Set flags. */
2036 appctx->ctx.map.display_flags = PAT_REF_MAP;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002037
2038 /* Expect three parameters: map name, key and new value. */
2039 if (!*args[2] || !*args[3] || !*args[4]) {
Thierry FOURNIERd5723432014-03-11 13:52:44 +01002040 appctx->ctx.cli.msg = "'set map' expects three parameters: map identifier, key and value.\n";
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002041 appctx->st0 = STAT_CLI_PRINT;
2042 return 1;
2043 }
2044
2045 /* Lookup the reference in the maps. */
Thierry FOURNIERaf5a29d2014-03-11 14:29:22 +01002046 appctx->ctx.map.ref = pat_ref_lookup_ref(args[2]);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002047 if (!appctx->ctx.map.ref) {
Thierry FOURNIER65ce6132014-03-20 11:42:45 +01002048 appctx->ctx.cli.msg = "Unknown map identifier. Please use #<id> or <file>.\n";
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002049 appctx->st0 = STAT_CLI_PRINT;
2050 return 1;
2051 }
2052
Thierry FOURNIER9356c682014-01-28 15:55:37 +01002053 /* If the entry identifier start with a '#', it is considered as
2054 * pointer id
2055 */
2056 if (args[3][0] == '#' && args[3][1] == '0' && args[3][2] == 'x') {
2057 struct pat_ref_elt *ref;
2058 long long int conv;
2059 char *error;
2060
2061 /* Convert argument to integer value. */
2062 conv = strtoll(&args[3][1], &error, 16);
2063 if (*error != '\0') {
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 /* Convert and check integer to pointer. */
2070 ref = (struct pat_ref_elt *)(long)conv;
2071 if ((long long int)(long)ref != conv) {
Thierry FOURNIER65ce6132014-03-20 11:42:45 +01002072 appctx->ctx.cli.msg = "Malformed identifier. Please use #<id> or <file>.\n";
Thierry FOURNIER9356c682014-01-28 15:55:37 +01002073 appctx->st0 = STAT_CLI_PRINT;
2074 return 1;
2075 }
2076
2077 /* Try to delete the entry. */
Thierry FOURNIER364cfdf2014-01-29 19:08:49 +01002078 err = NULL;
2079 if (!pat_ref_set_by_id(appctx->ctx.map.ref, ref, args[4], &err)) {
2080 if (err)
2081 memprintf(&err, "%s.\n", err);
2082 appctx->ctx.cli.err = err;
2083 appctx->st0 = STAT_CLI_PRINT_FREE;
Thierry FOURNIER9356c682014-01-28 15:55:37 +01002084 return 1;
2085 }
2086 }
2087 else {
2088 /* Else, use the entry identifier as pattern
2089 * string, and update the value.
2090 */
Thierry FOURNIER364cfdf2014-01-29 19:08:49 +01002091 err = NULL;
2092 if (!pat_ref_set(appctx->ctx.map.ref, args[3], args[4], &err)) {
2093 if (err)
2094 memprintf(&err, "%s.\n", err);
2095 appctx->ctx.cli.err = err;
2096 appctx->st0 = STAT_CLI_PRINT_FREE;
Thierry FOURNIER9356c682014-01-28 15:55:37 +01002097 return 1;
2098 }
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002099 }
2100
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002101 /* The set is done, send message. */
Thierry FOURNIER07e78c52014-12-18 15:28:01 +01002102 appctx->st0 = STAT_CLI_PROMPT;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002103 return 1;
2104 }
Emeric Brun4147b2e2014-06-16 18:36:30 +02002105#ifdef USE_OPENSSL
2106 else if (strcmp(args[1], "ssl") == 0) {
2107 if (strcmp(args[2], "ocsp-response") == 0) {
Lukas Tribuse4e30f72014-12-09 16:32:51 +01002108#if (defined SSL_CTRL_SET_TLSEXT_STATUS_REQ_CB && !defined OPENSSL_NO_OCSP)
Emeric Brun4147b2e2014-06-16 18:36:30 +02002109 char *err = NULL;
2110
Emeric Brunaf4ef742014-06-19 14:10:45 +02002111 /* Expect one parameter: the new response in base64 encoding */
Emeric Brun4147b2e2014-06-16 18:36:30 +02002112 if (!*args[3]) {
2113 appctx->ctx.cli.msg = "'set ssl ocsp-response' expects response in base64 encoding.\n";
2114 appctx->st0 = STAT_CLI_PRINT;
2115 return 1;
2116 }
2117
2118 trash.len = base64dec(args[3], strlen(args[3]), trash.str, trash.size);
2119 if (trash.len < 0) {
2120 appctx->ctx.cli.msg = "'set ssl ocsp-response' received invalid base64 encoded response.\n";
2121 appctx->st0 = STAT_CLI_PRINT;
2122 return 1;
2123 }
2124
2125 if (ssl_sock_update_ocsp_response(&trash, &err)) {
2126 if (err) {
2127 memprintf(&err, "%s.\n", err);
2128 appctx->ctx.cli.err = err;
2129 appctx->st0 = STAT_CLI_PRINT_FREE;
2130 }
2131 return 1;
2132 }
2133 appctx->ctx.cli.msg = "OCSP Response updated!";
2134 appctx->st0 = STAT_CLI_PRINT;
2135 return 1;
2136#else
2137 appctx->ctx.cli.msg = "HAProxy was compiled against a version of OpenSSL that doesn't support OCSP stapling.\n";
2138 appctx->st0 = STAT_CLI_PRINT;
2139 return 1;
2140#endif
2141 }
Nenad Merdanovic200b0fa2015-05-09 08:46:01 +02002142 else if (strcmp(args[2], "tls-key") == 0) {
2143#if (defined SSL_CTRL_SET_TLSEXT_TICKET_KEY_CB && TLS_TICKETS_NO > 0)
2144 /* Expect two parameters: the filename and the new new TLS key in encoding */
2145 if (!*args[3] || !*args[4]) {
2146 appctx->ctx.cli.msg = "'set ssl tls-key' expects a filename and the new TLS key in base64 encoding.\n";
2147 appctx->st0 = STAT_CLI_PRINT;
2148 return 1;
2149 }
2150
2151 appctx->ctx.tlskeys.ref = tlskeys_ref_lookup_ref(args[3]);
2152 if(!appctx->ctx.tlskeys.ref) {
2153 appctx->ctx.cli.msg = "'set ssl tls-key' unable to locate referenced filename\n";
2154 appctx->st0 = STAT_CLI_PRINT;
2155 return 1;
2156 }
2157
2158 trash.len = base64dec(args[4], strlen(args[4]), trash.str, trash.size);
2159 if (trash.len != sizeof(struct tls_sess_key)) {
2160 appctx->ctx.cli.msg = "'set ssl tls-key' received invalid base64 encoded TLS key.\n";
2161 appctx->st0 = STAT_CLI_PRINT;
2162 return 1;
2163 }
2164
Pradeep Jindalcc79b002015-08-20 18:25:17 +05302165 memcpy(appctx->ctx.tlskeys.ref->tlskeys + ((appctx->ctx.tlskeys.ref->tls_ticket_enc_index + 2) % TLS_TICKETS_NO), trash.str, trash.len);
2166 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 +02002167
2168 appctx->ctx.cli.msg = "TLS ticket key updated!";
2169 appctx->st0 = STAT_CLI_PRINT;
2170 return 1;
2171#else
2172 appctx->ctx.cli.msg = "HAProxy was compiled against a version of OpenSSL "
2173 "that doesn't support specifying TLS ticket keys\n";
2174 appctx->st0 = STAT_CLI_PRINT;
2175 return 1;
2176#endif
2177 }
Emeric Brun4147b2e2014-06-16 18:36:30 +02002178 else {
2179 appctx->ctx.cli.msg = "'set ssl' only supports 'ocsp-response'.\n";
2180 appctx->st0 = STAT_CLI_PRINT;
2181 return 1;
2182 }
2183 }
2184#endif
Willy Tarreau7aabd112010-01-26 10:59:06 +01002185 else { /* unknown "set" parameter */
Willy Tarreau4483d432009-10-10 19:30:08 +02002186 return 0;
2187 }
2188 }
Cyril Bontécd19e512010-01-31 22:34:03 +01002189 else if (strcmp(args[0], "enable") == 0) {
Simon Horman671b6f02013-11-25 10:46:39 +09002190 if (strcmp(args[1], "agent") == 0) {
2191 struct server *sv;
2192
2193 sv = expect_server_admin(s, si, args[2]);
2194 if (!sv)
2195 return 1;
2196
Willy Tarreau2e10f5a2013-12-11 20:11:55 +01002197 if (!(sv->agent.state & CHK_ST_CONFIGURED)) {
2198 appctx->ctx.cli.msg = "Agent was not configured on this server, cannot enable.\n";
2199 appctx->st0 = STAT_CLI_PRINT;
2200 return 1;
2201 }
2202
2203 sv->agent.state |= CHK_ST_ENABLED;
Simon Horman671b6f02013-11-25 10:46:39 +09002204 return 1;
2205 }
Willy Tarreau9b5aecd2014-05-23 11:53:10 +02002206 else if (strcmp(args[1], "health") == 0) {
Cyril Bontécd19e512010-01-31 22:34:03 +01002207 struct server *sv;
2208
Willy Tarreaud52c41e2011-09-07 23:41:01 +02002209 sv = expect_server_admin(s, si, args[2]);
2210 if (!sv)
Cyril Bonté613f0df2011-03-03 20:49:04 +01002211 return 1;
Cyril Bonté613f0df2011-03-03 20:49:04 +01002212
Willy Tarreau9b5aecd2014-05-23 11:53:10 +02002213 if (!(sv->check.state & CHK_ST_CONFIGURED)) {
2214 appctx->ctx.cli.msg = "Health checks are not configured on this server, cannot enable.\n";
2215 appctx->st0 = STAT_CLI_PRINT;
2216 return 1;
2217 }
2218
2219 sv->check.state |= CHK_ST_ENABLED;
2220 return 1;
2221 }
2222 else if (strcmp(args[1], "server") == 0) {
2223 struct server *sv;
2224
2225 sv = expect_server_admin(s, si, args[2]);
2226 if (!sv)
2227 return 1;
2228
Willy Tarreaubfc7b7a2014-05-22 16:14:34 +02002229 srv_adm_set_ready(sv);
Willy Tarreau532a4502011-09-07 22:37:44 +02002230 return 1;
2231 }
2232 else if (strcmp(args[1], "frontend") == 0) {
2233 struct proxy *px;
2234
2235 px = expect_frontend_admin(s, si, args[2]);
2236 if (!px)
2237 return 1;
2238
2239 if (px->state == PR_STSTOPPED) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002240 appctx->ctx.cli.msg = "Frontend was previously shut down, cannot enable.\n";
2241 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau532a4502011-09-07 22:37:44 +02002242 return 1;
2243 }
2244
2245 if (px->state != PR_STPAUSED) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002246 appctx->ctx.cli.msg = "Frontend is already enabled.\n";
2247 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau532a4502011-09-07 22:37:44 +02002248 return 1;
2249 }
2250
2251 if (!resume_proxy(px)) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002252 appctx->ctx.cli.msg = "Failed to resume frontend, check logs for precise cause (port conflict?).\n";
2253 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau532a4502011-09-07 22:37:44 +02002254 return 1;
2255 }
Cyril Bontécd19e512010-01-31 22:34:03 +01002256 return 1;
2257 }
2258 else { /* unknown "enable" parameter */
Willy Tarreau9b5aecd2014-05-23 11:53:10 +02002259 appctx->ctx.cli.msg = "'enable' only supports 'agent', 'frontend', 'health', and 'server'.\n";
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002260 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau532a4502011-09-07 22:37:44 +02002261 return 1;
Cyril Bontécd19e512010-01-31 22:34:03 +01002262 }
2263 }
2264 else if (strcmp(args[0], "disable") == 0) {
Simon Horman671b6f02013-11-25 10:46:39 +09002265 if (strcmp(args[1], "agent") == 0) {
2266 struct server *sv;
2267
2268 sv = expect_server_admin(s, si, args[2]);
2269 if (!sv)
2270 return 1;
2271
Willy Tarreau2e10f5a2013-12-11 20:11:55 +01002272 sv->agent.state &= ~CHK_ST_ENABLED;
Simon Horman671b6f02013-11-25 10:46:39 +09002273 return 1;
2274 }
Willy Tarreau9b5aecd2014-05-23 11:53:10 +02002275 else if (strcmp(args[1], "health") == 0) {
2276 struct server *sv;
2277
2278 sv = expect_server_admin(s, si, args[2]);
2279 if (!sv)
2280 return 1;
2281
2282 sv->check.state &= ~CHK_ST_ENABLED;
2283 return 1;
2284 }
Simon Horman671b6f02013-11-25 10:46:39 +09002285 else if (strcmp(args[1], "server") == 0) {
Cyril Bontécd19e512010-01-31 22:34:03 +01002286 struct server *sv;
2287
Willy Tarreaud52c41e2011-09-07 23:41:01 +02002288 sv = expect_server_admin(s, si, args[2]);
2289 if (!sv)
Cyril Bonté613f0df2011-03-03 20:49:04 +01002290 return 1;
Cyril Bonté613f0df2011-03-03 20:49:04 +01002291
Willy Tarreaubfc7b7a2014-05-22 16:14:34 +02002292 srv_adm_set_maint(sv);
Willy Tarreau532a4502011-09-07 22:37:44 +02002293 return 1;
2294 }
2295 else if (strcmp(args[1], "frontend") == 0) {
2296 struct proxy *px;
2297
2298 px = expect_frontend_admin(s, si, args[2]);
2299 if (!px)
2300 return 1;
2301
2302 if (px->state == PR_STSTOPPED) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002303 appctx->ctx.cli.msg = "Frontend was previously shut down, cannot disable.\n";
2304 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau532a4502011-09-07 22:37:44 +02002305 return 1;
2306 }
2307
2308 if (px->state == PR_STPAUSED) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002309 appctx->ctx.cli.msg = "Frontend is already disabled.\n";
2310 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau532a4502011-09-07 22:37:44 +02002311 return 1;
2312 }
2313
2314 if (!pause_proxy(px)) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002315 appctx->ctx.cli.msg = "Failed to pause frontend, check logs for precise cause.\n";
2316 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau532a4502011-09-07 22:37:44 +02002317 return 1;
2318 }
Cyril Bontécd19e512010-01-31 22:34:03 +01002319 return 1;
2320 }
2321 else { /* unknown "disable" parameter */
Willy Tarreau9b5aecd2014-05-23 11:53:10 +02002322 appctx->ctx.cli.msg = "'disable' only supports 'agent', 'frontend', 'health', and 'server'.\n";
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002323 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau532a4502011-09-07 22:37:44 +02002324 return 1;
2325 }
2326 }
2327 else if (strcmp(args[0], "shutdown") == 0) {
2328 if (strcmp(args[1], "frontend") == 0) {
2329 struct proxy *px;
2330
2331 px = expect_frontend_admin(s, si, args[2]);
2332 if (!px)
2333 return 1;
2334
2335 if (px->state == PR_STSTOPPED) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002336 appctx->ctx.cli.msg = "Frontend was already shut down.\n";
2337 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau532a4502011-09-07 22:37:44 +02002338 return 1;
2339 }
2340
2341 Warning("Proxy %s stopped (FE: %lld conns, BE: %lld conns).\n",
2342 px->id, px->fe_counters.cum_conn, px->be_counters.cum_conn);
2343 send_log(px, LOG_WARNING, "Proxy %s stopped (FE: %lld conns, BE: %lld conns).\n",
2344 px->id, px->fe_counters.cum_conn, px->be_counters.cum_conn);
2345 stop_proxy(px);
2346 return 1;
2347 }
Willy Tarreaua295edc2011-09-07 23:21:03 +02002348 else if (strcmp(args[1], "session") == 0) {
Willy Tarreau87b09662015-04-03 00:22:06 +02002349 struct stream *sess, *ptr;
Willy Tarreaua295edc2011-09-07 23:21:03 +02002350
Willy Tarreaud0d8da92015-04-04 02:10:38 +02002351 if (strm_li(s)->bind_conf->level < ACCESS_LVL_ADMIN) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002352 appctx->ctx.cli.msg = stats_permission_denied_msg;
2353 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreaua295edc2011-09-07 23:21:03 +02002354 return 1;
2355 }
2356
2357 if (!*args[2]) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002358 appctx->ctx.cli.msg = "Session pointer expected (use 'show sess').\n";
2359 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreaua295edc2011-09-07 23:21:03 +02002360 return 1;
2361 }
2362
2363 ptr = (void *)strtoul(args[2], NULL, 0);
2364
Willy Tarreau87b09662015-04-03 00:22:06 +02002365 /* first, look for the requested stream in the stream table */
2366 list_for_each_entry(sess, &streams, list) {
Willy Tarreaua295edc2011-09-07 23:21:03 +02002367 if (sess == ptr)
2368 break;
2369 }
2370
Willy Tarreau87b09662015-04-03 00:22:06 +02002371 /* do we have the stream ? */
Willy Tarreaua295edc2011-09-07 23:21:03 +02002372 if (sess != ptr) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002373 appctx->ctx.cli.msg = "No such session (use 'show sess').\n";
2374 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreaua295edc2011-09-07 23:21:03 +02002375 return 1;
2376 }
2377
Willy Tarreaue7dff022015-04-03 01:14:29 +02002378 stream_shutdown(sess, SF_ERR_KILLED);
Willy Tarreaua295edc2011-09-07 23:21:03 +02002379 return 1;
2380 }
Willy Tarreau52b2d222011-09-07 23:48:48 +02002381 else if (strcmp(args[1], "sessions") == 0) {
2382 if (strcmp(args[2], "server") == 0) {
2383 struct server *sv;
Willy Tarreau87b09662015-04-03 00:22:06 +02002384 struct stream *sess, *sess_bck;
Willy Tarreau52b2d222011-09-07 23:48:48 +02002385
2386 sv = expect_server_admin(s, si, args[3]);
2387 if (!sv)
2388 return 1;
2389
Willy Tarreau87b09662015-04-03 00:22:06 +02002390 /* kill all the stream that are on this server */
Willy Tarreau52b2d222011-09-07 23:48:48 +02002391 list_for_each_entry_safe(sess, sess_bck, &sv->actconns, by_srv)
2392 if (sess->srv_conn == sv)
Willy Tarreaue7dff022015-04-03 01:14:29 +02002393 stream_shutdown(sess, SF_ERR_KILLED);
Willy Tarreau52b2d222011-09-07 23:48:48 +02002394
2395 return 1;
2396 }
2397 else {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002398 appctx->ctx.cli.msg = "'shutdown sessions' only supports 'server'.\n";
2399 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau52b2d222011-09-07 23:48:48 +02002400 return 1;
2401 }
2402 }
Willy Tarreau532a4502011-09-07 22:37:44 +02002403 else { /* unknown "disable" parameter */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002404 appctx->ctx.cli.msg = "'shutdown' only supports 'frontend', 'session' and 'sessions'.\n";
2405 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau532a4502011-09-07 22:37:44 +02002406 return 1;
Cyril Bontécd19e512010-01-31 22:34:03 +01002407 }
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002408 }
2409 else if (strcmp(args[0], "del") == 0) {
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01002410 if (strcmp(args[1], "map") == 0 || strcmp(args[1], "acl") == 0) {
2411 if (args[1][0] == 'm')
2412 appctx->ctx.map.display_flags = PAT_REF_MAP;
2413 else
2414 appctx->ctx.map.display_flags = PAT_REF_ACL;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002415
2416 /* Expect two parameters: map name and key. */
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01002417 if (appctx->ctx.map.display_flags == PAT_REF_MAP) {
2418 if (!*args[2] || !*args[3]) {
2419 appctx->ctx.cli.msg = "This command expects two parameters: map identifier and key.\n";
2420 appctx->st0 = STAT_CLI_PRINT;
2421 return 1;
2422 }
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002423 }
2424
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01002425 else {
2426 if (!*args[2] || !*args[3]) {
2427 appctx->ctx.cli.msg = "This command expects two parameters: ACL identifier and key.\n";
2428 appctx->st0 = STAT_CLI_PRINT;
2429 return 1;
2430 }
2431 }
2432
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002433 /* Lookup the reference in the maps. */
Thierry FOURNIERaf5a29d2014-03-11 14:29:22 +01002434 appctx->ctx.map.ref = pat_ref_lookup_ref(args[2]);
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01002435 if (!appctx->ctx.map.ref ||
2436 !(appctx->ctx.map.ref->flags & appctx->ctx.map.display_flags)) {
Thierry FOURNIER65ce6132014-03-20 11:42:45 +01002437 appctx->ctx.cli.msg = "Unknown map identifier. Please use #<id> or <file>.\n";
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002438 appctx->st0 = STAT_CLI_PRINT;
2439 return 1;
2440 }
2441
Thierry FOURNIER9356c682014-01-28 15:55:37 +01002442 /* If the entry identifier start with a '#', it is considered as
2443 * pointer id
2444 */
2445 if (args[3][0] == '#' && args[3][1] == '0' && args[3][2] == 'x') {
2446 struct pat_ref_elt *ref;
2447 long long int conv;
2448 char *error;
2449
2450 /* Convert argument to integer value. */
2451 conv = strtoll(&args[3][1], &error, 16);
2452 if (*error != '\0') {
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 /* Convert and check integer to pointer. */
2459 ref = (struct pat_ref_elt *)(long)conv;
2460 if ((long long int)(long)ref != conv) {
Thierry FOURNIER65ce6132014-03-20 11:42:45 +01002461 appctx->ctx.cli.msg = "Malformed identifier. Please use #<id> or <file>.\n";
Thierry FOURNIER9356c682014-01-28 15:55:37 +01002462 appctx->st0 = STAT_CLI_PRINT;
2463 return 1;
2464 }
2465
2466 /* Try to delete the entry. */
2467 if (!pat_ref_delete_by_id(appctx->ctx.map.ref, ref)) {
2468 /* The entry is not found, send message. */
2469 appctx->ctx.cli.msg = "Key not found.\n";
2470 appctx->st0 = STAT_CLI_PRINT;
2471 return 1;
2472 }
2473 }
2474 else {
2475 /* Else, use the entry identifier as pattern
2476 * string and try to delete the entry.
2477 */
2478 if (!pat_ref_delete(appctx->ctx.map.ref, args[3])) {
2479 /* The entry is not found, send message. */
2480 appctx->ctx.cli.msg = "Key not found.\n";
2481 appctx->st0 = STAT_CLI_PRINT;
2482 return 1;
2483 }
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002484 }
2485
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002486 /* The deletion is done, send message. */
Thierry FOURNIER07e78c52014-12-18 15:28:01 +01002487 appctx->st0 = STAT_CLI_PROMPT;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002488 return 1;
2489 }
2490 else { /* unknown "del" parameter */
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01002491 appctx->ctx.cli.msg = "'del' only supports 'map' or 'acl'.\n";
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002492 appctx->st0 = STAT_CLI_PRINT;
2493 return 1;
2494 }
2495 }
2496 else if (strcmp(args[0], "add") == 0) {
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01002497 if (strcmp(args[1], "map") == 0 ||
2498 strcmp(args[1], "acl") == 0) {
2499 int ret;
Thierry FOURNIER364cfdf2014-01-29 19:08:49 +01002500 char *err;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002501
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01002502 /* Set flags. */
2503 if (args[1][0] == 'm')
2504 appctx->ctx.map.display_flags = PAT_REF_MAP;
2505 else
2506 appctx->ctx.map.display_flags = PAT_REF_ACL;
2507
2508 /* If the keywork is "map", we expect three parameters, if it
2509 * is "acl", we expect only two parameters
2510 */
2511 if (appctx->ctx.map.display_flags == PAT_REF_MAP) {
2512 if (!*args[2] || !*args[3] || !*args[4]) {
2513 appctx->ctx.cli.msg = "'add map' expects three parameters: map identifier, key and value.\n";
2514 appctx->st0 = STAT_CLI_PRINT;
2515 return 1;
2516 }
2517 }
2518 else {
2519 if (!*args[2] || !*args[3]) {
2520 appctx->ctx.cli.msg = "'add acl' expects two parameters: ACL identifier and pattern.\n";
2521 appctx->st0 = STAT_CLI_PRINT;
2522 return 1;
2523 }
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002524 }
2525
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01002526 /* Lookup for the reference. */
Thierry FOURNIERaf5a29d2014-03-11 14:29:22 +01002527 appctx->ctx.map.ref = pat_ref_lookup_ref(args[2]);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002528 if (!appctx->ctx.map.ref) {
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01002529 if (appctx->ctx.map.display_flags == PAT_REF_MAP)
Thierry FOURNIER65ce6132014-03-20 11:42:45 +01002530 appctx->ctx.cli.msg = "Unknown map identifier. Please use #<id> or <file>.\n";
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01002531 else
Thierry FOURNIER65ce6132014-03-20 11:42:45 +01002532 appctx->ctx.cli.msg = "Unknown ACL identifier. Please use #<id> or <file>.\n";
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002533 appctx->st0 = STAT_CLI_PRINT;
2534 return 1;
2535 }
2536
Thierry FOURNIER64c585f2014-01-29 20:02:36 +01002537 /* The command "add acl" is prohibited if the reference
2538 * use samples.
2539 */
2540 if ((appctx->ctx.map.display_flags & PAT_REF_ACL) &&
2541 (appctx->ctx.map.ref->flags & PAT_REF_SMP)) {
2542 appctx->ctx.cli.msg = "This ACL is shared with a map containing samples. "
2543 "You must use the command 'add map' to add values.\n";
2544 appctx->st0 = STAT_CLI_PRINT;
2545 return 1;
2546 }
2547
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01002548 /* Add value. */
Thierry FOURNIER364cfdf2014-01-29 19:08:49 +01002549 err = NULL;
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01002550 if (appctx->ctx.map.display_flags == PAT_REF_MAP)
Thierry FOURNIERe47e4e22014-04-28 11:18:57 +02002551 ret = pat_ref_add(appctx->ctx.map.ref, args[3], args[4], &err);
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01002552 else
Thierry FOURNIERe47e4e22014-04-28 11:18:57 +02002553 ret = pat_ref_add(appctx->ctx.map.ref, args[3], NULL, &err);
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01002554 if (!ret) {
Thierry FOURNIER364cfdf2014-01-29 19:08:49 +01002555 if (err)
2556 memprintf(&err, "%s.\n", err);
2557 appctx->ctx.cli.err = err;
2558 appctx->st0 = STAT_CLI_PRINT_FREE;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002559 return 1;
2560 }
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002561
2562 /* The add is done, send message. */
Thierry FOURNIER07e78c52014-12-18 15:28:01 +01002563 appctx->st0 = STAT_CLI_PROMPT;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002564 return 1;
2565 }
2566 else { /* unknown "del" parameter */
2567 appctx->ctx.cli.msg = "'add' only supports 'map'.\n";
2568 appctx->st0 = STAT_CLI_PRINT;
2569 return 1;
2570 }
Cyril Bontécd19e512010-01-31 22:34:03 +01002571 }
2572 else { /* not "show" nor "clear" nor "get" nor "set" nor "enable" nor "disable" */
Willy Tarreau5ca791d2009-08-16 19:06:42 +02002573 return 0;
2574 }
2575 return 1;
2576}
2577
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002578/* This I/O handler runs as an applet embedded in a stream interface. It is
Willy Tarreauf5a885f2009-10-04 14:22:18 +02002579 * used to processes I/O from/to the stats unix socket. The system relies on a
2580 * state machine handling requests and various responses. We read a request,
2581 * then we process it and send the response, and we possibly display a prompt.
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002582 * Then we can read again. The state is stored in appctx->st0 and is one of the
2583 * STAT_CLI_* constants. appctx->st1 is used to indicate whether prompt is enabled
Willy Tarreauf5a885f2009-10-04 14:22:18 +02002584 * or not.
Willy Tarreau5ca791d2009-08-16 19:06:42 +02002585 */
Willy Tarreau00a37f02015-04-13 12:05:19 +02002586static void cli_io_handler(struct appctx *appctx)
Willy Tarreau5ca791d2009-08-16 19:06:42 +02002587{
Willy Tarreau00a37f02015-04-13 12:05:19 +02002588 struct stream_interface *si = appctx->owner;
Willy Tarreau2bb4a962014-11-28 11:11:05 +01002589 struct channel *req = si_oc(si);
2590 struct channel *res = si_ic(si);
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002591 int reql;
2592 int len;
Willy Tarreau5ca791d2009-08-16 19:06:42 +02002593
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002594 if (unlikely(si->state == SI_ST_DIS || si->state == SI_ST_CLO))
2595 goto out;
Willy Tarreau5ca791d2009-08-16 19:06:42 +02002596
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002597 while (1) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002598 if (appctx->st0 == STAT_CLI_INIT) {
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002599 /* Stats output not initialized yet */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002600 memset(&appctx->ctx.stats, 0, sizeof(appctx->ctx.stats));
2601 appctx->st0 = STAT_CLI_GETREQ;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002602 }
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002603 else if (appctx->st0 == STAT_CLI_END) {
Willy Tarreauf5a885f2009-10-04 14:22:18 +02002604 /* Let's close for real now. We just close the request
2605 * side, the conditions below will complete if needed.
2606 */
Willy Tarreau73b013b2012-05-21 16:31:45 +02002607 si_shutw(si);
Willy Tarreauf5a885f2009-10-04 14:22:18 +02002608 break;
2609 }
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002610 else if (appctx->st0 == STAT_CLI_GETREQ) {
Willy Tarreau4e33d862009-10-11 23:35:10 +02002611 /* ensure we have some output room left in the event we
2612 * would want to return some info right after parsing.
2613 */
Willy Tarreau4e4292b2014-11-28 12:18:45 +01002614 if (buffer_almost_full(si_ib(si))) {
Willy Tarreaufe127932015-04-21 19:23:39 +02002615 si_applet_cant_put(si);
Willy Tarreau4e33d862009-10-11 23:35:10 +02002616 break;
Willy Tarreaud7ad9f52013-12-31 17:26:25 +01002617 }
Willy Tarreau4e33d862009-10-11 23:35:10 +02002618
Willy Tarreau2bb4a962014-11-28 11:11:05 +01002619 reql = bo_getline(si_oc(si), trash.str, trash.size);
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002620 if (reql <= 0) { /* closed or EOL not found */
2621 if (reql == 0)
2622 break;
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002623 appctx->st0 = STAT_CLI_END;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002624 continue;
2625 }
Willy Tarreau5ca791d2009-08-16 19:06:42 +02002626
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002627 /* seek for a possible semi-colon. If we find one, we
2628 * replace it with an LF and skip only this part.
2629 */
2630 for (len = 0; len < reql; len++)
Willy Tarreau19d14ef2012-10-29 16:51:55 +01002631 if (trash.str[len] == ';') {
2632 trash.str[len] = '\n';
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002633 reql = len + 1;
2634 break;
2635 }
Willy Tarreau5ca791d2009-08-16 19:06:42 +02002636
Willy Tarreau816fc222009-10-04 07:36:58 +02002637 /* now it is time to check that we have a full line,
2638 * remove the trailing \n and possibly \r, then cut the
2639 * line.
2640 */
2641 len = reql - 1;
Willy Tarreau19d14ef2012-10-29 16:51:55 +01002642 if (trash.str[len] != '\n') {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002643 appctx->st0 = STAT_CLI_END;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002644 continue;
Willy Tarreau5ca791d2009-08-16 19:06:42 +02002645 }
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002646
Willy Tarreau19d14ef2012-10-29 16:51:55 +01002647 if (len && trash.str[len-1] == '\r')
Willy Tarreau816fc222009-10-04 07:36:58 +02002648 len--;
2649
Willy Tarreau19d14ef2012-10-29 16:51:55 +01002650 trash.str[len] = '\0';
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002651
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002652 appctx->st0 = STAT_CLI_PROMPT;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002653 if (len) {
Willy Tarreau19d14ef2012-10-29 16:51:55 +01002654 if (strcmp(trash.str, "quit") == 0) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002655 appctx->st0 = STAT_CLI_END;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002656 continue;
2657 }
Willy Tarreau19d14ef2012-10-29 16:51:55 +01002658 else if (strcmp(trash.str, "prompt") == 0)
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002659 appctx->st1 = !appctx->st1;
Willy Tarreau19d14ef2012-10-29 16:51:55 +01002660 else if (strcmp(trash.str, "help") == 0 ||
2661 !stats_sock_parse_request(si, trash.str)) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002662 appctx->ctx.cli.msg = stats_sock_usage_msg;
2663 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreauea1f5fe2009-10-11 23:12:51 +02002664 }
Willy Tarreauf5a885f2009-10-04 14:22:18 +02002665 /* NB: stats_sock_parse_request() may have put
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002666 * another STAT_CLI_O_* into appctx->st0.
Willy Tarreauf5a885f2009-10-04 14:22:18 +02002667 */
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002668 }
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002669 else if (!appctx->st1) {
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002670 /* if prompt is disabled, print help on empty lines,
2671 * so that the user at least knows how to enable
2672 * prompt and find help.
2673 */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002674 appctx->ctx.cli.msg = stats_sock_usage_msg;
2675 appctx->st0 = STAT_CLI_PRINT;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002676 }
2677
2678 /* re-adjust req buffer */
Willy Tarreau2bb4a962014-11-28 11:11:05 +01002679 bo_skip(si_oc(si), reql);
Willy Tarreau03cdb7c2012-08-27 23:14:58 +02002680 req->flags |= CF_READ_DONTWAIT; /* we plan to read small requests */
Willy Tarreau5ca791d2009-08-16 19:06:42 +02002681 }
Willy Tarreau68c00c72015-09-25 19:21:19 +02002682 else { /* output functions */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002683 switch (appctx->st0) {
Andrew Hayworthe32d1862015-10-02 15:08:10 +00002684 case STAT_CLI_PROMPT:
2685 break;
Willy Tarreauea1f5fe2009-10-11 23:12:51 +02002686 case STAT_CLI_PRINT:
Willy Tarreau2bb4a962014-11-28 11:11:05 +01002687 if (bi_putstr(si_ic(si), appctx->ctx.cli.msg) != -1)
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002688 appctx->st0 = STAT_CLI_PROMPT;
Willy Tarreaubc18da12015-03-13 14:00:47 +01002689 else
Willy Tarreaufe127932015-04-21 19:23:39 +02002690 si_applet_cant_put(si);
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002691 break;
Thierry FOURNIER364cfdf2014-01-29 19:08:49 +01002692 case STAT_CLI_PRINT_FREE:
Willy Tarreau2bb4a962014-11-28 11:11:05 +01002693 if (bi_putstr(si_ic(si), appctx->ctx.cli.err) != -1) {
Thierry FOURNIER364cfdf2014-01-29 19:08:49 +01002694 free(appctx->ctx.cli.err);
2695 appctx->st0 = STAT_CLI_PROMPT;
2696 }
Willy Tarreaubc18da12015-03-13 14:00:47 +01002697 else
Willy Tarreaufe127932015-04-21 19:23:39 +02002698 si_applet_cant_put(si);
Thierry FOURNIER364cfdf2014-01-29 19:08:49 +01002699 break;
Baptiste Assmann9b6857e2015-09-18 14:49:12 +02002700 case STAT_CLI_O_BACKEND:
2701 if (stats_dump_backend_to_buffer(si))
2702 appctx->st0 = STAT_CLI_PROMPT;
2703 break;
Willy Tarreauf5a885f2009-10-04 14:22:18 +02002704 case STAT_CLI_O_INFO:
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01002705 if (stats_dump_info_to_buffer(si))
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002706 appctx->st0 = STAT_CLI_PROMPT;
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01002707 break;
Baptiste Assmann28289462015-07-03 08:01:20 +02002708 case STAT_CLI_O_SERVERS_STATE:
2709 if (stats_dump_servers_state_to_buffer(si))
2710 appctx->st0 = STAT_CLI_PROMPT;
2711 break;
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01002712 case STAT_CLI_O_STAT:
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01002713 if (stats_dump_stat_to_buffer(si, NULL))
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002714 appctx->st0 = STAT_CLI_PROMPT;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002715 break;
Baptiste Assmann3863f972015-05-17 00:33:24 +02002716 case STAT_CLI_O_RESOLVERS:
2717 if (stats_dump_resolvers_to_buffer(si))
2718 appctx->st0 = STAT_CLI_PROMPT;
2719 break;
Willy Tarreauf5a885f2009-10-04 14:22:18 +02002720 case STAT_CLI_O_SESS:
Willy Tarreau5ec29ff2011-02-13 15:27:22 +01002721 if (stats_dump_sess_to_buffer(si))
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002722 appctx->st0 = STAT_CLI_PROMPT;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002723 break;
Willy Tarreauf5a885f2009-10-04 14:22:18 +02002724 case STAT_CLI_O_ERR: /* errors dump */
Willy Tarreau5ec29ff2011-02-13 15:27:22 +01002725 if (stats_dump_errors_to_buffer(si))
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002726 appctx->st0 = STAT_CLI_PROMPT;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002727 break;
Willy Tarreau69f58c82010-07-12 17:55:33 +02002728 case STAT_CLI_O_TAB:
Simon Hormanc88b8872011-06-15 15:18:49 +09002729 case STAT_CLI_O_CLR:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002730 if (stats_table_request(si, appctx->st0))
2731 appctx->st0 = STAT_CLI_PROMPT;
Willy Tarreau69f58c82010-07-12 17:55:33 +02002732 break;
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01002733 case STAT_CLI_O_PATS:
2734 if (stats_pats_list(si))
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002735 appctx->st0 = STAT_CLI_PROMPT;
2736 break;
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01002737 case STAT_CLI_O_PAT:
2738 if (stats_pat_list(si))
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01002739 appctx->st0 = STAT_CLI_PROMPT;
2740 break;
2741 case STAT_CLI_O_MLOOK:
2742 if (stats_map_lookup(si))
2743 appctx->st0 = STAT_CLI_PROMPT;
Willy Tarreau4efb3532014-01-29 12:13:39 +01002744 break;
Willy Tarreau12833bb2014-01-28 16:49:56 +01002745 case STAT_CLI_O_POOLS:
2746 if (stats_dump_pools_to_buffer(si))
2747 appctx->st0 = STAT_CLI_PROMPT;
2748 break;
Nenad Merdanovic200b0fa2015-05-09 08:46:01 +02002749#if (defined SSL_CTRL_SET_TLSEXT_TICKET_KEY_CB && TLS_TICKETS_NO > 0)
2750 case STAT_CLI_O_TLSK:
2751 if (stats_tlskeys_list(si))
2752 appctx->st0 = STAT_CLI_PROMPT;
2753 break;
2754#endif
Willy Tarreauae795722016-02-16 11:27:28 +01002755 case STAT_CLI_O_ENV: /* environment dump */
2756 if (stats_dump_env_to_buffer(si))
2757 appctx->st0 = STAT_CLI_PROMPT;
2758 break;
Willy Tarreauf5a885f2009-10-04 14:22:18 +02002759 default: /* abnormal state */
Willy Tarreau5cfa3bc2015-09-25 20:08:51 +02002760 si->flags |= SI_FL_ERR;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002761 break;
2762 }
Willy Tarreau5ca791d2009-08-16 19:06:42 +02002763
Willy Tarreauf5a885f2009-10-04 14:22:18 +02002764 /* The post-command prompt is either LF alone or LF + '> ' in interactive mode */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002765 if (appctx->st0 == STAT_CLI_PROMPT) {
Willy Tarreau2bb4a962014-11-28 11:11:05 +01002766 if (bi_putstr(si_ic(si), appctx->st1 ? "\n> " : "\n") != -1)
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002767 appctx->st0 = STAT_CLI_GETREQ;
Willy Tarreaubc18da12015-03-13 14:00:47 +01002768 else
Willy Tarreaufe127932015-04-21 19:23:39 +02002769 si_applet_cant_put(si);
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002770 }
2771
Willy Tarreauf5a885f2009-10-04 14:22:18 +02002772 /* If the output functions are still there, it means they require more room. */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002773 if (appctx->st0 >= STAT_CLI_OUTPUT)
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002774 break;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002775
2776 /* Now we close the output if one of the writers did so,
2777 * or if we're not in interactive mode and the request
2778 * buffer is empty. This still allows pipelined requests
2779 * to be sent in non-interactive mode.
2780 */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002781 if ((res->flags & (CF_SHUTW|CF_SHUTW_NOW)) || (!appctx->st1 && !req->buf->o)) {
2782 appctx->st0 = STAT_CLI_END;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002783 continue;
2784 }
2785
Willy Tarreauf5a885f2009-10-04 14:22:18 +02002786 /* switch state back to GETREQ to read next requests */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002787 appctx->st0 = STAT_CLI_GETREQ;
Willy Tarreau5ca791d2009-08-16 19:06:42 +02002788 }
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002789 }
Willy Tarreau5ca791d2009-08-16 19:06:42 +02002790
Willy Tarreauc9e930a2015-09-25 20:06:08 +02002791 if ((res->flags & CF_SHUTR) && (si->state == SI_ST_EST)) {
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002792 DPRINTF(stderr, "%s@%d: si to buf closed. req=%08x, res=%08x, st=%d\n",
2793 __FUNCTION__, __LINE__, req->flags, res->flags, si->state);
Aman Guptaceafb4a2012-04-02 18:57:54 -07002794 /* Other side has closed, let's abort if we have no more processing to do
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002795 * and nothing more to consume. This is comparable to a broken pipe, so
2796 * we forward the close to the request side so that it flows upstream to
2797 * the client.
2798 */
Willy Tarreau73b013b2012-05-21 16:31:45 +02002799 si_shutw(si);
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002800 }
2801
Willy Tarreau7b4b4992013-12-01 09:15:12 +01002802 if ((req->flags & CF_SHUTW) && (si->state == SI_ST_EST) && (appctx->st0 < STAT_CLI_OUTPUT)) {
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002803 DPRINTF(stderr, "%s@%d: buf to si closed. req=%08x, res=%08x, st=%d\n",
2804 __FUNCTION__, __LINE__, req->flags, res->flags, si->state);
2805 /* We have no more processing to do, and nothing more to send, and
2806 * the client side has closed. So we'll forward this state downstream
2807 * on the response buffer.
2808 */
Willy Tarreau73b013b2012-05-21 16:31:45 +02002809 si_shutr(si);
Willy Tarreau03cdb7c2012-08-27 23:14:58 +02002810 res->flags |= CF_READ_NULL;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02002811 }
2812
Willy Tarreau828824a2015-04-19 17:20:03 +02002813 out:
Willy Tarreau02d6cfc2012-03-01 18:19:58 +01002814 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 +02002815 __FUNCTION__, __LINE__,
Willy Tarreau9b28e032012-10-12 23:49:43 +02002816 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 +02002817}
2818
Willy Tarreau638d40a2016-02-24 23:11:01 +01002819/* Emits a stats field without any surrounding element and properly encoded to
2820 * resist CSV output. Returns non-zero on success, 0 if the buffer is full.
2821 */
Willy Tarreaub47785f2016-02-24 23:28:31 +01002822int stats_emit_raw_data_field(struct chunk *out, const struct field *f)
Willy Tarreau638d40a2016-02-24 23:11:01 +01002823{
2824 switch (field_format(f, 0)) {
2825 case FF_EMPTY: return 1;
2826 case FF_S32: return chunk_appendf(out, "%d", f->u.s32);
2827 case FF_U32: return chunk_appendf(out, "%u", f->u.u32);
2828 case FF_S64: return chunk_appendf(out, "%lld", (long long)f->u.s64);
2829 case FF_U64: return chunk_appendf(out, "%llu", (unsigned long long)f->u.u64);
2830 case FF_STR: return csv_enc_append(field_str(f, 0), 1, out) != NULL;
2831 default: return chunk_appendf(out, "[INCORRECT_FIELD_TYPE_%08x]", f->type);
2832 }
2833}
2834
Willy Tarreaub47785f2016-02-24 23:28:31 +01002835/* Emits a stats field prefixed with its type. No CSV encoding is prepared, the
2836 * output is supposed to be used on its own line. Returns non-zero on success, 0
2837 * if the buffer is full.
2838 */
2839int stats_emit_typed_data_field(struct chunk *out, const struct field *f)
2840{
2841 switch (field_format(f, 0)) {
2842 case FF_EMPTY: return 1;
2843 case FF_S32: return chunk_appendf(out, "s32:%d", f->u.s32);
2844 case FF_U32: return chunk_appendf(out, "u32:%u", f->u.u32);
2845 case FF_S64: return chunk_appendf(out, "s64:%lld", (long long)f->u.s64);
2846 case FF_U64: return chunk_appendf(out, "u64:%llu", (unsigned long long)f->u.u64);
2847 case FF_STR: return chunk_appendf(out, "str:%s", field_str(f, 0));
2848 default: return chunk_appendf(out, "%08x:?", f->type);
2849 }
2850}
2851
2852/* Emits an encoding of the field type on 3 characters followed by a delimiter.
2853 * Returns non-zero on success, 0 if the buffer is full.
2854 */
2855int stats_emit_field_tags(struct chunk *out, const struct field *f, char delim)
2856{
2857 char origin, nature, scope;
2858
2859 switch (field_origin(f, 0)) {
2860 case FO_METRIC: origin = 'M'; break;
2861 case FO_STATUS: origin = 'S'; break;
2862 case FO_KEY: origin = 'K'; break;
2863 case FO_CONFIG: origin = 'C'; break;
2864 case FO_PRODUCT: origin = 'P'; break;
2865 default: origin = '?'; break;
2866 }
2867
2868 switch (field_nature(f, 0)) {
2869 case FN_GAUGE: nature = 'G'; break;
2870 case FN_LIMIT: nature = 'L'; break;
2871 case FN_MIN: nature = 'm'; break;
2872 case FN_MAX: nature = 'M'; break;
2873 case FN_RATE: nature = 'R'; break;
2874 case FN_COUNTER: nature = 'C'; break;
2875 case FN_DURATION: nature = 'D'; break;
2876 case FN_AGE: nature = 'A'; break;
2877 case FN_TIME: nature = 'T'; break;
2878 case FN_NAME: nature = 'N'; break;
2879 case FN_OUTPUT: nature = 'O'; break;
2880 case FN_AVG: nature = 'a'; break;
2881 default: nature = '?'; break;
2882 }
2883
2884 switch (field_scope(f, 0)) {
2885 case FS_PROCESS: scope = 'P'; break;
2886 case FS_SERVICE: scope = 'S'; break;
2887 case FS_SYSTEM: scope = 's'; break;
2888 case FS_CLUSTER: scope = 'C'; break;
2889 default: scope = '?'; break;
2890 }
2891
2892 return chunk_appendf(out, "%c%c%c%c", origin, nature, scope, delim);
2893}
2894
Willy Tarreaubf95cba2016-01-11 18:27:29 +01002895/* Dump all fields from <info> into <out> using the "show info" format (name: value) */
2896static int stats_dump_info_fields(struct chunk *out, const struct field *info)
2897{
2898 int field;
2899
2900 for (field = 0; field < INF_TOTAL_FIELDS; field++) {
2901 if (!field_format(info, field))
2902 continue;
2903
2904 if (!chunk_appendf(out, "%s: ", info_field_names[field]))
2905 return 0;
2906 if (!stats_emit_raw_data_field(out, &info[field]))
2907 return 0;
2908 if (!chunk_strcat(out, "\n"))
2909 return 0;
2910 }
2911 return 1;
2912}
2913
Willy Tarreaucb809122016-01-11 20:08:42 +01002914/* Dump all fields from <info> into <out> using the "show info typed" format */
2915static int stats_dump_typed_info_fields(struct chunk *out, const struct field *info)
2916{
2917 int field;
2918
2919 for (field = 0; field < INF_TOTAL_FIELDS; field++) {
2920 if (!field_format(info, field))
2921 continue;
2922
2923 if (!chunk_appendf(out, "%d.%s.%u:", field, info_field_names[field], info[INF_PROCESS_NUM].u.u32))
2924 return 0;
2925 if (!stats_emit_field_tags(out, &info[field], ':'))
2926 return 0;
2927 if (!stats_emit_typed_data_field(out, &info[field]))
2928 return 0;
2929 if (!chunk_strcat(out, "\n"))
2930 return 0;
2931 }
2932 return 1;
2933}
2934
Thierry Fourniercb2c7672016-03-25 08:19:23 +01002935/* Fill <info> with HAProxy global info. <info> is preallocated
2936 * array of length <len>. The length of the aray must be
2937 * INF_TOTAL_FIELDS. If this length is less then this value, the
2938 * function returns 0, otherwise, it returns 1.
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01002939 */
Thierry Fourniercb2c7672016-03-25 08:19:23 +01002940int stats_fill_info(struct field *info, int len)
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01002941{
2942 unsigned int up = (now.tv_sec - start_date.tv_sec);
Willy Tarreau4529c072016-01-11 18:17:07 +01002943 struct chunk *out = get_trash_chunk();
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01002944
Willy Tarreau0c9c2722014-05-28 12:28:58 +02002945#ifdef USE_OPENSSL
2946 int ssl_sess_rate = read_freq_ctr(&global.ssl_per_sec);
2947 int ssl_key_rate = read_freq_ctr(&global.ssl_fe_keys_per_sec);
2948 int ssl_reuse = 0;
2949
2950 if (ssl_key_rate < ssl_sess_rate) {
2951 /* count the ssl reuse ratio and avoid overflows in both directions */
2952 ssl_reuse = 100 - (100 * ssl_key_rate + (ssl_sess_rate - 1) / 2) / ssl_sess_rate;
2953 }
2954#endif
2955
Thierry Fourniercb2c7672016-03-25 08:19:23 +01002956 if (len < INF_TOTAL_FIELDS)
2957 return 0;
2958
Willy Tarreau4529c072016-01-11 18:17:07 +01002959 chunk_reset(out);
Thierry Fourniercb2c7672016-03-25 08:19:23 +01002960 memset(info, 0, sizeof(*info) * len);
Willy Tarreau4529c072016-01-11 18:17:07 +01002961
2962 info[INF_NAME] = mkf_str(FO_PRODUCT|FN_OUTPUT|FS_SERVICE, PRODUCT_NAME);
2963 info[INF_VERSION] = mkf_str(FO_PRODUCT|FN_OUTPUT|FS_SERVICE, HAPROXY_VERSION);
2964 info[INF_RELEASE_DATE] = mkf_str(FO_PRODUCT|FN_OUTPUT|FS_SERVICE, HAPROXY_DATE);
2965
2966 info[INF_NBPROC] = mkf_u32(FO_CONFIG|FS_SERVICE, global.nbproc);
2967 info[INF_PROCESS_NUM] = mkf_u32(FO_KEY, relative_pid);
2968 info[INF_PID] = mkf_u32(FO_STATUS, pid);
2969
2970 info[INF_UPTIME] = mkf_str(FN_DURATION, chunk_newstr(out));
2971 chunk_appendf(out, "%ud %uh%02um%02us", up / 86400, (up % 86400) / 3600, (up % 3600) / 60, (up % 60));
2972
2973 info[INF_UPTIME_SEC] = mkf_u32(FN_DURATION, up);
2974 info[INF_MEMMAX_MB] = mkf_u32(FO_CONFIG|FN_LIMIT, global.rlimit_memmax);
2975 info[INF_POOL_ALLOC_MB] = mkf_u32(0, (unsigned)(pool_total_allocated() / 1048576L));
2976 info[INF_POOL_USED_MB] = mkf_u32(0, (unsigned)(pool_total_used() / 1048576L));
2977 info[INF_POOL_FAILED] = mkf_u32(FN_COUNTER, pool_total_failures());
2978 info[INF_ULIMIT_N] = mkf_u32(FO_CONFIG|FN_LIMIT, global.rlimit_nofile);
2979 info[INF_MAXSOCK] = mkf_u32(FO_CONFIG|FN_LIMIT, global.maxsock);
2980 info[INF_MAXCONN] = mkf_u32(FO_CONFIG|FN_LIMIT, global.maxconn);
2981 info[INF_HARD_MAXCONN] = mkf_u32(FO_CONFIG|FN_LIMIT, global.hardmaxconn);
2982 info[INF_CURR_CONN] = mkf_u32(0, actconn);
2983 info[INF_CUM_CONN] = mkf_u32(FN_COUNTER, totalconn);
2984 info[INF_CUM_REQ] = mkf_u32(FN_COUNTER, global.req_count);
2985#ifdef USE_OPENSSL
2986 info[INF_MAX_SSL_CONNS] = mkf_u32(FN_MAX, global.maxsslconn);
2987 info[INF_CURR_SSL_CONNS] = mkf_u32(0, sslconns);
2988 info[INF_CUM_SSL_CONNS] = mkf_u32(FN_COUNTER, totalsslconns);
2989#endif
2990 info[INF_MAXPIPES] = mkf_u32(FO_CONFIG|FN_LIMIT, global.maxpipes);
2991 info[INF_PIPES_USED] = mkf_u32(0, pipes_used);
2992 info[INF_PIPES_FREE] = mkf_u32(0, pipes_free);
2993 info[INF_CONN_RATE] = mkf_u32(FN_RATE, read_freq_ctr(&global.conn_per_sec));
2994 info[INF_CONN_RATE_LIMIT] = mkf_u32(FO_CONFIG|FN_LIMIT, global.cps_lim);
2995 info[INF_MAX_CONN_RATE] = mkf_u32(FN_MAX, global.cps_max);
2996 info[INF_SESS_RATE] = mkf_u32(FN_RATE, read_freq_ctr(&global.sess_per_sec));
2997 info[INF_SESS_RATE_LIMIT] = mkf_u32(FO_CONFIG|FN_LIMIT, global.sps_lim);
2998 info[INF_MAX_SESS_RATE] = mkf_u32(FN_RATE, global.sps_max);
2999
3000#ifdef USE_OPENSSL
3001 info[INF_SSL_RATE] = mkf_u32(FN_RATE, ssl_sess_rate);
3002 info[INF_SSL_RATE_LIMIT] = mkf_u32(FO_CONFIG|FN_LIMIT, global.ssl_lim);
3003 info[INF_MAX_SSL_RATE] = mkf_u32(FN_MAX, global.ssl_max);
3004 info[INF_SSL_FRONTEND_KEY_RATE] = mkf_u32(0, ssl_key_rate);
3005 info[INF_SSL_FRONTEND_MAX_KEY_RATE] = mkf_u32(FN_MAX, global.ssl_fe_keys_max);
3006 info[INF_SSL_FRONTEND_SESSION_REUSE_PCT] = mkf_u32(0, ssl_reuse);
3007 info[INF_SSL_BACKEND_KEY_RATE] = mkf_u32(FN_RATE, read_freq_ctr(&global.ssl_be_keys_per_sec));
3008 info[INF_SSL_BACKEND_MAX_KEY_RATE] = mkf_u32(FN_MAX, global.ssl_be_keys_max);
3009 info[INF_SSL_CACHE_LOOKUPS] = mkf_u32(FN_COUNTER, global.shctx_lookups);
3010 info[INF_SSL_CACHE_MISSES] = mkf_u32(FN_COUNTER, global.shctx_misses);
3011#endif
3012 info[INF_COMPRESS_BPS_IN] = mkf_u32(FN_RATE, read_freq_ctr(&global.comp_bps_in));
3013 info[INF_COMPRESS_BPS_OUT] = mkf_u32(FN_RATE, read_freq_ctr(&global.comp_bps_out));
3014 info[INF_COMPRESS_BPS_RATE_LIM] = mkf_u32(FO_CONFIG|FN_LIMIT, global.comp_rate_lim);
3015#ifdef USE_ZLIB
3016 info[INF_ZLIB_MEM_USAGE] = mkf_u32(0, zlib_used_memory);
3017 info[INF_MAX_ZLIB_MEM_USAGE] = mkf_u32(FO_CONFIG|FN_LIMIT, global.maxzlibmem);
3018#endif
3019 info[INF_TASKS] = mkf_u32(0, nb_tasks_cur);
3020 info[INF_RUN_QUEUE] = mkf_u32(0, run_queue_cur);
3021 info[INF_IDLE_PCT] = mkf_u32(FN_AVG, idle_pct);
3022 info[INF_NODE] = mkf_str(FO_CONFIG|FN_OUTPUT|FS_SERVICE, global.node);
3023 if (global.desc)
3024 info[INF_DESCRIPTION] = mkf_str(FO_CONFIG|FN_OUTPUT|FS_SERVICE, global.desc);
3025
Thierry Fourniercb2c7672016-03-25 08:19:23 +01003026 return 1;
3027}
3028
3029/* This function dumps information onto the stream interface's read buffer.
3030 * It returns 0 as long as it does not complete, non-zero upon completion.
3031 * No state is used.
3032 */
3033static int stats_dump_info_to_buffer(struct stream_interface *si)
3034{
3035 struct appctx *appctx = __objt_appctx(si->end);
3036
3037 if (!stats_fill_info(info, INF_TOTAL_FIELDS))
3038 return 0;
3039
Willy Tarreau1b4ba1e2016-01-11 18:29:04 +01003040 chunk_reset(&trash);
Willy Tarreaucb809122016-01-11 20:08:42 +01003041
3042 if (appctx->ctx.stats.flags & STAT_FMT_TYPED)
3043 stats_dump_typed_info_fields(&trash, info);
3044 else
3045 stats_dump_info_fields(&trash, info);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003046
Willy Tarreaubc18da12015-03-13 14:00:47 +01003047 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02003048 si_applet_cant_put(si);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003049 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01003050 }
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003051
3052 return 1;
3053}
3054
Baptiste Assmann28289462015-07-03 08:01:20 +02003055/* dumps server state information into <buf> for all the servers found in <backend>
3056 * These information are all the parameters which may change during HAProxy runtime.
3057 * By default, we only export to the last known server state file format.
3058 * These information can be used at next startup to recover same level of server state.
3059 */
3060static void dump_servers_state(struct proxy *backend, struct chunk *buf)
3061{
3062 struct server *srv;
3063 char srv_addr[INET6_ADDRSTRLEN + 1];
3064 time_t srv_time_since_last_change;
3065 int bk_f_forced_id, srv_f_forced_id;
3066
3067 /* we don't want to report any state if the backend is not enabled on this process */
3068 if (backend->bind_proc && !(backend->bind_proc & (1UL << (relative_pid - 1))))
3069 return;
3070
3071 srv = backend->srv;
3072
3073 while (srv) {
3074 srv_addr[0] = '\0';
3075 srv_time_since_last_change = 0;
3076 bk_f_forced_id = 0;
3077 srv_f_forced_id = 0;
3078
3079 switch (srv->addr.ss_family) {
3080 case AF_INET:
3081 inet_ntop(srv->addr.ss_family, &((struct sockaddr_in *)&srv->addr)->sin_addr,
3082 srv_addr, INET_ADDRSTRLEN + 1);
3083 break;
3084 case AF_INET6:
3085 inet_ntop(srv->addr.ss_family, &((struct sockaddr_in6 *)&srv->addr)->sin6_addr,
3086 srv_addr, INET6_ADDRSTRLEN + 1);
3087 break;
3088 }
3089 srv_time_since_last_change = now.tv_sec - srv->last_change;
3090 bk_f_forced_id = backend->options & PR_O_FORCED_ID ? 1 : 0;
3091 srv_f_forced_id = srv->flags & SRV_F_FORCED_ID ? 1 : 0;
3092
3093 chunk_appendf(buf,
3094 "%d %s "
3095 "%d %s %s "
3096 "%d %d %d %d %ld "
3097 "%d %d %d %d %d "
3098 "%d %d"
3099 "\n",
3100 backend->uuid, backend->id,
3101 srv->puid, srv->id, srv_addr,
David Carlier081b3362015-11-18 06:10:22 +00003102 srv->state, srv->admin, srv->uweight, srv->iweight, (long int)srv_time_since_last_change,
Baptiste Assmann28289462015-07-03 08:01:20 +02003103 srv->check.status, srv->check.result, srv->check.health, srv->check.state, srv->agent.state,
3104 bk_f_forced_id, srv_f_forced_id);
3105
3106 srv = srv->next;
3107 }
3108}
3109
Baptiste Assmann9b6857e2015-09-18 14:49:12 +02003110/* Parses backend list and simply report backend names */
3111static int stats_dump_backend_to_buffer(struct stream_interface *si)
3112{
3113 extern struct proxy *proxy;
3114 struct proxy *curproxy;
3115
3116 chunk_reset(&trash);
3117 chunk_printf(&trash, "# name\n");
3118
3119 for (curproxy = proxy; curproxy != NULL; curproxy = curproxy->next) {
3120 /* looking for backends only */
3121 if (!(curproxy->cap & PR_CAP_BE))
3122 continue;
3123
3124 /* we don't want to list a backend which is bound to this process */
3125 if (curproxy->bind_proc && !(curproxy->bind_proc & (1UL << (relative_pid - 1))))
3126 continue;
3127
3128 chunk_appendf(&trash, "%s\n", curproxy->id);
3129 }
3130
3131 if (bi_putchk(si_ic(si), &trash) == -1) {
3132 si_applet_cant_put(si);
3133 return 0;
3134 }
3135
3136 return 1;
3137}
3138
Baptiste Assmann28289462015-07-03 08:01:20 +02003139/* Parses backend list or simply use backend name provided by the user to return
3140 * states of servers to stdout.
3141 */
3142static int stats_dump_servers_state_to_buffer(struct stream_interface *si)
3143{
3144 struct appctx *appctx = __objt_appctx(si->end);
3145 extern struct proxy *proxy;
3146 struct proxy *curproxy;
3147
3148 chunk_reset(&trash);
3149
3150 chunk_printf(&trash, "%d\n# %s\n", SRV_STATE_FILE_VERSION, SRV_STATE_FILE_FIELD_NAMES);
3151
3152 if (appctx->ctx.server_state.backend) {
3153 dump_servers_state(appctx->ctx.server_state.backend, &trash);
3154 }
3155 else {
3156 for (curproxy = proxy; curproxy != NULL; curproxy = curproxy->next) {
3157 /* servers are only in backends */
3158 if (!(curproxy->cap & PR_CAP_BE))
3159 continue;
3160
3161 dump_servers_state(curproxy, &trash);
3162 }
3163 }
3164
3165 if (bi_putchk(si_ic(si), &trash) == -1) {
3166 si_applet_cant_put(si);
3167 return 0;
3168 }
3169
3170 return 1;
3171}
3172
Willy Tarreau12833bb2014-01-28 16:49:56 +01003173/* This function dumps memory usage information onto the stream interface's
3174 * read buffer. It returns 0 as long as it does not complete, non-zero upon
3175 * completion. No state is used.
3176 */
3177static int stats_dump_pools_to_buffer(struct stream_interface *si)
3178{
3179 dump_pools_to_trash();
Willy Tarreaubc18da12015-03-13 14:00:47 +01003180 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02003181 si_applet_cant_put(si);
Willy Tarreau12833bb2014-01-28 16:49:56 +01003182 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01003183 }
Willy Tarreau82a86022016-01-04 19:04:18 +01003184 return 1;
3185}
3186
3187/* Dump all fields from <stats> into <out> using CSV format */
3188static int stats_dump_fields_csv(struct chunk *out, const struct field *stats)
3189{
3190 int field;
3191
3192 for (field = 0; field < ST_F_TOTAL_FIELDS; field++) {
3193 if (!stats_emit_raw_data_field(out, &stats[field]))
3194 return 0;
3195 if (!chunk_strcat(out, ","))
3196 return 0;
3197 }
Conrad Hoffmann692c9382016-04-01 20:40:58 +02003198 chunk_strcat(out, "\n");
Willy Tarreau12833bb2014-01-28 16:49:56 +01003199 return 1;
3200}
3201
Willy Tarreau1e62df92016-01-11 18:57:53 +01003202/* Dump all fields from <stats> into <out> using a typed "field:desc:type:value" format */
3203static int stats_dump_fields_typed(struct chunk *out, const struct field *stats)
3204{
3205 int field;
3206
3207 for (field = 0; field < ST_F_TOTAL_FIELDS; field++) {
3208 if (!stats[field].type)
3209 continue;
3210
3211 chunk_appendf(out, "%c.%u.%u.%d.%s.%u:",
3212 stats[ST_F_TYPE].u.u32 == STATS_TYPE_FE ? 'F' :
3213 stats[ST_F_TYPE].u.u32 == STATS_TYPE_BE ? 'B' :
3214 stats[ST_F_TYPE].u.u32 == STATS_TYPE_SO ? 'L' :
3215 stats[ST_F_TYPE].u.u32 == STATS_TYPE_SV ? 'S' :
3216 '?',
3217 stats[ST_F_IID].u.u32, stats[ST_F_SID].u.u32,
3218 field, stat_field_names[field], stats[ST_F_PID].u.u32);
3219
3220 if (!stats_emit_field_tags(out, &stats[field], ':'))
3221 return 0;
3222 if (!stats_emit_typed_data_field(out, &stats[field]))
3223 return 0;
3224 if (!chunk_strcat(out, "\n"))
3225 return 0;
3226 }
3227 return 1;
3228}
3229
Willy Tarreau60600742016-01-11 15:32:30 +01003230/* Dump all fields from <stats> into <out> using the HTML format. A column is
Willy Tarreau508a63f2016-01-11 15:28:40 +01003231 * reserved for the checkbox is ST_SHOWADMIN is set in <flags>. Some extra info
3232 * are provided if ST_SHLGNDS is present in <flags>.
Cyril Bonté70be45d2010-10-12 00:14:35 +02003233 */
Willy Tarreau60600742016-01-11 15:32:30 +01003234static int stats_dump_fields_html(struct chunk *out, const struct field *stats, unsigned int flags)
Cyril Bonté70be45d2010-10-12 00:14:35 +02003235{
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003236 struct chunk src;
3237
Willy Tarreaub5f66b82016-01-08 17:15:39 +01003238 if (stats[ST_F_TYPE].u.u32 == STATS_TYPE_FE) {
Willy Tarreau60600742016-01-11 15:32:30 +01003239 chunk_appendf(out,
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003240 /* name, queue */
3241 "<tr class=\"frontend\">");
Cyril Bonté70be45d2010-10-12 00:14:35 +02003242
Willy Tarreau508a63f2016-01-11 15:28:40 +01003243 if (flags & ST_SHOWADMIN) {
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003244 /* Column sub-heading for Enable or Disable server */
Willy Tarreau60600742016-01-11 15:32:30 +01003245 chunk_appendf(out, "<td></td>");
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003246 }
Cyril Bonté70be45d2010-10-12 00:14:35 +02003247
Willy Tarreau60600742016-01-11 15:32:30 +01003248 chunk_appendf(out,
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003249 "<td class=ac>"
3250 "<a name=\"%s/Frontend\"></a>"
3251 "<a class=lfsb href=\"#%s/Frontend\">Frontend</a></td>"
3252 "<td colspan=3></td>"
3253 "",
Willy Tarreaud72c9172016-01-06 15:26:40 +01003254 field_str(stats, ST_F_PXNAME), field_str(stats, ST_F_PXNAME));
Cyril Bonté70be45d2010-10-12 00:14:35 +02003255
Willy Tarreau60600742016-01-11 15:32:30 +01003256 chunk_appendf(out,
Willy Tarreau466c9b52012-12-23 02:25:03 +01003257 /* sessions rate : current */
Willy Tarreau656a9ce2013-04-19 14:41:29 +02003258 "<td><u>%s<div class=tips><table class=det>"
Willy Tarreau466c9b52012-12-23 02:25:03 +01003259 "<tr><th>Current connection rate:</th><td>%s/s</td></tr>"
3260 "<tr><th>Current session rate:</th><td>%s/s</td></tr>"
3261 "",
Willy Tarreaud72c9172016-01-06 15:26:40 +01003262 U2H(stats[ST_F_RATE].u.u32),
Willy Tarreauc73810f2016-01-11 13:52:04 +01003263 U2H(stats[ST_F_CONN_RATE].u.u32),
Willy Tarreaud72c9172016-01-06 15:26:40 +01003264 U2H(stats[ST_F_RATE].u.u32));
Willy Tarreau466c9b52012-12-23 02:25:03 +01003265
Willy Tarreauf8211df2016-01-11 14:09:38 +01003266 if (strcmp(field_str(stats, ST_F_MODE), "http") == 0)
Willy Tarreau60600742016-01-11 15:32:30 +01003267 chunk_appendf(out,
Willy Tarreau466c9b52012-12-23 02:25:03 +01003268 "<tr><th>Current request rate:</th><td>%s/s</td></tr>",
Willy Tarreaud72c9172016-01-06 15:26:40 +01003269 U2H(stats[ST_F_REQ_RATE].u.u32));
Willy Tarreau466c9b52012-12-23 02:25:03 +01003270
Willy Tarreau60600742016-01-11 15:32:30 +01003271 chunk_appendf(out,
Willy Tarreau466c9b52012-12-23 02:25:03 +01003272 "</table></div></u></td>"
3273 /* sessions rate : max */
Willy Tarreau656a9ce2013-04-19 14:41:29 +02003274 "<td><u>%s<div class=tips><table class=det>"
Willy Tarreau466c9b52012-12-23 02:25:03 +01003275 "<tr><th>Max connection rate:</th><td>%s/s</td></tr>"
3276 "<tr><th>Max session rate:</th><td>%s/s</td></tr>"
3277 "",
Willy Tarreaud72c9172016-01-06 15:26:40 +01003278 U2H(stats[ST_F_RATE_MAX].u.u32),
Willy Tarreauc73810f2016-01-11 13:52:04 +01003279 U2H(stats[ST_F_CONN_RATE_MAX].u.u32),
Willy Tarreaud72c9172016-01-06 15:26:40 +01003280 U2H(stats[ST_F_RATE_MAX].u.u32));
Willy Tarreau466c9b52012-12-23 02:25:03 +01003281
Willy Tarreauf8211df2016-01-11 14:09:38 +01003282 if (strcmp(field_str(stats, ST_F_MODE), "http") == 0)
Willy Tarreau60600742016-01-11 15:32:30 +01003283 chunk_appendf(out,
Willy Tarreau466c9b52012-12-23 02:25:03 +01003284 "<tr><th>Max request rate:</th><td>%s/s</td></tr>",
Willy Tarreaud72c9172016-01-06 15:26:40 +01003285 U2H(stats[ST_F_REQ_RATE_MAX].u.u32));
Willy Tarreau466c9b52012-12-23 02:25:03 +01003286
Willy Tarreau60600742016-01-11 15:32:30 +01003287 chunk_appendf(out,
Willy Tarreau466c9b52012-12-23 02:25:03 +01003288 "</table></div></u></td>"
3289 /* sessions rate : limit */
3290 "<td>%s</td>",
Willy Tarreaud72c9172016-01-06 15:26:40 +01003291 LIM2A(stats[ST_F_RATE_LIM].u.u32, "-"));
Cyril Bonté70be45d2010-10-12 00:14:35 +02003292
Willy Tarreau60600742016-01-11 15:32:30 +01003293 chunk_appendf(out,
Willy Tarreaue7dbfc62012-12-23 01:59:23 +01003294 /* sessions: current, max, limit, total */
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003295 "<td>%s</td><td>%s</td><td>%s</td>"
Willy Tarreau656a9ce2013-04-19 14:41:29 +02003296 "<td><u>%s<div class=tips><table class=det>"
Willy Tarreau466c9b52012-12-23 02:25:03 +01003297 "<tr><th>Cum. connections:</th><td>%s</td></tr>"
3298 "<tr><th>Cum. sessions:</th><td>%s</td></tr>"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003299 "",
Willy Tarreauc73810f2016-01-11 13:52:04 +01003300 U2H(stats[ST_F_SCUR].u.u32), U2H(stats[ST_F_SMAX].u.u32), U2H(stats[ST_F_SLIM].u.u32),
Willy Tarreaud72c9172016-01-06 15:26:40 +01003301 U2H(stats[ST_F_STOT].u.u64),
Willy Tarreauc73810f2016-01-11 13:52:04 +01003302 U2H(stats[ST_F_CONN_TOT].u.u64),
Willy Tarreaud72c9172016-01-06 15:26:40 +01003303 U2H(stats[ST_F_STOT].u.u64));
Cyril Bonté70be45d2010-10-12 00:14:35 +02003304
Willy Tarreau466c9b52012-12-23 02:25:03 +01003305 /* http response (via hover): 1xx, 2xx, 3xx, 4xx, 5xx, other */
Willy Tarreauf8211df2016-01-11 14:09:38 +01003306 if (strcmp(field_str(stats, ST_F_MODE), "http") == 0) {
Willy Tarreau60600742016-01-11 15:32:30 +01003307 chunk_appendf(out,
Willy Tarreau466c9b52012-12-23 02:25:03 +01003308 "<tr><th>Cum. HTTP requests:</th><td>%s</td></tr>"
3309 "<tr><th>- HTTP 1xx responses:</th><td>%s</td></tr>"
3310 "<tr><th>- HTTP 2xx responses:</th><td>%s</td></tr>"
3311 "<tr><th>&nbsp;&nbsp;Compressed 2xx:</th><td>%s</td><td>(%d%%)</td></tr>"
3312 "<tr><th>- HTTP 3xx responses:</th><td>%s</td></tr>"
3313 "<tr><th>- HTTP 4xx responses:</th><td>%s</td></tr>"
3314 "<tr><th>- HTTP 5xx responses:</th><td>%s</td></tr>"
3315 "<tr><th>- other responses:</th><td>%s</td></tr>"
3316 "<tr><th>Intercepted requests:</th><td>%s</td></tr>"
3317 "",
Willy Tarreaud72c9172016-01-06 15:26:40 +01003318 U2H(stats[ST_F_REQ_TOT].u.u64),
3319 U2H(stats[ST_F_HRSP_1XX].u.u64),
3320 U2H(stats[ST_F_HRSP_2XX].u.u64),
3321 U2H(stats[ST_F_COMP_RSP].u.u64),
3322 stats[ST_F_HRSP_2XX].u.u64 ?
3323 (int)(100 * stats[ST_F_COMP_RSP].u.u64 / stats[ST_F_HRSP_2XX].u.u64) : 0,
3324 U2H(stats[ST_F_HRSP_3XX].u.u64),
3325 U2H(stats[ST_F_HRSP_4XX].u.u64),
3326 U2H(stats[ST_F_HRSP_5XX].u.u64),
3327 U2H(stats[ST_F_HRSP_OTHER].u.u64),
Willy Tarreau5b9bdff2016-01-11 14:40:47 +01003328 U2H(stats[ST_F_INTERCEPTED].u.u64));
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003329 }
Willy Tarreaub0c9bc42009-10-04 15:56:38 +02003330
Willy Tarreau60600742016-01-11 15:32:30 +01003331 chunk_appendf(out,
Willy Tarreau466c9b52012-12-23 02:25:03 +01003332 "</table></div></u></td>"
Bhaskar Maddalaa20cb852014-02-03 16:26:46 -05003333 /* sessions: lbtot, lastsess */
3334 "<td></td><td></td>"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003335 /* bytes : in */
Willy Tarreaue7dbfc62012-12-23 01:59:23 +01003336 "<td>%s</td>"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003337 "",
Willy Tarreaud72c9172016-01-06 15:26:40 +01003338 U2H(stats[ST_F_BIN].u.u64));
Willy Tarreaub0c9bc42009-10-04 15:56:38 +02003339
Willy Tarreau60600742016-01-11 15:32:30 +01003340 chunk_appendf(out,
Willy Tarreaue7dbfc62012-12-23 01:59:23 +01003341 /* bytes:out + compression stats (via hover): comp_in, comp_out, comp_byp */
Willy Tarreau4e5d58e2015-07-04 14:35:15 +02003342 "<td>%s%s<div class=tips><table class=det>"
3343 "<tr><th>Response bytes in:</th><td>%s</td></tr>"
3344 "<tr><th>Compression in:</th><td>%s</td></tr>"
3345 "<tr><th>Compression out:</th><td>%s</td><td>(%d%%)</td></tr>"
3346 "<tr><th>Compression bypass:</th><td>%s</td></tr>"
3347 "<tr><th>Total bytes saved:</th><td>%s</td><td>(%d%%)</td></tr>"
3348 "</table></div>%s</td>",
Willy Tarreaud72c9172016-01-06 15:26:40 +01003349 (stats[ST_F_COMP_IN].u.u64 || stats[ST_F_COMP_BYP].u.u64) ? "<u>":"",
3350 U2H(stats[ST_F_BOUT].u.u64),
3351 U2H(stats[ST_F_BOUT].u.u64),
3352 U2H(stats[ST_F_COMP_IN].u.u64),
3353 U2H(stats[ST_F_COMP_OUT].u.u64),
3354 stats[ST_F_COMP_IN].u.u64 ? (int)(stats[ST_F_COMP_OUT].u.u64 * 100 / stats[ST_F_COMP_IN].u.u64) : 0,
3355 U2H(stats[ST_F_COMP_BYP].u.u64),
3356 U2H(stats[ST_F_COMP_IN].u.u64 - stats[ST_F_COMP_OUT].u.u64),
3357 stats[ST_F_BOUT].u.u64 ? (int)((stats[ST_F_COMP_IN].u.u64 - stats[ST_F_COMP_OUT].u.u64) * 100 / stats[ST_F_BOUT].u.u64) : 0,
3358 (stats[ST_F_COMP_IN].u.u64 || stats[ST_F_COMP_BYP].u.u64) ? "</u>":"");
Willy Tarreaub0c9bc42009-10-04 15:56:38 +02003359
Willy Tarreau60600742016-01-11 15:32:30 +01003360 chunk_appendf(out,
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01003361 /* denied: req, resp */
3362 "<td>%s</td><td>%s</td>"
3363 /* errors : request, connect, response */
3364 "<td>%s</td><td></td><td></td>"
3365 /* warnings: retries, redispatches */
3366 "<td></td><td></td>"
3367 /* server status : reflect frontend status */
3368 "<td class=ac>%s</td>"
3369 /* rest of server: nothing */
3370 "<td class=ac colspan=8></td></tr>"
3371 "",
Willy Tarreaud72c9172016-01-06 15:26:40 +01003372 U2H(stats[ST_F_DREQ].u.u64), U2H(stats[ST_F_DRESP].u.u64),
3373 U2H(stats[ST_F_EREQ].u.u64),
3374 field_str(stats, ST_F_STATUS));
Willy Tarreaub0c9bc42009-10-04 15:56:38 +02003375 }
Willy Tarreaufa9512f2016-01-08 17:20:51 +01003376 else if (stats[ST_F_TYPE].u.u32 == STATS_TYPE_SO) {
Willy Tarreau60600742016-01-11 15:32:30 +01003377 chunk_appendf(out, "<tr class=socket>");
Willy Tarreau508a63f2016-01-11 15:28:40 +01003378 if (flags & ST_SHOWADMIN) {
Willy Tarreaufa9512f2016-01-08 17:20:51 +01003379 /* Column sub-heading for Enable or Disable server */
Willy Tarreau60600742016-01-11 15:32:30 +01003380 chunk_appendf(out, "<td></td>");
Willy Tarreaufa9512f2016-01-08 17:20:51 +01003381 }
3382
Willy Tarreau60600742016-01-11 15:32:30 +01003383 chunk_appendf(out,
Willy Tarreaufa9512f2016-01-08 17:20:51 +01003384 /* frontend name, listener name */
3385 "<td class=ac><a name=\"%s/+%s\"></a>%s"
3386 "<a class=lfsb href=\"#%s/+%s\">%s</a>"
3387 "",
3388 field_str(stats, ST_F_PXNAME), field_str(stats, ST_F_SVNAME),
3389 (flags & ST_SHLGNDS)?"<u>":"",
3390 field_str(stats, ST_F_PXNAME), field_str(stats, ST_F_SVNAME), field_str(stats, ST_F_SVNAME));
3391
3392 if (flags & ST_SHLGNDS) {
Willy Tarreau60600742016-01-11 15:32:30 +01003393 chunk_appendf(out, "<div class=tips>");
Willy Tarreaufa9512f2016-01-08 17:20:51 +01003394
3395 if (isdigit(*field_str(stats, ST_F_ADDR)))
Willy Tarreau60600742016-01-11 15:32:30 +01003396 chunk_appendf(out, "IPv4: %s, ", field_str(stats, ST_F_ADDR));
Willy Tarreaufa9512f2016-01-08 17:20:51 +01003397 else if (*field_str(stats, ST_F_ADDR) == '[')
Willy Tarreau60600742016-01-11 15:32:30 +01003398 chunk_appendf(out, "IPv6: %s, ", field_str(stats, ST_F_ADDR));
Willy Tarreaufa9512f2016-01-08 17:20:51 +01003399 else if (*field_str(stats, ST_F_ADDR))
Willy Tarreau60600742016-01-11 15:32:30 +01003400 chunk_appendf(out, "%s, ", field_str(stats, ST_F_ADDR));
Willy Tarreaufa9512f2016-01-08 17:20:51 +01003401
3402 /* id */
Willy Tarreau60600742016-01-11 15:32:30 +01003403 chunk_appendf(out, "id: %d</div>", stats[ST_F_SID].u.u32);
Willy Tarreaufa9512f2016-01-08 17:20:51 +01003404 }
3405
Willy Tarreau60600742016-01-11 15:32:30 +01003406 chunk_appendf(out,
Willy Tarreaufa9512f2016-01-08 17:20:51 +01003407 /* queue */
3408 "%s</td><td colspan=3></td>"
3409 /* sessions rate: current, max, limit */
3410 "<td colspan=3>&nbsp;</td>"
3411 /* sessions: current, max, limit, total, lbtot, lastsess */
3412 "<td>%s</td><td>%s</td><td>%s</td>"
3413 "<td>%s</td><td>&nbsp;</td><td>&nbsp;</td>"
3414 /* bytes: in, out */
3415 "<td>%s</td><td>%s</td>"
3416 "",
3417 (flags & ST_SHLGNDS)?"</u>":"",
3418 U2H(stats[ST_F_SCUR].u.u32), U2H(stats[ST_F_SMAX].u.u32), U2H(stats[ST_F_SLIM].u.u32),
3419 U2H(stats[ST_F_STOT].u.u64), U2H(stats[ST_F_BIN].u.u64), U2H(stats[ST_F_BOUT].u.u64));
3420
Willy Tarreau60600742016-01-11 15:32:30 +01003421 chunk_appendf(out,
Willy Tarreaufa9512f2016-01-08 17:20:51 +01003422 /* denied: req, resp */
3423 "<td>%s</td><td>%s</td>"
3424 /* errors: request, connect, response */
3425 "<td>%s</td><td></td><td></td>"
3426 /* warnings: retries, redispatches */
3427 "<td></td><td></td>"
3428 /* server status: reflect listener status */
3429 "<td class=ac>%s</td>"
3430 /* rest of server: nothing */
3431 "<td class=ac colspan=8></td></tr>"
3432 "",
3433 U2H(stats[ST_F_DREQ].u.u64), U2H(stats[ST_F_DRESP].u.u64),
3434 U2H(stats[ST_F_EREQ].u.u64),
3435 field_str(stats, ST_F_STATUS));
3436 }
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003437 else if (stats[ST_F_TYPE].u.u32 == STATS_TYPE_SV) {
3438 const char *style;
Willy Tarreaub5f66b82016-01-08 17:15:39 +01003439
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003440 /* determine the style to use depending on the server's state,
3441 * its health and weight. There isn't a 1-to-1 mapping between
3442 * state and styles for the cases where the server is (still)
3443 * up. The reason is that we don't want to report nolb and
3444 * drain with the same color.
3445 */
Willy Tarreaub5f66b82016-01-08 17:15:39 +01003446
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003447 if (strcmp(field_str(stats, ST_F_STATUS), "DOWN") == 0 ||
3448 strcmp(field_str(stats, ST_F_STATUS), "DOWN (agent)") == 0) {
3449 style = "down";
3450 }
3451 else if (strcmp(field_str(stats, ST_F_STATUS), "DOWN ") == 0) {
3452 style = "going_up";
3453 }
3454 else if (strcmp(field_str(stats, ST_F_STATUS), "NOLB ") == 0) {
3455 style = "going_down";
3456 }
3457 else if (strcmp(field_str(stats, ST_F_STATUS), "NOLB") == 0) {
3458 style = "nolb";
3459 }
3460 else if (strcmp(field_str(stats, ST_F_STATUS), "no check") == 0) {
3461 style = "no_check";
3462 }
3463 else if (!stats[ST_F_CHKFAIL].type ||
3464 stats[ST_F_CHECK_HEALTH].u.u32 == stats[ST_F_CHECK_RISE].u.u32 + stats[ST_F_CHECK_FALL].u.u32 - 1) {
3465 /* no check or max health = UP */
3466 if (stats[ST_F_WEIGHT].u.u32)
3467 style = "up";
3468 else
3469 style = "draining";
3470 }
3471 else {
3472 style = "going_down";
3473 }
Willy Tarreaub5f66b82016-01-08 17:15:39 +01003474
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003475 if (memcmp(field_str(stats, ST_F_STATUS), "MAINT", 5) == 0)
Willy Tarreau60600742016-01-11 15:32:30 +01003476 chunk_appendf(out, "<tr class=\"maintain\">");
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003477 else
Willy Tarreau60600742016-01-11 15:32:30 +01003478 chunk_appendf(out,
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003479 "<tr class=\"%s_%s\">",
3480 (stats[ST_F_BCK].u.u32) ? "backup" : "active", style);
Willy Tarreaub5f66b82016-01-08 17:15:39 +01003481
Willy Tarreaub5f66b82016-01-08 17:15:39 +01003482
Willy Tarreau508a63f2016-01-11 15:28:40 +01003483 if (flags & ST_SHOWADMIN)
Willy Tarreau60600742016-01-11 15:32:30 +01003484 chunk_appendf(out,
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003485 "<td><input type=\"checkbox\" name=\"s\" value=\"%s\"></td>",
3486 field_str(stats, ST_F_SVNAME));
Willy Tarreaub5f66b82016-01-08 17:15:39 +01003487
Willy Tarreau60600742016-01-11 15:32:30 +01003488 chunk_appendf(out,
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003489 "<td class=ac><a name=\"%s/%s\"></a>%s"
3490 "<a class=lfsb href=\"#%s/%s\">%s</a>"
3491 "",
3492 field_str(stats, ST_F_PXNAME), field_str(stats, ST_F_SVNAME),
3493 (flags & ST_SHLGNDS) ? "<u>" : "",
3494 field_str(stats, ST_F_PXNAME), field_str(stats, ST_F_SVNAME), field_str(stats, ST_F_SVNAME));
Willy Tarreaub5f66b82016-01-08 17:15:39 +01003495
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003496 if (flags & ST_SHLGNDS) {
Willy Tarreau60600742016-01-11 15:32:30 +01003497 chunk_appendf(out, "<div class=tips>");
Willy Tarreaub5f66b82016-01-08 17:15:39 +01003498
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003499 if (isdigit(*field_str(stats, ST_F_ADDR)))
Willy Tarreau60600742016-01-11 15:32:30 +01003500 chunk_appendf(out, "IPv4: %s, ", field_str(stats, ST_F_ADDR));
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003501 else if (*field_str(stats, ST_F_ADDR) == '[')
Willy Tarreau60600742016-01-11 15:32:30 +01003502 chunk_appendf(out, "IPv6: %s, ", field_str(stats, ST_F_ADDR));
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003503 else if (*field_str(stats, ST_F_ADDR))
Willy Tarreau60600742016-01-11 15:32:30 +01003504 chunk_appendf(out, "%s, ", field_str(stats, ST_F_ADDR));
Willy Tarreaub5f66b82016-01-08 17:15:39 +01003505
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003506 /* id */
Willy Tarreau60600742016-01-11 15:32:30 +01003507 chunk_appendf(out, "id: %d", stats[ST_F_SID].u.u32);
Willy Tarreaub5f66b82016-01-08 17:15:39 +01003508
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003509 /* cookie */
3510 if (stats[ST_F_COOKIE].type) {
Willy Tarreau60600742016-01-11 15:32:30 +01003511 chunk_appendf(out, ", cookie: '");
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003512 chunk_initstr(&src, field_str(stats, ST_F_COOKIE));
Willy Tarreau60600742016-01-11 15:32:30 +01003513 chunk_htmlencode(out, &src);
3514 chunk_appendf(out, "'");
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003515 }
Willy Tarreaub0c9bc42009-10-04 15:56:38 +02003516
Willy Tarreau60600742016-01-11 15:32:30 +01003517 chunk_appendf(out, "</div>");
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003518 }
Willy Tarreau7b4b4992013-12-01 09:15:12 +01003519
Willy Tarreau60600742016-01-11 15:32:30 +01003520 chunk_appendf(out,
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003521 /* queue : current, max, limit */
3522 "%s</td><td>%s</td><td>%s</td><td>%s</td>"
3523 /* sessions rate : current, max, limit */
3524 "<td>%s</td><td>%s</td><td></td>"
3525 "",
3526 (flags & ST_SHLGNDS) ? "</u>" : "",
3527 U2H(stats[ST_F_QCUR].u.u32), U2H(stats[ST_F_QMAX].u.u32), LIM2A(stats[ST_F_QLIMIT].u.u32, "-"),
3528 U2H(stats[ST_F_RATE].u.u32), U2H(stats[ST_F_RATE_MAX].u.u32));
Willy Tarreau4607fad2016-01-06 15:41:29 +01003529
Willy Tarreau60600742016-01-11 15:32:30 +01003530 chunk_appendf(out,
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003531 /* sessions: current, max, limit, total */
3532 "<td>%s</td><td>%s</td><td>%s</td>"
3533 "<td><u>%s<div class=tips><table class=det>"
3534 "<tr><th>Cum. sessions:</th><td>%s</td></tr>"
3535 "",
3536 U2H(stats[ST_F_SCUR].u.u32), U2H(stats[ST_F_SMAX].u.u32), LIM2A(stats[ST_F_SLIM].u.u32, "-"),
3537 U2H(stats[ST_F_STOT].u.u64),
3538 U2H(stats[ST_F_STOT].u.u64));
Willy Tarreau4607fad2016-01-06 15:41:29 +01003539
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003540 /* http response (via hover): 1xx, 2xx, 3xx, 4xx, 5xx, other */
Willy Tarreauf8211df2016-01-11 14:09:38 +01003541 if (strcmp(field_str(stats, ST_F_MODE), "http") == 0) {
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003542 unsigned long long tot;
Willy Tarreaua6f5a732016-01-08 16:59:56 +01003543
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003544 tot = stats[ST_F_HRSP_OTHER].u.u64;
3545 tot += stats[ST_F_HRSP_1XX].u.u64;
3546 tot += stats[ST_F_HRSP_2XX].u.u64;
3547 tot += stats[ST_F_HRSP_3XX].u.u64;
3548 tot += stats[ST_F_HRSP_4XX].u.u64;
3549 tot += stats[ST_F_HRSP_5XX].u.u64;
3550
Willy Tarreau60600742016-01-11 15:32:30 +01003551 chunk_appendf(out,
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003552 "<tr><th>Cum. HTTP responses:</th><td>%s</td></tr>"
3553 "<tr><th>- HTTP 1xx responses:</th><td>%s</td><td>(%d%%)</td></tr>"
3554 "<tr><th>- HTTP 2xx responses:</th><td>%s</td><td>(%d%%)</td></tr>"
3555 "<tr><th>- HTTP 3xx responses:</th><td>%s</td><td>(%d%%)</td></tr>"
3556 "<tr><th>- HTTP 4xx responses:</th><td>%s</td><td>(%d%%)</td></tr>"
3557 "<tr><th>- HTTP 5xx responses:</th><td>%s</td><td>(%d%%)</td></tr>"
3558 "<tr><th>- other responses:</th><td>%s</td><td>(%d%%)</td></tr>"
3559 "",
3560 U2H(tot),
3561 U2H(stats[ST_F_HRSP_1XX].u.u64), tot ? (int)(100 * stats[ST_F_HRSP_1XX].u.u64 / tot) : 0,
3562 U2H(stats[ST_F_HRSP_2XX].u.u64), tot ? (int)(100 * stats[ST_F_HRSP_2XX].u.u64 / tot) : 0,
3563 U2H(stats[ST_F_HRSP_3XX].u.u64), tot ? (int)(100 * stats[ST_F_HRSP_3XX].u.u64 / tot) : 0,
3564 U2H(stats[ST_F_HRSP_4XX].u.u64), tot ? (int)(100 * stats[ST_F_HRSP_4XX].u.u64 / tot) : 0,
3565 U2H(stats[ST_F_HRSP_5XX].u.u64), tot ? (int)(100 * stats[ST_F_HRSP_5XX].u.u64 / tot) : 0,
3566 U2H(stats[ST_F_HRSP_OTHER].u.u64), tot ? (int)(100 * stats[ST_F_HRSP_OTHER].u.u64 / tot) : 0);
Willy Tarreaua6f5a732016-01-08 16:59:56 +01003567 }
Willy Tarreaua6f5a732016-01-08 16:59:56 +01003568
Willy Tarreau60600742016-01-11 15:32:30 +01003569 chunk_appendf(out, "<tr><th colspan=3>Avg over last 1024 success. conn.</th></tr>");
3570 chunk_appendf(out, "<tr><th>- Queue time:</th><td>%s</td><td>ms</td></tr>", U2H(stats[ST_F_QTIME].u.u32));
3571 chunk_appendf(out, "<tr><th>- Connect time:</th><td>%s</td><td>ms</td></tr>", U2H(stats[ST_F_CTIME].u.u32));
Willy Tarreauf8211df2016-01-11 14:09:38 +01003572 if (strcmp(field_str(stats, ST_F_MODE), "http") == 0)
Willy Tarreau60600742016-01-11 15:32:30 +01003573 chunk_appendf(out, "<tr><th>- Response time:</th><td>%s</td><td>ms</td></tr>", U2H(stats[ST_F_RTIME].u.u32));
3574 chunk_appendf(out, "<tr><th>- Total time:</th><td>%s</td><td>ms</td></tr>", U2H(stats[ST_F_TTIME].u.u32));
Willy Tarreau56a560a2009-09-22 19:27:35 +02003575
Willy Tarreau60600742016-01-11 15:32:30 +01003576 chunk_appendf(out,
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003577 "</table></div></u></td>"
3578 /* sessions: lbtot, last */
3579 "<td>%s</td><td>%s</td>",
3580 U2H(stats[ST_F_LBTOT].u.u64),
3581 human_time(stats[ST_F_LASTSESS].u.s32, 1));
Willy Tarreau91861262007-10-17 17:06:05 +02003582
Willy Tarreau60600742016-01-11 15:32:30 +01003583 chunk_appendf(out,
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003584 /* bytes : in, out */
3585 "<td>%s</td><td>%s</td>"
3586 /* denied: req, resp */
3587 "<td></td><td>%s</td>"
3588 /* errors : request, connect */
3589 "<td></td><td>%s</td>"
3590 /* errors : response */
3591 "<td><u>%s<div class=tips>Connection resets during transfers: %lld client, %lld server</div></u></td>"
3592 /* warnings: retries, redispatches */
3593 "<td>%lld</td><td>%lld</td>"
3594 "",
3595 U2H(stats[ST_F_BIN].u.u64), U2H(stats[ST_F_BOUT].u.u64),
3596 U2H(stats[ST_F_DRESP].u.u64),
3597 U2H(stats[ST_F_ECON].u.u64),
3598 U2H(stats[ST_F_ERESP].u.u64),
3599 (long long)stats[ST_F_CLI_ABRT].u.u64,
3600 (long long)stats[ST_F_SRV_ABRT].u.u64,
3601 (long long)stats[ST_F_WRETR].u.u64,
3602 (long long)stats[ST_F_WREDIS].u.u64);
3603
3604 /* status, last change */
Willy Tarreau60600742016-01-11 15:32:30 +01003605 chunk_appendf(out, "<td class=ac>");
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003606
3607 /* FIXME!!!!
3608 * LASTCHG should contain the last change for *this* server and must be computed
3609 * properly above, as was done below, ie: this server if maint, otherwise ref server
3610 * if tracking. Note that ref is either local or remote depending on tracking.
3611 */
3612
3613
3614 if (memcmp(field_str(stats, ST_F_STATUS), "MAINT", 5) == 0) {
Willy Tarreau60600742016-01-11 15:32:30 +01003615 chunk_appendf(out, "%s MAINT", human_time(stats[ST_F_LASTCHG].u.u32, 1));
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003616 }
3617 else if (memcmp(field_str(stats, ST_F_STATUS), "no check", 5) == 0) {
Willy Tarreau60600742016-01-11 15:32:30 +01003618 chunk_strcat(out, "<i>no check</i>");
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003619 }
3620 else {
Willy Tarreau60600742016-01-11 15:32:30 +01003621 chunk_appendf(out, "%s %s", human_time(stats[ST_F_LASTCHG].u.u32, 1), field_str(stats, ST_F_STATUS));
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003622 if (memcmp(field_str(stats, ST_F_STATUS), "DOWN", 4) == 0) {
3623 if (stats[ST_F_CHECK_HEALTH].u.u32)
Willy Tarreau60600742016-01-11 15:32:30 +01003624 chunk_strcat(out, " &uarr;");
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003625 }
3626 else if (stats[ST_F_CHECK_HEALTH].u.u32 < stats[ST_F_CHECK_RISE].u.u32 + stats[ST_F_CHECK_FALL].u.u32 - 1)
Willy Tarreau60600742016-01-11 15:32:30 +01003627 chunk_strcat(out, " &darr;");
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003628 }
3629
3630 if (memcmp(field_str(stats, ST_F_STATUS), "DOWN", 4) == 0 &&
3631 stats[ST_F_AGENT_STATUS].type && !stats[ST_F_AGENT_HEALTH].u.u32) {
Willy Tarreau60600742016-01-11 15:32:30 +01003632 chunk_appendf(out,
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003633 "</td><td class=ac><u> %s",
3634 field_str(stats, ST_F_AGENT_STATUS));
3635
3636 if (stats[ST_F_AGENT_CODE].type)
Willy Tarreau60600742016-01-11 15:32:30 +01003637 chunk_appendf(out, "/%d", stats[ST_F_AGENT_CODE].u.u32);
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003638
3639 if (stats[ST_F_AGENT_DURATION].type && stats[ST_F_AGENT_DURATION].u.u64 >= 0)
Willy Tarreau60600742016-01-11 15:32:30 +01003640 chunk_appendf(out, " in %lums", (long)stats[ST_F_AGENT_DURATION].u.u64);
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003641
Willy Tarreau60600742016-01-11 15:32:30 +01003642 chunk_appendf(out, "<div class=tips>%s", field_str(stats, ST_F_AGENT_DESC));
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003643
3644 if (*field_str(stats, ST_F_LAST_AGT)) {
Willy Tarreau60600742016-01-11 15:32:30 +01003645 chunk_appendf(out, ": ");
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003646 chunk_initstr(&src, field_str(stats, ST_F_LAST_AGT));
Willy Tarreau60600742016-01-11 15:32:30 +01003647 chunk_htmlencode(out, &src);
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003648 }
Willy Tarreau60600742016-01-11 15:32:30 +01003649 chunk_appendf(out, "</div></u>");
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003650 }
3651 else if (stats[ST_F_CHECK_STATUS].type) {
Willy Tarreau60600742016-01-11 15:32:30 +01003652 chunk_appendf(out,
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003653 "</td><td class=ac><u> %s",
3654 field_str(stats, ST_F_CHECK_STATUS));
3655
3656 if (stats[ST_F_CHECK_CODE].type)
Willy Tarreau60600742016-01-11 15:32:30 +01003657 chunk_appendf(out, "/%d", stats[ST_F_CHECK_CODE].u.u32);
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003658
3659 if (stats[ST_F_CHECK_DURATION].type && stats[ST_F_CHECK_DURATION].u.u64 >= 0)
Willy Tarreau60600742016-01-11 15:32:30 +01003660 chunk_appendf(out, " in %lums", (long)stats[ST_F_CHECK_DURATION].u.u64);
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003661
Willy Tarreau60600742016-01-11 15:32:30 +01003662 chunk_appendf(out, "<div class=tips>%s", field_str(stats, ST_F_CHECK_DESC));
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003663
3664 if (*field_str(stats, ST_F_LAST_CHK)) {
Willy Tarreau60600742016-01-11 15:32:30 +01003665 chunk_appendf(out, ": ");
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003666 chunk_initstr(&src, field_str(stats, ST_F_LAST_CHK));
Willy Tarreau60600742016-01-11 15:32:30 +01003667 chunk_htmlencode(out, &src);
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003668 }
Willy Tarreau60600742016-01-11 15:32:30 +01003669 chunk_appendf(out, "</div></u>");
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003670 }
3671 else
Willy Tarreau60600742016-01-11 15:32:30 +01003672 chunk_appendf(out, "</td><td>");
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003673
Willy Tarreau60600742016-01-11 15:32:30 +01003674 chunk_appendf(out,
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003675 /* weight */
3676 "</td><td class=ac>%d</td>"
3677 /* act, bck */
3678 "<td class=ac>%s</td><td class=ac>%s</td>"
3679 "",
3680 stats[ST_F_WEIGHT].u.u32,
3681 stats[ST_F_BCK].u.u32 ? "-" : "Y",
3682 stats[ST_F_BCK].u.u32 ? "Y" : "-");
3683
3684 /* check failures: unique, fatal, down time */
3685 if (stats[ST_F_CHKFAIL].type) {
Willy Tarreau60600742016-01-11 15:32:30 +01003686 chunk_appendf(out, "<td><u>%lld", (long long)stats[ST_F_CHKFAIL].u.u64);
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003687
3688 if (stats[ST_F_HANAFAIL].type)
Willy Tarreau60600742016-01-11 15:32:30 +01003689 chunk_appendf(out, "/%lld", (long long)stats[ST_F_HANAFAIL].u.u64);
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003690
Willy Tarreau60600742016-01-11 15:32:30 +01003691 chunk_appendf(out,
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003692 "<div class=tips>Failed Health Checks%s</div></u></td>"
3693 "<td>%lld</td><td>%s</td>"
3694 "",
3695 stats[ST_F_HANAFAIL].type ? "/Health Analyses" : "",
3696 (long long)stats[ST_F_CHKDOWN].u.u64, human_time(stats[ST_F_DOWNTIME].u.u32, 1));
3697 }
3698 else if (strcmp(field_str(stats, ST_F_STATUS), "MAINT") != 0 && field_format(stats, ST_F_TRACKED) == FF_STR) {
3699 /* tracking a server (hence inherited maint would appear as "MAINT (via...)" */
Willy Tarreau60600742016-01-11 15:32:30 +01003700 chunk_appendf(out,
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003701 "<td class=ac colspan=3><a class=lfsb href=\"#%s\">via %s</a></td>",
3702 field_str(stats, ST_F_TRACKED), field_str(stats, ST_F_TRACKED));
3703 }
3704 else
Willy Tarreau60600742016-01-11 15:32:30 +01003705 chunk_appendf(out, "<td colspan=3></td>");
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003706
3707 /* throttle */
3708 if (stats[ST_F_THROTTLE].type)
Willy Tarreau60600742016-01-11 15:32:30 +01003709 chunk_appendf(out, "<td class=ac>%d %%</td></tr>\n", stats[ST_F_THROTTLE].u.u32);
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003710 else
Willy Tarreau60600742016-01-11 15:32:30 +01003711 chunk_appendf(out, "<td class=ac>-</td></tr>\n");
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003712 }
Willy Tarreaubbf84502016-01-08 17:25:50 +01003713 else if (stats[ST_F_TYPE].u.u32 == STATS_TYPE_BE) {
Willy Tarreau60600742016-01-11 15:32:30 +01003714 chunk_appendf(out, "<tr class=\"backend\">");
Willy Tarreau508a63f2016-01-11 15:28:40 +01003715 if (flags & ST_SHOWADMIN) {
Willy Tarreaubbf84502016-01-08 17:25:50 +01003716 /* Column sub-heading for Enable or Disable server */
Willy Tarreau60600742016-01-11 15:32:30 +01003717 chunk_appendf(out, "<td></td>");
Willy Tarreaubbf84502016-01-08 17:25:50 +01003718 }
Willy Tarreau60600742016-01-11 15:32:30 +01003719 chunk_appendf(out,
Willy Tarreaubbf84502016-01-08 17:25:50 +01003720 "<td class=ac>"
3721 /* name */
3722 "%s<a name=\"%s/Backend\"></a>"
3723 "<a class=lfsb href=\"#%s/Backend\">Backend</a>"
3724 "",
3725 (flags & ST_SHLGNDS)?"<u>":"",
3726 field_str(stats, ST_F_PXNAME), field_str(stats, ST_F_PXNAME));
3727
3728 if (flags & ST_SHLGNDS) {
3729 /* balancing */
Willy Tarreau60600742016-01-11 15:32:30 +01003730 chunk_appendf(out, "<div class=tips>balancing: %s",
Willy Tarreauf1516d92016-01-11 14:48:36 +01003731 field_str(stats, ST_F_ALGO));
Willy Tarreaubbf84502016-01-08 17:25:50 +01003732
3733 /* cookie */
3734 if (stats[ST_F_COOKIE].type) {
Willy Tarreau60600742016-01-11 15:32:30 +01003735 chunk_appendf(out, ", cookie: '");
Willy Tarreaubbf84502016-01-08 17:25:50 +01003736 chunk_initstr(&src, field_str(stats, ST_F_COOKIE));
Willy Tarreau60600742016-01-11 15:32:30 +01003737 chunk_htmlencode(out, &src);
3738 chunk_appendf(out, "'");
Willy Tarreaubbf84502016-01-08 17:25:50 +01003739 }
Willy Tarreau60600742016-01-11 15:32:30 +01003740 chunk_appendf(out, "</div>");
Willy Tarreaubbf84502016-01-08 17:25:50 +01003741 }
3742
Willy Tarreau60600742016-01-11 15:32:30 +01003743 chunk_appendf(out,
Willy Tarreaubbf84502016-01-08 17:25:50 +01003744 "%s</td>"
3745 /* queue : current, max */
3746 "<td>%s</td><td>%s</td><td></td>"
3747 /* sessions rate : current, max, limit */
3748 "<td>%s</td><td>%s</td><td></td>"
3749 "",
3750 (flags & ST_SHLGNDS)?"</u>":"",
3751 U2H(stats[ST_F_QCUR].u.u32), U2H(stats[ST_F_QMAX].u.u32),
3752 U2H(stats[ST_F_RATE].u.u32), U2H(stats[ST_F_RATE_MAX].u.u32));
3753
Willy Tarreau60600742016-01-11 15:32:30 +01003754 chunk_appendf(out,
Willy Tarreaubbf84502016-01-08 17:25:50 +01003755 /* sessions: current, max, limit, total */
3756 "<td>%s</td><td>%s</td><td>%s</td>"
3757 "<td><u>%s<div class=tips><table class=det>"
3758 "<tr><th>Cum. sessions:</th><td>%s</td></tr>"
3759 "",
3760 U2H(stats[ST_F_SCUR].u.u32), U2H(stats[ST_F_SCUR].u.u32), U2H(stats[ST_F_SLIM].u.u32),
3761 U2H(stats[ST_F_STOT].u.u64),
3762 U2H(stats[ST_F_STOT].u.u64));
3763
3764 /* http response (via hover): 1xx, 2xx, 3xx, 4xx, 5xx, other */
Willy Tarreauf8211df2016-01-11 14:09:38 +01003765 if (strcmp(field_str(stats, ST_F_MODE), "http") == 0) {
Willy Tarreau60600742016-01-11 15:32:30 +01003766 chunk_appendf(out,
Willy Tarreaubbf84502016-01-08 17:25:50 +01003767 "<tr><th>Cum. HTTP requests:</th><td>%s</td></tr>"
3768 "<tr><th>- HTTP 1xx responses:</th><td>%s</td></tr>"
3769 "<tr><th>- HTTP 2xx responses:</th><td>%s</td></tr>"
3770 "<tr><th>&nbsp;&nbsp;Compressed 2xx:</th><td>%s</td><td>(%d%%)</td></tr>"
3771 "<tr><th>- HTTP 3xx responses:</th><td>%s</td></tr>"
3772 "<tr><th>- HTTP 4xx responses:</th><td>%s</td></tr>"
3773 "<tr><th>- HTTP 5xx responses:</th><td>%s</td></tr>"
3774 "<tr><th>- other responses:</th><td>%s</td></tr>"
3775 "<tr><th>Intercepted requests:</th><td>%s</td></tr>"
3776 "<tr><th colspan=3>Avg over last 1024 success. conn.</th></tr>"
3777 "",
3778 U2H(stats[ST_F_REQ_TOT].u.u64),
3779 U2H(stats[ST_F_HRSP_1XX].u.u64),
3780 U2H(stats[ST_F_HRSP_2XX].u.u64),
3781 U2H(stats[ST_F_COMP_RSP].u.u64),
3782 stats[ST_F_HRSP_2XX].u.u64 ?
3783 (int)(100 * stats[ST_F_COMP_RSP].u.u64 / stats[ST_F_HRSP_2XX].u.u64) : 0,
3784 U2H(stats[ST_F_HRSP_3XX].u.u64),
3785 U2H(stats[ST_F_HRSP_4XX].u.u64),
3786 U2H(stats[ST_F_HRSP_5XX].u.u64),
3787 U2H(stats[ST_F_HRSP_OTHER].u.u64),
Willy Tarreau5b9bdff2016-01-11 14:40:47 +01003788 U2H(stats[ST_F_INTERCEPTED].u.u64));
Willy Tarreaubbf84502016-01-08 17:25:50 +01003789 }
3790
Willy Tarreau60600742016-01-11 15:32:30 +01003791 chunk_appendf(out, "<tr><th>- Queue time:</th><td>%s</td><td>ms</td></tr>", U2H(stats[ST_F_QTIME].u.u32));
3792 chunk_appendf(out, "<tr><th>- Connect time:</th><td>%s</td><td>ms</td></tr>", U2H(stats[ST_F_QTIME].u.u32));
Willy Tarreauf8211df2016-01-11 14:09:38 +01003793 if (strcmp(field_str(stats, ST_F_MODE), "http") == 0)
Willy Tarreau60600742016-01-11 15:32:30 +01003794 chunk_appendf(out, "<tr><th>- Response time:</th><td>%s</td><td>ms</td></tr>", U2H(stats[ST_F_RTIME].u.u32));
3795 chunk_appendf(out, "<tr><th>- Total time:</th><td>%s</td><td>ms</td></tr>", U2H(stats[ST_F_TTIME].u.u32));
Willy Tarreaubbf84502016-01-08 17:25:50 +01003796
Willy Tarreau60600742016-01-11 15:32:30 +01003797 chunk_appendf(out,
Willy Tarreaubbf84502016-01-08 17:25:50 +01003798 "</table></div></u></td>"
3799 /* sessions: lbtot, last */
3800 "<td>%s</td><td>%s</td>"
3801 /* bytes: in */
3802 "<td>%s</td>"
3803 "",
3804 U2H(stats[ST_F_LBTOT].u.u64),
3805 human_time(stats[ST_F_LASTSESS].u.s32, 1),
3806 U2H(stats[ST_F_BIN].u.u64));
3807
Willy Tarreau60600742016-01-11 15:32:30 +01003808 chunk_appendf(out,
Willy Tarreaubbf84502016-01-08 17:25:50 +01003809 /* bytes:out + compression stats (via hover): comp_in, comp_out, comp_byp */
3810 "<td>%s%s<div class=tips><table class=det>"
3811 "<tr><th>Response bytes in:</th><td>%s</td></tr>"
3812 "<tr><th>Compression in:</th><td>%s</td></tr>"
3813 "<tr><th>Compression out:</th><td>%s</td><td>(%d%%)</td></tr>"
3814 "<tr><th>Compression bypass:</th><td>%s</td></tr>"
3815 "<tr><th>Total bytes saved:</th><td>%s</td><td>(%d%%)</td></tr>"
3816 "</table></div>%s</td>",
3817 (stats[ST_F_COMP_IN].u.u64 || stats[ST_F_COMP_BYP].u.u64) ? "<u>":"",
3818 U2H(stats[ST_F_BOUT].u.u64),
3819 U2H(stats[ST_F_BOUT].u.u64),
3820 U2H(stats[ST_F_COMP_IN].u.u64),
3821 U2H(stats[ST_F_COMP_OUT].u.u64),
3822 stats[ST_F_COMP_IN].u.u64 ? (int)(stats[ST_F_COMP_OUT].u.u64 * 100 / stats[ST_F_COMP_IN].u.u64) : 0,
3823 U2H(stats[ST_F_COMP_BYP].u.u64),
Christopher Faulet0b64f622016-04-28 15:09:31 +02003824 U2H(stats[ST_F_COMP_IN].u.u64 - stats[ST_F_COMP_OUT].u.u64),
Willy Tarreaubbf84502016-01-08 17:25:50 +01003825 stats[ST_F_BOUT].u.u64 ? (int)((stats[ST_F_COMP_IN].u.u64 - stats[ST_F_COMP_OUT].u.u64) * 100 / stats[ST_F_BOUT].u.u64) : 0,
3826 (stats[ST_F_COMP_IN].u.u64 || stats[ST_F_COMP_BYP].u.u64) ? "</u>":"");
3827
Willy Tarreau60600742016-01-11 15:32:30 +01003828 chunk_appendf(out,
Willy Tarreaubbf84502016-01-08 17:25:50 +01003829 /* denied: req, resp */
3830 "<td>%s</td><td>%s</td>"
3831 /* errors : request, connect */
3832 "<td></td><td>%s</td>"
3833 /* errors : response */
3834 "<td><u>%s<div class=tips>Connection resets during transfers: %lld client, %lld server</div></u></td>"
3835 /* warnings: retries, redispatches */
3836 "<td>%lld</td><td>%lld</td>"
3837 /* backend status: reflect backend status (up/down): we display UP
3838 * if the backend has known working servers or if it has no server at
3839 * all (eg: for stats). Then we display the total weight, number of
3840 * active and backups. */
3841 "<td class=ac>%s %s</td><td class=ac>&nbsp;</td><td class=ac>%d</td>"
3842 "<td class=ac>%d</td><td class=ac>%d</td>"
3843 "",
3844 U2H(stats[ST_F_DREQ].u.u64), U2H(stats[ST_F_DRESP].u.u64),
3845 U2H(stats[ST_F_ECON].u.u64),
3846 U2H(stats[ST_F_ERESP].u.u64),
3847 (long long)stats[ST_F_CLI_ABRT].u.u64,
3848 (long long)stats[ST_F_SRV_ABRT].u.u64,
3849 (long long)stats[ST_F_WRETR].u.u64, (long long)stats[ST_F_WREDIS].u.u64,
3850 human_time(stats[ST_F_LASTCHG].u.u32, 1),
3851 strcmp(field_str(stats, ST_F_STATUS), "DOWN") ? field_str(stats, ST_F_STATUS) : "<font color=\"red\"><b>DOWN</b></font>",
3852 stats[ST_F_WEIGHT].u.u32,
3853 stats[ST_F_ACT].u.u32, stats[ST_F_BCK].u.u32);
3854
Willy Tarreau60600742016-01-11 15:32:30 +01003855 chunk_appendf(out,
Willy Tarreaubbf84502016-01-08 17:25:50 +01003856 /* rest of backend: nothing, down transitions, total downtime, throttle */
3857 "<td class=ac>&nbsp;</td><td>%d</td>"
3858 "<td>%s</td>"
3859 "<td></td>"
3860 "</tr>",
3861 stats[ST_F_CHKDOWN].u.u32,
3862 stats[ST_F_DOWNTIME].type ? human_time(stats[ST_F_DOWNTIME].u.u32, 1) : "&nbsp;");
3863 }
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003864 return 1;
3865}
3866
Willy Tarreau501f6022016-01-08 17:37:22 +01003867static int stats_dump_one_line(const struct field *stats, unsigned int flags, struct proxy *px, struct appctx *appctx)
3868{
Willy Tarreau508a63f2016-01-11 15:28:40 +01003869 if ((px->cap & PR_CAP_BE) && px->srv && (appctx->ctx.stats.flags & STAT_ADMIN))
3870 flags |= ST_SHOWADMIN;
Willy Tarreau501f6022016-01-08 17:37:22 +01003871
3872 if (appctx->ctx.stats.flags & STAT_FMT_HTML)
Willy Tarreau60600742016-01-11 15:32:30 +01003873 return stats_dump_fields_html(&trash, stats, flags);
Willy Tarreau1e62df92016-01-11 18:57:53 +01003874 else if (appctx->ctx.stats.flags & STAT_FMT_TYPED)
3875 return stats_dump_fields_typed(&trash, stats);
Willy Tarreau501f6022016-01-08 17:37:22 +01003876 else
3877 return stats_dump_fields_csv(&trash, stats);
3878}
3879
Thierry Fournier23d2d642016-03-25 08:20:11 +01003880/* Fill <stats> with the frontend statistics. <stats> is
3881 * preallocated array of length <len>. The length of the array
3882 * must be at least ST_F_TOTAL_FIELDS. If this length is less then
3883 * this value, the function returns 0, otherwise, it returns 1.
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003884 */
Thierry Fournier23d2d642016-03-25 08:20:11 +01003885int stats_fill_fe_stats(struct proxy *px, struct field *stats, int len)
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003886{
Thierry Fournier23d2d642016-03-25 08:20:11 +01003887 if (len < ST_F_TOTAL_FIELDS)
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003888 return 0;
3889
Thierry Fournier23d2d642016-03-25 08:20:11 +01003890 memset(stats, 0, sizeof(*stats) * len);
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003891
3892 stats[ST_F_PXNAME] = mkf_str(FO_KEY|FN_NAME|FS_SERVICE, px->id);
3893 stats[ST_F_SVNAME] = mkf_str(FO_KEY|FN_NAME|FS_SERVICE, "FRONTEND");
Willy Tarreauf8211df2016-01-11 14:09:38 +01003894 stats[ST_F_MODE] = mkf_str(FO_CONFIG|FS_SERVICE, proxy_mode_str(px->mode));
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003895 stats[ST_F_SCUR] = mkf_u32(0, px->feconn);
3896 stats[ST_F_SMAX] = mkf_u32(FN_MAX, px->fe_counters.conn_max);
3897 stats[ST_F_SLIM] = mkf_u32(FO_CONFIG|FN_LIMIT, px->maxconn);
3898 stats[ST_F_STOT] = mkf_u64(FN_COUNTER, px->fe_counters.cum_sess);
3899 stats[ST_F_BIN] = mkf_u64(FN_COUNTER, px->fe_counters.bytes_in);
3900 stats[ST_F_BOUT] = mkf_u64(FN_COUNTER, px->fe_counters.bytes_out);
3901 stats[ST_F_DREQ] = mkf_u64(FN_COUNTER, px->fe_counters.denied_req);
3902 stats[ST_F_DRESP] = mkf_u64(FN_COUNTER, px->fe_counters.denied_resp);
3903 stats[ST_F_EREQ] = mkf_u64(FN_COUNTER, px->fe_counters.failed_req);
3904 stats[ST_F_STATUS] = mkf_str(FO_STATUS, px->state == PR_STREADY ? "OPEN" : px->state == PR_STFULL ? "FULL" : "STOP");
3905 stats[ST_F_PID] = mkf_u32(FO_KEY, relative_pid);
3906 stats[ST_F_IID] = mkf_u32(FO_KEY|FS_SERVICE, px->uuid);
3907 stats[ST_F_SID] = mkf_u32(FO_KEY|FS_SERVICE, 0);
3908 stats[ST_F_TYPE] = mkf_u32(FO_CONFIG|FS_SERVICE, STATS_TYPE_FE);
3909 stats[ST_F_RATE] = mkf_u32(FN_RATE, read_freq_ctr(&px->fe_sess_per_sec));
3910 stats[ST_F_RATE_LIM] = mkf_u32(FO_CONFIG|FN_LIMIT, px->fe_sps_lim);
3911 stats[ST_F_RATE_MAX] = mkf_u32(FN_MAX, px->fe_counters.sps_max);
3912
3913 /* http response: 1xx, 2xx, 3xx, 4xx, 5xx, other */
3914 if (px->mode == PR_MODE_HTTP) {
3915 stats[ST_F_HRSP_1XX] = mkf_u64(FN_COUNTER, px->fe_counters.p.http.rsp[1]);
3916 stats[ST_F_HRSP_2XX] = mkf_u64(FN_COUNTER, px->fe_counters.p.http.rsp[2]);
3917 stats[ST_F_HRSP_3XX] = mkf_u64(FN_COUNTER, px->fe_counters.p.http.rsp[3]);
3918 stats[ST_F_HRSP_4XX] = mkf_u64(FN_COUNTER, px->fe_counters.p.http.rsp[4]);
3919 stats[ST_F_HRSP_5XX] = mkf_u64(FN_COUNTER, px->fe_counters.p.http.rsp[5]);
3920 stats[ST_F_HRSP_OTHER] = mkf_u64(FN_COUNTER, px->fe_counters.p.http.rsp[0]);
Willy Tarreau5b9bdff2016-01-11 14:40:47 +01003921 stats[ST_F_INTERCEPTED] = mkf_u64(FN_COUNTER, px->fe_counters.intercepted_req);
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003922 }
3923
3924 /* requests : req_rate, req_rate_max, req_tot, */
3925 stats[ST_F_REQ_RATE] = mkf_u32(FN_RATE, read_freq_ctr(&px->fe_req_per_sec));
3926 stats[ST_F_REQ_RATE_MAX] = mkf_u32(FN_MAX, px->fe_counters.p.http.rps_max);
3927 stats[ST_F_REQ_TOT] = mkf_u64(FN_COUNTER, px->fe_counters.p.http.cum_req);
3928
3929 /* compression: in, out, bypassed, responses */
3930 stats[ST_F_COMP_IN] = mkf_u64(FN_COUNTER, px->fe_counters.comp_in);
3931 stats[ST_F_COMP_OUT] = mkf_u64(FN_COUNTER, px->fe_counters.comp_out);
3932 stats[ST_F_COMP_BYP] = mkf_u64(FN_COUNTER, px->fe_counters.comp_byp);
3933 stats[ST_F_COMP_RSP] = mkf_u64(FN_COUNTER, px->fe_counters.p.http.comp_rsp);
3934
Willy Tarreauc73810f2016-01-11 13:52:04 +01003935 /* connections : conn_rate, conn_rate_max, conn_tot, conn_max */
3936 stats[ST_F_CONN_RATE] = mkf_u32(FN_RATE, read_freq_ctr(&px->fe_conn_per_sec));
3937 stats[ST_F_CONN_RATE_MAX] = mkf_u32(FN_MAX, px->fe_counters.cps_max);
3938 stats[ST_F_CONN_TOT] = mkf_u64(FN_COUNTER, px->fe_counters.cum_conn);
3939
Thierry Fournier23d2d642016-03-25 08:20:11 +01003940 return 1;
3941}
3942
3943/* Dumps a frontend's line to the trash for the current proxy <px> and uses
3944 * the state from stream interface <si>. The caller is responsible for clearing
3945 * the trash if needed. Returns non-zero if it emits anything, zero otherwise.
3946 */
3947static int stats_dump_fe_stats(struct stream_interface *si, struct proxy *px)
3948{
3949 struct appctx *appctx = __objt_appctx(si->end);
3950
3951 if (!(px->cap & PR_CAP_FE))
3952 return 0;
3953
3954 if ((appctx->ctx.stats.flags & STAT_BOUND) && !(appctx->ctx.stats.type & (1 << STATS_TYPE_FE)))
3955 return 0;
3956
3957 if (!stats_fill_fe_stats(px, stats, ST_F_TOTAL_FIELDS))
3958 return 0;
3959
Willy Tarreau501f6022016-01-08 17:37:22 +01003960 return stats_dump_one_line(stats, 0, px, appctx);
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003961}
3962
Thierry Fournierc4456852016-03-25 08:20:49 +01003963/* Fill <stats> with the listener statistics. <stats> is
3964 * preallocated array of length <len>. The length of the array
3965 * must be at least ST_F_TOTAL_FIELDS. If this length is less
3966 * then this value, the function returns 0, otherwise, it
3967 * returns 1. <flags> can take the value ST_SHLGNDS.
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003968 */
Thierry Fournierc4456852016-03-25 08:20:49 +01003969int stats_fill_li_stats(struct proxy *px, struct listener *l, int flags,
3970 struct field *stats, int len)
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003971{
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003972 struct chunk *out = get_trash_chunk();
3973
Thierry Fournierc4456852016-03-25 08:20:49 +01003974 if (len < ST_F_TOTAL_FIELDS)
3975 return 0;
3976
Thierry Fournierac9d4672016-03-25 08:43:46 +01003977 if (!l->counters)
3978 return 0;
3979
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003980 chunk_reset(out);
Thierry Fournierc4456852016-03-25 08:20:49 +01003981 memset(stats, 0, sizeof(*stats) * len);
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003982
3983 stats[ST_F_PXNAME] = mkf_str(FO_KEY|FN_NAME|FS_SERVICE, px->id);
3984 stats[ST_F_SVNAME] = mkf_str(FO_KEY|FN_NAME|FS_SERVICE, l->name);
Willy Tarreauf8211df2016-01-11 14:09:38 +01003985 stats[ST_F_MODE] = mkf_str(FO_CONFIG|FS_SERVICE, proxy_mode_str(px->mode));
Willy Tarreau362eaeb2016-01-08 17:23:28 +01003986 stats[ST_F_SCUR] = mkf_u32(0, l->nbconn);
3987 stats[ST_F_SMAX] = mkf_u32(FN_MAX, l->counters->conn_max);
3988 stats[ST_F_SLIM] = mkf_u32(FO_CONFIG|FN_LIMIT, l->maxconn);
3989 stats[ST_F_STOT] = mkf_u64(FN_COUNTER, l->counters->cum_conn);
3990 stats[ST_F_BIN] = mkf_u64(FN_COUNTER, l->counters->bytes_in);
3991 stats[ST_F_BOUT] = mkf_u64(FN_COUNTER, l->counters->bytes_out);
3992 stats[ST_F_DREQ] = mkf_u64(FN_COUNTER, l->counters->denied_req);
3993 stats[ST_F_DRESP] = mkf_u64(FN_COUNTER, l->counters->denied_resp);
3994 stats[ST_F_EREQ] = mkf_u64(FN_COUNTER, l->counters->failed_req);
3995 stats[ST_F_STATUS] = mkf_str(FO_STATUS, (l->nbconn < l->maxconn) ? (l->state == LI_LIMITED) ? "WAITING" : "OPEN" : "FULL");
3996 stats[ST_F_PID] = mkf_u32(FO_KEY, relative_pid);
3997 stats[ST_F_IID] = mkf_u32(FO_KEY|FS_SERVICE, px->uuid);
3998 stats[ST_F_SID] = mkf_u32(FO_KEY|FS_SERVICE, l->luid);
3999 stats[ST_F_TYPE] = mkf_u32(FO_CONFIG|FS_SERVICE, STATS_TYPE_SO);
4000
4001 if (flags & ST_SHLGNDS) {
4002 char str[INET6_ADDRSTRLEN];
4003 int port;
4004
4005 port = get_host_port(&l->addr);
4006 switch (addr_to_str(&l->addr, str, sizeof(str))) {
4007 case AF_INET:
4008 stats[ST_F_ADDR] = mkf_str(FO_CONFIG|FS_SERVICE, chunk_newstr(out));
4009 chunk_appendf(out, "%s:%d", str, port);
4010 break;
4011 case AF_INET6:
4012 stats[ST_F_ADDR] = mkf_str(FO_CONFIG|FS_SERVICE, chunk_newstr(out));
4013 chunk_appendf(out, "[%s]:%d", str, port);
4014 break;
4015 case AF_UNIX:
4016 stats[ST_F_ADDR] = mkf_str(FO_CONFIG|FS_SERVICE, "unix");
4017 break;
4018 case -1:
4019 stats[ST_F_ADDR] = mkf_str(FO_CONFIG|FS_SERVICE, chunk_newstr(out));
4020 chunk_strcat(out, strerror(errno));
4021 break;
4022 default: /* address family not supported */
4023 break;
4024 }
4025 }
4026
Thierry Fournierc4456852016-03-25 08:20:49 +01004027 return 1;
4028}
4029
4030/* Dumps a line for listener <l> and proxy <px> to the trash and uses the state
4031 * from stream interface <si>, and stats flags <flags>. The caller is responsible
4032 * for clearing the trash if needed. Returns non-zero if it emits anything, zero
4033 * otherwise.
4034 */
4035static int stats_dump_li_stats(struct stream_interface *si, struct proxy *px, struct listener *l, int flags)
4036{
4037 struct appctx *appctx = __objt_appctx(si->end);
4038
4039 if (!stats_fill_li_stats(px, l, flags, stats, ST_F_TOTAL_FIELDS))
4040 return 0;
4041
Willy Tarreau501f6022016-01-08 17:37:22 +01004042 return stats_dump_one_line(stats, flags, px, appctx);
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004043}
4044
4045enum srv_stats_state {
4046 SRV_STATS_STATE_DOWN = 0,
4047 SRV_STATS_STATE_DOWN_AGENT,
4048 SRV_STATS_STATE_GOING_UP,
4049 SRV_STATS_STATE_UP_GOING_DOWN,
4050 SRV_STATS_STATE_UP,
4051 SRV_STATS_STATE_NOLB_GOING_DOWN,
Simon Horman4d2eab62015-04-23 14:51:26 +09004052 SRV_STATS_STATE_NOLB,
4053 SRV_STATS_STATE_DRAIN_GOING_DOWN,
4054 SRV_STATS_STATE_DRAIN,
Simon Hormanb167b6b2015-04-23 14:51:29 +09004055 SRV_STATS_STATE_DRAIN_AGENT,
Simon Horman4d2eab62015-04-23 14:51:26 +09004056 SRV_STATS_STATE_NO_CHECK,
4057
4058 SRV_STATS_STATE_COUNT, /* Must be last */
4059};
4060
Willy Tarreau2b96cf12016-01-06 19:25:38 +01004061static const char *srv_hlt_st[SRV_STATS_STATE_COUNT] = {
4062 [SRV_STATS_STATE_DOWN] = "DOWN",
4063 [SRV_STATS_STATE_DOWN_AGENT] = "DOWN (agent)",
4064 [SRV_STATS_STATE_GOING_UP] = "DOWN %d/%d",
4065 [SRV_STATS_STATE_UP_GOING_DOWN] = "UP %d/%d",
4066 [SRV_STATS_STATE_UP] = "UP",
4067 [SRV_STATS_STATE_NOLB_GOING_DOWN] = "NOLB %d/%d",
4068 [SRV_STATS_STATE_NOLB] = "NOLB",
4069 [SRV_STATS_STATE_DRAIN_GOING_DOWN] = "DRAIN %d/%d",
4070 [SRV_STATS_STATE_DRAIN] = "DRAIN",
4071 [SRV_STATS_STATE_DRAIN_AGENT] = "DRAIN (agent)",
4072 [SRV_STATS_STATE_NO_CHECK] = "no check"
4073};
4074
Thierry Fournier61fe6c02016-03-25 08:21:21 +01004075/* Fill <stats> with the server statistics. <stats> is
4076 * preallocated array of length <len>. The length of the array
4077 * must be at least ST_F_TOTAL_FIELDS. If this length is less
4078 * then this value, the function returns 0, otherwise, it
4079 * returns 1. <flags> can take the value ST_SHLGNDS.
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004080 */
Thierry Fournier61fe6c02016-03-25 08:21:21 +01004081int stats_fill_sv_stats(struct proxy *px, struct server *sv, int flags,
4082 struct field *stats, int len)
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004083{
Willy Tarreau32091232014-05-16 13:52:00 +02004084 struct server *via, *ref;
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004085 char str[INET6_ADDRSTRLEN];
Willy Tarreau2b96cf12016-01-06 19:25:38 +01004086 struct chunk *out = get_trash_chunk();
Willy Tarreauba2f2642016-01-07 09:54:40 +01004087 enum srv_stats_state state;
Willy Tarreau2b96cf12016-01-06 19:25:38 +01004088 char *fld_status;
Thierry Fournier61fe6c02016-03-25 08:21:21 +01004089
4090 if (len < ST_F_TOTAL_FIELDS)
4091 return 0;
4092
4093 memset(stats, 0, sizeof(*stats) * len);
4094
Willy Tarreau32091232014-05-16 13:52:00 +02004095 /* we have "via" which is the tracked server as described in the configuration,
4096 * and "ref" which is the checked server and the end of the chain.
4097 */
4098 via = sv->track ? sv->track : sv;
4099 ref = via;
4100 while (ref->track)
4101 ref = ref->track;
4102
Willy Tarreauba2f2642016-01-07 09:54:40 +01004103 if (sv->state == SRV_ST_RUNNING || sv->state == SRV_ST_STARTING) {
4104 if ((ref->check.state & CHK_ST_ENABLED) &&
4105 (ref->check.health < ref->check.rise + ref->check.fall - 1)) {
4106 state = SRV_STATS_STATE_UP_GOING_DOWN;
Willy Tarreauba2f2642016-01-07 09:54:40 +01004107 } else {
4108 state = SRV_STATS_STATE_UP;
Willy Tarreauba2f2642016-01-07 09:54:40 +01004109 }
4110
Willy Tarreauba2f2642016-01-07 09:54:40 +01004111 if (sv->admin & SRV_ADMF_DRAIN) {
4112 if (ref->agent.state & CHK_ST_ENABLED)
4113 state = SRV_STATS_STATE_DRAIN_AGENT;
4114 else if (state == SRV_STATS_STATE_UP_GOING_DOWN)
4115 state = SRV_STATS_STATE_DRAIN_GOING_DOWN;
4116 else
4117 state = SRV_STATS_STATE_DRAIN;
4118 }
4119
4120 if (state == SRV_STATS_STATE_UP && !(ref->check.state & CHK_ST_ENABLED)) {
4121 state = SRV_STATS_STATE_NO_CHECK;
Willy Tarreauba2f2642016-01-07 09:54:40 +01004122 }
4123 }
4124 else if (sv->state == SRV_ST_STOPPING) {
4125 if ((!(sv->check.state & CHK_ST_ENABLED) && !sv->track) ||
4126 (ref->check.health == ref->check.rise + ref->check.fall - 1)) {
4127 state = SRV_STATS_STATE_NOLB;
Willy Tarreauba2f2642016-01-07 09:54:40 +01004128 } else {
4129 state = SRV_STATS_STATE_NOLB_GOING_DOWN;
Willy Tarreauba2f2642016-01-07 09:54:40 +01004130 }
4131 }
4132 else { /* stopped */
4133 if ((ref->agent.state & CHK_ST_ENABLED) && !ref->agent.health) {
4134 state = SRV_STATS_STATE_DOWN_AGENT;
Willy Tarreauba2f2642016-01-07 09:54:40 +01004135 } else if ((ref->check.state & CHK_ST_ENABLED) && !ref->check.health) {
4136 state = SRV_STATS_STATE_DOWN; /* DOWN */
Willy Tarreauba2f2642016-01-07 09:54:40 +01004137 } else if ((ref->agent.state & CHK_ST_ENABLED) || (ref->check.state & CHK_ST_ENABLED)) {
4138 state = SRV_STATS_STATE_GOING_UP;
Willy Tarreauba2f2642016-01-07 09:54:40 +01004139 } else {
4140 state = SRV_STATS_STATE_DOWN; /* DOWN, unchecked */
Willy Tarreauba2f2642016-01-07 09:54:40 +01004141 }
4142 }
4143
Willy Tarreau2b96cf12016-01-06 19:25:38 +01004144 chunk_reset(out);
Willy Tarreau2b96cf12016-01-06 19:25:38 +01004145
4146 stats[ST_F_PXNAME] = mkf_str(FO_KEY|FN_NAME|FS_SERVICE, px->id);
4147 stats[ST_F_SVNAME] = mkf_str(FO_KEY|FN_NAME|FS_SERVICE, sv->id);
Willy Tarreauf8211df2016-01-11 14:09:38 +01004148 stats[ST_F_MODE] = mkf_str(FO_CONFIG|FS_SERVICE, proxy_mode_str(px->mode));
Willy Tarreau2b96cf12016-01-06 19:25:38 +01004149 stats[ST_F_QCUR] = mkf_u32(0, sv->nbpend);
4150 stats[ST_F_QMAX] = mkf_u32(FN_MAX, sv->counters.nbpend_max);
4151 stats[ST_F_SCUR] = mkf_u32(0, sv->cur_sess);
4152 stats[ST_F_SMAX] = mkf_u32(FN_MAX, sv->counters.cur_sess_max);
4153
4154 if (sv->maxconn)
4155 stats[ST_F_SLIM] = mkf_u32(FO_CONFIG|FN_LIMIT, sv->maxconn);
4156
4157 stats[ST_F_STOT] = mkf_u64(FN_COUNTER, sv->counters.cum_sess);
4158 stats[ST_F_BIN] = mkf_u64(FN_COUNTER, sv->counters.bytes_in);
4159 stats[ST_F_BOUT] = mkf_u64(FN_COUNTER, sv->counters.bytes_out);
4160 stats[ST_F_DRESP] = mkf_u64(FN_COUNTER, sv->counters.failed_secu);
4161 stats[ST_F_ECON] = mkf_u64(FN_COUNTER, sv->counters.failed_conns);
4162 stats[ST_F_ERESP] = mkf_u64(FN_COUNTER, sv->counters.failed_resp);
4163 stats[ST_F_WRETR] = mkf_u64(FN_COUNTER, sv->counters.retries);
4164 stats[ST_F_WREDIS] = mkf_u64(FN_COUNTER, sv->counters.redispatches);
4165
4166 /* status */
4167 fld_status = chunk_newstr(out);
4168 if (sv->admin & SRV_ADMF_IMAINT)
4169 chunk_appendf(out, "MAINT (via %s/%s)", via->proxy->id, via->id);
4170 else if (sv->admin & SRV_ADMF_MAINT)
4171 chunk_appendf(out, "MAINT");
4172 else
4173 chunk_appendf(out,
4174 srv_hlt_st[state],
4175 (ref->state != SRV_ST_STOPPED) ? (ref->check.health - ref->check.rise + 1) : (ref->check.health),
4176 (ref->state != SRV_ST_STOPPED) ? (ref->check.fall) : (ref->check.rise));
4177
4178 stats[ST_F_STATUS] = mkf_str(FO_STATUS, fld_status);
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004179 stats[ST_F_LASTCHG] = mkf_u32(FN_AGE, now.tv_sec - sv->last_change);
4180 stats[ST_F_WEIGHT] = mkf_u32(FN_AVG, (sv->eweight * px->lbprm.wmult + px->lbprm.wdiv - 1) / px->lbprm.wdiv);
4181 stats[ST_F_ACT] = mkf_u32(FO_STATUS, (sv->flags & SRV_F_BACKUP) ? 0 : 1);
4182 stats[ST_F_BCK] = mkf_u32(FO_STATUS, (sv->flags & SRV_F_BACKUP) ? 1 : 0);
Willy Tarreau91861262007-10-17 17:06:05 +02004183
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004184 /* check failures: unique, fatal; last change, total downtime */
4185 if (sv->check.state & CHK_ST_ENABLED) {
4186 stats[ST_F_CHKFAIL] = mkf_u64(FN_COUNTER, sv->counters.failed_checks);
4187 stats[ST_F_CHKDOWN] = mkf_u64(FN_COUNTER, sv->counters.down_trans);
4188 stats[ST_F_DOWNTIME] = mkf_u32(FN_COUNTER, srv_downtime(sv));
4189 }
Willy Tarreau164d4a92016-01-06 19:48:21 +01004190
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004191 if (sv->maxqueue)
4192 stats[ST_F_QLIMIT] = mkf_u32(FO_CONFIG|FS_SERVICE, sv->maxqueue);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004193
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004194 stats[ST_F_PID] = mkf_u32(FO_KEY, relative_pid);
4195 stats[ST_F_IID] = mkf_u32(FO_KEY|FS_SERVICE, px->uuid);
4196 stats[ST_F_SID] = mkf_u32(FO_KEY|FS_SERVICE, sv->puid);
Willy Tarreau91861262007-10-17 17:06:05 +02004197
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004198 if (sv->state == SRV_ST_STARTING && !server_is_draining(sv))
4199 stats[ST_F_THROTTLE] = mkf_u32(FN_AVG, server_throttle_rate(sv));
Willy Tarreauf5b1cc32014-06-17 12:20:59 +02004200
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004201 stats[ST_F_LBTOT] = mkf_u64(FN_COUNTER, sv->counters.cum_lbconn);
Willy Tarreau91861262007-10-17 17:06:05 +02004202
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004203 if (sv->track) {
4204 char *fld_track = chunk_newstr(out);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004205
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004206 chunk_appendf(out, "%s/%s", sv->track->proxy->id, sv->track->id);
4207 stats[ST_F_TRACKED] = mkf_str(FO_CONFIG|FN_NAME|FS_SERVICE, fld_track);
4208 }
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004209
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004210 stats[ST_F_TYPE] = mkf_u32(FO_CONFIG|FS_SERVICE, STATS_TYPE_SV);
4211 stats[ST_F_RATE] = mkf_u32(FN_RATE, read_freq_ctr(&sv->sess_per_sec));
4212 stats[ST_F_RATE_MAX] = mkf_u32(FN_MAX, sv->counters.sps_max);
Willy Tarreau164d4a92016-01-06 19:48:21 +01004213
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004214 if ((sv->check.state & (CHK_ST_ENABLED|CHK_ST_PAUSED)) == CHK_ST_ENABLED) {
4215 const char *fld_chksts;
Willy Tarreau164d4a92016-01-06 19:48:21 +01004216
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004217 fld_chksts = chunk_newstr(out);
4218 chunk_strcat(out, "* "); // for check in progress
4219 chunk_strcat(out, get_check_status_info(sv->check.status));
4220 if (!(sv->check.state & CHK_ST_INPROGRESS))
4221 fld_chksts += 2; // skip "* "
4222 stats[ST_F_CHECK_STATUS] = mkf_str(FN_OUTPUT, fld_chksts);
Willy Tarreau91861262007-10-17 17:06:05 +02004223
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004224 if (sv->check.status >= HCHK_STATUS_L57DATA)
4225 stats[ST_F_CHECK_CODE] = mkf_u32(FN_OUTPUT, sv->check.code);
Willy Tarreaucf2924b2014-05-23 12:15:15 +02004226
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004227 if (sv->check.status >= HCHK_STATUS_CHECKED)
4228 stats[ST_F_CHECK_DURATION] = mkf_u64(FN_DURATION, sv->check.duration);
Willy Tarreaucf2924b2014-05-23 12:15:15 +02004229
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004230 stats[ST_F_CHECK_DESC] = mkf_str(FN_OUTPUT, get_check_status_description(sv->check.status));
4231 stats[ST_F_LAST_CHK] = mkf_str(FN_OUTPUT, sv->check.desc);
4232 stats[ST_F_CHECK_RISE] = mkf_u32(FO_CONFIG|FS_SERVICE, ref->check.rise);
4233 stats[ST_F_CHECK_FALL] = mkf_u32(FO_CONFIG|FS_SERVICE, ref->check.fall);
4234 stats[ST_F_CHECK_HEALTH] = mkf_u32(FO_CONFIG|FS_SERVICE, ref->check.health);
4235 }
Willy Tarreaucf2924b2014-05-23 12:15:15 +02004236
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004237 if ((sv->agent.state & (CHK_ST_ENABLED|CHK_ST_PAUSED)) == CHK_ST_ENABLED) {
4238 const char *fld_chksts;
Willy Tarreaudd7354b2016-01-08 13:47:26 +01004239
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004240 fld_chksts = chunk_newstr(out);
4241 chunk_strcat(out, "* "); // for check in progress
4242 chunk_strcat(out, get_check_status_info(sv->agent.status));
4243 if (!(sv->agent.state & CHK_ST_INPROGRESS))
4244 fld_chksts += 2; // skip "* "
4245 stats[ST_F_AGENT_STATUS] = mkf_str(FN_OUTPUT, fld_chksts);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004246
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004247 if (sv->agent.status >= HCHK_STATUS_L57DATA)
4248 stats[ST_F_AGENT_CODE] = mkf_u32(FN_OUTPUT, sv->agent.code);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004249
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004250 if (sv->agent.status >= HCHK_STATUS_CHECKED)
4251 stats[ST_F_AGENT_DURATION] = mkf_u64(FN_DURATION, sv->agent.duration);
Willy Tarreaue7dbfc62012-12-23 01:59:23 +01004252
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004253 stats[ST_F_AGENT_DESC] = mkf_str(FN_OUTPUT, get_check_status_description(sv->agent.status));
4254 stats[ST_F_LAST_AGT] = mkf_str(FN_OUTPUT, sv->agent.desc);
4255 stats[ST_F_AGENT_RISE] = mkf_u32(FO_CONFIG|FS_SERVICE, sv->agent.rise);
4256 stats[ST_F_AGENT_FALL] = mkf_u32(FO_CONFIG|FS_SERVICE, sv->agent.fall);
4257 stats[ST_F_AGENT_HEALTH] = mkf_u32(FO_CONFIG|FS_SERVICE, sv->agent.health);
4258 }
Willy Tarreaudd7354b2016-01-08 13:47:26 +01004259
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004260 /* http response: 1xx, 2xx, 3xx, 4xx, 5xx, other */
4261 if (px->mode == PR_MODE_HTTP) {
4262 stats[ST_F_HRSP_1XX] = mkf_u64(FN_COUNTER, sv->counters.p.http.rsp[1]);
4263 stats[ST_F_HRSP_2XX] = mkf_u64(FN_COUNTER, sv->counters.p.http.rsp[2]);
4264 stats[ST_F_HRSP_3XX] = mkf_u64(FN_COUNTER, sv->counters.p.http.rsp[3]);
4265 stats[ST_F_HRSP_4XX] = mkf_u64(FN_COUNTER, sv->counters.p.http.rsp[4]);
4266 stats[ST_F_HRSP_5XX] = mkf_u64(FN_COUNTER, sv->counters.p.http.rsp[5]);
4267 stats[ST_F_HRSP_OTHER] = mkf_u64(FN_COUNTER, sv->counters.p.http.rsp[0]);
4268 }
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004269
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004270 if (ref->observe)
4271 stats[ST_F_HANAFAIL] = mkf_u64(FN_COUNTER, sv->counters.failed_hana);
Willy Tarreau164d4a92016-01-06 19:48:21 +01004272
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004273 stats[ST_F_CLI_ABRT] = mkf_u64(FN_COUNTER, sv->counters.cli_aborts);
4274 stats[ST_F_SRV_ABRT] = mkf_u64(FN_COUNTER, sv->counters.srv_aborts);
4275 stats[ST_F_LASTSESS] = mkf_s32(FN_AGE, srv_lastsession(sv));
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004276
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004277 stats[ST_F_QTIME] = mkf_u32(FN_AVG, swrate_avg(sv->counters.q_time, TIME_STATS_SAMPLES));
4278 stats[ST_F_CTIME] = mkf_u32(FN_AVG, swrate_avg(sv->counters.c_time, TIME_STATS_SAMPLES));
4279 stats[ST_F_RTIME] = mkf_u32(FN_AVG, swrate_avg(sv->counters.d_time, TIME_STATS_SAMPLES));
4280 stats[ST_F_TTIME] = mkf_u32(FN_AVG, swrate_avg(sv->counters.t_time, TIME_STATS_SAMPLES));
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004281
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004282 if (flags & ST_SHLGNDS) {
4283 switch (addr_to_str(&sv->addr, str, sizeof(str))) {
4284 case AF_INET:
4285 stats[ST_F_ADDR] = mkf_str(FO_CONFIG|FS_SERVICE, chunk_newstr(out));
4286 chunk_appendf(out, "%s:%d", str, get_host_port(&sv->addr));
4287 break;
4288 case AF_INET6:
4289 stats[ST_F_ADDR] = mkf_str(FO_CONFIG|FS_SERVICE, chunk_newstr(out));
4290 chunk_appendf(out, "[%s]:%d", str, get_host_port(&sv->addr));
4291 break;
4292 case AF_UNIX:
4293 stats[ST_F_ADDR] = mkf_str(FO_CONFIG|FS_SERVICE, "unix");
4294 break;
4295 case -1:
4296 stats[ST_F_ADDR] = mkf_str(FO_CONFIG|FS_SERVICE, chunk_newstr(out));
4297 chunk_strcat(out, strerror(errno));
4298 break;
4299 default: /* address family not supported */
4300 break;
Willy Tarreauf4659942013-11-28 10:50:06 +01004301 }
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004302
Willy Tarreau362eaeb2016-01-08 17:23:28 +01004303 if (sv->cookie)
4304 stats[ST_F_COOKIE] = mkf_str(FO_CONFIG|FN_NAME|FS_SERVICE, sv->cookie);
4305 }
4306
Thierry Fournier61fe6c02016-03-25 08:21:21 +01004307 return 1;
4308}
4309
4310/* Dumps a line for server <sv> and proxy <px> to the trash and uses the state
4311 * from stream interface <si>, stats flags <flags>, and server state <state>.
4312 * The caller is responsible for clearing the trash if needed. Returns non-zero
4313 * if it emits anything, zero otherwise.
4314 */
4315static int stats_dump_sv_stats(struct stream_interface *si, struct proxy *px, int flags, struct server *sv)
4316{
4317 struct appctx *appctx = __objt_appctx(si->end);
4318
4319 if (!stats_fill_sv_stats(px, sv, flags, stats, ST_F_TOTAL_FIELDS))
4320 return 0;
4321
Willy Tarreau501f6022016-01-08 17:37:22 +01004322 return stats_dump_one_line(stats, flags, px, appctx);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004323}
4324
Thierry Fournierd0a56c22016-03-25 08:21:51 +01004325/* Fill <stats> with the backend statistics. <stats> is
4326 * preallocated array of length <len>. The length of the array
4327 * must be at least ST_F_TOTAL_FIELDS. If this length is less
4328 * then this value, the function returns 0, otherwise, it
4329 * returns 1. <flags> can take the value ST_SHLGNDS.
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004330 */
Thierry Fournierd0a56c22016-03-25 08:21:51 +01004331int stats_fill_be_stats(struct proxy *px, int flags, struct field *stats, int len)
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004332{
Thierry Fournierd0a56c22016-03-25 08:21:51 +01004333 if (len < ST_F_TOTAL_FIELDS)
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004334 return 0;
4335
Thierry Fournierd0a56c22016-03-25 08:21:51 +01004336 memset(stats, 0, sizeof(*stats) * len);
Willy Tarreauf6eecbe2016-01-06 16:14:50 +01004337
4338 stats[ST_F_PXNAME] = mkf_str(FO_KEY|FN_NAME|FS_SERVICE, px->id);
4339 stats[ST_F_SVNAME] = mkf_str(FO_KEY|FN_NAME|FS_SERVICE, "BACKEND");
Willy Tarreauf8211df2016-01-11 14:09:38 +01004340 stats[ST_F_MODE] = mkf_str(FO_CONFIG|FS_SERVICE, proxy_mode_str(px->mode));
Willy Tarreauf6eecbe2016-01-06 16:14:50 +01004341 stats[ST_F_QCUR] = mkf_u32(0, px->nbpend);
4342 stats[ST_F_QMAX] = mkf_u32(FN_MAX, px->be_counters.nbpend_max);
4343 stats[ST_F_SCUR] = mkf_u32(FO_CONFIG|FN_LIMIT, px->beconn);
4344 stats[ST_F_SMAX] = mkf_u32(FN_MAX, px->be_counters.conn_max);
4345 stats[ST_F_SLIM] = mkf_u32(FO_CONFIG|FN_LIMIT, px->fullconn);
4346 stats[ST_F_STOT] = mkf_u64(FN_COUNTER, px->be_counters.cum_conn);
4347 stats[ST_F_BIN] = mkf_u64(FN_COUNTER, px->be_counters.bytes_in);
4348 stats[ST_F_BOUT] = mkf_u64(FN_COUNTER, px->be_counters.bytes_out);
4349 stats[ST_F_DREQ] = mkf_u64(FN_COUNTER, px->be_counters.denied_req);
4350 stats[ST_F_DRESP] = mkf_u64(FN_COUNTER, px->be_counters.denied_resp);
4351 stats[ST_F_ECON] = mkf_u64(FN_COUNTER, px->be_counters.failed_conns);
4352 stats[ST_F_ERESP] = mkf_u64(FN_COUNTER, px->be_counters.failed_resp);
4353 stats[ST_F_WRETR] = mkf_u64(FN_COUNTER, px->be_counters.retries);
4354 stats[ST_F_WREDIS] = mkf_u64(FN_COUNTER, px->be_counters.redispatches);
4355 stats[ST_F_STATUS] = mkf_str(FO_STATUS, (px->lbprm.tot_weight > 0 || !px->srv) ? "UP" : "DOWN");
4356 stats[ST_F_WEIGHT] = mkf_u32(FN_AVG, (px->lbprm.tot_weight * px->lbprm.wmult + px->lbprm.wdiv - 1) / px->lbprm.wdiv);
4357 stats[ST_F_ACT] = mkf_u32(0, px->srv_act);
4358 stats[ST_F_BCK] = mkf_u32(0, px->srv_bck);
4359 stats[ST_F_CHKDOWN] = mkf_u64(FN_COUNTER, px->down_trans);
4360 stats[ST_F_LASTCHG] = mkf_u32(FN_AGE, now.tv_sec - px->last_change);
Willy Tarreau7344f472016-01-11 12:04:02 +01004361 if (px->srv)
4362 stats[ST_F_DOWNTIME] = mkf_u32(FN_COUNTER, be_downtime(px));
4363
Willy Tarreauf6eecbe2016-01-06 16:14:50 +01004364 stats[ST_F_PID] = mkf_u32(FO_KEY, relative_pid);
4365 stats[ST_F_IID] = mkf_u32(FO_KEY|FS_SERVICE, px->uuid);
4366 stats[ST_F_SID] = mkf_u32(FO_KEY|FS_SERVICE, 0);
4367 stats[ST_F_LBTOT] = mkf_u64(FN_COUNTER, px->be_counters.cum_lbconn);
4368 stats[ST_F_TYPE] = mkf_u32(FO_CONFIG|FS_SERVICE, STATS_TYPE_BE);
4369 stats[ST_F_RATE] = mkf_u32(0, read_freq_ctr(&px->be_sess_per_sec));
4370 stats[ST_F_RATE_MAX] = mkf_u32(0, px->be_counters.sps_max);
Willy Tarreauf1516d92016-01-11 14:48:36 +01004371
Willy Tarreaue4847c62016-01-08 15:43:54 +01004372 if (flags & ST_SHLGNDS) {
4373 if (px->cookie_name)
4374 stats[ST_F_COOKIE] = mkf_str(FO_CONFIG|FN_NAME|FS_SERVICE, px->cookie_name);
Willy Tarreauf1516d92016-01-11 14:48:36 +01004375 stats[ST_F_ALGO] = mkf_str(FO_CONFIG|FS_SERVICE, backend_lb_algo_str(px->lbprm.algo & BE_LB_ALGO));
Willy Tarreaue4847c62016-01-08 15:43:54 +01004376 }
Willy Tarreauf6eecbe2016-01-06 16:14:50 +01004377
4378 /* http response: 1xx, 2xx, 3xx, 4xx, 5xx, other */
4379 if (px->mode == PR_MODE_HTTP) {
4380 stats[ST_F_REQ_TOT] = mkf_u64(FN_COUNTER, px->be_counters.p.http.cum_req);
4381 stats[ST_F_HRSP_1XX] = mkf_u64(FN_COUNTER, px->be_counters.p.http.rsp[1]);
4382 stats[ST_F_HRSP_2XX] = mkf_u64(FN_COUNTER, px->be_counters.p.http.rsp[2]);
4383 stats[ST_F_HRSP_3XX] = mkf_u64(FN_COUNTER, px->be_counters.p.http.rsp[3]);
4384 stats[ST_F_HRSP_4XX] = mkf_u64(FN_COUNTER, px->be_counters.p.http.rsp[4]);
4385 stats[ST_F_HRSP_5XX] = mkf_u64(FN_COUNTER, px->be_counters.p.http.rsp[5]);
4386 stats[ST_F_HRSP_OTHER] = mkf_u64(FN_COUNTER, px->be_counters.p.http.rsp[0]);
Willy Tarreau5b9bdff2016-01-11 14:40:47 +01004387 stats[ST_F_INTERCEPTED] = mkf_u64(FN_COUNTER, px->be_counters.intercepted_req);
Willy Tarreauf6eecbe2016-01-06 16:14:50 +01004388 }
4389
4390 stats[ST_F_CLI_ABRT] = mkf_u64(FN_COUNTER, px->be_counters.cli_aborts);
4391 stats[ST_F_SRV_ABRT] = mkf_u64(FN_COUNTER, px->be_counters.srv_aborts);
4392
4393 /* compression: in, out, bypassed, responses */
4394 stats[ST_F_COMP_IN] = mkf_u64(FN_COUNTER, px->be_counters.comp_in);
4395 stats[ST_F_COMP_OUT] = mkf_u64(FN_COUNTER, px->be_counters.comp_out);
4396 stats[ST_F_COMP_BYP] = mkf_u64(FN_COUNTER, px->be_counters.comp_byp);
4397 stats[ST_F_COMP_RSP] = mkf_u64(FN_COUNTER, px->be_counters.p.http.comp_rsp);
4398 stats[ST_F_LASTSESS] = mkf_s32(FN_AGE, be_lastsession(px));
4399
4400 stats[ST_F_QTIME] = mkf_u32(FN_AVG, swrate_avg(px->be_counters.q_time, TIME_STATS_SAMPLES));
4401 stats[ST_F_CTIME] = mkf_u32(FN_AVG, swrate_avg(px->be_counters.c_time, TIME_STATS_SAMPLES));
4402 stats[ST_F_RTIME] = mkf_u32(FN_AVG, swrate_avg(px->be_counters.d_time, TIME_STATS_SAMPLES));
4403 stats[ST_F_TTIME] = mkf_u32(FN_AVG, swrate_avg(px->be_counters.t_time, TIME_STATS_SAMPLES));
4404
Thierry Fournierd0a56c22016-03-25 08:21:51 +01004405 return 1;
4406}
4407
4408/* Dumps a line for backend <px> to the trash for and uses the state from stream
4409 * interface <si> and stats flags <flags>. The caller is responsible for clearing
4410 * the trash if needed. Returns non-zero if it emits anything, zero otherwise.
4411 */
4412static int stats_dump_be_stats(struct stream_interface *si, struct proxy *px, int flags)
4413{
4414 struct appctx *appctx = __objt_appctx(si->end);
4415
4416 if (!(px->cap & PR_CAP_BE))
4417 return 0;
4418
4419 if ((appctx->ctx.stats.flags & STAT_BOUND) && !(appctx->ctx.stats.type & (1 << STATS_TYPE_BE)))
4420 return 0;
4421
4422 if (!stats_fill_be_stats(px, flags, stats, ST_F_TOTAL_FIELDS))
4423 return 0;
4424
Willy Tarreau501f6022016-01-08 17:37:22 +01004425 return stats_dump_one_line(stats, flags, px, appctx);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004426}
4427
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004428/* Dumps the HTML table header for proxy <px> to the trash for and uses the state from
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004429 * stream interface <si> and per-uri parameters <uri>. The caller is responsible
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004430 * for clearing the trash if needed.
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004431 */
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004432static void stats_dump_html_px_hdr(struct stream_interface *si, struct proxy *px, struct uri_auth *uri)
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004433{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004434 struct appctx *appctx = __objt_appctx(si->end);
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004435 char scope_txt[STAT_SCOPE_TXT_MAXLEN + sizeof STAT_SCOPE_PATTERN];
4436
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004437 if (px->cap & PR_CAP_BE && px->srv && (appctx->ctx.stats.flags & STAT_ADMIN)) {
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004438 /* A form to enable/disable this proxy servers */
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004439
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004440 /* 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 +02004441 scope_txt[0] = 0;
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004442 if (appctx->ctx.stats.scope_len) {
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004443 strcpy(scope_txt, STAT_SCOPE_PATTERN);
Willy Tarreau4e4292b2014-11-28 12:18:45 +01004444 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 +01004445 scope_txt[strlen(STAT_SCOPE_PATTERN) + appctx->ctx.stats.scope_len] = 0;
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004446 }
4447
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004448 chunk_appendf(&trash,
Jeff Buchbinder2dbbf4d2014-08-29 15:10:08 -05004449 "<form method=\"post\">");
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004450 }
4451
4452 /* print a new table */
4453 chunk_appendf(&trash,
4454 "<table class=\"tbl\" width=\"100%%\">\n"
4455 "<tr class=\"titre\">"
Willy Tarreaue7dbfc62012-12-23 01:59:23 +01004456 "<th class=\"pxname\" width=\"10%%\">");
4457
4458 chunk_appendf(&trash,
4459 "<a name=\"%s\"></a>%s"
4460 "<a class=px href=\"#%s\">%s</a>",
4461 px->id,
4462 (uri->flags & ST_SHLGNDS) ? "<u>":"",
4463 px->id, px->id);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004464
4465 if (uri->flags & ST_SHLGNDS) {
4466 /* cap, mode, id */
Willy Tarreau656a9ce2013-04-19 14:41:29 +02004467 chunk_appendf(&trash, "<div class=tips>cap: %s, mode: %s, id: %d",
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004468 proxy_cap_str(px->cap), proxy_mode_str(px->mode),
4469 px->uuid);
Willy Tarreaue7dbfc62012-12-23 01:59:23 +01004470 chunk_appendf(&trash, "</div>");
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004471 }
4472
4473 chunk_appendf(&trash,
Willy Tarreaue7dbfc62012-12-23 01:59:23 +01004474 "%s</th>"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004475 "<th class=\"%s\" width=\"90%%\">%s</th>"
4476 "</tr>\n"
4477 "</table>\n"
4478 "<table class=\"tbl\" width=\"100%%\">\n"
4479 "<tr class=\"titre\">",
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004480 (uri->flags & ST_SHLGNDS) ? "</u>":"",
4481 px->desc ? "desc" : "empty", px->desc ? px->desc : "");
4482
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004483 if ((px->cap & PR_CAP_BE) && px->srv && (appctx->ctx.stats.flags & STAT_ADMIN)) {
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004484 /* Column heading for Enable or Disable server */
4485 chunk_appendf(&trash, "<th rowspan=2 width=1></th>");
Willy Tarreau91861262007-10-17 17:06:05 +02004486 }
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004487
4488 chunk_appendf(&trash,
4489 "<th rowspan=2></th>"
4490 "<th colspan=3>Queue</th>"
Bhaskar Maddalaa20cb852014-02-03 16:26:46 -05004491 "<th colspan=3>Session rate</th><th colspan=6>Sessions</th>"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004492 "<th colspan=2>Bytes</th><th colspan=2>Denied</th>"
4493 "<th colspan=3>Errors</th><th colspan=2>Warnings</th>"
4494 "<th colspan=9>Server</th>"
4495 "</tr>\n"
4496 "<tr class=\"titre\">"
4497 "<th>Cur</th><th>Max</th><th>Limit</th>"
4498 "<th>Cur</th><th>Max</th><th>Limit</th><th>Cur</th><th>Max</th>"
Bhaskar Maddalaa20cb852014-02-03 16:26:46 -05004499 "<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 +01004500 "<th>Req</th><th>Resp</th><th>Req</th><th>Conn</th>"
4501 "<th>Resp</th><th>Retr</th><th>Redis</th>"
4502 "<th>Status</th><th>LastChk</th><th>Wght</th><th>Act</th>"
4503 "<th>Bck</th><th>Chk</th><th>Dwn</th><th>Dwntme</th>"
4504 "<th>Thrtle</th>\n"
4505 "</tr>");
Willy Tarreau91861262007-10-17 17:06:05 +02004506}
4507
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004508/* Dumps the HTML table trailer for proxy <px> to the trash for and uses the state from
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004509 * stream interface <si>. The caller is responsible for clearing the trash if needed.
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004510 */
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004511static void stats_dump_html_px_end(struct stream_interface *si, struct proxy *px)
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004512{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004513 struct appctx *appctx = __objt_appctx(si->end);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004514 chunk_appendf(&trash, "</table>");
4515
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004516 if ((px->cap & PR_CAP_BE) && px->srv && (appctx->ctx.stats.flags & STAT_ADMIN)) {
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004517 /* close the form used to enable/disable this proxy servers */
4518 chunk_appendf(&trash,
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004519 "Choose the action to perform on the checked servers : "
4520 "<select name=action>"
4521 "<option value=\"\"></option>"
Willy Tarreaued7df902014-05-22 18:04:49 +02004522 "<option value=\"ready\">Set state to READY</option>"
4523 "<option value=\"drain\">Set state to DRAIN</option>"
Marco Corte8c27bca2014-07-02 17:49:34 +02004524 "<option value=\"maint\">Set state to MAINT</option>"
Willy Tarreau248a60e2014-05-23 14:59:48 +02004525 "<option value=\"dhlth\">Health: disable checks</option>"
4526 "<option value=\"ehlth\">Health: enable checks</option>"
4527 "<option value=\"hrunn\">Health: force UP</option>"
4528 "<option value=\"hnolb\">Health: force NOLB</option>"
4529 "<option value=\"hdown\">Health: force DOWN</option>"
4530 "<option value=\"dagent\">Agent: disable checks</option>"
4531 "<option value=\"eagent\">Agent: enable checks</option>"
4532 "<option value=\"arunn\">Agent: force UP</option>"
4533 "<option value=\"adown\">Agent: force DOWN</option>"
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004534 "<option value=\"shutdown\">Kill Sessions</option>"
4535 "</select>"
4536 "<input type=\"hidden\" name=\"b\" value=\"#%d\">"
4537 "&nbsp;<input type=\"submit\" value=\"Apply\">"
4538 "</form>",
4539 px->uuid);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004540 }
4541
4542 chunk_appendf(&trash, "<p>\n");
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004543}
Willy Tarreau91861262007-10-17 17:06:05 +02004544
4545/*
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004546 * Dumps statistics for a proxy. The output is sent to the stream interface's
4547 * input buffer. Returns 0 if it had to stop dumping data because of lack of
4548 * buffer space, or non-zero if everything completed. This function is used
4549 * both by the CLI and the HTTP entry points, and is able to dump the output
4550 * in HTML or CSV formats. If the later, <uri> must be NULL.
Willy Tarreau91861262007-10-17 17:06:05 +02004551 */
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004552static int stats_dump_proxy_to_buffer(struct stream_interface *si, struct proxy *px, struct uri_auth *uri)
Willy Tarreau91861262007-10-17 17:06:05 +02004553{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004554 struct appctx *appctx = __objt_appctx(si->end);
Willy Tarreau87b09662015-04-03 00:22:06 +02004555 struct stream *s = si_strm(si);
Willy Tarreau2bb4a962014-11-28 11:11:05 +01004556 struct channel *rep = si_ic(si);
Willy Tarreau44267702011-10-28 15:35:33 +02004557 struct server *sv, *svs; /* server and server-state, server-state=server or server->track */
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02004558 struct listener *l;
Willy Tarreau0deb85a2016-01-08 15:33:18 +01004559 unsigned int flags;
4560
4561 if (uri)
4562 flags = uri->flags;
4563 else if (strm_li(s)->bind_conf->level >= ACCESS_LVL_OPER)
4564 flags = ST_SHLGNDS | ST_SHNODE | ST_SHDESC;
4565 else
4566 flags = ST_SHNODE | ST_SHDESC;
Willy Tarreau91861262007-10-17 17:06:05 +02004567
Willy Tarreau19d14ef2012-10-29 16:51:55 +01004568 chunk_reset(&trash);
Willy Tarreau91861262007-10-17 17:06:05 +02004569
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004570 switch (appctx->ctx.stats.px_st) {
Willy Tarreau295a8372011-03-10 11:25:07 +01004571 case STAT_PX_ST_INIT:
Willy Tarreau91861262007-10-17 17:06:05 +02004572 /* we are on a new proxy */
Willy Tarreau91861262007-10-17 17:06:05 +02004573 if (uri && uri->scope) {
4574 /* we have a limited scope, we have to check the proxy name */
4575 struct stat_scope *scope;
4576 int len;
4577
4578 len = strlen(px->id);
4579 scope = uri->scope;
4580
4581 while (scope) {
4582 /* match exact proxy name */
4583 if (scope->px_len == len && !memcmp(px->id, scope->px_id, len))
4584 break;
4585
4586 /* match '.' which means 'self' proxy */
Willy Tarreau1388a3a2007-10-18 16:38:37 +02004587 if (!strcmp(scope->px_id, ".") && px == s->be)
Willy Tarreau91861262007-10-17 17:06:05 +02004588 break;
4589 scope = scope->next;
4590 }
4591
4592 /* proxy name not found : don't dump anything */
4593 if (scope == NULL)
4594 return 1;
4595 }
4596
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004597 /* if the user has requested a limited output and the proxy
4598 * name does not match, skip it.
4599 */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004600 if (appctx->ctx.stats.scope_len &&
Willy Tarreau4e4292b2014-11-28 12:18:45 +01004601 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 +02004602 return 1;
4603
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004604 if ((appctx->ctx.stats.flags & STAT_BOUND) &&
4605 (appctx->ctx.stats.iid != -1) &&
4606 (px->uuid != appctx->ctx.stats.iid))
Krzysztof Piotr Oledzki2c6962c2008-03-02 02:42:14 +01004607 return 1;
4608
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004609 appctx->ctx.stats.px_st = STAT_PX_ST_TH;
Willy Tarreau91861262007-10-17 17:06:05 +02004610 /* fall through */
4611
Willy Tarreau295a8372011-03-10 11:25:07 +01004612 case STAT_PX_ST_TH:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004613 if (appctx->ctx.stats.flags & STAT_FMT_HTML) {
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004614 stats_dump_html_px_hdr(si, px, uri);
Willy Tarreaubc18da12015-03-13 14:00:47 +01004615 if (bi_putchk(rep, &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02004616 si_applet_cant_put(si);
Willy Tarreau55bb8452007-10-17 18:44:57 +02004617 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01004618 }
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004619 }
Willy Tarreau91861262007-10-17 17:06:05 +02004620
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004621 appctx->ctx.stats.px_st = STAT_PX_ST_FE;
Willy Tarreau91861262007-10-17 17:06:05 +02004622 /* fall through */
4623
Willy Tarreau295a8372011-03-10 11:25:07 +01004624 case STAT_PX_ST_FE:
Willy Tarreau91861262007-10-17 17:06:05 +02004625 /* print the frontend */
Willy Tarreaubc18da12015-03-13 14:00:47 +01004626 if (stats_dump_fe_stats(si, px)) {
4627 if (bi_putchk(rep, &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02004628 si_applet_cant_put(si);
Willy Tarreau91861262007-10-17 17:06:05 +02004629 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01004630 }
4631 }
Willy Tarreau91861262007-10-17 17:06:05 +02004632
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004633 appctx->ctx.stats.l = px->conf.listeners.n;
4634 appctx->ctx.stats.px_st = STAT_PX_ST_LI;
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02004635 /* fall through */
4636
Willy Tarreau295a8372011-03-10 11:25:07 +01004637 case STAT_PX_ST_LI:
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02004638 /* stats.l has been initialized above */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004639 for (; appctx->ctx.stats.l != &px->conf.listeners; appctx->ctx.stats.l = l->by_fe.n) {
Willy Tarreaud7ad9f52013-12-31 17:26:25 +01004640 if (buffer_almost_full(rep->buf)) {
Willy Tarreaufe127932015-04-21 19:23:39 +02004641 si_applet_cant_put(si);
Willy Tarreau4e33d862009-10-11 23:35:10 +02004642 return 0;
Willy Tarreaud7ad9f52013-12-31 17:26:25 +01004643 }
Willy Tarreau4e33d862009-10-11 23:35:10 +02004644
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004645 l = LIST_ELEM(appctx->ctx.stats.l, struct listener *, by_fe);
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02004646 if (!l->counters)
4647 continue;
4648
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004649 if (appctx->ctx.stats.flags & STAT_BOUND) {
4650 if (!(appctx->ctx.stats.type & (1 << STATS_TYPE_SO)))
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02004651 break;
4652
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004653 if (appctx->ctx.stats.sid != -1 && l->luid != appctx->ctx.stats.sid)
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02004654 continue;
4655 }
4656
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004657 /* print the frontend */
Willy Tarreau0deb85a2016-01-08 15:33:18 +01004658 if (stats_dump_li_stats(si, px, l, flags)) {
Willy Tarreaubc18da12015-03-13 14:00:47 +01004659 if (bi_putchk(rep, &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02004660 si_applet_cant_put(si);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004661 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01004662 }
4663 }
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02004664 }
4665
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004666 appctx->ctx.stats.sv = px->srv; /* may be NULL */
4667 appctx->ctx.stats.px_st = STAT_PX_ST_SV;
Willy Tarreau91861262007-10-17 17:06:05 +02004668 /* fall through */
4669
Willy Tarreau295a8372011-03-10 11:25:07 +01004670 case STAT_PX_ST_SV:
Willy Tarreau91861262007-10-17 17:06:05 +02004671 /* stats.sv has been initialized above */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004672 for (; appctx->ctx.stats.sv != NULL; appctx->ctx.stats.sv = sv->next) {
Willy Tarreaud7ad9f52013-12-31 17:26:25 +01004673 if (buffer_almost_full(rep->buf)) {
Willy Tarreaufe127932015-04-21 19:23:39 +02004674 si_applet_cant_put(si);
Willy Tarreau4e33d862009-10-11 23:35:10 +02004675 return 0;
Willy Tarreaud7ad9f52013-12-31 17:26:25 +01004676 }
Willy Tarreau4e33d862009-10-11 23:35:10 +02004677
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004678 sv = appctx->ctx.stats.sv;
Willy Tarreau91861262007-10-17 17:06:05 +02004679
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004680 if (appctx->ctx.stats.flags & STAT_BOUND) {
4681 if (!(appctx->ctx.stats.type & (1 << STATS_TYPE_SV)))
Krzysztof Piotr Oledzki2c6962c2008-03-02 02:42:14 +01004682 break;
4683
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004684 if (appctx->ctx.stats.sid != -1 && sv->puid != appctx->ctx.stats.sid)
Krzysztof Piotr Oledzki2c6962c2008-03-02 02:42:14 +01004685 continue;
4686 }
4687
Willy Tarreau32091232014-05-16 13:52:00 +02004688 svs = sv;
4689 while (svs->track)
4690 svs = svs->track;
Krzysztof Piotr Oledzkic8b16fc2008-02-18 01:26:35 +01004691
Willy Tarreauba2f2642016-01-07 09:54:40 +01004692 /* do not report servers which are DOWN and not changing state */
4693 if ((appctx->ctx.stats.flags & STAT_HIDE_DOWN) &&
4694 ((sv->admin & SRV_ADMF_MAINT) || /* server is in maintenance */
4695 (sv->state == SRV_ST_STOPPED && /* server is down */
4696 (!((svs->agent.state | svs->check.state) & CHK_ST_ENABLED) ||
4697 ((svs->agent.state & CHK_ST_ENABLED) && !svs->agent.health) ||
4698 ((svs->check.state & CHK_ST_ENABLED) && !svs->check.health))))) {
Willy Tarreau91861262007-10-17 17:06:05 +02004699 continue;
4700 }
4701
Willy Tarreau0deb85a2016-01-08 15:33:18 +01004702 if (stats_dump_sv_stats(si, px, flags, sv)) {
Willy Tarreaubc18da12015-03-13 14:00:47 +01004703 if (bi_putchk(rep, &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02004704 si_applet_cant_put(si);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004705 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01004706 }
4707 }
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004708 } /* for sv */
Cyril Bonté474be412010-10-12 00:14:36 +02004709
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004710 appctx->ctx.stats.px_st = STAT_PX_ST_BE;
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004711 /* fall through */
Cyril Bonté70be45d2010-10-12 00:14:35 +02004712
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004713 case STAT_PX_ST_BE:
4714 /* print the backend */
Willy Tarreau0deb85a2016-01-08 15:33:18 +01004715 if (stats_dump_be_stats(si, px, flags)) {
Willy Tarreaubc18da12015-03-13 14:00:47 +01004716 if (bi_putchk(rep, &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02004717 si_applet_cant_put(si);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004718 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01004719 }
4720 }
Krzysztof Piotr Oledzki15514c22010-01-04 16:03:09 +01004721
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004722 appctx->ctx.stats.px_st = STAT_PX_ST_END;
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004723 /* fall through */
Krzysztof Piotr Oledzki15514c22010-01-04 16:03:09 +01004724
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004725 case STAT_PX_ST_END:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004726 if (appctx->ctx.stats.flags & STAT_FMT_HTML) {
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004727 stats_dump_html_px_end(si, px);
Willy Tarreaubc18da12015-03-13 14:00:47 +01004728 if (bi_putchk(rep, &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02004729 si_applet_cant_put(si);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004730 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01004731 }
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004732 }
Krzysztof Piotr Oledzki15514c22010-01-04 16:03:09 +01004733
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004734 appctx->ctx.stats.px_st = STAT_PX_ST_FIN;
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004735 /* fall through */
Krzysztof Piotr Oledzki15514c22010-01-04 16:03:09 +01004736
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004737 case STAT_PX_ST_FIN:
4738 return 1;
Krzysztof Piotr Oledzki15514c22010-01-04 16:03:09 +01004739
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004740 default:
4741 /* unknown state, we should put an abort() here ! */
4742 return 1;
4743 }
4744}
Krzysztof Piotr Oledzki15514c22010-01-04 16:03:09 +01004745
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004746/* Dumps the HTTP stats head block to the trash for and uses the per-uri
4747 * parameters <uri>. The caller is responsible for clearing the trash if needed.
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004748 */
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004749static void stats_dump_html_head(struct uri_auth *uri)
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004750{
4751 /* WARNING! This must fit in the first buffer !!! */
4752 chunk_appendf(&trash,
4753 "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\"\n"
4754 "\"http://www.w3.org/TR/html4/loose.dtd\">\n"
4755 "<html><head><title>Statistics Report for " PRODUCT_NAME "%s%s</title>\n"
4756 "<meta http-equiv=\"content-type\" content=\"text/html; charset=iso-8859-1\">\n"
4757 "<style type=\"text/css\"><!--\n"
4758 "body {"
4759 " font-family: arial, helvetica, sans-serif;"
4760 " font-size: 12px;"
4761 " font-weight: normal;"
4762 " color: black;"
4763 " background: white;"
4764 "}\n"
4765 "th,td {"
4766 " font-size: 10px;"
4767 "}\n"
4768 "h1 {"
4769 " font-size: x-large;"
4770 " margin-bottom: 0.5em;"
4771 "}\n"
4772 "h2 {"
4773 " font-family: helvetica, arial;"
4774 " font-size: x-large;"
4775 " font-weight: bold;"
4776 " font-style: italic;"
4777 " color: #6020a0;"
4778 " margin-top: 0em;"
4779 " margin-bottom: 0em;"
4780 "}\n"
4781 "h3 {"
4782 " font-family: helvetica, arial;"
4783 " font-size: 16px;"
4784 " font-weight: bold;"
4785 " color: #b00040;"
4786 " background: #e8e8d0;"
4787 " margin-top: 0em;"
4788 " margin-bottom: 0em;"
4789 "}\n"
4790 "li {"
4791 " margin-top: 0.25em;"
4792 " margin-right: 2em;"
4793 "}\n"
4794 ".hr {margin-top: 0.25em;"
4795 " border-color: black;"
4796 " border-bottom-style: solid;"
4797 "}\n"
4798 ".titre {background: #20D0D0;color: #000000; font-weight: bold; text-align: center;}\n"
4799 ".total {background: #20D0D0;color: #ffff80;}\n"
4800 ".frontend {background: #e8e8d0;}\n"
4801 ".socket {background: #d0d0d0;}\n"
4802 ".backend {background: #e8e8d0;}\n"
Simon Horman837bfa72015-04-23 14:51:27 +09004803 ".active_down {background: #ff9090;}\n"
4804 ".active_going_up {background: #ffd020;}\n"
4805 ".active_going_down {background: #ffffa0;}\n"
4806 ".active_up {background: #c0ffc0;}\n"
4807 ".active_nolb {background: #20a0ff;}\n"
4808 ".active_draining {background: #20a0FF;}\n"
4809 ".active_no_check {background: #e0e0e0;}\n"
4810 ".backup_down {background: #ff9090;}\n"
4811 ".backup_going_up {background: #ff80ff;}\n"
4812 ".backup_going_down {background: #c060ff;}\n"
4813 ".backup_up {background: #b0d0ff;}\n"
4814 ".backup_nolb {background: #90b0e0;}\n"
4815 ".backup_draining {background: #cc9900;}\n"
4816 ".backup_no_check {background: #e0e0e0;}\n"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004817 ".maintain {background: #c07820;}\n"
4818 ".rls {letter-spacing: 0.2em; margin-right: 1px;}\n" /* right letter spacing (used for grouping digits) */
4819 "\n"
4820 "a.px:link {color: #ffff40; text-decoration: none;}"
4821 "a.px:visited {color: #ffff40; text-decoration: none;}"
4822 "a.px:hover {color: #ffffff; text-decoration: none;}"
4823 "a.lfsb:link {color: #000000; text-decoration: none;}"
4824 "a.lfsb:visited {color: #000000; text-decoration: none;}"
4825 "a.lfsb:hover {color: #505050; text-decoration: none;}"
4826 "\n"
4827 "table.tbl { border-collapse: collapse; border-style: none;}\n"
4828 "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"
4829 "table.tbl td.ac { text-align: center;}\n"
4830 "table.tbl th { border-width: 1px; border-style: solid solid solid solid; border-color: gray;}\n"
4831 "table.tbl th.pxname { background: #b00040; color: #ffff40; font-weight: bold; border-style: solid solid none solid; padding: 2px 3px; white-space: nowrap;}\n"
4832 "table.tbl th.empty { border-style: none; empty-cells: hide; background: white;}\n"
4833 "table.tbl th.desc { background: white; border-style: solid solid none solid; text-align: left; padding: 2px 3px;}\n"
4834 "\n"
4835 "table.lgd { border-collapse: collapse; border-width: 1px; border-style: none none none solid; border-color: black;}\n"
4836 "table.lgd td { border-width: 1px; border-style: solid solid solid solid; border-color: gray; padding: 2px;}\n"
4837 "table.lgd td.noborder { border-style: none; padding: 2px; white-space: nowrap;}\n"
Willy Tarreau466c9b52012-12-23 02:25:03 +01004838 "table.det { border-collapse: collapse; border-style: none; }\n"
4839 "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 +01004840 "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 +01004841 "u {text-decoration:none; border-bottom: 1px dotted black;}\n"
Willy Tarreau656a9ce2013-04-19 14:41:29 +02004842 "div.tips {\n"
Willy Tarreaue7dbfc62012-12-23 01:59:23 +01004843 " display:block;\n"
4844 " visibility:hidden;\n"
4845 " z-index:2147483647;\n"
4846 " position:absolute;\n"
4847 " padding:2px 4px 3px;\n"
4848 " background:#f0f060; color:#000000;\n"
4849 " border:1px solid #7040c0;\n"
4850 " white-space:nowrap;\n"
4851 " font-style:normal;font-size:11px;font-weight:normal;\n"
4852 " -moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;\n"
4853 " -moz-box-shadow:gray 2px 2px 3px;-webkit-box-shadow:gray 2px 2px 3px;box-shadow:gray 2px 2px 3px;\n"
4854 "}\n"
Willy Tarreau656a9ce2013-04-19 14:41:29 +02004855 "u:hover div.tips {visibility:visible;}\n"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004856 "-->\n"
4857 "</style></head>\n",
4858 (uri->flags & ST_SHNODE) ? " on " : "",
4859 (uri->flags & ST_SHNODE) ? (uri->node ? uri->node : global.node) : ""
4860 );
4861}
Krzysztof Piotr Oledzki15514c22010-01-04 16:03:09 +01004862
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004863/* Dumps the HTML stats information block to the trash for and uses the state from
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004864 * stream interface <si> and per-uri parameters <uri>. The caller is responsible
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004865 * for clearing the trash if needed.
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004866 */
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01004867static void stats_dump_html_info(struct stream_interface *si, struct uri_auth *uri)
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004868{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004869 struct appctx *appctx = __objt_appctx(si->end);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004870 unsigned int up = (now.tv_sec - start_date.tv_sec);
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004871 char scope_txt[STAT_SCOPE_TXT_MAXLEN + sizeof STAT_SCOPE_PATTERN];
Krzysztof Piotr Oledzki15514c22010-01-04 16:03:09 +01004872
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004873 /* WARNING! this has to fit the first packet too.
4874 * We are around 3.5 kB, add adding entries will
4875 * become tricky if we want to support 4kB buffers !
4876 */
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004877 chunk_appendf(&trash,
4878 "<body><h1><a href=\"" PRODUCT_URL "\" style=\"text-decoration: none;\">"
4879 PRODUCT_NAME "%s</a></h1>\n"
4880 "<h2>Statistics Report for pid %d%s%s%s%s</h2>\n"
4881 "<hr width=\"100%%\" class=\"hr\">\n"
4882 "<h3>&gt; General process information</h3>\n"
4883 "<table border=0><tr><td align=\"left\" nowrap width=\"1%%\">\n"
4884 "<p><b>pid = </b> %d (process #%d, nbproc = %d)<br>\n"
4885 "<b>uptime = </b> %dd %dh%02dm%02ds<br>\n"
4886 "<b>system limits:</b> memmax = %s%s; ulimit-n = %d<br>\n"
4887 "<b>maxsock = </b> %d; <b>maxconn = </b> %d; <b>maxpipes = </b> %d<br>\n"
4888 "current conns = %d; current pipes = %d/%d; conn rate = %d/sec<br>\n"
4889 "Running tasks: %d/%d; idle = %d %%<br>\n"
4890 "</td><td align=\"center\" nowrap>\n"
4891 "<table class=\"lgd\"><tr>\n"
Simon Horman837bfa72015-04-23 14:51:27 +09004892 "<td class=\"active_up\">&nbsp;</td><td class=\"noborder\">active UP </td>"
4893 "<td class=\"backup_up\">&nbsp;</td><td class=\"noborder\">backup UP </td>"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004894 "</tr><tr>\n"
Simon Horman837bfa72015-04-23 14:51:27 +09004895 "<td class=\"active_going_down\"></td><td class=\"noborder\">active UP, going down </td>"
4896 "<td class=\"backup_going_down\"></td><td class=\"noborder\">backup UP, going down </td>"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004897 "</tr><tr>\n"
Simon Horman837bfa72015-04-23 14:51:27 +09004898 "<td class=\"active_going_up\"></td><td class=\"noborder\">active DOWN, going up </td>"
4899 "<td class=\"backup_going_up\"></td><td class=\"noborder\">backup DOWN, going up </td>"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004900 "</tr><tr>\n"
Simon Horman837bfa72015-04-23 14:51:27 +09004901 "<td class=\"active_down\"></td><td class=\"noborder\">active or backup DOWN &nbsp;</td>"
4902 "<td class=\"active_no_check\"></td><td class=\"noborder\">not checked </td>"
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004903 "</tr><tr>\n"
4904 "<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 -07004905 "</tr><tr>\n"
Simon Horman837bfa72015-04-23 14:51:27 +09004906 "<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 +01004907 "</tr></table>\n"
Willy Tarreau6b7764a2013-12-04 00:43:21 +01004908 "Note: \"NOLB\"/\"DRAIN\" = UP with load-balancing disabled."
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004909 "</td>"
4910 "<td align=\"left\" valign=\"top\" nowrap width=\"1%%\">"
4911 "<b>Display option:</b><ul style=\"margin-top: 0.25em;\">"
4912 "",
4913 (uri->flags & ST_HIDEVER) ? "" : (STATS_VERSION_STRING),
4914 pid, (uri->flags & ST_SHNODE) ? " on " : "",
4915 (uri->flags & ST_SHNODE) ? (uri->node ? uri->node : global.node) : "",
4916 (uri->flags & ST_SHDESC) ? ": " : "",
4917 (uri->flags & ST_SHDESC) ? (uri->desc ? uri->desc : global.desc) : "",
4918 pid, relative_pid, global.nbproc,
4919 up / 86400, (up % 86400) / 3600,
4920 (up % 3600) / 60, (up % 60),
4921 global.rlimit_memmax ? ultoa(global.rlimit_memmax) : "unlimited",
4922 global.rlimit_memmax ? " MB" : "",
4923 global.rlimit_nofile,
4924 global.maxsock, global.maxconn, global.maxpipes,
4925 actconn, pipes_used, pipes_used+pipes_free, read_freq_ctr(&global.conn_per_sec),
4926 run_queue_cur, nb_tasks_cur, idle_pct
4927 );
Krzysztof Piotr Oledzki5fb18822009-10-13 21:14:09 +02004928
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004929 /* scope_txt = search query, appctx->ctx.stats.scope_len is always <= STAT_SCOPE_TXT_MAXLEN */
Willy Tarreau4e4292b2014-11-28 12:18:45 +01004930 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 +01004931 scope_txt[appctx->ctx.stats.scope_len] = '\0';
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004932
4933 chunk_appendf(&trash,
Jeff Buchbinder2dbbf4d2014-08-29 15:10:08 -05004934 "<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 +01004935 (appctx->ctx.stats.scope_len > 0) ? scope_txt : "",
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004936 STAT_SCOPE_TXT_MAXLEN);
4937
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004938 /* 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 +02004939 scope_txt[0] = 0;
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004940 if (appctx->ctx.stats.scope_len) {
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004941 strcpy(scope_txt, STAT_SCOPE_PATTERN);
Willy Tarreau4e4292b2014-11-28 12:18:45 +01004942 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 +01004943 scope_txt[strlen(STAT_SCOPE_PATTERN) + appctx->ctx.stats.scope_len] = 0;
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004944 }
4945
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004946 if (appctx->ctx.stats.flags & STAT_HIDE_DOWN)
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004947 chunk_appendf(&trash,
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004948 "<li><a href=\"%s%s%s%s\">Show all servers</a><br>\n",
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004949 uri->uri_prefix,
4950 "",
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004951 (appctx->ctx.stats.flags & STAT_NO_REFRESH) ? ";norefresh" : "",
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004952 scope_txt);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004953 else
4954 chunk_appendf(&trash,
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004955 "<li><a href=\"%s%s%s%s\">Hide 'DOWN' servers</a><br>\n",
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004956 uri->uri_prefix,
4957 ";up",
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004958 (appctx->ctx.stats.flags & STAT_NO_REFRESH) ? ";norefresh" : "",
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004959 scope_txt);
Willy Tarreau91861262007-10-17 17:06:05 +02004960
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004961 if (uri->refresh > 0) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004962 if (appctx->ctx.stats.flags & STAT_NO_REFRESH)
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004963 chunk_appendf(&trash,
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004964 "<li><a href=\"%s%s%s%s\">Enable refresh</a><br>\n",
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004965 uri->uri_prefix,
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004966 (appctx->ctx.stats.flags & STAT_HIDE_DOWN) ? ";up" : "",
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004967 "",
4968 scope_txt);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004969 else
4970 chunk_appendf(&trash,
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004971 "<li><a href=\"%s%s%s%s\">Disable refresh</a><br>\n",
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004972 uri->uri_prefix,
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004973 (appctx->ctx.stats.flags & STAT_HIDE_DOWN) ? ";up" : "",
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004974 ";norefresh",
4975 scope_txt);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004976 }
Willy Tarreau55bb8452007-10-17 18:44:57 +02004977
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004978 chunk_appendf(&trash,
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004979 "<li><a href=\"%s%s%s%s\">Refresh now</a><br>\n",
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004980 uri->uri_prefix,
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004981 (appctx->ctx.stats.flags & STAT_HIDE_DOWN) ? ";up" : "",
4982 (appctx->ctx.stats.flags & STAT_NO_REFRESH) ? ";norefresh" : "",
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004983 scope_txt);
Elijah Epifanovacafc5f2007-10-25 20:15:38 +02004984
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004985 chunk_appendf(&trash,
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004986 "<li><a href=\"%s;csv%s%s\">CSV export</a><br>\n",
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004987 uri->uri_prefix,
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02004988 (uri->refresh > 0) ? ";norefresh" : "",
4989 scope_txt);
Willy Tarreau4bab24d2007-11-30 18:16:29 +01004990
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01004991 chunk_appendf(&trash,
4992 "</ul></td>"
4993 "<td align=\"left\" valign=\"top\" nowrap width=\"1%%\">"
4994 "<b>External resources:</b><ul style=\"margin-top: 0.25em;\">\n"
4995 "<li><a href=\"" PRODUCT_URL "\">Primary site</a><br>\n"
4996 "<li><a href=\"" PRODUCT_URL_UPD "\">Updates (v" PRODUCT_BRANCH ")</a><br>\n"
4997 "<li><a href=\"" PRODUCT_URL_DOC "\">Online manual</a><br>\n"
4998 "</ul>"
4999 "</td>"
5000 "</tr></table>\n"
5001 ""
5002 );
Willy Tarreau4bab24d2007-11-30 18:16:29 +01005003
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005004 if (appctx->ctx.stats.st_code) {
5005 switch (appctx->ctx.stats.st_code) {
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005006 case STAT_STATUS_DONE:
5007 chunk_appendf(&trash,
Simon Horman837bfa72015-04-23 14:51:27 +09005008 "<p><div class=active_up>"
Willy Tarreauba6be982013-04-19 12:16:55 +02005009 "<a class=lfsb href=\"%s%s%s%s\" title=\"Remove this message\">[X]</a> "
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005010 "Action processed successfully."
Willy Tarreauba6be982013-04-19 12:16:55 +02005011 "</div>\n", uri->uri_prefix,
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005012 (appctx->ctx.stats.flags & STAT_HIDE_DOWN) ? ";up" : "",
5013 (appctx->ctx.stats.flags & STAT_NO_REFRESH) ? ";norefresh" : "",
Willy Tarreauba6be982013-04-19 12:16:55 +02005014 scope_txt);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005015 break;
5016 case STAT_STATUS_NONE:
5017 chunk_appendf(&trash,
Simon Horman837bfa72015-04-23 14:51:27 +09005018 "<p><div class=active_going_down>"
Willy Tarreauba6be982013-04-19 12:16:55 +02005019 "<a class=lfsb href=\"%s%s%s%s\" title=\"Remove this message\">[X]</a> "
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005020 "Nothing has changed."
Willy Tarreauba6be982013-04-19 12:16:55 +02005021 "</div>\n", uri->uri_prefix,
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005022 (appctx->ctx.stats.flags & STAT_HIDE_DOWN) ? ";up" : "",
5023 (appctx->ctx.stats.flags & STAT_NO_REFRESH) ? ";norefresh" : "",
Willy Tarreauba6be982013-04-19 12:16:55 +02005024 scope_txt);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005025 break;
5026 case STAT_STATUS_PART:
5027 chunk_appendf(&trash,
Simon Horman837bfa72015-04-23 14:51:27 +09005028 "<p><div class=active_going_down>"
Willy Tarreauba6be982013-04-19 12:16:55 +02005029 "<a class=lfsb href=\"%s%s%s%s\" title=\"Remove this message\">[X]</a> "
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005030 "Action partially processed.<br>"
5031 "Some server names are probably unknown or ambiguous (duplicated names in the backend)."
Willy Tarreauba6be982013-04-19 12:16:55 +02005032 "</div>\n", uri->uri_prefix,
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005033 (appctx->ctx.stats.flags & STAT_HIDE_DOWN) ? ";up" : "",
5034 (appctx->ctx.stats.flags & STAT_NO_REFRESH) ? ";norefresh" : "",
Willy Tarreauba6be982013-04-19 12:16:55 +02005035 scope_txt);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005036 break;
5037 case STAT_STATUS_ERRP:
5038 chunk_appendf(&trash,
Simon Horman837bfa72015-04-23 14:51:27 +09005039 "<p><div class=active_down>"
Willy Tarreauba6be982013-04-19 12:16:55 +02005040 "<a class=lfsb href=\"%s%s%s%s\" title=\"Remove this message\">[X]</a> "
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005041 "Action not processed because of invalid parameters."
5042 "<ul>"
5043 "<li>The action is maybe unknown.</li>"
5044 "<li>The backend name is probably unknown or ambiguous (duplicated names).</li>"
5045 "<li>Some server names are probably unknown or ambiguous (duplicated names in the backend).</li>"
5046 "</ul>"
Willy Tarreauba6be982013-04-19 12:16:55 +02005047 "</div>\n", uri->uri_prefix,
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005048 (appctx->ctx.stats.flags & STAT_HIDE_DOWN) ? ";up" : "",
5049 (appctx->ctx.stats.flags & STAT_NO_REFRESH) ? ";norefresh" : "",
Willy Tarreauba6be982013-04-19 12:16:55 +02005050 scope_txt);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005051 break;
5052 case STAT_STATUS_EXCD:
5053 chunk_appendf(&trash,
Simon Horman837bfa72015-04-23 14:51:27 +09005054 "<p><div class=active_down>"
Willy Tarreauba6be982013-04-19 12:16:55 +02005055 "<a class=lfsb href=\"%s%s%s%s\" title=\"Remove this message\">[X]</a> "
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005056 "<b>Action not processed : the buffer couldn't store all the data.<br>"
5057 "You should retry with less servers at a time.</b>"
Willy Tarreauba6be982013-04-19 12:16:55 +02005058 "</div>\n", uri->uri_prefix,
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005059 (appctx->ctx.stats.flags & STAT_HIDE_DOWN) ? ";up" : "",
5060 (appctx->ctx.stats.flags & STAT_NO_REFRESH) ? ";norefresh" : "",
Willy Tarreauba6be982013-04-19 12:16:55 +02005061 scope_txt);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005062 break;
5063 case STAT_STATUS_DENY:
5064 chunk_appendf(&trash,
Simon Horman837bfa72015-04-23 14:51:27 +09005065 "<p><div class=active_down>"
Willy Tarreauba6be982013-04-19 12:16:55 +02005066 "<a class=lfsb href=\"%s%s%s%s\" title=\"Remove this message\">[X]</a> "
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005067 "<b>Action denied.</b>"
Willy Tarreauba6be982013-04-19 12:16:55 +02005068 "</div>\n", uri->uri_prefix,
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005069 (appctx->ctx.stats.flags & STAT_HIDE_DOWN) ? ";up" : "",
5070 (appctx->ctx.stats.flags & STAT_NO_REFRESH) ? ";norefresh" : "",
Willy Tarreauba6be982013-04-19 12:16:55 +02005071 scope_txt);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005072 break;
5073 default:
5074 chunk_appendf(&trash,
Simon Horman837bfa72015-04-23 14:51:27 +09005075 "<p><div class=active_no_check>"
Willy Tarreauba6be982013-04-19 12:16:55 +02005076 "<a class=lfsb href=\"%s%s%s%s\" title=\"Remove this message\">[X]</a> "
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005077 "Unexpected result."
Willy Tarreauba6be982013-04-19 12:16:55 +02005078 "</div>\n", uri->uri_prefix,
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005079 (appctx->ctx.stats.flags & STAT_HIDE_DOWN) ? ";up" : "",
5080 (appctx->ctx.stats.flags & STAT_NO_REFRESH) ? ";norefresh" : "",
Willy Tarreauba6be982013-04-19 12:16:55 +02005081 scope_txt);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005082 }
5083 chunk_appendf(&trash, "<p>\n");
5084 }
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005085}
Krzysztof Piotr Oledzkic8b16fc2008-02-18 01:26:35 +01005086
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01005087/* Dumps the HTML stats trailer block to the trash. The caller is responsible
5088 * for clearing the trash if needed.
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005089 */
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01005090static void stats_dump_html_end()
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005091{
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005092 chunk_appendf(&trash, "</body></html>\n");
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005093}
Willy Tarreau7f062c42009-03-05 18:43:00 +01005094
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01005095/* This function dumps statistics onto the stream interface's read buffer in
5096 * either CSV or HTML format. <uri> contains some HTML-specific parameters that
Willy Tarreau306f8302013-07-08 15:53:06 +02005097 * are ignored for CSV format (hence <uri> may be NULL there). It returns 0 if
5098 * 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 +02005099 * and the stream must be closed, or -1 in case of any error. This function is
Willy Tarreau306f8302013-07-08 15:53:06 +02005100 * used by both the CLI and the HTTP handlers.
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005101 */
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01005102static int stats_dump_stat_to_buffer(struct stream_interface *si, struct uri_auth *uri)
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005103{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005104 struct appctx *appctx = __objt_appctx(si->end);
Willy Tarreau2bb4a962014-11-28 11:11:05 +01005105 struct channel *rep = si_ic(si);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005106 struct proxy *px;
Willy Tarreau7f062c42009-03-05 18:43:00 +01005107
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005108 chunk_reset(&trash);
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +02005109
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005110 switch (appctx->st2) {
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005111 case STAT_ST_INIT:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005112 appctx->st2 = STAT_ST_HEAD; /* let's start producing data */
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005113 /* fall through */
Krzysztof Piotr Oledzki97f07b82009-12-15 22:31:24 +01005114
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005115 case STAT_ST_HEAD:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005116 if (appctx->ctx.stats.flags & STAT_FMT_HTML)
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01005117 stats_dump_html_head(uri);
Willy Tarreau1e62df92016-01-11 18:57:53 +01005118 else if (!(appctx->ctx.stats.flags & STAT_FMT_TYPED))
Willy Tarreau354898b2012-12-23 18:15:23 +01005119 stats_dump_csv_header();
Willy Tarreaud9b587f2010-02-26 10:05:55 +01005120
Willy Tarreaubc18da12015-03-13 14:00:47 +01005121 if (bi_putchk(rep, &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02005122 si_applet_cant_put(si);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005123 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01005124 }
Willy Tarreauae526782010-03-04 20:34:23 +01005125
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005126 appctx->st2 = STAT_ST_INFO;
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005127 /* fall through */
Willy Tarreau5e16cbc2012-11-24 14:54:13 +01005128
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005129 case STAT_ST_INFO:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005130 if (appctx->ctx.stats.flags & STAT_FMT_HTML) {
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01005131 stats_dump_html_info(si, uri);
Willy Tarreaubc18da12015-03-13 14:00:47 +01005132 if (bi_putchk(rep, &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02005133 si_applet_cant_put(si);
Willy Tarreau91861262007-10-17 17:06:05 +02005134 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01005135 }
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005136 }
Willy Tarreau91861262007-10-17 17:06:05 +02005137
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005138 appctx->ctx.stats.px = proxy;
5139 appctx->ctx.stats.px_st = STAT_PX_ST_INIT;
5140 appctx->st2 = STAT_ST_LIST;
Willy Tarreau91861262007-10-17 17:06:05 +02005141 /* fall through */
5142
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005143 case STAT_ST_LIST:
5144 /* dump proxies */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005145 while (appctx->ctx.stats.px) {
Willy Tarreaud7ad9f52013-12-31 17:26:25 +01005146 if (buffer_almost_full(rep->buf)) {
Willy Tarreaufe127932015-04-21 19:23:39 +02005147 si_applet_cant_put(si);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005148 return 0;
Willy Tarreaud7ad9f52013-12-31 17:26:25 +01005149 }
Krzysztof Piotr Oledzki5fb18822009-10-13 21:14:09 +02005150
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005151 px = appctx->ctx.stats.px;
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005152 /* skip the disabled proxies, global frontend and non-networked ones */
5153 if (px->state != PR_STSTOPPED && px->uuid > 0 && (px->cap & (PR_CAP_FE | PR_CAP_BE)))
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01005154 if (stats_dump_proxy_to_buffer(si, px, uri) == 0)
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005155 return 0;
Krzysztof Piotr Oledzki5fb18822009-10-13 21:14:09 +02005156
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005157 appctx->ctx.stats.px = px->next;
5158 appctx->ctx.stats.px_st = STAT_PX_ST_INIT;
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005159 }
5160 /* here, we just have reached the last proxy */
Krzysztof Piotr Oledzki5fb18822009-10-13 21:14:09 +02005161
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005162 appctx->st2 = STAT_ST_END;
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005163 /* fall through */
Krzysztof Piotr Oledzki5fb18822009-10-13 21:14:09 +02005164
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005165 case STAT_ST_END:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005166 if (appctx->ctx.stats.flags & STAT_FMT_HTML) {
Willy Tarreaub5ba4ec2012-12-22 23:20:30 +01005167 stats_dump_html_end();
Willy Tarreaubc18da12015-03-13 14:00:47 +01005168 if (bi_putchk(rep, &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02005169 si_applet_cant_put(si);
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005170 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01005171 }
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005172 }
Willy Tarreau55058a72012-11-21 08:27:21 +01005173
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005174 appctx->st2 = STAT_ST_FIN;
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005175 /* fall through */
Willy Tarreau0a6d2ef2009-03-29 14:46:01 +02005176
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005177 case STAT_ST_FIN:
5178 return 1;
Willy Tarreau55058a72012-11-21 08:27:21 +01005179
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005180 default:
5181 /* unknown state ! */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005182 appctx->st2 = STAT_ST_FIN;
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005183 return -1;
5184 }
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005185}
Willy Tarreauae526782010-03-04 20:34:23 +01005186
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005187/* We reached the stats page through a POST request. The appctx is
5188 * expected to have already been allocated by the caller.
Willy Tarreau347a35d2013-11-22 17:51:09 +01005189 * Parse the posted data and enable/disable servers if necessary.
5190 * Returns 1 if request was parsed or zero if it needs more data.
5191 */
5192static int stats_process_http_post(struct stream_interface *si)
5193{
Willy Tarreau87b09662015-04-03 00:22:06 +02005194 struct stream *s = si_strm(si);
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005195 struct appctx *appctx = objt_appctx(si->end);
Willy Tarreau347a35d2013-11-22 17:51:09 +01005196
5197 struct proxy *px = NULL;
5198 struct server *sv = NULL;
5199
5200 char key[LINESIZE];
5201 int action = ST_ADM_ACTION_NONE;
5202 int reprocess = 0;
5203
5204 int total_servers = 0;
5205 int altered_servers = 0;
5206
5207 char *first_param, *cur_param, *next_param, *end_params;
5208 char *st_cur_param = NULL;
5209 char *st_next_param = NULL;
5210
5211 struct chunk *temp;
5212 int reql;
5213
5214 temp = get_trash_chunk();
Willy Tarreaueee5b512015-04-03 23:46:31 +02005215 if (temp->size < s->txn->req.body_len) {
Willy Tarreau347a35d2013-11-22 17:51:09 +01005216 /* too large request */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005217 appctx->ctx.stats.st_code = STAT_STATUS_EXCD;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005218 goto out;
5219 }
5220
Willy Tarreaueee5b512015-04-03 23:46:31 +02005221 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 +01005222 if (reql <= 0) {
5223 /* we need more data */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005224 appctx->ctx.stats.st_code = STAT_STATUS_NONE;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005225 return 0;
5226 }
5227
5228 first_param = temp->str;
5229 end_params = temp->str + reql;
5230 cur_param = next_param = end_params;
5231 *end_params = '\0';
5232
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005233 appctx->ctx.stats.st_code = STAT_STATUS_NONE;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005234
5235 /*
5236 * Parse the parameters in reverse order to only store the last value.
5237 * From the html form, the backend and the action are at the end.
5238 */
5239 while (cur_param > first_param) {
5240 char *value;
5241 int poffset, plen;
5242
5243 cur_param--;
5244
5245 if ((*cur_param == '&') || (cur_param == first_param)) {
5246 reprocess_servers:
5247 /* Parse the key */
5248 poffset = (cur_param != first_param ? 1 : 0);
5249 plen = next_param - cur_param + (cur_param == first_param ? 1 : 0);
5250 if ((plen > 0) && (plen <= sizeof(key))) {
5251 strncpy(key, cur_param + poffset, plen);
5252 key[plen - 1] = '\0';
5253 } else {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005254 appctx->ctx.stats.st_code = STAT_STATUS_EXCD;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005255 goto out;
5256 }
5257
5258 /* Parse the value */
5259 value = key;
5260 while (*value != '\0' && *value != '=') {
5261 value++;
5262 }
5263 if (*value == '=') {
5264 /* Ok, a value is found, we can mark the end of the key */
5265 *value++ = '\0';
5266 }
5267 if (url_decode(key) < 0 || url_decode(value) < 0)
5268 break;
5269
5270 /* Now we can check the key to see what to do */
5271 if (!px && (strcmp(key, "b") == 0)) {
Willy Tarreau9e0bb102015-05-26 11:24:42 +02005272 if ((px = proxy_be_by_name(value)) == NULL) {
Willy Tarreau347a35d2013-11-22 17:51:09 +01005273 /* the backend name is unknown or ambiguous (duplicate names) */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005274 appctx->ctx.stats.st_code = STAT_STATUS_ERRP;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005275 goto out;
5276 }
5277 }
5278 else if (!action && (strcmp(key, "action") == 0)) {
Willy Tarreaued7df902014-05-22 18:04:49 +02005279 if (strcmp(value, "ready") == 0) {
5280 action = ST_ADM_ACTION_READY;
5281 }
5282 else if (strcmp(value, "drain") == 0) {
5283 action = ST_ADM_ACTION_DRAIN;
5284 }
5285 else if (strcmp(value, "maint") == 0) {
5286 action = ST_ADM_ACTION_MAINT;
5287 }
5288 else if (strcmp(value, "shutdown") == 0) {
5289 action = ST_ADM_ACTION_SHUTDOWN;
5290 }
Willy Tarreau248a60e2014-05-23 14:59:48 +02005291 else if (strcmp(value, "dhlth") == 0) {
5292 action = ST_ADM_ACTION_DHLTH;
5293 }
5294 else if (strcmp(value, "ehlth") == 0) {
5295 action = ST_ADM_ACTION_EHLTH;
5296 }
5297 else if (strcmp(value, "hrunn") == 0) {
5298 action = ST_ADM_ACTION_HRUNN;
5299 }
5300 else if (strcmp(value, "hnolb") == 0) {
5301 action = ST_ADM_ACTION_HNOLB;
5302 }
5303 else if (strcmp(value, "hdown") == 0) {
5304 action = ST_ADM_ACTION_HDOWN;
5305 }
5306 else if (strcmp(value, "dagent") == 0) {
5307 action = ST_ADM_ACTION_DAGENT;
5308 }
5309 else if (strcmp(value, "eagent") == 0) {
5310 action = ST_ADM_ACTION_EAGENT;
5311 }
5312 else if (strcmp(value, "arunn") == 0) {
5313 action = ST_ADM_ACTION_ARUNN;
5314 }
5315 else if (strcmp(value, "adown") == 0) {
5316 action = ST_ADM_ACTION_ADOWN;
5317 }
Willy Tarreaued7df902014-05-22 18:04:49 +02005318 /* else these are the old supported methods */
5319 else if (strcmp(value, "disable") == 0) {
Willy Tarreau347a35d2013-11-22 17:51:09 +01005320 action = ST_ADM_ACTION_DISABLE;
5321 }
5322 else if (strcmp(value, "enable") == 0) {
5323 action = ST_ADM_ACTION_ENABLE;
5324 }
5325 else if (strcmp(value, "stop") == 0) {
5326 action = ST_ADM_ACTION_STOP;
5327 }
5328 else if (strcmp(value, "start") == 0) {
5329 action = ST_ADM_ACTION_START;
5330 }
Willy Tarreau347a35d2013-11-22 17:51:09 +01005331 else {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005332 appctx->ctx.stats.st_code = STAT_STATUS_ERRP;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005333 goto out;
5334 }
5335 }
5336 else if (strcmp(key, "s") == 0) {
5337 if (!(px && action)) {
5338 /*
5339 * Indicates that we'll need to reprocess the parameters
5340 * as soon as backend and action are known
5341 */
5342 if (!reprocess) {
5343 st_cur_param = cur_param;
5344 st_next_param = next_param;
5345 }
5346 reprocess = 1;
5347 }
5348 else if ((sv = findserver(px, value)) != NULL) {
5349 switch (action) {
5350 case ST_ADM_ACTION_DISABLE:
Willy Tarreaufae3a7e2014-05-22 17:22:34 +02005351 if (!(sv->admin & SRV_ADMF_FMAINT)) {
Willy Tarreau347a35d2013-11-22 17:51:09 +01005352 altered_servers++;
5353 total_servers++;
Willy Tarreaufae3a7e2014-05-22 17:22:34 +02005354 srv_set_admin_flag(sv, SRV_ADMF_FMAINT);
Willy Tarreau347a35d2013-11-22 17:51:09 +01005355 }
5356 break;
5357 case ST_ADM_ACTION_ENABLE:
Willy Tarreaufae3a7e2014-05-22 17:22:34 +02005358 if (sv->admin & SRV_ADMF_FMAINT) {
Willy Tarreau347a35d2013-11-22 17:51:09 +01005359 altered_servers++;
5360 total_servers++;
Willy Tarreaufae3a7e2014-05-22 17:22:34 +02005361 srv_clr_admin_flag(sv, SRV_ADMF_FMAINT);
Willy Tarreau347a35d2013-11-22 17:51:09 +01005362 }
5363 break;
5364 case ST_ADM_ACTION_STOP:
Willy Tarreaufae3a7e2014-05-22 17:22:34 +02005365 if (!(sv->admin & SRV_ADMF_FDRAIN)) {
5366 srv_set_admin_flag(sv, SRV_ADMF_FDRAIN);
5367 altered_servers++;
5368 total_servers++;
5369 }
5370 break;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005371 case ST_ADM_ACTION_START:
Willy Tarreaufae3a7e2014-05-22 17:22:34 +02005372 if (sv->admin & SRV_ADMF_FDRAIN) {
5373 srv_clr_admin_flag(sv, SRV_ADMF_FDRAIN);
5374 altered_servers++;
5375 total_servers++;
5376 }
Willy Tarreau347a35d2013-11-22 17:51:09 +01005377 break;
Willy Tarreau248a60e2014-05-23 14:59:48 +02005378 case ST_ADM_ACTION_DHLTH:
5379 if (sv->check.state & CHK_ST_CONFIGURED) {
5380 sv->check.state &= ~CHK_ST_ENABLED;
5381 altered_servers++;
5382 total_servers++;
5383 }
5384 break;
5385 case ST_ADM_ACTION_EHLTH:
5386 if (sv->check.state & CHK_ST_CONFIGURED) {
5387 sv->check.state |= CHK_ST_ENABLED;
5388 altered_servers++;
5389 total_servers++;
5390 }
5391 break;
5392 case ST_ADM_ACTION_HRUNN:
5393 if (!(sv->track)) {
5394 sv->check.health = sv->check.rise + sv->check.fall - 1;
5395 srv_set_running(sv, "changed from Web interface");
5396 altered_servers++;
5397 total_servers++;
5398 }
5399 break;
5400 case ST_ADM_ACTION_HNOLB:
5401 if (!(sv->track)) {
5402 sv->check.health = sv->check.rise + sv->check.fall - 1;
5403 srv_set_stopping(sv, "changed from Web interface");
5404 altered_servers++;
5405 total_servers++;
5406 }
5407 break;
5408 case ST_ADM_ACTION_HDOWN:
5409 if (!(sv->track)) {
5410 sv->check.health = 0;
5411 srv_set_stopped(sv, "changed from Web interface");
5412 altered_servers++;
5413 total_servers++;
5414 }
5415 break;
5416 case ST_ADM_ACTION_DAGENT:
5417 if (sv->agent.state & CHK_ST_CONFIGURED) {
5418 sv->agent.state &= ~CHK_ST_ENABLED;
5419 altered_servers++;
5420 total_servers++;
5421 }
5422 break;
5423 case ST_ADM_ACTION_EAGENT:
5424 if (sv->agent.state & CHK_ST_CONFIGURED) {
5425 sv->agent.state |= CHK_ST_ENABLED;
5426 altered_servers++;
5427 total_servers++;
5428 }
5429 break;
5430 case ST_ADM_ACTION_ARUNN:
5431 if (sv->agent.state & CHK_ST_ENABLED) {
5432 sv->agent.health = sv->agent.rise + sv->agent.fall - 1;
5433 srv_set_running(sv, "changed from Web interface");
5434 altered_servers++;
5435 total_servers++;
5436 }
5437 break;
5438 case ST_ADM_ACTION_ADOWN:
5439 if (sv->agent.state & CHK_ST_ENABLED) {
5440 sv->agent.health = 0;
5441 srv_set_stopped(sv, "changed from Web interface");
5442 altered_servers++;
5443 total_servers++;
5444 }
5445 break;
Willy Tarreaued7df902014-05-22 18:04:49 +02005446 case ST_ADM_ACTION_READY:
5447 srv_adm_set_ready(sv);
5448 altered_servers++;
5449 total_servers++;
5450 break;
5451 case ST_ADM_ACTION_DRAIN:
5452 srv_adm_set_drain(sv);
5453 altered_servers++;
5454 total_servers++;
5455 break;
5456 case ST_ADM_ACTION_MAINT:
5457 srv_adm_set_maint(sv);
5458 altered_servers++;
5459 total_servers++;
5460 break;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005461 case ST_ADM_ACTION_SHUTDOWN:
5462 if (px->state != PR_STSTOPPED) {
Willy Tarreau87b09662015-04-03 00:22:06 +02005463 struct stream *sess, *sess_bck;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005464
5465 list_for_each_entry_safe(sess, sess_bck, &sv->actconns, by_srv)
5466 if (sess->srv_conn == sv)
Willy Tarreaue7dff022015-04-03 01:14:29 +02005467 stream_shutdown(sess, SF_ERR_KILLED);
Willy Tarreau347a35d2013-11-22 17:51:09 +01005468
5469 altered_servers++;
5470 total_servers++;
5471 }
5472 break;
5473 }
5474 } else {
5475 /* the server name is unknown or ambiguous (duplicate names) */
5476 total_servers++;
5477 }
5478 }
5479 if (reprocess && px && action) {
5480 /* Now, we know the backend and the action chosen by the user.
5481 * We can safely restart from the first server parameter
5482 * to reprocess them
5483 */
5484 cur_param = st_cur_param;
5485 next_param = st_next_param;
5486 reprocess = 0;
5487 goto reprocess_servers;
5488 }
5489
5490 next_param = cur_param;
5491 }
5492 }
5493
5494 if (total_servers == 0) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005495 appctx->ctx.stats.st_code = STAT_STATUS_NONE;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005496 }
5497 else if (altered_servers == 0) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005498 appctx->ctx.stats.st_code = STAT_STATUS_ERRP;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005499 }
5500 else if (altered_servers == total_servers) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005501 appctx->ctx.stats.st_code = STAT_STATUS_DONE;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005502 }
5503 else {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005504 appctx->ctx.stats.st_code = STAT_STATUS_PART;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005505 }
5506 out:
5507 return 1;
5508}
5509
5510
5511static int stats_send_http_headers(struct stream_interface *si)
5512{
Willy Tarreau87b09662015-04-03 00:22:06 +02005513 struct stream *s = si_strm(si);
Willy Tarreau347a35d2013-11-22 17:51:09 +01005514 struct uri_auth *uri = s->be->uri_auth;
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005515 struct appctx *appctx = objt_appctx(si->end);
Willy Tarreau347a35d2013-11-22 17:51:09 +01005516
5517 chunk_printf(&trash,
Willy Tarreau8b8995f2014-04-24 22:51:54 +02005518 "HTTP/1.1 200 OK\r\n"
Willy Tarreau347a35d2013-11-22 17:51:09 +01005519 "Cache-Control: no-cache\r\n"
5520 "Connection: close\r\n"
5521 "Content-Type: %s\r\n",
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005522 (appctx->ctx.stats.flags & STAT_FMT_HTML) ? "text/html" : "text/plain");
Willy Tarreau347a35d2013-11-22 17:51:09 +01005523
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005524 if (uri->refresh > 0 && !(appctx->ctx.stats.flags & STAT_NO_REFRESH))
Willy Tarreau347a35d2013-11-22 17:51:09 +01005525 chunk_appendf(&trash, "Refresh: %d\r\n",
5526 uri->refresh);
5527
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005528 /* we don't send the CRLF in chunked mode, it will be sent with the first chunk's size */
5529
5530 if (appctx->ctx.stats.flags & STAT_CHUNKED)
5531 chunk_appendf(&trash, "Transfer-Encoding: chunked\r\n");
5532 else
5533 chunk_appendf(&trash, "\r\n");
Willy Tarreau347a35d2013-11-22 17:51:09 +01005534
Willy Tarreaueee5b512015-04-03 23:46:31 +02005535 s->txn->status = 200;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005536 s->logs.tv_request = now;
5537
Willy Tarreaubc18da12015-03-13 14:00:47 +01005538 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02005539 si_applet_cant_put(si);
Willy Tarreau347a35d2013-11-22 17:51:09 +01005540 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01005541 }
Willy Tarreau347a35d2013-11-22 17:51:09 +01005542
5543 return 1;
5544}
5545
5546static int stats_send_http_redirect(struct stream_interface *si)
5547{
5548 char scope_txt[STAT_SCOPE_TXT_MAXLEN + sizeof STAT_SCOPE_PATTERN];
Willy Tarreau87b09662015-04-03 00:22:06 +02005549 struct stream *s = si_strm(si);
Willy Tarreau347a35d2013-11-22 17:51:09 +01005550 struct uri_auth *uri = s->be->uri_auth;
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005551 struct appctx *appctx = objt_appctx(si->end);
Willy Tarreau347a35d2013-11-22 17:51:09 +01005552
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005553 /* scope_txt = search pattern + search query, appctx->ctx.stats.scope_len is always <= STAT_SCOPE_TXT_MAXLEN */
Willy Tarreau347a35d2013-11-22 17:51:09 +01005554 scope_txt[0] = 0;
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005555 if (appctx->ctx.stats.scope_len) {
Willy Tarreau347a35d2013-11-22 17:51:09 +01005556 strcpy(scope_txt, STAT_SCOPE_PATTERN);
Willy Tarreau4e4292b2014-11-28 12:18:45 +01005557 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 +01005558 scope_txt[strlen(STAT_SCOPE_PATTERN) + appctx->ctx.stats.scope_len] = 0;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005559 }
5560
5561 /* We don't want to land on the posted stats page because a refresh will
5562 * repost the data. We don't want this to happen on accident so we redirect
5563 * the browse to the stats page with a GET.
5564 */
5565 chunk_printf(&trash,
5566 "HTTP/1.1 303 See Other\r\n"
5567 "Cache-Control: no-cache\r\n"
5568 "Content-Type: text/plain\r\n"
5569 "Connection: close\r\n"
5570 "Location: %s;st=%s%s%s%s\r\n"
Willy Tarreaufdfcc9d2016-01-26 13:57:29 +01005571 "Content-length: 0\r\n"
Willy Tarreau347a35d2013-11-22 17:51:09 +01005572 "\r\n",
5573 uri->uri_prefix,
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005574 ((appctx->ctx.stats.st_code > STAT_STATUS_INIT) &&
5575 (appctx->ctx.stats.st_code < STAT_STATUS_SIZE) &&
5576 stat_status_codes[appctx->ctx.stats.st_code]) ?
5577 stat_status_codes[appctx->ctx.stats.st_code] :
Willy Tarreau347a35d2013-11-22 17:51:09 +01005578 stat_status_codes[STAT_STATUS_UNKN],
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005579 (appctx->ctx.stats.flags & STAT_HIDE_DOWN) ? ";up" : "",
5580 (appctx->ctx.stats.flags & STAT_NO_REFRESH) ? ";norefresh" : "",
Willy Tarreau347a35d2013-11-22 17:51:09 +01005581 scope_txt);
5582
Willy Tarreaueee5b512015-04-03 23:46:31 +02005583 s->txn->status = 303;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005584 s->logs.tv_request = now;
5585
Willy Tarreaubc18da12015-03-13 14:00:47 +01005586 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02005587 si_applet_cant_put(si);
Willy Tarreau347a35d2013-11-22 17:51:09 +01005588 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01005589 }
Willy Tarreau347a35d2013-11-22 17:51:09 +01005590
5591 return 1;
5592}
5593
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005594/* This I/O handler runs as an applet embedded in a stream interface. It is
5595 * used to send HTTP stats over a TCP socket. The mechanism is very simple.
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005596 * appctx->st0 contains the operation in progress (dump, done). The handler
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005597 * automatically unregisters itself once transfer is complete.
5598 */
Willy Tarreau00a37f02015-04-13 12:05:19 +02005599static void http_stats_io_handler(struct appctx *appctx)
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005600{
Willy Tarreau00a37f02015-04-13 12:05:19 +02005601 struct stream_interface *si = appctx->owner;
Willy Tarreau87b09662015-04-03 00:22:06 +02005602 struct stream *s = si_strm(si);
Willy Tarreau2bb4a962014-11-28 11:11:05 +01005603 struct channel *req = si_oc(si);
5604 struct channel *res = si_ic(si);
Willy Tarreau55058a72012-11-21 08:27:21 +01005605
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005606 if (unlikely(si->state == SI_ST_DIS || si->state == SI_ST_CLO))
5607 goto out;
Willy Tarreau5e16cbc2012-11-24 14:54:13 +01005608
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005609 /* check that the output is not closed */
5610 if (res->flags & (CF_SHUTW|CF_SHUTW_NOW))
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005611 appctx->st0 = STAT_HTTP_DONE;
Krzysztof Piotr Oledzki5fb18822009-10-13 21:14:09 +02005612
Willy Tarreau347a35d2013-11-22 17:51:09 +01005613 /* all states are processed in sequence */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005614 if (appctx->st0 == STAT_HTTP_HEAD) {
Willy Tarreau347a35d2013-11-22 17:51:09 +01005615 if (stats_send_http_headers(si)) {
Willy Tarreaueee5b512015-04-03 23:46:31 +02005616 if (s->txn->meth == HTTP_METH_HEAD)
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005617 appctx->st0 = STAT_HTTP_DONE;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005618 else
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005619 appctx->st0 = STAT_HTTP_DUMP;
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005620 }
Willy Tarreau347a35d2013-11-22 17:51:09 +01005621 }
5622
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005623 if (appctx->st0 == STAT_HTTP_DUMP) {
Willy Tarreau4e4292b2014-11-28 12:18:45 +01005624 unsigned int prev_len = si_ib(si)->i;
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005625 unsigned int data_len;
5626 unsigned int last_len;
Willy Tarreaucce36482014-04-24 20:26:41 +02005627 unsigned int last_fwd = 0;
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005628
5629 if (appctx->ctx.stats.flags & STAT_CHUNKED) {
5630 /* One difficulty we're facing is that we must prevent
5631 * the input data from being automatically forwarded to
5632 * the output area. For this, we temporarily disable
5633 * forwarding on the channel.
5634 */
Willy Tarreau2bb4a962014-11-28 11:11:05 +01005635 last_fwd = si_ic(si)->to_forward;
5636 si_ic(si)->to_forward = 0;
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005637 chunk_printf(&trash, "\r\n000000\r\n");
Willy Tarreau2bb4a962014-11-28 11:11:05 +01005638 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02005639 si_applet_cant_put(si);
Willy Tarreau2bb4a962014-11-28 11:11:05 +01005640 si_ic(si)->to_forward = last_fwd;
Willy Tarreau828824a2015-04-19 17:20:03 +02005641 goto out;
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005642 }
5643 }
5644
Willy Tarreau4e4292b2014-11-28 12:18:45 +01005645 data_len = si_ib(si)->i;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005646 if (stats_dump_stat_to_buffer(si, s->be->uri_auth))
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005647 appctx->st0 = STAT_HTTP_DONE;
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005648
Willy Tarreau4e4292b2014-11-28 12:18:45 +01005649 last_len = si_ib(si)->i;
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005650
5651 /* Now we must either adjust or remove the chunk size. This is
5652 * not easy because the chunk size might wrap at the end of the
5653 * buffer, so we pretend we have nothing in the buffer, we write
5654 * the size, then restore the buffer's contents. Note that we can
5655 * only do that because no forwarding is scheduled on the stats
5656 * applet.
5657 */
5658 if (appctx->ctx.stats.flags & STAT_CHUNKED) {
Willy Tarreau4e4292b2014-11-28 12:18:45 +01005659 si_ic(si)->total -= (last_len - prev_len);
5660 si_ib(si)->i -= (last_len - prev_len);
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005661
5662 if (last_len != data_len) {
5663 chunk_printf(&trash, "\r\n%06x\r\n", (last_len - data_len));
Willy Tarreaubc18da12015-03-13 14:00:47 +01005664 if (bi_putchk(si_ic(si), &trash) == -1)
Willy Tarreaufe127932015-04-21 19:23:39 +02005665 si_applet_cant_put(si);
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005666
Willy Tarreau4e4292b2014-11-28 12:18:45 +01005667 si_ic(si)->total += (last_len - data_len);
5668 si_ib(si)->i += (last_len - data_len);
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005669 }
5670 /* now re-enable forwarding */
Willy Tarreau2bb4a962014-11-28 11:11:05 +01005671 channel_forward(si_ic(si), last_fwd);
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005672 }
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005673 }
Cyril Bonté70be45d2010-10-12 00:14:35 +02005674
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005675 if (appctx->st0 == STAT_HTTP_POST) {
Willy Tarreau347a35d2013-11-22 17:51:09 +01005676 if (stats_process_http_post(si))
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005677 appctx->st0 = STAT_HTTP_LAST;
Willy Tarreau2bb4a962014-11-28 11:11:05 +01005678 else if (si_oc(si)->flags & CF_SHUTR)
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005679 appctx->st0 = STAT_HTTP_DONE;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005680 }
5681
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005682 if (appctx->st0 == STAT_HTTP_LAST) {
Willy Tarreau347a35d2013-11-22 17:51:09 +01005683 if (stats_send_http_redirect(si))
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005684 appctx->st0 = STAT_HTTP_DONE;
Willy Tarreau347a35d2013-11-22 17:51:09 +01005685 }
5686
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005687 if (appctx->st0 == STAT_HTTP_DONE) {
5688 if (appctx->ctx.stats.flags & STAT_CHUNKED) {
5689 chunk_printf(&trash, "\r\n0\r\n\r\n");
Willy Tarreaubc18da12015-03-13 14:00:47 +01005690 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02005691 si_applet_cant_put(si);
Willy Tarreau828824a2015-04-19 17:20:03 +02005692 goto out;
Willy Tarreaubc18da12015-03-13 14:00:47 +01005693 }
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005694 }
5695 /* eat the whole request */
Willy Tarreau4e4292b2014-11-28 12:18:45 +01005696 bo_skip(si_oc(si), si_ob(si)->o);
Willy Tarreauaf3cf702014-04-22 22:19:53 +02005697 res->flags |= CF_READ_NULL;
5698 si_shutr(si);
5699 }
Willy Tarreau347a35d2013-11-22 17:51:09 +01005700
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005701 if ((res->flags & CF_SHUTR) && (si->state == SI_ST_EST))
5702 si_shutw(si);
Willy Tarreau91861262007-10-17 17:06:05 +02005703
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005704 if (appctx->st0 == STAT_HTTP_DONE) {
Willy Tarreau96d44912013-11-22 12:25:24 +01005705 if ((req->flags & CF_SHUTW) && (si->state == SI_ST_EST)) {
5706 si_shutr(si);
5707 res->flags |= CF_READ_NULL;
5708 }
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005709 }
Willy Tarreau828824a2015-04-19 17:20:03 +02005710 out:
Willy Tarreaud4da1962015-04-20 01:31:23 +02005711 /* just to make gcc happy */ ;
Willy Tarreau91861262007-10-17 17:06:05 +02005712}
5713
Willy Tarreaud9bdcd52012-12-22 20:31:10 +01005714
Willy Tarreau909d5172012-11-26 03:04:41 +01005715static inline const char *get_conn_ctrl_name(const struct connection *conn)
5716{
Willy Tarreau3c728722014-01-23 13:50:42 +01005717 if (!conn_ctrl_ready(conn))
Willy Tarreau909d5172012-11-26 03:04:41 +01005718 return "NONE";
5719 return conn->ctrl->name;
5720}
5721
5722static inline const char *get_conn_xprt_name(const struct connection *conn)
5723{
5724 static char ptr[17];
5725
Willy Tarreauaad69382014-01-23 14:21:42 +01005726 if (!conn_xprt_ready(conn))
Willy Tarreau909d5172012-11-26 03:04:41 +01005727 return "NONE";
5728
5729 if (conn->xprt == &raw_sock)
5730 return "RAW";
5731
5732#ifdef USE_OPENSSL
5733 if (conn->xprt == &ssl_sock)
5734 return "SSL";
5735#endif
5736 snprintf(ptr, sizeof(ptr), "%p", conn->xprt);
5737 return ptr;
5738}
5739
5740static inline const char *get_conn_data_name(const struct connection *conn)
5741{
5742 static char ptr[17];
5743
5744 if (!conn->data)
5745 return "NONE";
5746
5747 if (conn->data == &sess_conn_cb)
5748 return "SESS";
5749
5750 if (conn->data == &si_conn_cb)
5751 return "STRM";
5752
5753 if (conn->data == &check_conn_cb)
5754 return "CHCK";
5755
5756 snprintf(ptr, sizeof(ptr), "%p", conn->data);
5757 return ptr;
5758}
5759
Willy Tarreau87b09662015-04-03 00:22:06 +02005760/* This function dumps a complete stream state onto the stream interface's
5761 * read buffer. The stream has to be set in sess->target. It returns
Willy Tarreau5ec29ff2011-02-13 15:27:22 +01005762 * 0 if the output buffer is full and it needs to be called again, otherwise
5763 * non-zero. It is designed to be called from stats_dump_sess_to_buffer() below.
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005764 */
Willy Tarreau87b09662015-04-03 00:22:06 +02005765static int stats_dump_full_sess_to_buffer(struct stream_interface *si, struct stream *sess)
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005766{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005767 struct appctx *appctx = __objt_appctx(si->end);
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005768 struct tm tm;
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005769 extern const char *monthname[12];
5770 char pn[INET6_ADDRSTRLEN];
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005771 struct connection *conn;
Willy Tarreau284ddbf2013-12-01 20:45:00 +01005772 struct appctx *tmpctx;
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005773
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005774 chunk_reset(&trash);
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005775
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005776 if (appctx->ctx.sess.section > 0 && appctx->ctx.sess.uid != sess->uniq_id) {
Willy Tarreau87b09662015-04-03 00:22:06 +02005777 /* stream changed, no need to go any further */
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005778 chunk_appendf(&trash, " *** session terminated while we were watching it ***\n");
Willy Tarreaubc18da12015-03-13 14:00:47 +01005779 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02005780 si_applet_cant_put(si);
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005781 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01005782 }
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005783 appctx->ctx.sess.uid = 0;
5784 appctx->ctx.sess.section = 0;
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005785 return 1;
5786 }
5787
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005788 switch (appctx->ctx.sess.section) {
Willy Tarreau87b09662015-04-03 00:22:06 +02005789 case 0: /* main status of the stream */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01005790 appctx->ctx.sess.uid = sess->uniq_id;
5791 appctx->ctx.sess.section = 1;
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005792 /* fall through */
5793
5794 case 1:
Willy Tarreau55e4ecd2012-12-08 17:48:47 +01005795 get_localtime(sess->logs.accept_date.tv_sec, &tm);
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005796 chunk_appendf(&trash,
Willy Tarreau55e4ecd2012-12-08 17:48:47 +01005797 "%p: [%02d/%s/%04d:%02d:%02d:%02d.%06d] id=%u proto=%s",
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005798 sess,
Willy Tarreau55e4ecd2012-12-08 17:48:47 +01005799 tm.tm_mday, monthname[tm.tm_mon], tm.tm_year+1900,
5800 tm.tm_hour, tm.tm_min, tm.tm_sec, (int)(sess->logs.accept_date.tv_usec),
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005801 sess->uniq_id,
Willy Tarreau666f5042015-06-17 19:49:52 +02005802 strm_li(sess) ? strm_li(sess)->proto->name : "?");
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005803
Willy Tarreaud0d8da92015-04-04 02:10:38 +02005804 conn = objt_conn(strm_orig(sess));
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005805 switch (conn ? addr_to_str(&conn->addr.from, pn, sizeof(pn)) : AF_UNSPEC) {
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005806 case AF_INET:
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005807 case AF_INET6:
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005808 chunk_appendf(&trash, " source=%s:%d\n",
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005809 pn, get_host_port(&conn->addr.from));
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005810 break;
5811 case AF_UNIX:
Willy Tarreaud0d8da92015-04-04 02:10:38 +02005812 chunk_appendf(&trash, " source=unix:%d\n", strm_li(sess)->luid);
Emeric Brun837ca522010-10-22 16:19:01 +02005813 break;
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005814 default:
5815 /* no more information to print right now */
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005816 chunk_appendf(&trash, "\n");
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005817 break;
5818 }
5819
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005820 chunk_appendf(&trash,
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005821 " flags=0x%x, conn_retries=%d, srv_conn=%p, pend_pos=%p\n",
Willy Tarreauee28de02010-06-01 09:51:00 +02005822 sess->flags, sess->si[1].conn_retries, sess->srv_conn, sess->pend_pos);
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005823
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005824 chunk_appendf(&trash,
Daniel Schultze90690c72012-03-23 10:53:36 -07005825 " frontend=%s (id=%u mode=%s), listener=%s (id=%u)",
Willy Tarreaud0d8da92015-04-04 02:10:38 +02005826 strm_fe(sess)->id, strm_fe(sess)->uuid, strm_fe(sess)->mode ? "http" : "tcp",
5827 strm_li(sess) ? strm_li(sess)->name ? strm_li(sess)->name : "?" : "?",
5828 strm_li(sess) ? strm_li(sess)->luid : 0);
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005829
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005830 if (conn)
5831 conn_get_to_addr(conn);
Willy Tarreaucf644ed2013-09-29 17:19:56 +02005832
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005833 switch (conn ? addr_to_str(&conn->addr.to, pn, sizeof(pn)) : AF_UNSPEC) {
Daniel Schultze90690c72012-03-23 10:53:36 -07005834 case AF_INET:
5835 case AF_INET6:
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005836 chunk_appendf(&trash, " addr=%s:%d\n",
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005837 pn, get_host_port(&conn->addr.to));
Daniel Schultze90690c72012-03-23 10:53:36 -07005838 break;
5839 case AF_UNIX:
Willy Tarreaud0d8da92015-04-04 02:10:38 +02005840 chunk_appendf(&trash, " addr=unix:%d\n", strm_li(sess)->luid);
Daniel Schultze90690c72012-03-23 10:53:36 -07005841 break;
5842 default:
5843 /* no more information to print right now */
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005844 chunk_appendf(&trash, "\n");
Daniel Schultze90690c72012-03-23 10:53:36 -07005845 break;
5846 }
5847
Willy Tarreau50943332011-09-02 17:33:05 +02005848 if (sess->be->cap & PR_CAP_BE)
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005849 chunk_appendf(&trash,
Daniel Schultze90690c72012-03-23 10:53:36 -07005850 " backend=%s (id=%u mode=%s)",
Willy Tarreau50943332011-09-02 17:33:05 +02005851 sess->be->id,
Daniel Schultze90690c72012-03-23 10:53:36 -07005852 sess->be->uuid, sess->be->mode ? "http" : "tcp");
5853 else
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005854 chunk_appendf(&trash, " backend=<NONE> (id=-1 mode=-)");
Daniel Schultze90690c72012-03-23 10:53:36 -07005855
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005856 conn = objt_conn(sess->si[1].end);
5857 if (conn)
5858 conn_get_from_addr(conn);
Willy Tarreaucf644ed2013-09-29 17:19:56 +02005859
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005860 switch (conn ? addr_to_str(&conn->addr.from, pn, sizeof(pn)) : AF_UNSPEC) {
Daniel Schultze90690c72012-03-23 10:53:36 -07005861 case AF_INET:
5862 case AF_INET6:
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005863 chunk_appendf(&trash, " addr=%s:%d\n",
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005864 pn, get_host_port(&conn->addr.from));
Daniel Schultze90690c72012-03-23 10:53:36 -07005865 break;
5866 case AF_UNIX:
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005867 chunk_appendf(&trash, " addr=unix\n");
Daniel Schultze90690c72012-03-23 10:53:36 -07005868 break;
5869 default:
5870 /* no more information to print right now */
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005871 chunk_appendf(&trash, "\n");
Daniel Schultze90690c72012-03-23 10:53:36 -07005872 break;
5873 }
5874
5875 if (sess->be->cap & PR_CAP_BE)
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005876 chunk_appendf(&trash,
Daniel Schultze90690c72012-03-23 10:53:36 -07005877 " server=%s (id=%u)",
Willy Tarreau3fdb3662012-11-12 00:42:33 +01005878 objt_server(sess->target) ? objt_server(sess->target)->id : "<none>",
5879 objt_server(sess->target) ? objt_server(sess->target)->puid : 0);
Willy Tarreau50943332011-09-02 17:33:05 +02005880 else
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005881 chunk_appendf(&trash, " server=<NONE> (id=-1)");
Daniel Schultze90690c72012-03-23 10:53:36 -07005882
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005883 if (conn)
5884 conn_get_to_addr(conn);
Willy Tarreaucf644ed2013-09-29 17:19:56 +02005885
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005886 switch (conn ? addr_to_str(&conn->addr.to, pn, sizeof(pn)) : AF_UNSPEC) {
Daniel Schultze90690c72012-03-23 10:53:36 -07005887 case AF_INET:
5888 case AF_INET6:
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005889 chunk_appendf(&trash, " addr=%s:%d\n",
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005890 pn, get_host_port(&conn->addr.to));
Daniel Schultze90690c72012-03-23 10:53:36 -07005891 break;
5892 case AF_UNIX:
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005893 chunk_appendf(&trash, " addr=unix\n");
Daniel Schultze90690c72012-03-23 10:53:36 -07005894 break;
5895 default:
5896 /* no more information to print right now */
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005897 chunk_appendf(&trash, "\n");
Daniel Schultze90690c72012-03-23 10:53:36 -07005898 break;
5899 }
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005900
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005901 chunk_appendf(&trash,
Willy Tarreau55e4ecd2012-12-08 17:48:47 +01005902 " task=%p (state=0x%02x nice=%d calls=%d exp=%s%s",
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005903 sess->task,
5904 sess->task->state,
5905 sess->task->nice, sess->task->calls,
5906 sess->task->expire ?
5907 tick_is_expired(sess->task->expire, now_ms) ? "<PAST>" :
5908 human_time(TICKS_TO_MS(sess->task->expire - now_ms),
5909 TICKS_TO_MS(1000)) : "<NEVER>",
5910 task_in_rq(sess->task) ? ", running" : "");
5911
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005912 chunk_appendf(&trash,
Willy Tarreau55e4ecd2012-12-08 17:48:47 +01005913 " age=%s)\n",
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005914 human_time(now.tv_sec - sess->logs.accept_date.tv_sec, 1));
5915
Willy Tarreaueee5b512015-04-03 23:46:31 +02005916 if (sess->txn)
5917 chunk_appendf(&trash,
Willy Tarreau98410192014-11-26 18:05:38 +01005918 " 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 +02005919 sess->txn, sess->txn->flags, sess->txn->meth, sess->txn->status,
5920 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 +01005921
5922 chunk_appendf(&trash,
Willy Tarreau32e3c6a2013-10-11 19:34:20 +02005923 " si[0]=%p (state=%s flags=0x%02x endp0=%s:%p exp=%s, et=0x%03x)\n",
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005924 &sess->si[0],
Willy Tarreau55e4ecd2012-12-08 17:48:47 +01005925 si_state_str(sess->si[0].state),
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005926 sess->si[0].flags,
Willy Tarreaucf644ed2013-09-29 17:19:56 +02005927 obj_type_name(sess->si[0].end),
5928 obj_base_ptr(sess->si[0].end),
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005929 sess->si[0].exp ?
5930 tick_is_expired(sess->si[0].exp, now_ms) ? "<PAST>" :
5931 human_time(TICKS_TO_MS(sess->si[0].exp - now_ms),
5932 TICKS_TO_MS(1000)) : "<NEVER>",
5933 sess->si[0].err_type);
5934
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005935 chunk_appendf(&trash,
Willy Tarreau32e3c6a2013-10-11 19:34:20 +02005936 " si[1]=%p (state=%s flags=0x%02x endp1=%s:%p exp=%s, et=0x%03x)\n",
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005937 &sess->si[1],
Willy Tarreau55e4ecd2012-12-08 17:48:47 +01005938 si_state_str(sess->si[1].state),
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005939 sess->si[1].flags,
Willy Tarreaucf644ed2013-09-29 17:19:56 +02005940 obj_type_name(sess->si[1].end),
5941 obj_base_ptr(sess->si[1].end),
Willy Tarreau66dc20a2010-03-05 17:53:32 +01005942 sess->si[1].exp ?
5943 tick_is_expired(sess->si[1].exp, now_ms) ? "<PAST>" :
5944 human_time(TICKS_TO_MS(sess->si[1].exp - now_ms),
5945 TICKS_TO_MS(1000)) : "<NEVER>",
5946 sess->si[1].err_type);
5947
Willy Tarreau284ddbf2013-12-01 20:45:00 +01005948 if ((conn = objt_conn(sess->si[0].end)) != NULL) {
Willy Tarreaucf644ed2013-09-29 17:19:56 +02005949 chunk_appendf(&trash,
5950 " co0=%p ctrl=%s xprt=%s data=%s target=%s:%p\n",
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005951 conn,
5952 get_conn_ctrl_name(conn),
5953 get_conn_xprt_name(conn),
5954 get_conn_data_name(conn),
5955 obj_type_name(conn->target),
5956 obj_base_ptr(conn->target));
Willy Tarreau909d5172012-11-26 03:04:41 +01005957
Willy Tarreaucf644ed2013-09-29 17:19:56 +02005958 chunk_appendf(&trash,
Willy Tarreau16f649c2014-01-25 19:10:48 +01005959 " flags=0x%08x fd=%d fd.state=%02x fd.cache=%d updt=%d\n",
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005960 conn->flags,
5961 conn->t.sock.fd,
Willy Tarreau69a41fa2014-01-20 11:02:59 +01005962 conn->t.sock.fd >= 0 ? fdtab[conn->t.sock.fd].state : 0,
Willy Tarreau15a4dec2014-01-20 11:09:39 +01005963 conn->t.sock.fd >= 0 ? fdtab[conn->t.sock.fd].cache : 0,
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005964 conn->t.sock.fd >= 0 ? fdtab[conn->t.sock.fd].updated : 0);
Willy Tarreaucf644ed2013-09-29 17:19:56 +02005965 }
Willy Tarreau284ddbf2013-12-01 20:45:00 +01005966 else if ((tmpctx = objt_appctx(sess->si[0].end)) != NULL) {
5967 chunk_appendf(&trash,
5968 " app0=%p st0=%d st1=%d st2=%d applet=%s\n",
5969 tmpctx,
5970 tmpctx->st0,
5971 tmpctx->st1,
5972 tmpctx->st2,
5973 tmpctx->applet->name);
5974 }
Willy Tarreaubc174aa2012-11-19 16:10:32 +01005975
Willy Tarreau284ddbf2013-12-01 20:45:00 +01005976 if ((conn = objt_conn(sess->si[1].end)) != NULL) {
Willy Tarreaucf644ed2013-09-29 17:19:56 +02005977 chunk_appendf(&trash,
5978 " co1=%p ctrl=%s xprt=%s data=%s target=%s:%p\n",
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005979 conn,
5980 get_conn_ctrl_name(conn),
5981 get_conn_xprt_name(conn),
5982 get_conn_data_name(conn),
5983 obj_type_name(conn->target),
5984 obj_base_ptr(conn->target));
Willy Tarreau909d5172012-11-26 03:04:41 +01005985
Willy Tarreaucf644ed2013-09-29 17:19:56 +02005986 chunk_appendf(&trash,
Willy Tarreauceeafb52016-01-25 15:27:17 +01005987 " flags=0x%08x fd=%d fd.state=%02x fd.cache=%d updt=%d\n",
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005988 conn->flags,
5989 conn->t.sock.fd,
Willy Tarreau69a41fa2014-01-20 11:02:59 +01005990 conn->t.sock.fd >= 0 ? fdtab[conn->t.sock.fd].state : 0,
Willy Tarreau15a4dec2014-01-20 11:09:39 +01005991 conn->t.sock.fd >= 0 ? fdtab[conn->t.sock.fd].cache : 0,
Willy Tarreaub363a1f2013-10-01 10:45:07 +02005992 conn->t.sock.fd >= 0 ? fdtab[conn->t.sock.fd].updated : 0);
Willy Tarreaucf644ed2013-09-29 17:19:56 +02005993 }
Willy Tarreau284ddbf2013-12-01 20:45:00 +01005994 else if ((tmpctx = objt_appctx(sess->si[1].end)) != NULL) {
5995 chunk_appendf(&trash,
5996 " app1=%p st0=%d st1=%d st2=%d applet=%s\n",
5997 tmpctx,
5998 tmpctx->st0,
5999 tmpctx->st1,
6000 tmpctx->st2,
6001 tmpctx->applet->name);
6002 }
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006003
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006004 chunk_appendf(&trash,
Willy Tarreau909d5172012-11-26 03:04:41 +01006005 " req=%p (f=0x%06x an=0x%x pipe=%d tofwd=%d total=%lld)\n"
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006006 " an_exp=%s",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01006007 &sess->req,
6008 sess->req.flags, sess->req.analysers,
6009 sess->req.pipe ? sess->req.pipe->data : 0,
6010 sess->req.to_forward, sess->req.total,
6011 sess->req.analyse_exp ?
6012 human_time(TICKS_TO_MS(sess->req.analyse_exp - now_ms),
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006013 TICKS_TO_MS(1000)) : "<NEVER>");
6014
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006015 chunk_appendf(&trash,
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006016 " rex=%s",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01006017 sess->req.rex ?
6018 human_time(TICKS_TO_MS(sess->req.rex - now_ms),
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006019 TICKS_TO_MS(1000)) : "<NEVER>");
6020
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006021 chunk_appendf(&trash,
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006022 " wex=%s\n"
Willy Tarreau909d5172012-11-26 03:04:41 +01006023 " buf=%p data=%p o=%d p=%d req.next=%d i=%d size=%d\n",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01006024 sess->req.wex ?
6025 human_time(TICKS_TO_MS(sess->req.wex - now_ms),
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006026 TICKS_TO_MS(1000)) : "<NEVER>",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01006027 sess->req.buf,
6028 sess->req.buf->data, sess->req.buf->o,
6029 (int)(sess->req.buf->p - sess->req.buf->data),
Willy Tarreaueee5b512015-04-03 23:46:31 +02006030 sess->txn ? sess->txn->req.next : 0, sess->req.buf->i,
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01006031 sess->req.buf->size);
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006032
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006033 chunk_appendf(&trash,
Willy Tarreau909d5172012-11-26 03:04:41 +01006034 " res=%p (f=0x%06x an=0x%x pipe=%d tofwd=%d total=%lld)\n"
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006035 " an_exp=%s",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01006036 &sess->res,
6037 sess->res.flags, sess->res.analysers,
6038 sess->res.pipe ? sess->res.pipe->data : 0,
6039 sess->res.to_forward, sess->res.total,
6040 sess->res.analyse_exp ?
6041 human_time(TICKS_TO_MS(sess->res.analyse_exp - now_ms),
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006042 TICKS_TO_MS(1000)) : "<NEVER>");
6043
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006044 chunk_appendf(&trash,
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006045 " rex=%s",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01006046 sess->res.rex ?
6047 human_time(TICKS_TO_MS(sess->res.rex - now_ms),
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006048 TICKS_TO_MS(1000)) : "<NEVER>");
6049
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006050 chunk_appendf(&trash,
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006051 " wex=%s\n"
Willy Tarreau909d5172012-11-26 03:04:41 +01006052 " buf=%p data=%p o=%d p=%d rsp.next=%d i=%d size=%d\n",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01006053 sess->res.wex ?
6054 human_time(TICKS_TO_MS(sess->res.wex - now_ms),
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006055 TICKS_TO_MS(1000)) : "<NEVER>",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01006056 sess->res.buf,
6057 sess->res.buf->data, sess->res.buf->o,
6058 (int)(sess->res.buf->p - sess->res.buf->data),
Willy Tarreaueee5b512015-04-03 23:46:31 +02006059 sess->txn ? sess->txn->rsp.next : 0, sess->res.buf->i,
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01006060 sess->res.buf->size);
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006061
Willy Tarreaubc18da12015-03-13 14:00:47 +01006062 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02006063 si_applet_cant_put(si);
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006064 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01006065 }
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006066
6067 /* use other states to dump the contents */
6068 }
6069 /* end of dump */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006070 appctx->ctx.sess.uid = 0;
6071 appctx->ctx.sess.section = 0;
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006072 return 1;
6073}
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006074
Nenad Merdanovic200b0fa2015-05-09 08:46:01 +02006075#if (defined SSL_CTRL_SET_TLSEXT_TICKET_KEY_CB && TLS_TICKETS_NO > 0)
6076static int stats_tlskeys_list(struct stream_interface *si) {
6077 struct appctx *appctx = __objt_appctx(si->end);
6078
6079 switch (appctx->st2) {
6080 case STAT_ST_INIT:
6081 /* Display the column headers. If the message cannot be sent,
6082 * quit the fucntion with returning 0. The function is called
6083 * later and restart at the state "STAT_ST_INIT".
6084 */
6085 chunk_reset(&trash);
6086 chunk_appendf(&trash, "# id (file)\n");
6087 if (bi_putchk(si_ic(si), &trash) == -1) {
6088 si_applet_cant_put(si);
6089 return 0;
6090 }
6091
6092 /* Now, we start the browsing of the references lists.
6093 * Note that the following call to LIST_ELEM return bad pointer. The only
6094 * avalaible field of this pointer is <list>. It is used with the function
6095 * tlskeys_list_get_next() for retruning the first avalaible entry
6096 */
6097 appctx->ctx.tlskeys.ref = LIST_ELEM(&tlskeys_reference, struct tls_keys_ref *, list);
6098 appctx->ctx.tlskeys.ref = tlskeys_list_get_next(appctx->ctx.tlskeys.ref, &tlskeys_reference);
6099
6100 appctx->st2 = STAT_ST_LIST;
6101 /* fall through */
6102
6103 case STAT_ST_LIST:
6104 while (appctx->ctx.tlskeys.ref) {
6105 chunk_reset(&trash);
6106
6107 chunk_appendf(&trash, "%d (%s)\n", appctx->ctx.tlskeys.ref->unique_id,
6108 appctx->ctx.tlskeys.ref->filename);
6109
6110 if (bi_putchk(si_ic(si), &trash) == -1) {
6111 /* let's try again later from this stream. We add ourselves into
6112 * this stream's users so that it can remove us upon termination.
6113 */
6114 si_applet_cant_put(si);
6115 return 0;
6116 }
6117
6118 /* get next list entry and check the end of the list */
6119 appctx->ctx.tlskeys.ref = tlskeys_list_get_next(appctx->ctx.tlskeys.ref, &tlskeys_reference);
6120 }
6121
6122 appctx->st2 = STAT_ST_FIN;
6123 /* fall through */
6124
6125 default:
6126 appctx->st2 = STAT_ST_FIN;
6127 return 1;
6128 }
6129 return 0;
6130}
6131#endif
6132
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006133static int stats_pats_list(struct stream_interface *si)
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006134{
6135 struct appctx *appctx = __objt_appctx(si->end);
6136
6137 switch (appctx->st2) {
6138 case STAT_ST_INIT:
Thierry FOURNIERaf5a29d2014-03-11 14:29:22 +01006139 /* Display the column headers. If the message cannot be sent,
6140 * quit the fucntion with returning 0. The function is called
6141 * later and restart at the state "STAT_ST_INIT".
6142 */
6143 chunk_reset(&trash);
Thierry FOURNIER65ce6132014-03-20 11:42:45 +01006144 chunk_appendf(&trash, "# id (file) description\n");
Willy Tarreaubc18da12015-03-13 14:00:47 +01006145 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02006146 si_applet_cant_put(si);
Thierry FOURNIERaf5a29d2014-03-11 14:29:22 +01006147 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01006148 }
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006149
6150 /* Now, we start the browsing of the references lists.
6151 * Note that the following call to LIST_ELEM return bad pointer. The only
6152 * avalaible field of this pointer is <list>. It is used with the function
6153 * pat_list_get_next() for retruning the first avalaible entry
6154 */
6155 appctx->ctx.map.ref = LIST_ELEM(&pattern_reference, struct pat_ref *, list);
6156 appctx->ctx.map.ref = pat_list_get_next(appctx->ctx.map.ref, &pattern_reference,
6157 appctx->ctx.map.display_flags);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006158 appctx->st2 = STAT_ST_LIST;
6159 /* fall through */
6160
6161 case STAT_ST_LIST:
6162 while (appctx->ctx.map.ref) {
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006163 chunk_reset(&trash);
6164
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006165 /* Build messages. If the reference is used by another category than
6166 * the listed categorie, display the information in the massage.
6167 */
Thierry FOURNIERf7e04e92014-03-20 11:45:47 +01006168 chunk_appendf(&trash, "%d (%s) %s\n", appctx->ctx.map.ref->unique_id,
Thierry FOURNIER0d6ba512014-02-11 03:31:34 +01006169 appctx->ctx.map.ref->reference ? appctx->ctx.map.ref->reference : "",
6170 appctx->ctx.map.ref->display);
Thierry FOURNIERaf5a29d2014-03-11 14:29:22 +01006171
Willy Tarreau2bb4a962014-11-28 11:11:05 +01006172 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreau87b09662015-04-03 00:22:06 +02006173 /* let's try again later from this stream. We add ourselves into
6174 * this stream's users so that it can remove us upon termination.
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006175 */
Willy Tarreaufe127932015-04-21 19:23:39 +02006176 si_applet_cant_put(si);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006177 return 0;
6178 }
6179
6180 /* get next list entry and check the end of the list */
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006181 appctx->ctx.map.ref = pat_list_get_next(appctx->ctx.map.ref, &pattern_reference,
6182 appctx->ctx.map.display_flags);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006183 }
6184
6185 appctx->st2 = STAT_ST_FIN;
6186 /* fall through */
6187
6188 default:
6189 appctx->st2 = STAT_ST_FIN;
6190 return 1;
6191 }
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006192 return 0;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006193}
6194
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006195static int stats_map_lookup(struct stream_interface *si)
6196{
6197 struct appctx *appctx = __objt_appctx(si->end);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006198 struct sample sample;
6199 struct pattern *pat;
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006200 int match_method;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006201
6202 switch (appctx->st2) {
6203 case STAT_ST_INIT:
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006204 /* Init to the first entry. The list cannot be change */
Thierry FOURNIERc5959fd2014-01-20 14:29:33 +01006205 appctx->ctx.map.expr = LIST_ELEM(&appctx->ctx.map.ref->pat, struct pattern_expr *, list);
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006206 appctx->ctx.map.expr = pat_expr_get_next(appctx->ctx.map.expr, &appctx->ctx.map.ref->pat);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006207 appctx->st2 = STAT_ST_LIST;
6208 /* fall through */
6209
6210 case STAT_ST_LIST:
6211 /* for each lookup type */
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006212 while (appctx->ctx.map.expr) {
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006213 /* initialise chunk to build new message */
6214 chunk_reset(&trash);
6215
6216 /* execute pattern matching */
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +02006217 sample.data.type = SMP_T_STR;
Andreas Seltenreich9727cf42016-03-03 19:32:25 +01006218 sample.flags = SMP_F_CONST;
Thierry FOURNIER136f9d32015-08-19 09:07:19 +02006219 sample.data.u.str.len = appctx->ctx.map.chunk.len;
6220 sample.data.u.str.str = appctx->ctx.map.chunk.str;
Thierry FOURNIER5d344082014-01-27 14:19:53 +01006221 if (appctx->ctx.map.expr->pat_head->match &&
6222 sample_convert(&sample, appctx->ctx.map.expr->pat_head->expect_type))
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006223 pat = appctx->ctx.map.expr->pat_head->match(&sample, appctx->ctx.map.expr, 1);
6224 else
6225 pat = NULL;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006226
6227 /* build return message: set type of match */
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006228 for (match_method=0; match_method<PAT_MATCH_NUM; match_method++)
6229 if (appctx->ctx.map.expr->pat_head->match == pat_match_fcts[match_method])
6230 break;
6231 if (match_method >= PAT_MATCH_NUM)
6232 chunk_appendf(&trash, "type=unknown(%p)", appctx->ctx.map.expr->pat_head->match);
6233 else
6234 chunk_appendf(&trash, "type=%s", pat_match_names[match_method]);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006235
Thierry FOURNIERe47e4e22014-04-28 11:18:57 +02006236 /* case sensitive */
6237 if (appctx->ctx.map.expr->mflags & PAT_MF_IGNORE_CASE)
6238 chunk_appendf(&trash, ", case=insensitive");
6239 else
6240 chunk_appendf(&trash, ", case=sensitive");
6241
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006242 /* Display no match, and set default value */
Thierry FOURNIER1794fdf2014-01-17 15:25:13 +01006243 if (!pat) {
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006244 if (appctx->ctx.map.display_flags == PAT_REF_MAP)
6245 chunk_appendf(&trash, ", found=no");
6246 else
6247 chunk_appendf(&trash, ", match=no");
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006248 }
6249
6250 /* Display match and match info */
6251 else {
6252 /* display match */
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006253 if (appctx->ctx.map.display_flags == PAT_REF_MAP)
6254 chunk_appendf(&trash, ", found=yes");
6255 else
6256 chunk_appendf(&trash, ", match=yes");
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006257
Thierry FOURNIER1794fdf2014-01-17 15:25:13 +01006258 /* display index mode */
Thierry FOURNIERe47e4e22014-04-28 11:18:57 +02006259 if (pat->sflags & PAT_SF_TREE)
Thierry FOURNIERb9903842014-03-11 18:48:17 +01006260 chunk_appendf(&trash, ", idx=tree");
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006261 else
Thierry FOURNIERb9903842014-03-11 18:48:17 +01006262 chunk_appendf(&trash, ", idx=list");
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006263
Thierry FOURNIER86db66a2014-03-11 18:37:58 +01006264 /* display pattern */
6265 if (appctx->ctx.map.display_flags == PAT_REF_MAP) {
6266 if (pat->ref && pat->ref->pattern)
6267 chunk_appendf(&trash, ", key=\"%s\"", pat->ref->pattern);
6268 else
6269 chunk_appendf(&trash, ", key=unknown");
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006270 }
6271 else {
Thierry FOURNIER86db66a2014-03-11 18:37:58 +01006272 if (pat->ref && pat->ref->pattern)
6273 chunk_appendf(&trash, ", pattern=\"%s\"", pat->ref->pattern);
6274 else
6275 chunk_appendf(&trash, ", pattern=unknown");
6276 }
6277
6278 /* display return value */
6279 if (appctx->ctx.map.display_flags == PAT_REF_MAP) {
Thierry FOURNIER503bb092015-08-19 08:35:43 +02006280 if (pat->data && pat->ref && pat->ref->sample)
Thierry FOURNIER03d0e452015-07-23 18:33:41 +02006281 chunk_appendf(&trash, ", value=\"%s\", type=\"%s\"", pat->ref->sample,
Thierry FOURNIER7d4335c2015-08-19 09:05:25 +02006282 smp_to_type[pat->data->type]);
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006283 else
Thierry FOURNIER86db66a2014-03-11 18:37:58 +01006284 chunk_appendf(&trash, ", value=none");
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006285 }
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006286 }
6287
Thierry FOURNIERb9903842014-03-11 18:48:17 +01006288 chunk_appendf(&trash, "\n");
6289
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006290 /* display response */
Willy Tarreau2bb4a962014-11-28 11:11:05 +01006291 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreau87b09662015-04-03 00:22:06 +02006292 /* let's try again later from this stream. We add ourselves into
6293 * this stream's users so that it can remove us upon termination.
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006294 */
Willy Tarreaufe127932015-04-21 19:23:39 +02006295 si_applet_cant_put(si);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006296 return 0;
6297 }
6298
6299 /* get next entry */
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006300 appctx->ctx.map.expr = pat_expr_get_next(appctx->ctx.map.expr,
6301 &appctx->ctx.map.ref->pat);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006302 }
6303
6304 appctx->st2 = STAT_ST_FIN;
6305 /* fall through */
6306
6307 default:
6308 appctx->st2 = STAT_ST_FIN;
6309 free(appctx->ctx.map.chunk.str);
6310 return 1;
6311 }
6312}
6313
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006314static int stats_pat_list(struct stream_interface *si)
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006315{
6316 struct appctx *appctx = __objt_appctx(si->end);
6317
6318 switch (appctx->st2) {
6319
6320 case STAT_ST_INIT:
6321 /* Init to the first entry. The list cannot be change */
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006322 appctx->ctx.map.elt = LIST_NEXT(&appctx->ctx.map.ref->head,
6323 struct pat_ref_elt *, list);
6324 if (&appctx->ctx.map.elt->list == &appctx->ctx.map.ref->head)
6325 appctx->ctx.map.elt = NULL;
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006326 appctx->st2 = STAT_ST_LIST;
6327 /* fall through */
6328
6329 case STAT_ST_LIST:
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006330 while (appctx->ctx.map.elt) {
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006331 chunk_reset(&trash);
6332
6333 /* build messages */
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006334 if (appctx->ctx.map.elt->sample)
Thierry FOURNIER9356c682014-01-28 15:55:37 +01006335 chunk_appendf(&trash, "%p %s %s\n",
6336 appctx->ctx.map.elt, appctx->ctx.map.elt->pattern,
6337 appctx->ctx.map.elt->sample);
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006338 else
Thierry FOURNIER9356c682014-01-28 15:55:37 +01006339 chunk_appendf(&trash, "%p %s\n",
6340 appctx->ctx.map.elt, appctx->ctx.map.elt->pattern);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006341
Willy Tarreau2bb4a962014-11-28 11:11:05 +01006342 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreau87b09662015-04-03 00:22:06 +02006343 /* let's try again later from this stream. We add ourselves into
6344 * this stream's users so that it can remove us upon termination.
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006345 */
Willy Tarreaufe127932015-04-21 19:23:39 +02006346 si_applet_cant_put(si);
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006347 return 0;
6348 }
6349
6350 /* get next list entry and check the end of the list */
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006351 appctx->ctx.map.elt = LIST_NEXT(&appctx->ctx.map.elt->list,
6352 struct pat_ref_elt *, list);
6353 if (&appctx->ctx.map.elt->list == &appctx->ctx.map.ref->head)
Thierry FOURNIERc0e0d7b2013-12-11 16:55:52 +01006354 break;
6355 }
6356
6357 appctx->st2 = STAT_ST_FIN;
6358 /* fall through */
6359
6360 default:
6361 appctx->st2 = STAT_ST_FIN;
6362 return 1;
6363 }
6364}
6365
Willy Tarreau87b09662015-04-03 00:22:06 +02006366/* This function dumps all streams' states onto the stream interface's
Willy Tarreau306f8302013-07-08 15:53:06 +02006367 * read buffer. It returns 0 if the output buffer is full and it needs
Willy Tarreau5ec29ff2011-02-13 15:27:22 +01006368 * to be called again, otherwise non-zero. It is designed to be called
6369 * from stats_dump_sess_to_buffer() below.
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006370 */
Simon Horman9bd2c732011-06-15 15:18:44 +09006371static int stats_dump_sess_to_buffer(struct stream_interface *si)
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006372{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006373 struct appctx *appctx = __objt_appctx(si->end);
Willy Tarreaub363a1f2013-10-01 10:45:07 +02006374 struct connection *conn;
6375
Willy Tarreau2bb4a962014-11-28 11:11:05 +01006376 if (unlikely(si_ic(si)->flags & (CF_WRITE_ERROR|CF_SHUTW))) {
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006377 /* If we're forced to shut down, we might have to remove our
Willy Tarreau87b09662015-04-03 00:22:06 +02006378 * reference to the last stream being dumped.
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006379 */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006380 if (appctx->st2 == STAT_ST_LIST) {
6381 if (!LIST_ISEMPTY(&appctx->ctx.sess.bref.users)) {
6382 LIST_DEL(&appctx->ctx.sess.bref.users);
6383 LIST_INIT(&appctx->ctx.sess.bref.users);
Willy Tarreaufd3828e2009-02-22 15:17:24 +01006384 }
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006385 }
Willy Tarreau7e72a8f2009-10-03 23:55:14 +02006386 return 1;
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006387 }
6388
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006389 chunk_reset(&trash);
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006390
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006391 switch (appctx->st2) {
Willy Tarreau295a8372011-03-10 11:25:07 +01006392 case STAT_ST_INIT:
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006393 /* the function had not been called yet, let's prepare the
Willy Tarreau87b09662015-04-03 00:22:06 +02006394 * buffer for a response. We initialize the current stream
Willy Tarreaufd3828e2009-02-22 15:17:24 +01006395 * pointer to the first in the global list. When a target
Willy Tarreau87b09662015-04-03 00:22:06 +02006396 * stream is being destroyed, it is responsible for updating
Willy Tarreaufd3828e2009-02-22 15:17:24 +01006397 * this pointer. We know we have reached the end when this
Willy Tarreau87b09662015-04-03 00:22:06 +02006398 * pointer points back to the head of the streams list.
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006399 */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006400 LIST_INIT(&appctx->ctx.sess.bref.users);
Willy Tarreau87b09662015-04-03 00:22:06 +02006401 appctx->ctx.sess.bref.ref = streams.n;
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006402 appctx->st2 = STAT_ST_LIST;
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006403 /* fall through */
6404
Willy Tarreau295a8372011-03-10 11:25:07 +01006405 case STAT_ST_LIST:
Willy Tarreau87b09662015-04-03 00:22:06 +02006406 /* first, let's detach the back-ref from a possible previous stream */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006407 if (!LIST_ISEMPTY(&appctx->ctx.sess.bref.users)) {
6408 LIST_DEL(&appctx->ctx.sess.bref.users);
6409 LIST_INIT(&appctx->ctx.sess.bref.users);
Willy Tarreaufd3828e2009-02-22 15:17:24 +01006410 }
6411
6412 /* and start from where we stopped */
Willy Tarreau87b09662015-04-03 00:22:06 +02006413 while (appctx->ctx.sess.bref.ref != &streams) {
Cyril Bontéacd7d632010-11-01 19:26:02 +01006414 char pn[INET6_ADDRSTRLEN];
Willy Tarreau87b09662015-04-03 00:22:06 +02006415 struct stream *curr_sess;
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006416
Willy Tarreau87b09662015-04-03 00:22:06 +02006417 curr_sess = LIST_ELEM(appctx->ctx.sess.bref.ref, struct stream *, list);
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006418
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006419 if (appctx->ctx.sess.target) {
6420 if (appctx->ctx.sess.target != (void *)-1 && appctx->ctx.sess.target != curr_sess)
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006421 goto next_sess;
6422
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006423 LIST_ADDQ(&curr_sess->back_refs, &appctx->ctx.sess.bref.users);
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006424 /* call the proper dump() function and return if we're missing space */
Willy Tarreau76153662012-11-26 01:16:39 +01006425 if (!stats_dump_full_sess_to_buffer(si, curr_sess))
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006426 return 0;
6427
Willy Tarreau87b09662015-04-03 00:22:06 +02006428 /* stream dump complete */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006429 LIST_DEL(&appctx->ctx.sess.bref.users);
6430 LIST_INIT(&appctx->ctx.sess.bref.users);
6431 if (appctx->ctx.sess.target != (void *)-1) {
6432 appctx->ctx.sess.target = NULL;
Willy Tarreau76153662012-11-26 01:16:39 +01006433 break;
6434 }
6435 else
6436 goto next_sess;
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006437 }
6438
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006439 chunk_appendf(&trash,
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006440 "%p: proto=%s",
6441 curr_sess,
Willy Tarreauf1e02122015-09-23 12:16:43 +02006442 strm_li(curr_sess) ? strm_li(curr_sess)->proto->name : "?");
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006443
Willy Tarreaud0d8da92015-04-04 02:10:38 +02006444 conn = objt_conn(strm_orig(curr_sess));
Willy Tarreaub363a1f2013-10-01 10:45:07 +02006445 switch (conn ? addr_to_str(&conn->addr.from, pn, sizeof(pn)) : AF_UNSPEC) {
Willy Tarreau631f01c2011-09-05 00:36:48 +02006446 case AF_INET:
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006447 case AF_INET6:
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006448 chunk_appendf(&trash,
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006449 " src=%s:%d fe=%s be=%s srv=%s",
6450 pn,
Willy Tarreaub363a1f2013-10-01 10:45:07 +02006451 get_host_port(&conn->addr.from),
Willy Tarreaud0d8da92015-04-04 02:10:38 +02006452 strm_fe(curr_sess)->id,
Willy Tarreau50943332011-09-02 17:33:05 +02006453 (curr_sess->be->cap & PR_CAP_BE) ? curr_sess->be->id : "<NONE>",
Willy Tarreau3fdb3662012-11-12 00:42:33 +01006454 objt_server(curr_sess->target) ? objt_server(curr_sess->target)->id : "<none>"
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006455 );
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006456 break;
6457 case AF_UNIX:
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006458 chunk_appendf(&trash,
Emeric Brun837ca522010-10-22 16:19:01 +02006459 " src=unix:%d fe=%s be=%s srv=%s",
Willy Tarreaud0d8da92015-04-04 02:10:38 +02006460 strm_li(curr_sess)->luid,
6461 strm_fe(curr_sess)->id,
Willy Tarreau50943332011-09-02 17:33:05 +02006462 (curr_sess->be->cap & PR_CAP_BE) ? curr_sess->be->id : "<NONE>",
Willy Tarreau3fdb3662012-11-12 00:42:33 +01006463 objt_server(curr_sess->target) ? objt_server(curr_sess->target)->id : "<none>"
Emeric Brun837ca522010-10-22 16:19:01 +02006464 );
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006465 break;
6466 }
6467
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006468 chunk_appendf(&trash,
Willy Tarreau65671ab2009-10-04 14:24:59 +02006469 " ts=%02x age=%s calls=%d",
6470 curr_sess->task->state,
Willy Tarreau3884cba2009-03-28 17:54:35 +01006471 human_time(now.tv_sec - curr_sess->logs.tv_accept.tv_sec, 1),
6472 curr_sess->task->calls);
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006473
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006474 chunk_appendf(&trash,
Willy Tarreau02d6cfc2012-03-01 18:19:58 +01006475 " rq[f=%06xh,i=%d,an=%02xh,rx=%s",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01006476 curr_sess->req.flags,
6477 curr_sess->req.buf->i,
6478 curr_sess->req.analysers,
6479 curr_sess->req.rex ?
6480 human_time(TICKS_TO_MS(curr_sess->req.rex - now_ms),
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006481 TICKS_TO_MS(1000)) : "");
6482
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006483 chunk_appendf(&trash,
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006484 ",wx=%s",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01006485 curr_sess->req.wex ?
6486 human_time(TICKS_TO_MS(curr_sess->req.wex - now_ms),
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006487 TICKS_TO_MS(1000)) : "");
6488
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006489 chunk_appendf(&trash,
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006490 ",ax=%s]",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01006491 curr_sess->req.analyse_exp ?
6492 human_time(TICKS_TO_MS(curr_sess->req.analyse_exp - now_ms),
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006493 TICKS_TO_MS(1000)) : "");
6494
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006495 chunk_appendf(&trash,
Willy Tarreau02d6cfc2012-03-01 18:19:58 +01006496 " rp[f=%06xh,i=%d,an=%02xh,rx=%s",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01006497 curr_sess->res.flags,
6498 curr_sess->res.buf->i,
6499 curr_sess->res.analysers,
6500 curr_sess->res.rex ?
6501 human_time(TICKS_TO_MS(curr_sess->res.rex - now_ms),
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006502 TICKS_TO_MS(1000)) : "");
6503
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006504 chunk_appendf(&trash,
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006505 ",wx=%s",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01006506 curr_sess->res.wex ?
6507 human_time(TICKS_TO_MS(curr_sess->res.wex - now_ms),
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006508 TICKS_TO_MS(1000)) : "");
6509
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006510 chunk_appendf(&trash,
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006511 ",ax=%s]",
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01006512 curr_sess->res.analyse_exp ?
6513 human_time(TICKS_TO_MS(curr_sess->res.analyse_exp - now_ms),
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006514 TICKS_TO_MS(1000)) : "");
6515
Willy Tarreaub363a1f2013-10-01 10:45:07 +02006516 conn = objt_conn(curr_sess->si[0].end);
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006517 chunk_appendf(&trash,
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006518 " s0=[%d,%1xh,fd=%d,ex=%s]",
6519 curr_sess->si[0].state,
6520 curr_sess->si[0].flags,
Willy Tarreaub363a1f2013-10-01 10:45:07 +02006521 conn ? conn->t.sock.fd : -1,
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006522 curr_sess->si[0].exp ?
6523 human_time(TICKS_TO_MS(curr_sess->si[0].exp - now_ms),
6524 TICKS_TO_MS(1000)) : "");
6525
Willy Tarreaub363a1f2013-10-01 10:45:07 +02006526 conn = objt_conn(curr_sess->si[1].end);
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006527 chunk_appendf(&trash,
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006528 " s1=[%d,%1xh,fd=%d,ex=%s]",
6529 curr_sess->si[1].state,
6530 curr_sess->si[1].flags,
Willy Tarreaub363a1f2013-10-01 10:45:07 +02006531 conn ? conn->t.sock.fd : -1,
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006532 curr_sess->si[1].exp ?
6533 human_time(TICKS_TO_MS(curr_sess->si[1].exp - now_ms),
6534 TICKS_TO_MS(1000)) : "");
6535
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006536 chunk_appendf(&trash,
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006537 " exp=%s",
6538 curr_sess->task->expire ?
6539 human_time(TICKS_TO_MS(curr_sess->task->expire - now_ms),
6540 TICKS_TO_MS(1000)) : "");
Willy Tarreau4726f532009-03-07 17:25:21 +01006541 if (task_in_rq(curr_sess->task))
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006542 chunk_appendf(&trash, " run(nice=%d)", curr_sess->task->nice);
Willy Tarreauc6dcad62009-03-29 00:18:14 +01006543
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006544 chunk_appendf(&trash, "\n");
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006545
Willy Tarreau2bb4a962014-11-28 11:11:05 +01006546 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreau87b09662015-04-03 00:22:06 +02006547 /* let's try again later from this stream. We add ourselves into
6548 * this stream's users so that it can remove us upon termination.
Willy Tarreaufd3828e2009-02-22 15:17:24 +01006549 */
Willy Tarreaufe127932015-04-21 19:23:39 +02006550 si_applet_cant_put(si);
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006551 LIST_ADDQ(&curr_sess->back_refs, &appctx->ctx.sess.bref.users);
Willy Tarreau7e72a8f2009-10-03 23:55:14 +02006552 return 0;
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006553 }
6554
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006555 next_sess:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006556 appctx->ctx.sess.bref.ref = curr_sess->list.n;
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006557 }
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006558
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006559 if (appctx->ctx.sess.target && appctx->ctx.sess.target != (void *)-1) {
Willy Tarreau87b09662015-04-03 00:22:06 +02006560 /* specified stream not found */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006561 if (appctx->ctx.sess.section > 0)
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006562 chunk_appendf(&trash, " *** session terminated while we were watching it ***\n");
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006563 else
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006564 chunk_appendf(&trash, "Session not found.\n");
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006565
Willy Tarreaubc18da12015-03-13 14:00:47 +01006566 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02006567 si_applet_cant_put(si);
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006568 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01006569 }
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006570
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006571 appctx->ctx.sess.target = NULL;
6572 appctx->ctx.sess.uid = 0;
Willy Tarreau66dc20a2010-03-05 17:53:32 +01006573 return 1;
6574 }
6575
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006576 appctx->st2 = STAT_ST_FIN;
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006577 /* fall through */
6578
6579 default:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006580 appctx->st2 = STAT_ST_FIN;
Willy Tarreau7e72a8f2009-10-03 23:55:14 +02006581 return 1;
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006582 }
Emeric Brun1e029aa2010-09-23 18:12:53 +02006583}
6584
Willy Tarreau5f9a8772012-11-26 02:22:40 +01006585/* This is called when the stream interface is closed. For instance, upon an
6586 * external abort, we won't call the i/o handler anymore so we may need to
Willy Tarreau87b09662015-04-03 00:22:06 +02006587 * remove back references to the stream currently being dumped.
Willy Tarreau5f9a8772012-11-26 02:22:40 +01006588 */
Willy Tarreau00a37f02015-04-13 12:05:19 +02006589static void cli_release_handler(struct appctx *appctx)
Willy Tarreau5f9a8772012-11-26 02:22:40 +01006590{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006591 if (appctx->st0 == STAT_CLI_O_SESS && appctx->st2 == STAT_ST_LIST) {
6592 if (!LIST_ISEMPTY(&appctx->ctx.sess.bref.users))
6593 LIST_DEL(&appctx->ctx.sess.bref.users);
Willy Tarreau5f9a8772012-11-26 02:22:40 +01006594 }
Thierry FOURNIER364cfdf2014-01-29 19:08:49 +01006595 else if (appctx->st0 == STAT_CLI_PRINT_FREE) {
6596 free(appctx->ctx.cli.err);
Willy Tarreau6457d0f2015-10-07 20:00:24 +02006597 appctx->ctx.cli.err = NULL;
Thierry FOURNIER364cfdf2014-01-29 19:08:49 +01006598 }
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006599 else if (appctx->st0 == STAT_CLI_O_MLOOK) {
6600 free(appctx->ctx.map.chunk.str);
Willy Tarreau6457d0f2015-10-07 20:00:24 +02006601 appctx->ctx.map.chunk.str = NULL;
Thierry FOURNIER1e00d382014-02-11 11:31:40 +01006602 }
Willy Tarreau5f9a8772012-11-26 02:22:40 +01006603}
6604
Willy Tarreau20e99322013-04-13 09:22:25 +02006605/* This function is used to either dump tables states (when action is set
6606 * to STAT_CLI_O_TAB) or clear tables (when action is STAT_CLI_O_CLR).
Willy Tarreau20e99322013-04-13 09:22:25 +02006607 * It returns 0 if the output buffer is full and it needs to be called
6608 * again, otherwise non-zero.
Willy Tarreau69f58c82010-07-12 17:55:33 +02006609 */
Willy Tarreau20e99322013-04-13 09:22:25 +02006610static int stats_table_request(struct stream_interface *si, int action)
Willy Tarreau69f58c82010-07-12 17:55:33 +02006611{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006612 struct appctx *appctx = __objt_appctx(si->end);
Willy Tarreau87b09662015-04-03 00:22:06 +02006613 struct stream *s = si_strm(si);
Willy Tarreau69f58c82010-07-12 17:55:33 +02006614 struct ebmb_node *eb;
6615 int dt;
Willy Tarreau44455022012-12-05 23:01:12 +01006616 int skip_entry;
Willy Tarreau20e99322013-04-13 09:22:25 +02006617 int show = action == STAT_CLI_O_TAB;
Willy Tarreau69f58c82010-07-12 17:55:33 +02006618
6619 /*
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006620 * We have 3 possible states in appctx->st2 :
Willy Tarreau295a8372011-03-10 11:25:07 +01006621 * - STAT_ST_INIT : the first call
6622 * - STAT_ST_INFO : the proxy pointer points to the next table to
Willy Tarreau69f58c82010-07-12 17:55:33 +02006623 * dump, the entry pointer is NULL ;
Willy Tarreau295a8372011-03-10 11:25:07 +01006624 * - STAT_ST_LIST : the proxy pointer points to the current table
Willy Tarreau69f58c82010-07-12 17:55:33 +02006625 * and the entry pointer points to the next entry to be dumped,
6626 * and the refcount on the next entry is held ;
Willy Tarreau295a8372011-03-10 11:25:07 +01006627 * - STAT_ST_END : nothing left to dump, the buffer may contain some
Willy Tarreau69f58c82010-07-12 17:55:33 +02006628 * data though.
6629 */
6630
Willy Tarreau2bb4a962014-11-28 11:11:05 +01006631 if (unlikely(si_ic(si)->flags & (CF_WRITE_ERROR|CF_SHUTW))) {
Willy Tarreau69f58c82010-07-12 17:55:33 +02006632 /* in case of abort, remove any refcount we might have set on an entry */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006633 if (appctx->st2 == STAT_ST_LIST) {
6634 appctx->ctx.table.entry->ref_cnt--;
6635 stksess_kill_if_expired(&appctx->ctx.table.proxy->table, appctx->ctx.table.entry);
Willy Tarreauf6efda12010-08-03 20:34:06 +02006636 }
Willy Tarreau69f58c82010-07-12 17:55:33 +02006637 return 1;
6638 }
6639
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006640 chunk_reset(&trash);
Willy Tarreau69f58c82010-07-12 17:55:33 +02006641
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006642 while (appctx->st2 != STAT_ST_FIN) {
6643 switch (appctx->st2) {
Willy Tarreau295a8372011-03-10 11:25:07 +01006644 case STAT_ST_INIT:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006645 appctx->ctx.table.proxy = appctx->ctx.table.target;
6646 if (!appctx->ctx.table.proxy)
6647 appctx->ctx.table.proxy = proxy;
Willy Tarreau69f58c82010-07-12 17:55:33 +02006648
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006649 appctx->ctx.table.entry = NULL;
6650 appctx->st2 = STAT_ST_INFO;
Willy Tarreau69f58c82010-07-12 17:55:33 +02006651 break;
6652
Willy Tarreau295a8372011-03-10 11:25:07 +01006653 case STAT_ST_INFO:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006654 if (!appctx->ctx.table.proxy ||
6655 (appctx->ctx.table.target &&
6656 appctx->ctx.table.proxy != appctx->ctx.table.target)) {
6657 appctx->st2 = STAT_ST_END;
Willy Tarreau69f58c82010-07-12 17:55:33 +02006658 break;
6659 }
6660
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006661 if (appctx->ctx.table.proxy->table.size) {
6662 if (show && !stats_dump_table_head_to_buffer(&trash, si, appctx->ctx.table.proxy,
6663 appctx->ctx.table.target))
Willy Tarreau69f58c82010-07-12 17:55:33 +02006664 return 0;
6665
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006666 if (appctx->ctx.table.target &&
Willy Tarreaud0d8da92015-04-04 02:10:38 +02006667 strm_li(s)->bind_conf->level >= ACCESS_LVL_OPER) {
Willy Tarreau69f58c82010-07-12 17:55:33 +02006668 /* dump entries only if table explicitly requested */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006669 eb = ebmb_first(&appctx->ctx.table.proxy->table.keys);
Willy Tarreau69f58c82010-07-12 17:55:33 +02006670 if (eb) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006671 appctx->ctx.table.entry = ebmb_entry(eb, struct stksess, key);
6672 appctx->ctx.table.entry->ref_cnt++;
6673 appctx->st2 = STAT_ST_LIST;
Willy Tarreau69f58c82010-07-12 17:55:33 +02006674 break;
6675 }
6676 }
6677 }
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006678 appctx->ctx.table.proxy = appctx->ctx.table.proxy->next;
Willy Tarreau69f58c82010-07-12 17:55:33 +02006679 break;
6680
Willy Tarreau295a8372011-03-10 11:25:07 +01006681 case STAT_ST_LIST:
Willy Tarreau44455022012-12-05 23:01:12 +01006682 skip_entry = 0;
Simon Hormanc88b8872011-06-15 15:18:49 +09006683
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006684 if (appctx->ctx.table.data_type >= 0) {
Willy Tarreau4f3f01f2010-07-18 11:46:20 +02006685 /* we're filtering on some data contents */
6686 void *ptr;
6687 long long data;
6688
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006689 dt = appctx->ctx.table.data_type;
6690 ptr = stktable_data_ptr(&appctx->ctx.table.proxy->table,
6691 appctx->ctx.table.entry,
Willy Tarreau4f3f01f2010-07-18 11:46:20 +02006692 dt);
6693
6694 data = 0;
6695 switch (stktable_data_types[dt].std_type) {
6696 case STD_T_SINT:
6697 data = stktable_data_cast(ptr, std_t_sint);
6698 break;
6699 case STD_T_UINT:
6700 data = stktable_data_cast(ptr, std_t_uint);
6701 break;
6702 case STD_T_ULL:
6703 data = stktable_data_cast(ptr, std_t_ull);
6704 break;
6705 case STD_T_FRQP:
6706 data = read_freq_ctr_period(&stktable_data_cast(ptr, std_t_frqp),
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006707 appctx->ctx.table.proxy->table.data_arg[dt].u);
Willy Tarreau4f3f01f2010-07-18 11:46:20 +02006708 break;
6709 }
6710
6711 /* skip the entry if the data does not match the test and the value */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006712 if ((data < appctx->ctx.table.value &&
6713 (appctx->ctx.table.data_op == STD_OP_EQ ||
6714 appctx->ctx.table.data_op == STD_OP_GT ||
6715 appctx->ctx.table.data_op == STD_OP_GE)) ||
6716 (data == appctx->ctx.table.value &&
6717 (appctx->ctx.table.data_op == STD_OP_NE ||
6718 appctx->ctx.table.data_op == STD_OP_GT ||
6719 appctx->ctx.table.data_op == STD_OP_LT)) ||
6720 (data > appctx->ctx.table.value &&
6721 (appctx->ctx.table.data_op == STD_OP_EQ ||
6722 appctx->ctx.table.data_op == STD_OP_LT ||
6723 appctx->ctx.table.data_op == STD_OP_LE)))
Willy Tarreau44455022012-12-05 23:01:12 +01006724 skip_entry = 1;
Willy Tarreau4f3f01f2010-07-18 11:46:20 +02006725 }
6726
Simon Hormanc88b8872011-06-15 15:18:49 +09006727 if (show && !skip_entry &&
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006728 !stats_dump_table_entry_to_buffer(&trash, si, appctx->ctx.table.proxy,
6729 appctx->ctx.table.entry))
Simon Hormand9366582011-06-15 15:18:45 +09006730 return 0;
Willy Tarreau69f58c82010-07-12 17:55:33 +02006731
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006732 appctx->ctx.table.entry->ref_cnt--;
Willy Tarreau69f58c82010-07-12 17:55:33 +02006733
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006734 eb = ebmb_next(&appctx->ctx.table.entry->key);
Willy Tarreau69f58c82010-07-12 17:55:33 +02006735 if (eb) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006736 struct stksess *old = appctx->ctx.table.entry;
6737 appctx->ctx.table.entry = ebmb_entry(eb, struct stksess, key);
Willy Tarreau8fa52f42012-01-09 11:50:03 +01006738 if (show)
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006739 stksess_kill_if_expired(&appctx->ctx.table.proxy->table, old);
6740 else if (!skip_entry && !appctx->ctx.table.entry->ref_cnt)
6741 stksess_kill(&appctx->ctx.table.proxy->table, old);
6742 appctx->ctx.table.entry->ref_cnt++;
Willy Tarreau69f58c82010-07-12 17:55:33 +02006743 break;
6744 }
6745
Simon Hormanc88b8872011-06-15 15:18:49 +09006746
6747 if (show)
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006748 stksess_kill_if_expired(&appctx->ctx.table.proxy->table, appctx->ctx.table.entry);
6749 else if (!skip_entry && !appctx->ctx.table.entry->ref_cnt)
6750 stksess_kill(&appctx->ctx.table.proxy->table, appctx->ctx.table.entry);
Simon Hormanc88b8872011-06-15 15:18:49 +09006751
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006752 appctx->ctx.table.proxy = appctx->ctx.table.proxy->next;
6753 appctx->st2 = STAT_ST_INFO;
Willy Tarreau69f58c82010-07-12 17:55:33 +02006754 break;
6755
Willy Tarreau295a8372011-03-10 11:25:07 +01006756 case STAT_ST_END:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006757 appctx->st2 = STAT_ST_FIN;
Willy Tarreau69f58c82010-07-12 17:55:33 +02006758 break;
6759 }
6760 }
6761 return 1;
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01006762}
6763
Willy Tarreaud426a182010-03-05 14:58:26 +01006764/* print a line of text buffer (limited to 70 bytes) to <out>. The format is :
Willy Tarreau74808cb2009-03-04 15:53:18 +01006765 * <2 spaces> <offset=5 digits> <space or plus> <space> <70 chars max> <\n>
6766 * which is 60 chars per line. Non-printable chars \t, \n, \r and \e are
6767 * encoded in C format. Other non-printable chars are encoded "\xHH". Original
6768 * lines are respected within the limit of 70 output chars. Lines that are
6769 * continuation of a previous truncated line begin with "+" instead of " "
6770 * after the offset. The new pointer is returned.
6771 */
Willy Tarreaud426a182010-03-05 14:58:26 +01006772static int dump_text_line(struct chunk *out, const char *buf, int bsize, int len,
6773 int *line, int ptr)
Willy Tarreau74808cb2009-03-04 15:53:18 +01006774{
6775 int end;
6776 unsigned char c;
6777
6778 end = out->len + 80;
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02006779 if (end > out->size)
Willy Tarreau74808cb2009-03-04 15:53:18 +01006780 return ptr;
6781
Willy Tarreau77804732012-10-29 16:14:26 +01006782 chunk_appendf(out, " %05d%c ", ptr, (ptr == *line) ? ' ' : '+');
Willy Tarreau74808cb2009-03-04 15:53:18 +01006783
Willy Tarreaud426a182010-03-05 14:58:26 +01006784 while (ptr < len && ptr < bsize) {
6785 c = buf[ptr];
Willy Tarreau787bbd92009-03-12 08:18:33 +01006786 if (isprint(c) && isascii(c) && c != '\\') {
Willy Tarreau74808cb2009-03-04 15:53:18 +01006787 if (out->len > end - 2)
6788 break;
6789 out->str[out->len++] = c;
Willy Tarreau787bbd92009-03-12 08:18:33 +01006790 } else if (c == '\t' || c == '\n' || c == '\r' || c == '\e' || c == '\\') {
Willy Tarreau74808cb2009-03-04 15:53:18 +01006791 if (out->len > end - 3)
6792 break;
6793 out->str[out->len++] = '\\';
6794 switch (c) {
6795 case '\t': c = 't'; break;
6796 case '\n': c = 'n'; break;
6797 case '\r': c = 'r'; break;
6798 case '\e': c = 'e'; break;
Willy Tarreau787bbd92009-03-12 08:18:33 +01006799 case '\\': c = '\\'; break;
Willy Tarreau74808cb2009-03-04 15:53:18 +01006800 }
6801 out->str[out->len++] = c;
6802 } else {
6803 if (out->len > end - 5)
6804 break;
6805 out->str[out->len++] = '\\';
6806 out->str[out->len++] = 'x';
6807 out->str[out->len++] = hextab[(c >> 4) & 0xF];
6808 out->str[out->len++] = hextab[c & 0xF];
6809 }
Willy Tarreaud426a182010-03-05 14:58:26 +01006810 if (buf[ptr++] == '\n') {
Willy Tarreau74808cb2009-03-04 15:53:18 +01006811 /* we had a line break, let's return now */
6812 out->str[out->len++] = '\n';
6813 *line = ptr;
6814 return ptr;
6815 }
6816 }
6817 /* we have an incomplete line, we return it as-is */
6818 out->str[out->len++] = '\n';
6819 return ptr;
6820}
6821
Baptiste Assmann3863f972015-05-17 00:33:24 +02006822/* This function dumps counters from all resolvers section and associated name servers.
6823 * It returns 0 if the output buffer is full and it needs
6824 * to be called again, otherwise non-zero.
6825 */
6826static int stats_dump_resolvers_to_buffer(struct stream_interface *si)
6827{
6828 struct appctx *appctx = __objt_appctx(si->end);
6829 struct dns_resolvers *presolvers;
6830 struct dns_nameserver *pnameserver;
6831
6832 chunk_reset(&trash);
6833
6834 switch (appctx->st2) {
6835 case STAT_ST_INIT:
6836 appctx->st2 = STAT_ST_LIST; /* let's start producing data */
6837 /* fall through */
6838
6839 case STAT_ST_LIST:
Andrew Hayworth68d05342015-10-02 20:33:01 +00006840 if (LIST_ISEMPTY(&dns_resolvers)) {
6841 chunk_appendf(&trash, "No resolvers found\n");
6842 }
6843 else {
6844 list_for_each_entry(presolvers, &dns_resolvers, list) {
6845 if (appctx->ctx.resolvers.ptr != NULL && appctx->ctx.resolvers.ptr != presolvers)
6846 continue;
6847
6848 chunk_appendf(&trash, "Resolvers section %s\n", presolvers->id);
6849 list_for_each_entry(pnameserver, &presolvers->nameserver_list, list) {
6850 chunk_appendf(&trash, " nameserver %s:\n", pnameserver->id);
6851 chunk_appendf(&trash, " sent: %ld\n", pnameserver->counters.sent);
6852 chunk_appendf(&trash, " valid: %ld\n", pnameserver->counters.valid);
6853 chunk_appendf(&trash, " update: %ld\n", pnameserver->counters.update);
6854 chunk_appendf(&trash, " cname: %ld\n", pnameserver->counters.cname);
6855 chunk_appendf(&trash, " cname_error: %ld\n", pnameserver->counters.cname_error);
6856 chunk_appendf(&trash, " any_err: %ld\n", pnameserver->counters.any_err);
6857 chunk_appendf(&trash, " nx: %ld\n", pnameserver->counters.nx);
6858 chunk_appendf(&trash, " timeout: %ld\n", pnameserver->counters.timeout);
6859 chunk_appendf(&trash, " refused: %ld\n", pnameserver->counters.refused);
6860 chunk_appendf(&trash, " other: %ld\n", pnameserver->counters.other);
6861 chunk_appendf(&trash, " invalid: %ld\n", pnameserver->counters.invalid);
6862 chunk_appendf(&trash, " too_big: %ld\n", pnameserver->counters.too_big);
6863 chunk_appendf(&trash, " truncated: %ld\n", pnameserver->counters.truncated);
6864 chunk_appendf(&trash, " outdated: %ld\n", pnameserver->counters.outdated);
6865 }
6866 }
Baptiste Assmann3863f972015-05-17 00:33:24 +02006867 }
6868
6869 /* display response */
6870 if (bi_putchk(si_ic(si), &trash) == -1) {
6871 /* let's try again later from this session. We add ourselves into
6872 * this session's users so that it can remove us upon termination.
6873 */
6874 si->flags |= SI_FL_WAIT_ROOM;
6875 return 0;
6876 }
6877
6878 appctx->st2 = STAT_ST_FIN;
6879 /* fall through */
6880
6881 default:
6882 appctx->st2 = STAT_ST_FIN;
6883 return 1;
6884 }
6885}
6886
Willy Tarreauf7bc57c2012-10-03 00:19:48 +02006887/* This function dumps all captured errors onto the stream interface's
Willy Tarreau306f8302013-07-08 15:53:06 +02006888 * read buffer. It returns 0 if the output buffer is full and it needs
Willy Tarreau5ec29ff2011-02-13 15:27:22 +01006889 * to be called again, otherwise non-zero.
Willy Tarreau74808cb2009-03-04 15:53:18 +01006890 */
Simon Horman9bd2c732011-06-15 15:18:44 +09006891static int stats_dump_errors_to_buffer(struct stream_interface *si)
Willy Tarreau74808cb2009-03-04 15:53:18 +01006892{
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006893 struct appctx *appctx = __objt_appctx(si->end);
Willy Tarreau74808cb2009-03-04 15:53:18 +01006894 extern const char *monthname[12];
Willy Tarreau74808cb2009-03-04 15:53:18 +01006895
Willy Tarreau2bb4a962014-11-28 11:11:05 +01006896 if (unlikely(si_ic(si)->flags & (CF_WRITE_ERROR|CF_SHUTW)))
Willy Tarreau61b34732009-10-03 23:49:35 +02006897 return 1;
Willy Tarreau74808cb2009-03-04 15:53:18 +01006898
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006899 chunk_reset(&trash);
Willy Tarreau74808cb2009-03-04 15:53:18 +01006900
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006901 if (!appctx->ctx.errors.px) {
Willy Tarreau74808cb2009-03-04 15:53:18 +01006902 /* the function had not been called yet, let's prepare the
6903 * buffer for a response.
6904 */
Willy Tarreau10479e42010-12-12 14:00:34 +01006905 struct tm tm;
6906
6907 get_localtime(date.tv_sec, &tm);
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006908 chunk_appendf(&trash, "Total events captured on [%02d/%s/%04d:%02d:%02d:%02d.%03d] : %u\n",
Willy Tarreau10479e42010-12-12 14:00:34 +01006909 tm.tm_mday, monthname[tm.tm_mon], tm.tm_year+1900,
6910 tm.tm_hour, tm.tm_min, tm.tm_sec, (int)(date.tv_usec/1000),
6911 error_snapshot_id);
6912
Willy Tarreau2bb4a962014-11-28 11:11:05 +01006913 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreau10479e42010-12-12 14:00:34 +01006914 /* Socket buffer full. Let's try again later from the same point */
Willy Tarreaufe127932015-04-21 19:23:39 +02006915 si_applet_cant_put(si);
Willy Tarreau10479e42010-12-12 14:00:34 +01006916 return 0;
6917 }
6918
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006919 appctx->ctx.errors.px = proxy;
6920 appctx->ctx.errors.buf = 0;
6921 appctx->ctx.errors.bol = 0;
6922 appctx->ctx.errors.ptr = -1;
Willy Tarreau74808cb2009-03-04 15:53:18 +01006923 }
6924
6925 /* we have two inner loops here, one for the proxy, the other one for
6926 * the buffer.
6927 */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006928 while (appctx->ctx.errors.px) {
Willy Tarreau74808cb2009-03-04 15:53:18 +01006929 struct error_snapshot *es;
6930
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006931 if (appctx->ctx.errors.buf == 0)
6932 es = &appctx->ctx.errors.px->invalid_req;
Willy Tarreau74808cb2009-03-04 15:53:18 +01006933 else
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006934 es = &appctx->ctx.errors.px->invalid_rep;
Willy Tarreau74808cb2009-03-04 15:53:18 +01006935
6936 if (!es->when.tv_sec)
6937 goto next;
6938
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006939 if (appctx->ctx.errors.iid >= 0 &&
6940 appctx->ctx.errors.px->uuid != appctx->ctx.errors.iid &&
6941 es->oe->uuid != appctx->ctx.errors.iid)
Willy Tarreau74808cb2009-03-04 15:53:18 +01006942 goto next;
6943
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006944 if (appctx->ctx.errors.ptr < 0) {
Willy Tarreau74808cb2009-03-04 15:53:18 +01006945 /* just print headers now */
6946
6947 char pn[INET6_ADDRSTRLEN];
6948 struct tm tm;
Willy Tarreaud04b1bc2012-05-08 11:03:10 +02006949 int port;
Willy Tarreau74808cb2009-03-04 15:53:18 +01006950
6951 get_localtime(es->when.tv_sec, &tm);
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006952 chunk_appendf(&trash, " \n[%02d/%s/%04d:%02d:%02d:%02d.%03d]",
Willy Tarreau74808cb2009-03-04 15:53:18 +01006953 tm.tm_mday, monthname[tm.tm_mon], tm.tm_year+1900,
Willy Tarreau1772ece2009-04-03 14:49:12 +02006954 tm.tm_hour, tm.tm_min, tm.tm_sec, (int)(es->when.tv_usec/1000));
Willy Tarreau74808cb2009-03-04 15:53:18 +01006955
Willy Tarreaud04b1bc2012-05-08 11:03:10 +02006956 switch (addr_to_str(&es->src, pn, sizeof(pn))) {
6957 case AF_INET:
6958 case AF_INET6:
6959 port = get_host_port(&es->src);
6960 break;
6961 default:
6962 port = 0;
6963 }
6964
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006965 switch (appctx->ctx.errors.buf) {
Willy Tarreau74808cb2009-03-04 15:53:18 +01006966 case 0:
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006967 chunk_appendf(&trash,
Willy Tarreau74808cb2009-03-04 15:53:18 +01006968 " frontend %s (#%d): invalid request\n"
Willy Tarreaud04b1bc2012-05-08 11:03:10 +02006969 " backend %s (#%d)",
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006970 appctx->ctx.errors.px->id, appctx->ctx.errors.px->uuid,
Willy Tarreaud04b1bc2012-05-08 11:03:10 +02006971 (es->oe->cap & PR_CAP_BE) ? es->oe->id : "<NONE>",
6972 (es->oe->cap & PR_CAP_BE) ? es->oe->uuid : -1);
Willy Tarreau74808cb2009-03-04 15:53:18 +01006973 break;
6974 case 1:
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006975 chunk_appendf(&trash,
Olivier Doucet08afdcb2014-09-08 11:23:00 +02006976 " backend %s (#%d): invalid response\n"
Willy Tarreaud04b1bc2012-05-08 11:03:10 +02006977 " frontend %s (#%d)",
Willy Tarreau7b4b4992013-12-01 09:15:12 +01006978 appctx->ctx.errors.px->id, appctx->ctx.errors.px->uuid,
Willy Tarreaud04b1bc2012-05-08 11:03:10 +02006979 es->oe->id, es->oe->uuid);
Willy Tarreau74808cb2009-03-04 15:53:18 +01006980 break;
6981 }
6982
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006983 chunk_appendf(&trash,
Willy Tarreaud04b1bc2012-05-08 11:03:10 +02006984 ", server %s (#%d), event #%u\n"
6985 " src %s:%d, session #%d, session flags 0x%08x\n"
6986 " HTTP msg state %d, msg flags 0x%08x, tx flags 0x%08x\n"
6987 " HTTP chunk len %lld bytes, HTTP body len %lld bytes\n"
6988 " buffer flags 0x%08x, out %d bytes, total %lld bytes\n"
6989 " pending %d bytes, wrapping at %d, error at position %d:\n \n",
6990 es->srv ? es->srv->id : "<NONE>", es->srv ? es->srv->puid : -1,
6991 es->ev_id,
6992 pn, port, es->sid, es->s_flags,
6993 es->state, es->m_flags, es->t_flags,
6994 es->m_clen, es->m_blen,
6995 es->b_flags, es->b_out, es->b_tot,
6996 es->len, es->b_wrap, es->pos);
6997
Willy Tarreau2bb4a962014-11-28 11:11:05 +01006998 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreau74808cb2009-03-04 15:53:18 +01006999 /* Socket buffer full. Let's try again later from the same point */
Willy Tarreaufe127932015-04-21 19:23:39 +02007000 si_applet_cant_put(si);
Willy Tarreau61b34732009-10-03 23:49:35 +02007001 return 0;
Willy Tarreau74808cb2009-03-04 15:53:18 +01007002 }
Willy Tarreau7b4b4992013-12-01 09:15:12 +01007003 appctx->ctx.errors.ptr = 0;
7004 appctx->ctx.errors.sid = es->sid;
Willy Tarreau74808cb2009-03-04 15:53:18 +01007005 }
7006
Willy Tarreau7b4b4992013-12-01 09:15:12 +01007007 if (appctx->ctx.errors.sid != es->sid) {
Willy Tarreau74808cb2009-03-04 15:53:18 +01007008 /* the snapshot changed while we were dumping it */
Willy Tarreau19d14ef2012-10-29 16:51:55 +01007009 chunk_appendf(&trash,
Willy Tarreau74808cb2009-03-04 15:53:18 +01007010 " WARNING! update detected on this snapshot, dump interrupted. Please re-check!\n");
Willy Tarreaubc18da12015-03-13 14:00:47 +01007011 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreaufe127932015-04-21 19:23:39 +02007012 si_applet_cant_put(si);
Willy Tarreau61b34732009-10-03 23:49:35 +02007013 return 0;
Willy Tarreaubc18da12015-03-13 14:00:47 +01007014 }
Willy Tarreau74808cb2009-03-04 15:53:18 +01007015 goto next;
7016 }
7017
7018 /* OK, ptr >= 0, so we have to dump the current line */
Willy Tarreauf3764b72016-03-31 13:45:10 +02007019 while (es->buf && appctx->ctx.errors.ptr < es->len && appctx->ctx.errors.ptr < global.tune.bufsize) {
Willy Tarreau74808cb2009-03-04 15:53:18 +01007020 int newptr;
7021 int newline;
7022
Willy Tarreau7b4b4992013-12-01 09:15:12 +01007023 newline = appctx->ctx.errors.bol;
Willy Tarreauf3764b72016-03-31 13:45:10 +02007024 newptr = dump_text_line(&trash, es->buf, global.tune.bufsize, es->len, &newline, appctx->ctx.errors.ptr);
Willy Tarreau7b4b4992013-12-01 09:15:12 +01007025 if (newptr == appctx->ctx.errors.ptr)
Willy Tarreau61b34732009-10-03 23:49:35 +02007026 return 0;
Willy Tarreau74808cb2009-03-04 15:53:18 +01007027
Willy Tarreau2bb4a962014-11-28 11:11:05 +01007028 if (bi_putchk(si_ic(si), &trash) == -1) {
Willy Tarreau74808cb2009-03-04 15:53:18 +01007029 /* Socket buffer full. Let's try again later from the same point */
Willy Tarreaufe127932015-04-21 19:23:39 +02007030 si_applet_cant_put(si);
Willy Tarreau61b34732009-10-03 23:49:35 +02007031 return 0;
Willy Tarreau74808cb2009-03-04 15:53:18 +01007032 }
Willy Tarreau7b4b4992013-12-01 09:15:12 +01007033 appctx->ctx.errors.ptr = newptr;
7034 appctx->ctx.errors.bol = newline;
Willy Tarreau74808cb2009-03-04 15:53:18 +01007035 };
7036 next:
Willy Tarreau7b4b4992013-12-01 09:15:12 +01007037 appctx->ctx.errors.bol = 0;
7038 appctx->ctx.errors.ptr = -1;
7039 appctx->ctx.errors.buf++;
7040 if (appctx->ctx.errors.buf > 1) {
7041 appctx->ctx.errors.buf = 0;
7042 appctx->ctx.errors.px = appctx->ctx.errors.px->next;
Willy Tarreau74808cb2009-03-04 15:53:18 +01007043 }
Willy Tarreauae795722016-02-16 11:27:28 +01007044 }
7045
7046 /* dump complete */
7047 return 1;
7048}
7049
7050/* This function dumps all environmnent variables to the buffer. It returns 0
7051 * if the output buffer is full and it needs to be called again, otherwise
7052 * non-zero. Dumps only one entry if st2 == STAT_ST_END.
7053 */
7054static int stats_dump_env_to_buffer(struct stream_interface *si)
7055{
7056 struct appctx *appctx = __objt_appctx(si->end);
7057
7058 if (unlikely(si_ic(si)->flags & (CF_WRITE_ERROR|CF_SHUTW)))
7059 return 1;
7060
7061 chunk_reset(&trash);
7062
7063 /* we have two inner loops here, one for the proxy, the other one for
7064 * the buffer.
7065 */
7066 while (*appctx->ctx.env.var) {
7067 chunk_printf(&trash, "%s\n", *appctx->ctx.env.var);
7068
7069 if (bi_putchk(si_ic(si), &trash) == -1) {
7070 si_applet_cant_put(si);
7071 return 0;
7072 }
7073 if (appctx->st2 == STAT_ST_END)
7074 break;
7075 appctx->ctx.env.var++;
Willy Tarreau74808cb2009-03-04 15:53:18 +01007076 }
7077
7078 /* dump complete */
Willy Tarreau61b34732009-10-03 23:49:35 +02007079 return 1;
Willy Tarreau74808cb2009-03-04 15:53:18 +01007080}
7081
Willy Tarreaud5781202012-09-22 19:32:35 +02007082/* parse the "level" argument on the bind lines */
7083static int bind_parse_level(char **args, int cur_arg, struct proxy *px, struct bind_conf *conf, char **err)
7084{
7085 if (!*args[cur_arg + 1]) {
7086 memprintf(err, "'%s' : missing level", args[cur_arg]);
7087 return ERR_ALERT | ERR_FATAL;
7088 }
7089
7090 if (!strcmp(args[cur_arg+1], "user"))
7091 conf->level = ACCESS_LVL_USER;
7092 else if (!strcmp(args[cur_arg+1], "operator"))
7093 conf->level = ACCESS_LVL_OPER;
7094 else if (!strcmp(args[cur_arg+1], "admin"))
7095 conf->level = ACCESS_LVL_ADMIN;
7096 else {
7097 memprintf(err, "'%s' only supports 'user', 'operator', and 'admin' (got '%s')",
7098 args[cur_arg], args[cur_arg+1]);
7099 return ERR_ALERT | ERR_FATAL;
7100 }
7101
7102 return 0;
7103}
7104
Willy Tarreau30576452015-04-13 13:50:30 +02007105struct applet http_stats_applet = {
Willy Tarreau3fdb3662012-11-12 00:42:33 +01007106 .obj_type = OBJ_TYPE_APPLET,
Willy Tarreaub24281b2011-02-13 13:16:36 +01007107 .name = "<STATS>", /* used for logging */
7108 .fct = http_stats_io_handler,
Aman Gupta9a13e842012-04-02 18:57:53 -07007109 .release = NULL,
Willy Tarreaub24281b2011-02-13 13:16:36 +01007110};
7111
Willy Tarreau30576452015-04-13 13:50:30 +02007112static struct applet cli_applet = {
Willy Tarreau3fdb3662012-11-12 00:42:33 +01007113 .obj_type = OBJ_TYPE_APPLET,
Willy Tarreaub24281b2011-02-13 13:16:36 +01007114 .name = "<CLI>", /* used for logging */
7115 .fct = cli_io_handler,
Willy Tarreau5f9a8772012-11-26 02:22:40 +01007116 .release = cli_release_handler,
Willy Tarreaub24281b2011-02-13 13:16:36 +01007117};
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01007118
Willy Tarreaudc13c112013-06-21 23:16:39 +02007119static struct cfg_kw_list cfg_kws = {ILH, {
Willy Tarreau10522fd2008-07-09 20:12:41 +02007120 { CFG_GLOBAL, "stats", stats_parse_global },
7121 { 0, NULL, NULL },
7122}};
7123
Willy Tarreaud5781202012-09-22 19:32:35 +02007124static struct bind_kw_list bind_kws = { "STAT", { }, {
7125 { "level", bind_parse_level, 1 }, /* set the unix socket admin level */
7126 { NULL, NULL, 0 },
7127}};
7128
Willy Tarreau10522fd2008-07-09 20:12:41 +02007129__attribute__((constructor))
7130static void __dumpstats_module_init(void)
7131{
7132 cfg_register_keywords(&cfg_kws);
Willy Tarreaud5781202012-09-22 19:32:35 +02007133 bind_register_keywords(&bind_kws);
Willy Tarreau10522fd2008-07-09 20:12:41 +02007134}
7135
Willy Tarreau91861262007-10-17 17:06:05 +02007136/*
7137 * Local variables:
7138 * c-indent-level: 8
7139 * c-basic-offset: 8
7140 * End:
7141 */