blob: c8b60a61bb712110695fa371f6c8cdd165442574 [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 Tarreaueb472682010-05-28 18:46:57 +02004 * Copyright 2000-2010 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>
Simon Horman17bce342011-06-15 15:18:47 +090017#include <stdbool.h>
Willy Tarreau91861262007-10-17 17:06:05 +020018#include <stdio.h>
19#include <stdlib.h>
20#include <string.h>
Willy Tarreaufbee7132007-10-18 13:53:22 +020021#include <pwd.h>
22#include <grp.h>
Willy Tarreau91861262007-10-17 17:06:05 +020023
24#include <sys/socket.h>
25#include <sys/stat.h>
26#include <sys/types.h>
27
Willy Tarreau10522fd2008-07-09 20:12:41 +020028#include <common/cfgparse.h>
Willy Tarreau91861262007-10-17 17:06:05 +020029#include <common/compat.h>
30#include <common/config.h>
31#include <common/debug.h>
32#include <common/memory.h>
33#include <common/mini-clist.h>
34#include <common/standard.h>
Willy Tarreau0c303ee2008-07-07 00:09:58 +020035#include <common/ticks.h>
Willy Tarreau91861262007-10-17 17:06:05 +020036#include <common/time.h>
37#include <common/uri_auth.h>
38#include <common/version.h>
39
Willy Tarreau91861262007-10-17 17:06:05 +020040#include <types/global.h>
Willy Tarreau91861262007-10-17 17:06:05 +020041
42#include <proto/backend.h>
Willy Tarreauc7e42382012-08-24 19:22:53 +020043#include <proto/channel.h>
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +020044#include <proto/checks.h>
Willy Tarreau91861262007-10-17 17:06:05 +020045#include <proto/dumpstats.h>
46#include <proto/fd.h>
Willy Tarreau7f062c42009-03-05 18:43:00 +010047#include <proto/freq_ctr.h>
Willy Tarreaueb472682010-05-28 18:46:57 +020048#include <proto/log.h>
Willy Tarreaua206fa92009-01-25 14:02:00 +010049#include <proto/pipe.h>
Willy Tarreaud1d54542012-09-12 22:58:11 +020050#include <proto/listener.h>
Willy Tarreaufbee7132007-10-18 13:53:22 +020051#include <proto/proto_uxst.h>
Willy Tarreau89a63132009-08-16 17:41:45 +020052#include <proto/proxy.h>
Willy Tarreau91861262007-10-17 17:06:05 +020053#include <proto/session.h>
Krzysztof Oledzki85130942007-10-22 16:21:10 +020054#include <proto/server.h>
Willy Tarreau75bf2c92012-08-20 17:01:35 +020055#include <proto/raw_sock.h>
Willy Tarreaudded32d2008-11-30 19:48:07 +010056#include <proto/stream_interface.h>
Willy Tarreau4726f532009-03-07 17:25:21 +010057#include <proto/task.h>
Willy Tarreau91861262007-10-17 17:06:05 +020058
Simon Horman9bd2c732011-06-15 15:18:44 +090059static int stats_dump_raw_to_buffer(struct stream_interface *si);
60static int stats_dump_full_sess_to_buffer(struct stream_interface *si);
61static int stats_dump_sess_to_buffer(struct stream_interface *si);
62static int stats_dump_errors_to_buffer(struct stream_interface *si);
Simon Hormanc88b8872011-06-15 15:18:49 +090063static int stats_table_request(struct stream_interface *si, bool show);
Simon Horman9bd2c732011-06-15 15:18:44 +090064static int stats_dump_proxy(struct stream_interface *si, struct proxy *px, struct uri_auth *uri);
65static int stats_dump_http(struct stream_interface *si, struct uri_auth *uri);
66
67static struct si_applet cli_applet;
68
69static const char stats_sock_usage_msg[] =
Krzysztof Piotr Oledzki719e7262009-10-04 15:02:46 +020070 "Unknown command. Please enter one of the following commands only :\n"
Willy Tarreau2f6bf2b2009-10-10 15:26:26 +020071 " clear counters : clear max statistics counters (add 'all' for all counters)\n"
Willy Tarreau88ee3972010-07-13 13:48:00 +020072 " clear table : remove an entry from a table\n"
Krzysztof Piotr Oledzki719e7262009-10-04 15:02:46 +020073 " help : this message\n"
74 " prompt : toggle interactive mode with prompt\n"
75 " quit : disconnect\n"
76 " show info : report information about the running process\n"
77 " show stat : report counters for each proxy and server\n"
78 " show errors : report last request and response errors for each proxy\n"
Willy Tarreau66dc20a2010-03-05 17:53:32 +010079 " show sess [id] : report the list of current sessions or dump this session\n"
Willy Tarreau69f58c82010-07-12 17:55:33 +020080 " show table [id]: report table usage stats or dump this table's contents\n"
Willy Tarreau38338fa2009-10-10 18:37:29 +020081 " get weight : report a server's current weight\n"
Willy Tarreau4483d432009-10-10 19:30:08 +020082 " set weight : change a server's weight\n"
Willy Tarreau654694e2012-06-07 01:03:16 +020083 " set table [id] : update or create a table entry's data\n"
Willy Tarreau7aabd112010-01-26 10:59:06 +010084 " set timeout : change a timeout setting\n"
Willy Tarreau2a0f4d22011-08-02 11:49:05 +020085 " set maxconn : change a maxconn setting\n"
Willy Tarreauf5b22872011-09-07 16:13:44 +020086 " set rate-limit : change a rate limiting value\n"
Willy Tarreaua295edc2011-09-07 23:21:03 +020087 " disable : put a server or frontend in maintenance mode\n"
88 " enable : re-enable a server or frontend which is in maintenance mode\n"
89 " shutdown : kill a session or a frontend (eg:to release listening ports)\n"
Willy Tarreau9a42c0d2009-09-22 19:31:03 +020090 "";
Willy Tarreau5ca791d2009-08-16 19:06:42 +020091
Simon Horman9bd2c732011-06-15 15:18:44 +090092static const char stats_permission_denied_msg[] =
Willy Tarreau6162db22009-10-10 17:13:00 +020093 "Permission denied\n"
94 "";
95
Willy Tarreau295a8372011-03-10 11:25:07 +010096/* data transmission states for the stats responses */
97enum {
98 STAT_ST_INIT = 0,
99 STAT_ST_HEAD,
100 STAT_ST_INFO,
101 STAT_ST_LIST,
102 STAT_ST_END,
103 STAT_ST_FIN,
104};
105
106/* data transmission states for the stats responses inside a proxy */
107enum {
108 STAT_PX_ST_INIT = 0,
109 STAT_PX_ST_TH,
110 STAT_PX_ST_FE,
111 STAT_PX_ST_LI,
112 STAT_PX_ST_SV,
113 STAT_PX_ST_BE,
114 STAT_PX_ST_END,
115 STAT_PX_ST_FIN,
116};
117
Cyril Bonté19979e12012-04-04 12:57:21 +0200118extern const char *stat_status_codes[];
119
Willy Tarreaudecd14d2010-06-01 18:03:19 +0200120/* This function is called from the session-level accept() in order to instanciate
Willy Tarreaueb472682010-05-28 18:46:57 +0200121 * a new stats socket. It returns a positive value upon success, 0 if the connection
122 * needs to be closed and ignored, or a negative value upon critical failure.
123 */
Simon Horman9bd2c732011-06-15 15:18:44 +0900124static int stats_accept(struct session *s)
Willy Tarreaueb472682010-05-28 18:46:57 +0200125{
Willy Tarreaudecd14d2010-06-01 18:03:19 +0200126 /* we have a dedicated I/O handler for the stats */
Willy Tarreaub24281b2011-02-13 13:16:36 +0100127 stream_int_register_handler(&s->si[1], &cli_applet);
Willy Tarreau3cefd522012-08-30 15:49:18 +0200128 copy_target(&s->target, &s->si[1].conn.target); // for logging only
Willy Tarreau94981132012-05-21 17:09:48 +0200129 s->si[1].conn.data_ctx = s;
Willy Tarreaubc4af052011-02-13 13:25:14 +0100130 s->si[1].applet.st1 = 0;
131 s->si[1].applet.st0 = STAT_CLI_INIT;
Willy Tarreaueb472682010-05-28 18:46:57 +0200132
Willy Tarreaudecd14d2010-06-01 18:03:19 +0200133 tv_zero(&s->logs.tv_request);
134 s->logs.t_queue = 0;
135 s->logs.t_connect = 0;
136 s->logs.t_data = 0;
137 s->logs.t_close = 0;
138 s->logs.bytes_in = s->logs.bytes_out = 0;
139 s->logs.prx_queue_size = 0; /* we get the number of pending conns before us */
140 s->logs.srv_queue_size = 0; /* we will get this number soon */
Willy Tarreaueb472682010-05-28 18:46:57 +0200141
Willy Tarreau03cdb7c2012-08-27 23:14:58 +0200142 s->req->flags |= CF_READ_DONTWAIT; /* we plan to read small requests */
Willy Tarreaueb472682010-05-28 18:46:57 +0200143
Willy Tarreaudecd14d2010-06-01 18:03:19 +0200144 if (s->listener->timeout) {
145 s->req->rto = *s->listener->timeout;
146 s->rep->wto = *s->listener->timeout;
Willy Tarreaueb472682010-05-28 18:46:57 +0200147 }
Willy Tarreaueb472682010-05-28 18:46:57 +0200148 return 1;
Willy Tarreaueb472682010-05-28 18:46:57 +0200149}
150
Willy Tarreau07e9e642010-08-17 21:48:17 +0200151/* allocate a new stats frontend named <name>, and return it
152 * (or NULL in case of lack of memory).
153 */
Willy Tarreaua020fbd2012-09-18 20:05:00 +0200154static struct proxy *alloc_stats_fe(const char *name, const char *file, int line)
Willy Tarreau07e9e642010-08-17 21:48:17 +0200155{
156 struct proxy *fe;
157
158 fe = (struct proxy *)calloc(1, sizeof(struct proxy));
159 if (!fe)
160 return NULL;
161
Willy Tarreau237250c2011-07-29 01:49:03 +0200162 init_new_proxy(fe);
Willy Tarreau07e9e642010-08-17 21:48:17 +0200163
164 fe->last_change = now.tv_sec;
165 fe->id = strdup("GLOBAL");
166 fe->cap = PR_CAP_FE;
Willy Tarreauc2adf8b2011-09-07 12:13:34 +0200167 fe->maxconn = 10; /* default to 10 concurrent connections */
168 fe->timeout.client = MS_TO_TICKS(10000); /* default timeout of 10 seconds */
Willy Tarreaua020fbd2012-09-18 20:05:00 +0200169 fe->conf.file = strdup(file);
170 fe->conf.line = line;
Willy Tarreauc53d4222012-09-20 20:19:28 +0200171 fe->accept = stats_accept;
Willy Tarreau07e9e642010-08-17 21:48:17 +0200172 return fe;
173}
174
Willy Tarreaufbee7132007-10-18 13:53:22 +0200175/* This function parses a "stats" statement in the "global" section. It returns
Willy Tarreau0a3dd742012-05-08 19:47:01 +0200176 * -1 if there is any error, otherwise zero. If it returns -1, it will write an
177 * error message into the <err> buffer which will be preallocated. The trailing
178 * '\n' must not be written. The function must be called with <args> pointing to
179 * the first word after "stats".
Willy Tarreaufbee7132007-10-18 13:53:22 +0200180 */
Willy Tarreau10522fd2008-07-09 20:12:41 +0200181static int stats_parse_global(char **args, int section_type, struct proxy *curpx,
Willy Tarreau28a47d62012-09-18 20:02:48 +0200182 struct proxy *defpx, const char *file, int line,
183 char **err)
Willy Tarreaufbee7132007-10-18 13:53:22 +0200184{
Willy Tarreau4348fad2012-09-20 16:48:07 +0200185 struct bind_conf *bind_conf;
Willy Tarreauc53d4222012-09-20 20:19:28 +0200186 struct listener *l;
Willy Tarreau4348fad2012-09-20 16:48:07 +0200187
Willy Tarreau0a3dd742012-05-08 19:47:01 +0200188 if (!strcmp(args[1], "socket")) {
Willy Tarreaufbee7132007-10-18 13:53:22 +0200189 int cur_arg;
190
Willy Tarreau0a3dd742012-05-08 19:47:01 +0200191 if (*args[2] == 0) {
Willy Tarreauc53d4222012-09-20 20:19:28 +0200192 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 +0200193 return -1;
194 }
195
Willy Tarreau89a63132009-08-16 17:41:45 +0200196 if (!global.stats_fe) {
Willy Tarreaua020fbd2012-09-18 20:05:00 +0200197 if ((global.stats_fe = alloc_stats_fe("GLOBAL", file, line)) == NULL) {
Willy Tarreau0a3dd742012-05-08 19:47:01 +0200198 memprintf(err, "'%s %s' : out of memory trying to allocate a frontend", args[0], args[1]);
Willy Tarreau89a63132009-08-16 17:41:45 +0200199 return -1;
200 }
Willy Tarreau89a63132009-08-16 17:41:45 +0200201 }
202
Willy Tarreau4348fad2012-09-20 16:48:07 +0200203 bind_conf = bind_conf_alloc(&global.stats_fe->conf.bind, file, line, args[2]);
Willy Tarreau290e63a2012-09-20 18:07:14 +0200204 bind_conf->level = ACCESS_LVL_OPER; /* default access level */
Willy Tarreau4348fad2012-09-20 16:48:07 +0200205
Willy Tarreauc53d4222012-09-20 20:19:28 +0200206 if (!str2listener(args[2], global.stats_fe, bind_conf, file, line, err)) {
207 memprintf(err, "parsing [%s:%d] : '%s %s' : %s\n",
208 file, line, args[0], args[1], err && *err ? *err : "error");
209 return -1;
210 }
Willy Tarreaufbee7132007-10-18 13:53:22 +0200211
Willy Tarreau0a3dd742012-05-08 19:47:01 +0200212 cur_arg = 3;
Willy Tarreaufbee7132007-10-18 13:53:22 +0200213 while (*args[cur_arg]) {
Willy Tarreaud5781202012-09-22 19:32:35 +0200214 static int bind_dumped;
215 struct bind_kw *kw;
216
217 kw = bind_find_kw(args[cur_arg]);
218 if (kw) {
219 if (!kw->parse) {
220 memprintf(err, "'%s %s' : '%s' option is not implemented in this version (check build options).",
221 args[0], args[1], args[cur_arg]);
Willy Tarreaufbee7132007-10-18 13:53:22 +0200222 return -1;
223 }
Willy Tarreaud5781202012-09-22 19:32:35 +0200224
225 if (kw->parse(args, cur_arg, curpx, bind_conf, err) != 0) {
226 if (err && *err)
227 memprintf(err, "'%s %s' : '%s'", args[0], args[1], *err);
228 else
229 memprintf(err, "'%s %s' : error encountered while processing '%s'",
230 args[0], args[1], args[cur_arg]);
Willy Tarreau6162db22009-10-10 17:13:00 +0200231 return -1;
232 }
Willy Tarreaud5781202012-09-22 19:32:35 +0200233
234 cur_arg += 1 + kw->skip;
235 continue;
Willy Tarreau6162db22009-10-10 17:13:00 +0200236 }
Willy Tarreaud5781202012-09-22 19:32:35 +0200237
238 if (!bind_dumped) {
239 bind_dump_kws(err);
240 indent_msg(err, 4);
241 bind_dumped = 1;
Willy Tarreaufbee7132007-10-18 13:53:22 +0200242 }
Willy Tarreaud5781202012-09-22 19:32:35 +0200243
244 memprintf(err, "'%s %s' : unknown keyword '%s'.%s%s",
245 args[0], args[1], args[cur_arg],
246 err && *err ? " Registered keywords :" : "", err && *err ? *err : "");
247 return -1;
Willy Tarreaufbee7132007-10-18 13:53:22 +0200248 }
Willy Tarreaub1356cf2008-12-07 16:06:43 +0100249
Willy Tarreauc53d4222012-09-20 20:19:28 +0200250 list_for_each_entry(l, &bind_conf->listeners, by_bind) {
251 l->maxconn = global.stats_fe->maxconn;
252 l->backlog = global.stats_fe->backlog;
253 l->timeout = &global.stats_fe->timeout.client;
254 l->accept = session_accept;
255 l->handler = process_session;
256 l->options |= LI_O_UNLIMITED; /* don't make the peers subject to global limits */
257 l->nice = -64; /* we want to boost priority for local stats */
258 global.maxsock += l->maxconn;
259 }
Willy Tarreaufbee7132007-10-18 13:53:22 +0200260 }
Willy Tarreau0a3dd742012-05-08 19:47:01 +0200261 else if (!strcmp(args[1], "timeout")) {
Willy Tarreaub3f32f52007-12-02 22:15:14 +0100262 unsigned timeout;
Willy Tarreau0a3dd742012-05-08 19:47:01 +0200263 const char *res = parse_time_err(args[2], &timeout, TIME_UNIT_MS);
Willy Tarreaub3f32f52007-12-02 22:15:14 +0100264
265 if (res) {
Willy Tarreau0a3dd742012-05-08 19:47:01 +0200266 memprintf(err, "'%s %s' : unexpected character '%c'", args[0], args[1], *res);
Willy Tarreaub3f32f52007-12-02 22:15:14 +0100267 return -1;
268 }
Willy Tarreaufbee7132007-10-18 13:53:22 +0200269
Willy Tarreaub3f32f52007-12-02 22:15:14 +0100270 if (!timeout) {
Willy Tarreau0a3dd742012-05-08 19:47:01 +0200271 memprintf(err, "'%s %s' expects a positive value", args[0], args[1]);
Willy Tarreaufbee7132007-10-18 13:53:22 +0200272 return -1;
273 }
Willy Tarreau07e9e642010-08-17 21:48:17 +0200274 if (!global.stats_fe) {
Willy Tarreaua020fbd2012-09-18 20:05:00 +0200275 if ((global.stats_fe = alloc_stats_fe("GLOBAL", file, line)) == NULL) {
Willy Tarreau0a3dd742012-05-08 19:47:01 +0200276 memprintf(err, "'%s %s' : out of memory trying to allocate a frontend", args[0], args[1]);
Willy Tarreau07e9e642010-08-17 21:48:17 +0200277 return -1;
278 }
279 }
Willy Tarreau89a63132009-08-16 17:41:45 +0200280 global.stats_fe->timeout.client = MS_TO_TICKS(timeout);
Willy Tarreaufbee7132007-10-18 13:53:22 +0200281 }
Willy Tarreau0a3dd742012-05-08 19:47:01 +0200282 else if (!strcmp(args[1], "maxconn")) {
283 int maxconn = atol(args[2]);
Willy Tarreaufbee7132007-10-18 13:53:22 +0200284
285 if (maxconn <= 0) {
Willy Tarreau0a3dd742012-05-08 19:47:01 +0200286 memprintf(err, "'%s %s' expects a positive value", args[0], args[1]);
Willy Tarreaufbee7132007-10-18 13:53:22 +0200287 return -1;
288 }
Willy Tarreauc2adf8b2011-09-07 12:13:34 +0200289
290 if (!global.stats_fe) {
Willy Tarreaua020fbd2012-09-18 20:05:00 +0200291 if ((global.stats_fe = alloc_stats_fe("GLOBAL", file, line)) == NULL) {
Willy Tarreau0a3dd742012-05-08 19:47:01 +0200292 memprintf(err, "'%s %s' : out of memory trying to allocate a frontend", args[0], args[1]);
Willy Tarreauc2adf8b2011-09-07 12:13:34 +0200293 return -1;
294 }
295 }
296 global.stats_fe->maxconn = maxconn;
Willy Tarreaufbee7132007-10-18 13:53:22 +0200297 }
298 else {
Willy Tarreau0a3dd742012-05-08 19:47:01 +0200299 memprintf(err, "'%s' only supports 'socket', 'maxconn' and 'timeout' (got '%s')", args[0], args[1]);
Willy Tarreaufbee7132007-10-18 13:53:22 +0200300 return -1;
301 }
302 return 0;
303}
304
Simon Horman9bd2c732011-06-15 15:18:44 +0900305static int print_csv_header(struct chunk *msg)
Willy Tarreau4bab24d2007-11-30 18:16:29 +0100306{
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +0200307 return chunk_printf(msg,
Willy Tarreau4bab24d2007-11-30 18:16:29 +0100308 "# pxname,svname,"
309 "qcur,qmax,"
310 "scur,smax,slim,stot,"
311 "bin,bout,"
312 "dreq,dresp,"
313 "ereq,econ,eresp,"
314 "wretr,wredis,"
315 "status,weight,act,bck,"
316 "chkfail,chkdown,lastchg,downtime,qlimit,"
Willy Tarreau8f208ec2009-05-10 19:01:49 +0200317 "pid,iid,sid,throttle,lbtot,tracked,type,"
318 "rate,rate_lim,rate_max,"
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +0200319 "check_status,check_code,check_duration,"
Krzysztof Piotr Oledzki97f07b82009-12-15 22:31:24 +0100320 "hrsp_1xx,hrsp_2xx,hrsp_3xx,hrsp_4xx,hrsp_5xx,hrsp_other,hanafail,"
Willy Tarreauae526782010-03-04 20:34:23 +0100321 "req_rate,req_rate_max,req_tot,"
322 "cli_abrt,srv_abrt,"
Willy Tarreau4bab24d2007-11-30 18:16:29 +0100323 "\n");
324}
325
Simon Hormand9366582011-06-15 15:18:45 +0900326/* print a string of text buffer to <out>. The format is :
327 * Non-printable chars \t, \n, \r and \e are * encoded in C format.
328 * Other non-printable chars are encoded "\xHH". Space and '\' are also escaped.
329 * Print stopped if null char or <bsize> is reached, or if no more place in the chunk.
330 */
331static int dump_text(struct chunk *out, const char *buf, int bsize)
332{
333 unsigned char c;
334 int ptr = 0;
335
336 while (buf[ptr] && ptr < bsize) {
337 c = buf[ptr];
338 if (isprint(c) && isascii(c) && c != '\\' && c != ' ') {
339 if (out->len > out->size - 1)
340 break;
341 out->str[out->len++] = c;
342 }
343 else if (c == '\t' || c == '\n' || c == '\r' || c == '\e' || c == '\\' || c == ' ') {
344 if (out->len > out->size - 2)
345 break;
346 out->str[out->len++] = '\\';
347 switch (c) {
348 case ' ': c = ' '; break;
349 case '\t': c = 't'; break;
350 case '\n': c = 'n'; break;
351 case '\r': c = 'r'; break;
352 case '\e': c = 'e'; break;
353 case '\\': c = '\\'; break;
354 }
355 out->str[out->len++] = c;
356 }
357 else {
358 if (out->len > out->size - 4)
359 break;
360 out->str[out->len++] = '\\';
361 out->str[out->len++] = 'x';
362 out->str[out->len++] = hextab[(c >> 4) & 0xF];
363 out->str[out->len++] = hextab[c & 0xF];
364 }
365 ptr++;
366 }
367
368 return ptr;
369}
370
371/* print a buffer in hexa.
372 * Print stopped if <bsize> is reached, or if no more place in the chunk.
373 */
374static int dump_binary(struct chunk *out, const char *buf, int bsize)
375{
376 unsigned char c;
377 int ptr = 0;
378
379 while (ptr < bsize) {
380 c = buf[ptr];
381
382 if (out->len > out->size - 2)
383 break;
384 out->str[out->len++] = hextab[(c >> 4) & 0xF];
385 out->str[out->len++] = hextab[c & 0xF];
386
387 ptr++;
388 }
389 return ptr;
390}
391
392/* Dump the status of a table to a stream interface's
393 * read buffer. It returns 0 if the output buffer is full
394 * and needs to be called again, otherwise non-zero.
395 */
396static int stats_dump_table_head_to_buffer(struct chunk *msg, struct stream_interface *si,
397 struct proxy *proxy, struct proxy *target)
398{
Willy Tarreau94981132012-05-21 17:09:48 +0200399 struct session *s = si->conn.data_ctx;
Simon Hormand9366582011-06-15 15:18:45 +0900400
401 chunk_printf(msg, "# table: %s, type: %s, size:%d, used:%d\n",
402 proxy->id, stktable_types[proxy->table.type].kw, proxy->table.size, proxy->table.current);
403
404 /* any other information should be dumped here */
405
Willy Tarreau290e63a2012-09-20 18:07:14 +0200406 if (target && s->listener->bind_conf->level < ACCESS_LVL_OPER)
Simon Hormand9366582011-06-15 15:18:45 +0900407 chunk_printf(msg, "# contents not dumped due to insufficient privileges\n");
408
Willy Tarreau9dab5fc2012-05-07 11:56:55 +0200409 if (bi_putchk(si->ib, msg) == -1)
Simon Hormand9366582011-06-15 15:18:45 +0900410 return 0;
411
412 return 1;
413}
414
415/* Dump the a table entry to a stream interface's
416 * read buffer. It returns 0 if the output buffer is full
417 * and needs to be called again, otherwise non-zero.
418 */
419static int stats_dump_table_entry_to_buffer(struct chunk *msg, struct stream_interface *si,
420 struct proxy *proxy, struct stksess *entry)
421{
422 int dt;
423
424 chunk_printf(msg, "%p:", entry);
425
426 if (proxy->table.type == STKTABLE_TYPE_IP) {
427 char addr[INET_ADDRSTRLEN];
428 inet_ntop(AF_INET, (const void *)&entry->key.key, addr, sizeof(addr));
429 chunk_printf(msg, " key=%s", addr);
430 }
431 else if (proxy->table.type == STKTABLE_TYPE_IPV6) {
432 char addr[INET6_ADDRSTRLEN];
433 inet_ntop(AF_INET6, (const void *)&entry->key.key, addr, sizeof(addr));
434 chunk_printf(msg, " key=%s", addr);
435 }
436 else if (proxy->table.type == STKTABLE_TYPE_INTEGER) {
437 chunk_printf(msg, " key=%u", *(unsigned int *)entry->key.key);
438 }
439 else if (proxy->table.type == STKTABLE_TYPE_STRING) {
440 chunk_printf(msg, " key=");
441 dump_text(msg, (const char *)entry->key.key, proxy->table.key_size);
442 }
443 else {
444 chunk_printf(msg, " key=");
445 dump_binary(msg, (const char *)entry->key.key, proxy->table.key_size);
446 }
447
448 chunk_printf(msg, " use=%d exp=%d", entry->ref_cnt - 1, tick_remain(now_ms, entry->expire));
449
450 for (dt = 0; dt < STKTABLE_DATA_TYPES; dt++) {
451 void *ptr;
452
453 if (proxy->table.data_ofs[dt] == 0)
454 continue;
455 if (stktable_data_types[dt].arg_type == ARG_T_DELAY)
456 chunk_printf(msg, " %s(%d)=", stktable_data_types[dt].name, proxy->table.data_arg[dt].u);
457 else
458 chunk_printf(msg, " %s=", stktable_data_types[dt].name);
459
460 ptr = stktable_data_ptr(&proxy->table, entry, dt);
461 switch (stktable_data_types[dt].std_type) {
462 case STD_T_SINT:
463 chunk_printf(msg, "%d", stktable_data_cast(ptr, std_t_sint));
464 break;
465 case STD_T_UINT:
466 chunk_printf(msg, "%u", stktable_data_cast(ptr, std_t_uint));
467 break;
468 case STD_T_ULL:
469 chunk_printf(msg, "%lld", stktable_data_cast(ptr, std_t_ull));
470 break;
471 case STD_T_FRQP:
472 chunk_printf(msg, "%d",
473 read_freq_ctr_period(&stktable_data_cast(ptr, std_t_frqp),
474 proxy->table.data_arg[dt].u));
475 break;
476 }
477 }
478 chunk_printf(msg, "\n");
479
Willy Tarreau9dab5fc2012-05-07 11:56:55 +0200480 if (bi_putchk(si->ib, msg) == -1)
Simon Hormand9366582011-06-15 15:18:45 +0900481 return 0;
482
483 return 1;
484}
485
Willy Tarreaudec98142012-06-06 23:37:08 +0200486static void stats_sock_table_key_request(struct stream_interface *si, char **args, int action)
Simon Horman121f3052011-06-15 15:18:46 +0900487{
Willy Tarreau94981132012-05-21 17:09:48 +0200488 struct session *s = si->conn.data_ctx;
Simon Hormand5b9fd92011-06-15 15:18:48 +0900489 struct proxy *px = si->applet.ctx.table.target;
Simon Horman121f3052011-06-15 15:18:46 +0900490 struct stksess *ts;
Simon Hormancec9a222011-06-15 15:18:51 +0900491 uint32_t uint32_key;
Simon Hormanc5b89f62011-06-15 15:18:50 +0900492 unsigned char ip6_key[sizeof(struct in6_addr)];
Willy Tarreaudec98142012-06-06 23:37:08 +0200493 struct chunk msg;
Willy Tarreau654694e2012-06-07 01:03:16 +0200494 long long value;
495 int data_type;
496 void *ptr;
497 struct freq_ctr_period *frqp;
Simon Horman121f3052011-06-15 15:18:46 +0900498
Simon Hormand5b9fd92011-06-15 15:18:48 +0900499 si->applet.st0 = STAT_CLI_OUTPUT;
Simon Horman121f3052011-06-15 15:18:46 +0900500
501 if (!*args[4]) {
502 si->applet.ctx.cli.msg = "Key value expected\n";
503 si->applet.st0 = STAT_CLI_PRINT;
504 return;
505 }
506
Simon Hormanc5b89f62011-06-15 15:18:50 +0900507 switch (px->table.type) {
508 case STKTABLE_TYPE_IP:
Simon Hormancec9a222011-06-15 15:18:51 +0900509 uint32_key = htonl(inetaddr_host(args[4]));
510 static_table_key.key = &uint32_key;
Simon Hormanc5b89f62011-06-15 15:18:50 +0900511 break;
512 case STKTABLE_TYPE_IPV6:
513 inet_pton(AF_INET6, args[4], ip6_key);
514 static_table_key.key = &ip6_key;
515 break;
Simon Hormancec9a222011-06-15 15:18:51 +0900516 case STKTABLE_TYPE_INTEGER:
517 {
518 char *endptr;
519 unsigned long val;
520 errno = 0;
521 val = strtoul(args[4], &endptr, 10);
522 if ((errno == ERANGE && val == ULONG_MAX) ||
523 (errno != 0 && val == 0) || endptr == args[4] ||
524 val > 0xffffffff) {
525 si->applet.ctx.cli.msg = "Invalid key\n";
526 si->applet.st0 = STAT_CLI_PRINT;
527 return;
528 }
529 uint32_key = (uint32_t) val;
530 static_table_key.key = &uint32_key;
531 break;
532 }
533 break;
Simon Horman619e3cc2011-06-15 15:18:52 +0900534 case STKTABLE_TYPE_STRING:
535 static_table_key.key = args[4];
536 static_table_key.key_len = strlen(args[4]);
537 break;
Simon Hormanc5b89f62011-06-15 15:18:50 +0900538 default:
Willy Tarreaudec98142012-06-06 23:37:08 +0200539 switch (action) {
540 case STAT_CLI_O_TAB:
541 si->applet.ctx.cli.msg = "Showing keys from tables of type other than ip, ipv6, string and integer is not supported\n";
542 break;
543 case STAT_CLI_O_CLR:
544 si->applet.ctx.cli.msg = "Removing keys from ip tables of type other than ip, ipv6, string and integer is not supported\n";
545 break;
546 default:
547 si->applet.ctx.cli.msg = "Unknown action\n";
548 break;
549 }
Simon Horman121f3052011-06-15 15:18:46 +0900550 si->applet.st0 = STAT_CLI_PRINT;
551 return;
552 }
553
554 /* check permissions */
Willy Tarreau290e63a2012-09-20 18:07:14 +0200555 if (s->listener->bind_conf->level < ACCESS_LVL_OPER) {
Simon Horman121f3052011-06-15 15:18:46 +0900556 si->applet.ctx.cli.msg = stats_permission_denied_msg;
557 si->applet.st0 = STAT_CLI_PRINT;
558 return;
559 }
560
561 ts = stktable_lookup_key(&px->table, &static_table_key);
Simon Horman17bce342011-06-15 15:18:47 +0900562
Willy Tarreaudec98142012-06-06 23:37:08 +0200563 switch (action) {
564 case STAT_CLI_O_TAB:
565 if (!ts)
566 return;
David du Colombier7af46052012-05-16 14:16:48 +0200567 chunk_init(&msg, trash, trashlen);
Simon Horman17bce342011-06-15 15:18:47 +0900568 if (!stats_dump_table_head_to_buffer(&msg, si, px, px))
569 return;
570 stats_dump_table_entry_to_buffer(&msg, si, px, ts);
Simon Horman121f3052011-06-15 15:18:46 +0900571 return;
Willy Tarreaudec98142012-06-06 23:37:08 +0200572
573 case STAT_CLI_O_CLR:
574 if (!ts)
575 return;
576 if (ts->ref_cnt) {
577 /* don't delete an entry which is currently referenced */
578 si->applet.ctx.cli.msg = "Entry currently in use, cannot remove\n";
579 si->applet.st0 = STAT_CLI_PRINT;
580 return;
581 }
582 stksess_kill(&px->table, ts);
583 break;
Simon Horman17bce342011-06-15 15:18:47 +0900584
Willy Tarreau654694e2012-06-07 01:03:16 +0200585 case STAT_CLI_O_SET:
586 if (strncmp(args[5], "data.", 5) != 0) {
587 si->applet.ctx.cli.msg = "\"data.<type>\" followed by a value expected\n";
588 si->applet.st0 = STAT_CLI_PRINT;
589 return;
590 }
591
592 data_type = stktable_get_data_type(args[5] + 5);
593 if (data_type < 0) {
594 si->applet.ctx.cli.msg = "Unknown data type\n";
595 si->applet.st0 = STAT_CLI_PRINT;
596 return;
597 }
598
599 if (!px->table.data_ofs[data_type]) {
600 si->applet.ctx.cli.msg = "Data type not stored in this table\n";
601 si->applet.st0 = STAT_CLI_PRINT;
602 return;
603 }
604
605 if (!*args[6] || strl2llrc(args[6], strlen(args[6]), &value) != 0) {
606 si->applet.ctx.cli.msg = "Require a valid integer value to store\n";
607 si->applet.st0 = STAT_CLI_PRINT;
608 return;
609 }
610
611 if (ts)
612 stktable_touch(&px->table, ts, 1);
613 else {
614 ts = stksess_new(&px->table, &static_table_key);
615 if (!ts) {
616 /* don't delete an entry which is currently referenced */
617 si->applet.ctx.cli.msg = "Unable to allocate a new entry\n";
618 si->applet.st0 = STAT_CLI_PRINT;
619 return;
620 }
621 stktable_store(&px->table, ts, 1);
622 }
623
624 ptr = stktable_data_ptr(&px->table, ts, data_type);
625 switch (stktable_data_types[data_type].std_type) {
626 case STD_T_SINT:
627 stktable_data_cast(ptr, std_t_sint) = value;
628 break;
629 case STD_T_UINT:
630 stktable_data_cast(ptr, std_t_uint) = value;
631 break;
632 case STD_T_ULL:
633 stktable_data_cast(ptr, std_t_ull) = value;
634 break;
635 case STD_T_FRQP:
636 /* We only reset the previous value so that it slowly fades out */
637 frqp = &stktable_data_cast(ptr, std_t_frqp);
638 frqp->curr_tick = now_ms;
639 frqp->prev_ctr = value;
640 frqp->curr_ctr = 0;
641 break;
642 }
643 break;
644
Willy Tarreaudec98142012-06-06 23:37:08 +0200645 default:
646 si->applet.ctx.cli.msg = "Unknown action\n";
Simon Horman121f3052011-06-15 15:18:46 +0900647 si->applet.st0 = STAT_CLI_PRINT;
Willy Tarreaudec98142012-06-06 23:37:08 +0200648 break;
Simon Horman121f3052011-06-15 15:18:46 +0900649 }
Simon Horman121f3052011-06-15 15:18:46 +0900650}
651
Willy Tarreau654694e2012-06-07 01:03:16 +0200652static void stats_sock_table_data_request(struct stream_interface *si, char **args, int action)
Simon Hormand5b9fd92011-06-15 15:18:48 +0900653{
Willy Tarreau654694e2012-06-07 01:03:16 +0200654 if (action != STAT_CLI_O_TAB) {
655 si->applet.ctx.cli.msg = "content-based lookup is only supported with the \"show\" action";
656 si->applet.st0 = STAT_CLI_PRINT;
657 return;
658 }
659
Simon Hormand5b9fd92011-06-15 15:18:48 +0900660 /* condition on stored data value */
661 si->applet.ctx.table.data_type = stktable_get_data_type(args[3] + 5);
662 if (si->applet.ctx.table.data_type < 0) {
663 si->applet.ctx.cli.msg = "Unknown data type\n";
664 si->applet.st0 = STAT_CLI_PRINT;
665 return;
666 }
667
668 if (!((struct proxy *)si->applet.ctx.table.target)->table.data_ofs[si->applet.ctx.table.data_type]) {
669 si->applet.ctx.cli.msg = "Data type not stored in this table\n";
670 si->applet.st0 = STAT_CLI_PRINT;
671 return;
672 }
673
674 si->applet.ctx.table.data_op = get_std_op(args[4]);
675 if (si->applet.ctx.table.data_op < 0) {
676 si->applet.ctx.cli.msg = "Require and operator among \"eq\", \"ne\", \"le\", \"ge\", \"lt\", \"gt\"\n";
677 si->applet.st0 = STAT_CLI_PRINT;
678 return;
679 }
680
681 if (!*args[5] || strl2llrc(args[5], strlen(args[5]), &si->applet.ctx.table.value) != 0) {
682 si->applet.ctx.cli.msg = "Require a valid integer value to compare against\n";
683 si->applet.st0 = STAT_CLI_PRINT;
684 return;
685 }
686}
687
Willy Tarreaudec98142012-06-06 23:37:08 +0200688static void stats_sock_table_request(struct stream_interface *si, char **args, int action)
Simon Hormand5b9fd92011-06-15 15:18:48 +0900689{
690 si->applet.ctx.table.data_type = -1;
Willy Tarreau94981132012-05-21 17:09:48 +0200691 si->conn.data_st = STAT_ST_INIT;
Willy Tarreaue17a8d02011-08-24 08:23:34 +0200692 si->applet.ctx.table.target = NULL;
Simon Hormand5b9fd92011-06-15 15:18:48 +0900693 si->applet.ctx.table.proxy = NULL;
694 si->applet.ctx.table.entry = NULL;
Willy Tarreaudec98142012-06-06 23:37:08 +0200695 si->applet.st0 = action;
Simon Hormand5b9fd92011-06-15 15:18:48 +0900696
697 if (*args[2]) {
698 si->applet.ctx.table.target = find_stktable(args[2]);
699 if (!si->applet.ctx.table.target) {
700 si->applet.ctx.cli.msg = "No such table\n";
701 si->applet.st0 = STAT_CLI_PRINT;
702 return;
703 }
704 }
705 else {
Willy Tarreaudec98142012-06-06 23:37:08 +0200706 if (action != STAT_CLI_O_TAB)
Simon Hormand5b9fd92011-06-15 15:18:48 +0900707 goto err_args;
708 return;
709 }
710
711 if (strcmp(args[3], "key") == 0)
Willy Tarreaudec98142012-06-06 23:37:08 +0200712 stats_sock_table_key_request(si, args, action);
Simon Hormanc88b8872011-06-15 15:18:49 +0900713 else if (strncmp(args[3], "data.", 5) == 0)
Willy Tarreau654694e2012-06-07 01:03:16 +0200714 stats_sock_table_data_request(si, args, action);
Simon Hormanc88b8872011-06-15 15:18:49 +0900715 else if (*args[3])
Simon Hormand5b9fd92011-06-15 15:18:48 +0900716 goto err_args;
717
718 return;
719
720err_args:
Willy Tarreaudec98142012-06-06 23:37:08 +0200721 switch (action) {
722 case STAT_CLI_O_TAB:
Simon Hormand5b9fd92011-06-15 15:18:48 +0900723 si->applet.ctx.cli.msg = "Optional argument only supports \"data.<store_data_type>\" <operator> <value> and key <key>\n";
Willy Tarreaudec98142012-06-06 23:37:08 +0200724 break;
725 case STAT_CLI_O_CLR:
Simon Hormanc88b8872011-06-15 15:18:49 +0900726 si->applet.ctx.cli.msg = "Required arguments: <table> \"data.<store_data_type>\" <operator> <value> or <table> key <key>\n";
Willy Tarreaudec98142012-06-06 23:37:08 +0200727 break;
728 default:
729 si->applet.ctx.cli.msg = "Unknown action\n";
730 break;
731 }
Simon Hormand5b9fd92011-06-15 15:18:48 +0900732 si->applet.st0 = STAT_CLI_PRINT;
733}
734
Willy Tarreau532a4502011-09-07 22:37:44 +0200735/* Expects to find a frontend named <arg> and returns it, otherwise displays various
736 * adequate error messages and returns NULL. This function also expects the session
737 * level to be admin.
738 */
739static struct proxy *expect_frontend_admin(struct session *s, struct stream_interface *si, const char *arg)
740{
741 struct proxy *px;
742
Willy Tarreau290e63a2012-09-20 18:07:14 +0200743 if (s->listener->bind_conf->level < ACCESS_LVL_ADMIN) {
Willy Tarreau532a4502011-09-07 22:37:44 +0200744 si->applet.ctx.cli.msg = stats_permission_denied_msg;
745 si->applet.st0 = STAT_CLI_PRINT;
746 return NULL;
747 }
748
749 if (!*arg) {
750 si->applet.ctx.cli.msg = "A frontend name is expected.\n";
751 si->applet.st0 = STAT_CLI_PRINT;
752 return NULL;
753 }
754
755 px = findproxy(arg, PR_CAP_FE);
756 if (!px) {
757 si->applet.ctx.cli.msg = "No such frontend.\n";
758 si->applet.st0 = STAT_CLI_PRINT;
759 return NULL;
760 }
761 return px;
762}
763
Willy Tarreaud52c41e2011-09-07 23:41:01 +0200764/* Expects to find a backend and a server in <arg> under the form <backend>/<server>,
765 * and returns the pointer to the server. Otherwise, display adequate error messages
766 * and returns NULL. This function also expects the session level to be admin. Note:
767 * the <arg> is modified to remove the '/'.
768 */
769static struct server *expect_server_admin(struct session *s, struct stream_interface *si, char *arg)
770{
771 struct proxy *px;
772 struct server *sv;
773 char *line;
774
Willy Tarreau290e63a2012-09-20 18:07:14 +0200775 if (s->listener->bind_conf->level < ACCESS_LVL_ADMIN) {
Willy Tarreaud52c41e2011-09-07 23:41:01 +0200776 si->applet.ctx.cli.msg = stats_permission_denied_msg;
777 si->applet.st0 = STAT_CLI_PRINT;
778 return NULL;
779 }
780
781 /* split "backend/server" and make <line> point to server */
782 for (line = arg; *line; line++)
783 if (*line == '/') {
784 *line++ = '\0';
785 break;
786 }
787
788 if (!*line || !*arg) {
789 si->applet.ctx.cli.msg = "Require 'backend/server'.\n";
790 si->applet.st0 = STAT_CLI_PRINT;
791 return NULL;
792 }
793
794 if (!get_backend_server(arg, line, &px, &sv)) {
795 si->applet.ctx.cli.msg = px ? "No such server.\n" : "No such backend.\n";
796 si->applet.st0 = STAT_CLI_PRINT;
797 return NULL;
798 }
799
800 if (px->state == PR_STSTOPPED) {
801 si->applet.ctx.cli.msg = "Proxy is disabled.\n";
802 si->applet.st0 = STAT_CLI_PRINT;
803 return NULL;
804 }
805
806 return sv;
807}
808
Willy Tarreau9a42c0d2009-09-22 19:31:03 +0200809/* Processes the stats interpreter on the statistics socket. This function is
Willy Tarreauf5a885f2009-10-04 14:22:18 +0200810 * called from an applet running in a stream interface. The function returns 1
Willy Tarreaubc4af052011-02-13 13:25:14 +0100811 * if the request was understood, otherwise zero. It sets si->applet.st0 to a value
Willy Tarreauea1f5fe2009-10-11 23:12:51 +0200812 * designating the function which will have to process the request, which can
813 * also be the print function to display the return message set into cli.msg.
Willy Tarreau5ca791d2009-08-16 19:06:42 +0200814 */
Simon Horman9bd2c732011-06-15 15:18:44 +0900815static int stats_sock_parse_request(struct stream_interface *si, char *line)
Willy Tarreau5ca791d2009-08-16 19:06:42 +0200816{
Willy Tarreau94981132012-05-21 17:09:48 +0200817 struct session *s = si->conn.data_ctx;
Willy Tarreau5ca791d2009-08-16 19:06:42 +0200818 char *args[MAX_STATS_ARGS + 1];
819 int arg;
820
821 while (isspace((unsigned char)*line))
822 line++;
823
824 arg = 0;
825 args[arg] = line;
826
827 while (*line && arg < MAX_STATS_ARGS) {
828 if (isspace((unsigned char)*line)) {
829 *line++ = '\0';
830
831 while (isspace((unsigned char)*line))
832 line++;
833
834 args[++arg] = line;
835 continue;
836 }
837
838 line++;
839 }
840
841 while (++arg <= MAX_STATS_ARGS)
842 args[arg] = line;
843
Willy Tarreau295a8372011-03-10 11:25:07 +0100844 si->applet.ctx.stats.flags = 0;
Willy Tarreau5ca791d2009-08-16 19:06:42 +0200845 if (strcmp(args[0], "show") == 0) {
846 if (strcmp(args[1], "stat") == 0) {
847 if (*args[2] && *args[3] && *args[4]) {
Willy Tarreau295a8372011-03-10 11:25:07 +0100848 si->applet.ctx.stats.flags |= STAT_BOUND;
849 si->applet.ctx.stats.iid = atoi(args[2]);
850 si->applet.ctx.stats.type = atoi(args[3]);
851 si->applet.ctx.stats.sid = atoi(args[4]);
Willy Tarreau5ca791d2009-08-16 19:06:42 +0200852 }
853
Willy Tarreau295a8372011-03-10 11:25:07 +0100854 si->applet.ctx.stats.flags |= STAT_SHOW_STAT;
855 si->applet.ctx.stats.flags |= STAT_FMT_CSV;
Willy Tarreau94981132012-05-21 17:09:48 +0200856 si->conn.data_st = STAT_ST_INIT;
Willy Tarreaubc4af052011-02-13 13:25:14 +0100857 si->applet.st0 = STAT_CLI_O_INFO; // stats_dump_raw_to_buffer
Willy Tarreau5ca791d2009-08-16 19:06:42 +0200858 }
859 else if (strcmp(args[1], "info") == 0) {
Willy Tarreau295a8372011-03-10 11:25:07 +0100860 si->applet.ctx.stats.flags |= STAT_SHOW_INFO;
861 si->applet.ctx.stats.flags |= STAT_FMT_CSV;
Willy Tarreau94981132012-05-21 17:09:48 +0200862 si->conn.data_st = STAT_ST_INIT;
Willy Tarreaubc4af052011-02-13 13:25:14 +0100863 si->applet.st0 = STAT_CLI_O_INFO; // stats_dump_raw_to_buffer
Willy Tarreau5ca791d2009-08-16 19:06:42 +0200864 }
865 else if (strcmp(args[1], "sess") == 0) {
Willy Tarreau94981132012-05-21 17:09:48 +0200866 si->conn.data_st = STAT_ST_INIT;
Willy Tarreau290e63a2012-09-20 18:07:14 +0200867 if (s->listener->bind_conf->level < ACCESS_LVL_OPER) {
Willy Tarreau295a8372011-03-10 11:25:07 +0100868 si->applet.ctx.cli.msg = stats_permission_denied_msg;
Willy Tarreaubc4af052011-02-13 13:25:14 +0100869 si->applet.st0 = STAT_CLI_PRINT;
Willy Tarreau6162db22009-10-10 17:13:00 +0200870 return 1;
871 }
Willy Tarreau66dc20a2010-03-05 17:53:32 +0100872 if (*args[2])
Willy Tarreau295a8372011-03-10 11:25:07 +0100873 si->applet.ctx.sess.target = (void *)strtoul(args[2], NULL, 0);
Willy Tarreau66dc20a2010-03-05 17:53:32 +0100874 else
Willy Tarreau295a8372011-03-10 11:25:07 +0100875 si->applet.ctx.sess.target = NULL;
876 si->applet.ctx.sess.section = 0; /* start with session status */
877 si->applet.ctx.sess.pos = 0;
Willy Tarreaubc4af052011-02-13 13:25:14 +0100878 si->applet.st0 = STAT_CLI_O_SESS; // stats_dump_sess_to_buffer
Willy Tarreau5ca791d2009-08-16 19:06:42 +0200879 }
880 else if (strcmp(args[1], "errors") == 0) {
Willy Tarreau290e63a2012-09-20 18:07:14 +0200881 if (s->listener->bind_conf->level < ACCESS_LVL_OPER) {
Willy Tarreau295a8372011-03-10 11:25:07 +0100882 si->applet.ctx.cli.msg = stats_permission_denied_msg;
Willy Tarreaubc4af052011-02-13 13:25:14 +0100883 si->applet.st0 = STAT_CLI_PRINT;
Willy Tarreau6162db22009-10-10 17:13:00 +0200884 return 1;
885 }
Willy Tarreau5ca791d2009-08-16 19:06:42 +0200886 if (*args[2])
Willy Tarreau295a8372011-03-10 11:25:07 +0100887 si->applet.ctx.errors.iid = atoi(args[2]);
Willy Tarreau5ca791d2009-08-16 19:06:42 +0200888 else
Willy Tarreau295a8372011-03-10 11:25:07 +0100889 si->applet.ctx.errors.iid = -1;
890 si->applet.ctx.errors.px = NULL;
Willy Tarreau94981132012-05-21 17:09:48 +0200891 si->conn.data_st = STAT_ST_INIT;
Willy Tarreaubc4af052011-02-13 13:25:14 +0100892 si->applet.st0 = STAT_CLI_O_ERR; // stats_dump_errors_to_buffer
Willy Tarreau5ca791d2009-08-16 19:06:42 +0200893 }
Willy Tarreau69f58c82010-07-12 17:55:33 +0200894 else if (strcmp(args[1], "table") == 0) {
Willy Tarreaudec98142012-06-06 23:37:08 +0200895 stats_sock_table_request(si, args, STAT_CLI_O_TAB);
Willy Tarreau69f58c82010-07-12 17:55:33 +0200896 }
Aman Guptaceafb4a2012-04-02 18:57:54 -0700897 else { /* neither "stat" nor "info" nor "sess" nor "errors" nor "table" */
Willy Tarreau5ca791d2009-08-16 19:06:42 +0200898 return 0;
899 }
900 }
Krzysztof Piotr Oledzki719e7262009-10-04 15:02:46 +0200901 else if (strcmp(args[0], "clear") == 0) {
902 if (strcmp(args[1], "counters") == 0) {
903 struct proxy *px;
904 struct server *sv;
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +0200905 struct listener *li;
Willy Tarreau2f6bf2b2009-10-10 15:26:26 +0200906 int clrall = 0;
907
908 if (strcmp(args[2], "all") == 0)
909 clrall = 1;
Krzysztof Piotr Oledzki719e7262009-10-04 15:02:46 +0200910
Willy Tarreau6162db22009-10-10 17:13:00 +0200911 /* check permissions */
Willy Tarreau290e63a2012-09-20 18:07:14 +0200912 if (s->listener->bind_conf->level < ACCESS_LVL_OPER ||
913 (clrall && s->listener->bind_conf->level < ACCESS_LVL_ADMIN)) {
Willy Tarreau295a8372011-03-10 11:25:07 +0100914 si->applet.ctx.cli.msg = stats_permission_denied_msg;
Willy Tarreaubc4af052011-02-13 13:25:14 +0100915 si->applet.st0 = STAT_CLI_PRINT;
Willy Tarreau6162db22009-10-10 17:13:00 +0200916 return 1;
917 }
918
Krzysztof Piotr Oledzki719e7262009-10-04 15:02:46 +0200919 for (px = proxy; px; px = px->next) {
Willy Tarreau7d0aaf32011-03-10 23:25:56 +0100920 if (clrall) {
921 memset(&px->be_counters, 0, sizeof(px->be_counters));
922 memset(&px->fe_counters, 0, sizeof(px->fe_counters));
923 }
Willy Tarreau2f6bf2b2009-10-10 15:26:26 +0200924 else {
Willy Tarreau7d0aaf32011-03-10 23:25:56 +0100925 px->be_counters.conn_max = 0;
926 px->be_counters.p.http.rps_max = 0;
927 px->be_counters.sps_max = 0;
928 px->be_counters.cps_max = 0;
929 px->be_counters.nbpend_max = 0;
930
931 px->fe_counters.conn_max = 0;
932 px->fe_counters.p.http.rps_max = 0;
933 px->fe_counters.sps_max = 0;
934 px->fe_counters.cps_max = 0;
935 px->fe_counters.nbpend_max = 0;
Willy Tarreau2f6bf2b2009-10-10 15:26:26 +0200936 }
Krzysztof Piotr Oledzki719e7262009-10-04 15:02:46 +0200937
938 for (sv = px->srv; sv; sv = sv->next)
Willy Tarreau2f6bf2b2009-10-10 15:26:26 +0200939 if (clrall)
940 memset(&sv->counters, 0, sizeof(sv->counters));
941 else {
942 sv->counters.cur_sess_max = 0;
943 sv->counters.nbpend_max = 0;
944 sv->counters.sps_max = 0;
945 }
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +0200946
Willy Tarreaua7944ad2012-09-26 21:03:11 +0200947 list_for_each_entry(li, &px->conf.listeners, by_fe)
Willy Tarreau2f6bf2b2009-10-10 15:26:26 +0200948 if (li->counters) {
949 if (clrall)
950 memset(li->counters, 0, sizeof(*li->counters));
951 else
952 li->counters->conn_max = 0;
953 }
Krzysztof Piotr Oledzki719e7262009-10-04 15:02:46 +0200954 }
955
Willy Tarreau81c25d02011-09-07 15:17:21 +0200956 global.cps_max = 0;
Krzysztof Piotr Oledzki719e7262009-10-04 15:02:46 +0200957 return 1;
958 }
Willy Tarreau88ee3972010-07-13 13:48:00 +0200959 else if (strcmp(args[1], "table") == 0) {
Willy Tarreaudec98142012-06-06 23:37:08 +0200960 stats_sock_table_request(si, args, STAT_CLI_O_CLR);
Willy Tarreau88ee3972010-07-13 13:48:00 +0200961 /* end of processing */
962 return 1;
963 }
Krzysztof Piotr Oledzki719e7262009-10-04 15:02:46 +0200964 else {
Willy Tarreau88ee3972010-07-13 13:48:00 +0200965 /* unknown "clear" argument */
Krzysztof Piotr Oledzki719e7262009-10-04 15:02:46 +0200966 return 0;
967 }
968 }
Willy Tarreau38338fa2009-10-10 18:37:29 +0200969 else if (strcmp(args[0], "get") == 0) {
970 if (strcmp(args[1], "weight") == 0) {
971 struct proxy *px;
972 struct server *sv;
973
974 /* split "backend/server" and make <line> point to server */
975 for (line = args[2]; *line; line++)
976 if (*line == '/') {
977 *line++ = '\0';
978 break;
979 }
980
981 if (!*line) {
Willy Tarreau295a8372011-03-10 11:25:07 +0100982 si->applet.ctx.cli.msg = "Require 'backend/server'.\n";
Willy Tarreaubc4af052011-02-13 13:25:14 +0100983 si->applet.st0 = STAT_CLI_PRINT;
Willy Tarreau38338fa2009-10-10 18:37:29 +0200984 return 1;
985 }
986
987 if (!get_backend_server(args[2], line, &px, &sv)) {
Willy Tarreau295a8372011-03-10 11:25:07 +0100988 si->applet.ctx.cli.msg = px ? "No such server.\n" : "No such backend.\n";
Willy Tarreaubc4af052011-02-13 13:25:14 +0100989 si->applet.st0 = STAT_CLI_PRINT;
Willy Tarreau38338fa2009-10-10 18:37:29 +0200990 return 1;
991 }
992
993 /* return server's effective weight at the moment */
David du Colombier7af46052012-05-16 14:16:48 +0200994 snprintf(trash, trashlen, "%d (initial %d)\n", sv->uweight, sv->iweight);
Willy Tarreau9dab5fc2012-05-07 11:56:55 +0200995 bi_putstr(si->ib, trash);
Willy Tarreau38338fa2009-10-10 18:37:29 +0200996 return 1;
997 }
998 else { /* not "get weight" */
999 return 0;
1000 }
1001 }
Willy Tarreau4483d432009-10-10 19:30:08 +02001002 else if (strcmp(args[0], "set") == 0) {
1003 if (strcmp(args[1], "weight") == 0) {
1004 struct proxy *px;
1005 struct server *sv;
1006 int w;
1007
Willy Tarreaud52c41e2011-09-07 23:41:01 +02001008 sv = expect_server_admin(s, si, args[2]);
1009 if (!sv)
Willy Tarreau4483d432009-10-10 19:30:08 +02001010 return 1;
Willy Tarreaud52c41e2011-09-07 23:41:01 +02001011 px = sv->proxy;
Willy Tarreau4483d432009-10-10 19:30:08 +02001012
Willy Tarreaud52c41e2011-09-07 23:41:01 +02001013 /* if the weight is terminated with '%', it is set relative to
1014 * the initial weight, otherwise it is absolute.
1015 */
1016 if (!*args[3]) {
1017 si->applet.ctx.cli.msg = "Require <weight> or <weight%>.\n";
Willy Tarreaubc4af052011-02-13 13:25:14 +01001018 si->applet.st0 = STAT_CLI_PRINT;
Cyril Bonté613f0df2011-03-03 20:49:04 +01001019 return 1;
1020 }
1021
Willy Tarreau4483d432009-10-10 19:30:08 +02001022 w = atoi(args[3]);
1023 if (strchr(args[3], '%') != NULL) {
1024 if (w < 0 || w > 100) {
Willy Tarreau295a8372011-03-10 11:25:07 +01001025 si->applet.ctx.cli.msg = "Relative weight can only be set between 0 and 100% inclusive.\n";
Willy Tarreaubc4af052011-02-13 13:25:14 +01001026 si->applet.st0 = STAT_CLI_PRINT;
Willy Tarreau4483d432009-10-10 19:30:08 +02001027 return 1;
1028 }
1029 w = sv->iweight * w / 100;
1030 }
1031 else {
1032 if (w < 0 || w > 256) {
Willy Tarreau295a8372011-03-10 11:25:07 +01001033 si->applet.ctx.cli.msg = "Absolute weight can only be between 0 and 256 inclusive.\n";
Willy Tarreaubc4af052011-02-13 13:25:14 +01001034 si->applet.st0 = STAT_CLI_PRINT;
Willy Tarreau4483d432009-10-10 19:30:08 +02001035 return 1;
1036 }
1037 }
1038
1039 if (w && w != sv->iweight && !(px->lbprm.algo & BE_LB_PROP_DYN)) {
Willy Tarreau295a8372011-03-10 11:25:07 +01001040 si->applet.ctx.cli.msg = "Backend is using a static LB algorithm and only accepts weights '0%' and '100%'.\n";
Willy Tarreaubc4af052011-02-13 13:25:14 +01001041 si->applet.st0 = STAT_CLI_PRINT;
Willy Tarreau4483d432009-10-10 19:30:08 +02001042 return 1;
1043 }
1044
1045 sv->uweight = w;
1046
1047 if (px->lbprm.algo & BE_LB_PROP_DYN) {
1048 /* we must take care of not pushing the server to full throttle during slow starts */
1049 if ((sv->state & SRV_WARMINGUP) && (px->lbprm.algo & BE_LB_PROP_DYN))
1050 sv->eweight = (BE_WEIGHT_SCALE * (now.tv_sec - sv->last_change) + sv->slowstart - 1) / sv->slowstart;
1051 else
1052 sv->eweight = BE_WEIGHT_SCALE;
1053 sv->eweight *= sv->uweight;
1054 } else {
1055 sv->eweight = sv->uweight;
1056 }
1057
1058 /* static LB algorithms are a bit harder to update */
1059 if (px->lbprm.update_server_eweight)
1060 px->lbprm.update_server_eweight(sv);
Willy Tarreau9580d162012-05-19 19:07:40 +02001061 else if (sv->eweight) {
1062 if (px->lbprm.set_server_status_up)
1063 px->lbprm.set_server_status_up(sv);
1064 }
1065 else {
1066 if (px->lbprm.set_server_status_down)
1067 px->lbprm.set_server_status_down(sv);
1068 }
Willy Tarreau4483d432009-10-10 19:30:08 +02001069
1070 return 1;
1071 }
Willy Tarreau7aabd112010-01-26 10:59:06 +01001072 else if (strcmp(args[1], "timeout") == 0) {
1073 if (strcmp(args[2], "cli") == 0) {
1074 unsigned timeout;
1075 const char *res;
1076
1077 if (!*args[3]) {
Willy Tarreau295a8372011-03-10 11:25:07 +01001078 si->applet.ctx.cli.msg = "Expects an integer value.\n";
Willy Tarreaubc4af052011-02-13 13:25:14 +01001079 si->applet.st0 = STAT_CLI_PRINT;
Willy Tarreau7aabd112010-01-26 10:59:06 +01001080 return 1;
1081 }
1082
1083 res = parse_time_err(args[3], &timeout, TIME_UNIT_S);
1084 if (res || timeout < 1) {
Willy Tarreau295a8372011-03-10 11:25:07 +01001085 si->applet.ctx.cli.msg = "Invalid timeout value.\n";
Willy Tarreaubc4af052011-02-13 13:25:14 +01001086 si->applet.st0 = STAT_CLI_PRINT;
Willy Tarreau7aabd112010-01-26 10:59:06 +01001087 return 1;
1088 }
1089
1090 s->req->rto = s->rep->wto = 1 + MS_TO_TICKS(timeout*1000);
1091 return 1;
1092 }
1093 else {
Willy Tarreau295a8372011-03-10 11:25:07 +01001094 si->applet.ctx.cli.msg = "'set timeout' only supports 'cli'.\n";
Willy Tarreaubc4af052011-02-13 13:25:14 +01001095 si->applet.st0 = STAT_CLI_PRINT;
Willy Tarreau7aabd112010-01-26 10:59:06 +01001096 return 1;
1097 }
1098 }
Willy Tarreau2a0f4d22011-08-02 11:49:05 +02001099 else if (strcmp(args[1], "maxconn") == 0) {
1100 if (strcmp(args[2], "frontend") == 0) {
1101 struct proxy *px;
1102 struct listener *l;
1103 int v;
1104
Willy Tarreau532a4502011-09-07 22:37:44 +02001105 px = expect_frontend_admin(s, si, args[3]);
1106 if (!px)
Willy Tarreau2a0f4d22011-08-02 11:49:05 +02001107 return 1;
Willy Tarreau2a0f4d22011-08-02 11:49:05 +02001108
1109 if (!*args[4]) {
1110 si->applet.ctx.cli.msg = "Integer value expected.\n";
1111 si->applet.st0 = STAT_CLI_PRINT;
1112 return 1;
1113 }
1114
1115 v = atoi(args[4]);
Willy Tarreau3c7a79d2012-09-26 21:07:15 +02001116 if (v < 0) {
Willy Tarreau2a0f4d22011-08-02 11:49:05 +02001117 si->applet.ctx.cli.msg = "Value out of range.\n";
1118 si->applet.st0 = STAT_CLI_PRINT;
1119 return 1;
1120 }
1121
1122 /* OK, the value is fine, so we assign it to the proxy and to all of
1123 * its listeners. The blocked ones will be dequeued.
1124 */
1125 px->maxconn = v;
Willy Tarreaua7944ad2012-09-26 21:03:11 +02001126 list_for_each_entry(l, &px->conf.listeners, by_fe) {
Willy Tarreau2a0f4d22011-08-02 11:49:05 +02001127 l->maxconn = v;
1128 if (l->state == LI_FULL)
1129 resume_listener(l);
1130 }
1131
1132 if (px->maxconn > px->feconn && !LIST_ISEMPTY(&s->fe->listener_queue))
1133 dequeue_all_listeners(&s->fe->listener_queue);
1134
1135 return 1;
1136 }
Willy Tarreau91886b62011-09-07 14:38:31 +02001137 else if (strcmp(args[2], "global") == 0) {
1138 int v;
1139
Willy Tarreau290e63a2012-09-20 18:07:14 +02001140 if (s->listener->bind_conf->level < ACCESS_LVL_ADMIN) {
Willy Tarreau91886b62011-09-07 14:38:31 +02001141 si->applet.ctx.cli.msg = stats_permission_denied_msg;
1142 si->applet.st0 = STAT_CLI_PRINT;
1143 return 1;
1144 }
1145
1146 if (!*args[3]) {
1147 si->applet.ctx.cli.msg = "Expects an integer value.\n";
1148 si->applet.st0 = STAT_CLI_PRINT;
1149 return 1;
1150 }
1151
1152 v = atoi(args[3]);
1153 if (v > global.hardmaxconn) {
1154 si->applet.ctx.cli.msg = "Value out of range.\n";
1155 si->applet.st0 = STAT_CLI_PRINT;
1156 return 1;
1157 }
1158
1159 /* check for unlimited values */
1160 if (v <= 0)
1161 v = global.hardmaxconn;
1162
1163 global.maxconn = v;
1164
1165 /* Dequeues all of the listeners waiting for a resource */
1166 if (!LIST_ISEMPTY(&global_listener_queue))
1167 dequeue_all_listeners(&global_listener_queue);
1168
1169 return 1;
1170 }
Willy Tarreau2a0f4d22011-08-02 11:49:05 +02001171 else {
Willy Tarreau91886b62011-09-07 14:38:31 +02001172 si->applet.ctx.cli.msg = "'set maxconn' only supports 'frontend' and 'global'.\n";
Willy Tarreau2a0f4d22011-08-02 11:49:05 +02001173 si->applet.st0 = STAT_CLI_PRINT;
1174 return 1;
1175 }
1176 }
Willy Tarreauf5b22872011-09-07 16:13:44 +02001177 else if (strcmp(args[1], "rate-limit") == 0) {
1178 if (strcmp(args[2], "connections") == 0) {
1179 if (strcmp(args[3], "global") == 0) {
1180 int v;
1181
Willy Tarreau290e63a2012-09-20 18:07:14 +02001182 if (s->listener->bind_conf->level < ACCESS_LVL_ADMIN) {
Willy Tarreauf5b22872011-09-07 16:13:44 +02001183 si->applet.ctx.cli.msg = stats_permission_denied_msg;
1184 si->applet.st0 = STAT_CLI_PRINT;
1185 return 1;
1186 }
1187
1188 if (!*args[4]) {
1189 si->applet.ctx.cli.msg = "Expects an integer value.\n";
1190 si->applet.st0 = STAT_CLI_PRINT;
1191 return 1;
1192 }
1193
1194 v = atoi(args[4]);
1195 if (v < 0) {
1196 si->applet.ctx.cli.msg = "Value out of range.\n";
1197 si->applet.st0 = STAT_CLI_PRINT;
1198 return 1;
1199 }
1200
1201 global.cps_lim = v;
1202
1203 /* Dequeues all of the listeners waiting for a resource */
1204 if (!LIST_ISEMPTY(&global_listener_queue))
1205 dequeue_all_listeners(&global_listener_queue);
1206
1207 return 1;
1208 }
1209 else {
1210 si->applet.ctx.cli.msg = "'set rate-limit connections' only supports 'global'.\n";
1211 si->applet.st0 = STAT_CLI_PRINT;
1212 return 1;
1213 }
1214 }
1215 else {
1216 si->applet.ctx.cli.msg = "'set rate-limit' only supports 'connections'.\n";
1217 si->applet.st0 = STAT_CLI_PRINT;
1218 return 1;
1219 }
1220 }
Willy Tarreau654694e2012-06-07 01:03:16 +02001221 else if (strcmp(args[1], "table") == 0) {
1222 stats_sock_table_request(si, args, STAT_CLI_O_SET);
1223 }
Willy Tarreau7aabd112010-01-26 10:59:06 +01001224 else { /* unknown "set" parameter */
Willy Tarreau4483d432009-10-10 19:30:08 +02001225 return 0;
1226 }
1227 }
Cyril Bontécd19e512010-01-31 22:34:03 +01001228 else if (strcmp(args[0], "enable") == 0) {
1229 if (strcmp(args[1], "server") == 0) {
Cyril Bontécd19e512010-01-31 22:34:03 +01001230 struct server *sv;
1231
Willy Tarreaud52c41e2011-09-07 23:41:01 +02001232 sv = expect_server_admin(s, si, args[2]);
1233 if (!sv)
Cyril Bonté613f0df2011-03-03 20:49:04 +01001234 return 1;
Cyril Bonté613f0df2011-03-03 20:49:04 +01001235
Cyril Bontécd19e512010-01-31 22:34:03 +01001236 if (sv->state & SRV_MAINTAIN) {
1237 /* The server is really in maintenance, we can change the server state */
Willy Tarreau44267702011-10-28 15:35:33 +02001238 if (sv->track) {
Cyril Bontécd19e512010-01-31 22:34:03 +01001239 /* If this server tracks the status of another one,
1240 * we must restore the good status.
1241 */
Willy Tarreau44267702011-10-28 15:35:33 +02001242 if (sv->track->state & SRV_RUNNING) {
Cyril Bontécd19e512010-01-31 22:34:03 +01001243 set_server_up(sv);
Willy Tarreau70461302010-10-22 14:39:02 +02001244 sv->health = sv->rise; /* up, but will fall down at first failure */
Cyril Bontécd19e512010-01-31 22:34:03 +01001245 } else {
1246 sv->state &= ~SRV_MAINTAIN;
1247 set_server_down(sv);
1248 }
1249 } else {
1250 set_server_up(sv);
Willy Tarreau70461302010-10-22 14:39:02 +02001251 sv->health = sv->rise; /* up, but will fall down at first failure */
Cyril Bontécd19e512010-01-31 22:34:03 +01001252 }
1253 }
1254
Willy Tarreau532a4502011-09-07 22:37:44 +02001255 return 1;
1256 }
1257 else if (strcmp(args[1], "frontend") == 0) {
1258 struct proxy *px;
1259
1260 px = expect_frontend_admin(s, si, args[2]);
1261 if (!px)
1262 return 1;
1263
1264 if (px->state == PR_STSTOPPED) {
1265 si->applet.ctx.cli.msg = "Frontend was previously shut down, cannot enable.\n";
1266 si->applet.st0 = STAT_CLI_PRINT;
1267 return 1;
1268 }
1269
1270 if (px->state != PR_STPAUSED) {
1271 si->applet.ctx.cli.msg = "Frontend is already enabled.\n";
1272 si->applet.st0 = STAT_CLI_PRINT;
1273 return 1;
1274 }
1275
1276 if (!resume_proxy(px)) {
1277 si->applet.ctx.cli.msg = "Failed to resume frontend, check logs for precise cause (port conflict?).\n";
1278 si->applet.st0 = STAT_CLI_PRINT;
1279 return 1;
1280 }
Cyril Bontécd19e512010-01-31 22:34:03 +01001281 return 1;
1282 }
1283 else { /* unknown "enable" parameter */
Willy Tarreau532a4502011-09-07 22:37:44 +02001284 si->applet.ctx.cli.msg = "'enable' only supports 'frontend' and 'server'.\n";
1285 si->applet.st0 = STAT_CLI_PRINT;
1286 return 1;
Cyril Bontécd19e512010-01-31 22:34:03 +01001287 }
1288 }
1289 else if (strcmp(args[0], "disable") == 0) {
1290 if (strcmp(args[1], "server") == 0) {
Cyril Bontécd19e512010-01-31 22:34:03 +01001291 struct server *sv;
1292
Willy Tarreaud52c41e2011-09-07 23:41:01 +02001293 sv = expect_server_admin(s, si, args[2]);
1294 if (!sv)
Cyril Bonté613f0df2011-03-03 20:49:04 +01001295 return 1;
Cyril Bonté613f0df2011-03-03 20:49:04 +01001296
Cyril Bontécd19e512010-01-31 22:34:03 +01001297 if (! (sv->state & SRV_MAINTAIN)) {
1298 /* Not already in maintenance, we can change the server state */
1299 sv->state |= SRV_MAINTAIN;
1300 set_server_down(sv);
1301 }
1302
Willy Tarreau532a4502011-09-07 22:37:44 +02001303 return 1;
1304 }
1305 else if (strcmp(args[1], "frontend") == 0) {
1306 struct proxy *px;
1307
1308 px = expect_frontend_admin(s, si, args[2]);
1309 if (!px)
1310 return 1;
1311
1312 if (px->state == PR_STSTOPPED) {
1313 si->applet.ctx.cli.msg = "Frontend was previously shut down, cannot disable.\n";
1314 si->applet.st0 = STAT_CLI_PRINT;
1315 return 1;
1316 }
1317
1318 if (px->state == PR_STPAUSED) {
1319 si->applet.ctx.cli.msg = "Frontend is already disabled.\n";
1320 si->applet.st0 = STAT_CLI_PRINT;
1321 return 1;
1322 }
1323
1324 if (!pause_proxy(px)) {
1325 si->applet.ctx.cli.msg = "Failed to pause frontend, check logs for precise cause.\n";
1326 si->applet.st0 = STAT_CLI_PRINT;
1327 return 1;
1328 }
Cyril Bontécd19e512010-01-31 22:34:03 +01001329 return 1;
1330 }
1331 else { /* unknown "disable" parameter */
Willy Tarreau532a4502011-09-07 22:37:44 +02001332 si->applet.ctx.cli.msg = "'disable' only supports 'frontend' and 'server'.\n";
1333 si->applet.st0 = STAT_CLI_PRINT;
1334 return 1;
1335 }
1336 }
1337 else if (strcmp(args[0], "shutdown") == 0) {
1338 if (strcmp(args[1], "frontend") == 0) {
1339 struct proxy *px;
1340
1341 px = expect_frontend_admin(s, si, args[2]);
1342 if (!px)
1343 return 1;
1344
1345 if (px->state == PR_STSTOPPED) {
1346 si->applet.ctx.cli.msg = "Frontend was already shut down.\n";
1347 si->applet.st0 = STAT_CLI_PRINT;
1348 return 1;
1349 }
1350
1351 Warning("Proxy %s stopped (FE: %lld conns, BE: %lld conns).\n",
1352 px->id, px->fe_counters.cum_conn, px->be_counters.cum_conn);
1353 send_log(px, LOG_WARNING, "Proxy %s stopped (FE: %lld conns, BE: %lld conns).\n",
1354 px->id, px->fe_counters.cum_conn, px->be_counters.cum_conn);
1355 stop_proxy(px);
1356 return 1;
1357 }
Willy Tarreaua295edc2011-09-07 23:21:03 +02001358 else if (strcmp(args[1], "session") == 0) {
1359 struct session *sess, *ptr;
1360
Willy Tarreau290e63a2012-09-20 18:07:14 +02001361 if (s->listener->bind_conf->level < ACCESS_LVL_ADMIN) {
Willy Tarreaua295edc2011-09-07 23:21:03 +02001362 si->applet.ctx.cli.msg = stats_permission_denied_msg;
1363 si->applet.st0 = STAT_CLI_PRINT;
1364 return 1;
1365 }
1366
1367 if (!*args[2]) {
1368 si->applet.ctx.cli.msg = "Session pointer expected (use 'show sess').\n";
1369 si->applet.st0 = STAT_CLI_PRINT;
1370 return 1;
1371 }
1372
1373 ptr = (void *)strtoul(args[2], NULL, 0);
1374
1375 /* first, look for the requested session in the session table */
1376 list_for_each_entry(sess, &sessions, list) {
1377 if (sess == ptr)
1378 break;
1379 }
1380
1381 /* do we have the session ? */
1382 if (sess != ptr) {
1383 si->applet.ctx.cli.msg = "No such session (use 'show sess').\n";
1384 si->applet.st0 = STAT_CLI_PRINT;
1385 return 1;
1386 }
1387
1388 session_shutdown(sess, SN_ERR_KILLED);
1389 return 1;
1390 }
Willy Tarreau52b2d222011-09-07 23:48:48 +02001391 else if (strcmp(args[1], "sessions") == 0) {
1392 if (strcmp(args[2], "server") == 0) {
1393 struct server *sv;
1394 struct session *sess, *sess_bck;
1395
1396 sv = expect_server_admin(s, si, args[3]);
1397 if (!sv)
1398 return 1;
1399
1400 /* kill all the session that are on this server */
1401 list_for_each_entry_safe(sess, sess_bck, &sv->actconns, by_srv)
1402 if (sess->srv_conn == sv)
1403 session_shutdown(sess, SN_ERR_KILLED);
1404
1405 return 1;
1406 }
1407 else {
1408 si->applet.ctx.cli.msg = "'shutdown sessions' only supports 'server'.\n";
1409 si->applet.st0 = STAT_CLI_PRINT;
1410 return 1;
1411 }
1412 }
Willy Tarreau532a4502011-09-07 22:37:44 +02001413 else { /* unknown "disable" parameter */
Willy Tarreau52b2d222011-09-07 23:48:48 +02001414 si->applet.ctx.cli.msg = "'shutdown' only supports 'frontend', 'session' and 'sessions'.\n";
Willy Tarreau532a4502011-09-07 22:37:44 +02001415 si->applet.st0 = STAT_CLI_PRINT;
1416 return 1;
Cyril Bontécd19e512010-01-31 22:34:03 +01001417 }
1418 }
1419 else { /* not "show" nor "clear" nor "get" nor "set" nor "enable" nor "disable" */
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001420 return 0;
1421 }
1422 return 1;
1423}
1424
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02001425/* This I/O handler runs as an applet embedded in a stream interface. It is
Willy Tarreauf5a885f2009-10-04 14:22:18 +02001426 * used to processes I/O from/to the stats unix socket. The system relies on a
1427 * state machine handling requests and various responses. We read a request,
1428 * then we process it and send the response, and we possibly display a prompt.
Willy Tarreaubc4af052011-02-13 13:25:14 +01001429 * Then we can read again. The state is stored in si->applet.st0 and is one of the
1430 * STAT_CLI_* constants. si->applet.st1 is used to indicate whether prompt is enabled
Willy Tarreauf5a885f2009-10-04 14:22:18 +02001431 * or not.
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001432 */
Willy Tarreaub24281b2011-02-13 13:16:36 +01001433static void cli_io_handler(struct stream_interface *si)
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001434{
Willy Tarreau7421efb2012-07-02 15:11:27 +02001435 struct channel *req = si->ob;
1436 struct channel *res = si->ib;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02001437 int reql;
1438 int len;
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001439
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02001440 if (unlikely(si->state == SI_ST_DIS || si->state == SI_ST_CLO))
1441 goto out;
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001442
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02001443 while (1) {
Willy Tarreaubc4af052011-02-13 13:25:14 +01001444 if (si->applet.st0 == STAT_CLI_INIT) {
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02001445 /* Stats output not initialized yet */
Willy Tarreau295a8372011-03-10 11:25:07 +01001446 memset(&si->applet.ctx.stats, 0, sizeof(si->applet.ctx.stats));
Willy Tarreaubc4af052011-02-13 13:25:14 +01001447 si->applet.st0 = STAT_CLI_GETREQ;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02001448 }
Willy Tarreaubc4af052011-02-13 13:25:14 +01001449 else if (si->applet.st0 == STAT_CLI_END) {
Willy Tarreauf5a885f2009-10-04 14:22:18 +02001450 /* Let's close for real now. We just close the request
1451 * side, the conditions below will complete if needed.
1452 */
Willy Tarreau73b013b2012-05-21 16:31:45 +02001453 si_shutw(si);
Willy Tarreauf5a885f2009-10-04 14:22:18 +02001454 break;
1455 }
Willy Tarreaubc4af052011-02-13 13:25:14 +01001456 else if (si->applet.st0 == STAT_CLI_GETREQ) {
Willy Tarreau4e33d862009-10-11 23:35:10 +02001457 /* ensure we have some output room left in the event we
1458 * would want to return some info right after parsing.
1459 */
Willy Tarreau572bf902012-07-02 17:01:20 +02001460 if (buffer_almost_full(&si->ib->buf))
Willy Tarreau4e33d862009-10-11 23:35:10 +02001461 break;
1462
David du Colombier7af46052012-05-16 14:16:48 +02001463 reql = bo_getline(si->ob, trash, trashlen);
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02001464 if (reql <= 0) { /* closed or EOL not found */
1465 if (reql == 0)
1466 break;
Willy Tarreaubc4af052011-02-13 13:25:14 +01001467 si->applet.st0 = STAT_CLI_END;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02001468 continue;
1469 }
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001470
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02001471 /* seek for a possible semi-colon. If we find one, we
1472 * replace it with an LF and skip only this part.
1473 */
1474 for (len = 0; len < reql; len++)
1475 if (trash[len] == ';') {
1476 trash[len] = '\n';
1477 reql = len + 1;
1478 break;
1479 }
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001480
Willy Tarreau816fc222009-10-04 07:36:58 +02001481 /* now it is time to check that we have a full line,
1482 * remove the trailing \n and possibly \r, then cut the
1483 * line.
1484 */
1485 len = reql - 1;
1486 if (trash[len] != '\n') {
Willy Tarreaubc4af052011-02-13 13:25:14 +01001487 si->applet.st0 = STAT_CLI_END;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02001488 continue;
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001489 }
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02001490
Willy Tarreau816fc222009-10-04 07:36:58 +02001491 if (len && trash[len-1] == '\r')
1492 len--;
1493
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02001494 trash[len] = '\0';
1495
Willy Tarreaubc4af052011-02-13 13:25:14 +01001496 si->applet.st0 = STAT_CLI_PROMPT;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02001497 if (len) {
1498 if (strcmp(trash, "quit") == 0) {
Willy Tarreaubc4af052011-02-13 13:25:14 +01001499 si->applet.st0 = STAT_CLI_END;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02001500 continue;
1501 }
1502 else if (strcmp(trash, "prompt") == 0)
Willy Tarreaubc4af052011-02-13 13:25:14 +01001503 si->applet.st1 = !si->applet.st1;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02001504 else if (strcmp(trash, "help") == 0 ||
Willy Tarreauea1f5fe2009-10-11 23:12:51 +02001505 !stats_sock_parse_request(si, trash)) {
Willy Tarreau295a8372011-03-10 11:25:07 +01001506 si->applet.ctx.cli.msg = stats_sock_usage_msg;
Willy Tarreaubc4af052011-02-13 13:25:14 +01001507 si->applet.st0 = STAT_CLI_PRINT;
Willy Tarreauea1f5fe2009-10-11 23:12:51 +02001508 }
Willy Tarreauf5a885f2009-10-04 14:22:18 +02001509 /* NB: stats_sock_parse_request() may have put
Willy Tarreaubc4af052011-02-13 13:25:14 +01001510 * another STAT_CLI_O_* into si->applet.st0.
Willy Tarreauf5a885f2009-10-04 14:22:18 +02001511 */
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02001512 }
Willy Tarreaubc4af052011-02-13 13:25:14 +01001513 else if (!si->applet.st1) {
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02001514 /* if prompt is disabled, print help on empty lines,
1515 * so that the user at least knows how to enable
1516 * prompt and find help.
1517 */
Willy Tarreau295a8372011-03-10 11:25:07 +01001518 si->applet.ctx.cli.msg = stats_sock_usage_msg;
Willy Tarreaubc4af052011-02-13 13:25:14 +01001519 si->applet.st0 = STAT_CLI_PRINT;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02001520 }
1521
1522 /* re-adjust req buffer */
Willy Tarreau9dab5fc2012-05-07 11:56:55 +02001523 bo_skip(si->ob, reql);
Willy Tarreau03cdb7c2012-08-27 23:14:58 +02001524 req->flags |= CF_READ_DONTWAIT; /* we plan to read small requests */
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001525 }
Willy Tarreauf5a885f2009-10-04 14:22:18 +02001526 else { /* output functions: first check if the output buffer is closed then abort */
Willy Tarreau03cdb7c2012-08-27 23:14:58 +02001527 if (res->flags & (CF_SHUTR_NOW|CF_SHUTR)) {
Willy Tarreaubc4af052011-02-13 13:25:14 +01001528 si->applet.st0 = STAT_CLI_END;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02001529 continue;
1530 }
1531
Willy Tarreaubc4af052011-02-13 13:25:14 +01001532 switch (si->applet.st0) {
Willy Tarreauea1f5fe2009-10-11 23:12:51 +02001533 case STAT_CLI_PRINT:
Willy Tarreau9dab5fc2012-05-07 11:56:55 +02001534 if (bi_putstr(si->ib, si->applet.ctx.cli.msg) != -1)
Willy Tarreaubc4af052011-02-13 13:25:14 +01001535 si->applet.st0 = STAT_CLI_PROMPT;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02001536 break;
Willy Tarreauf5a885f2009-10-04 14:22:18 +02001537 case STAT_CLI_O_INFO:
Willy Tarreau5ec29ff2011-02-13 15:27:22 +01001538 if (stats_dump_raw_to_buffer(si))
Willy Tarreaubc4af052011-02-13 13:25:14 +01001539 si->applet.st0 = STAT_CLI_PROMPT;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02001540 break;
Willy Tarreauf5a885f2009-10-04 14:22:18 +02001541 case STAT_CLI_O_SESS:
Willy Tarreau5ec29ff2011-02-13 15:27:22 +01001542 if (stats_dump_sess_to_buffer(si))
Willy Tarreaubc4af052011-02-13 13:25:14 +01001543 si->applet.st0 = STAT_CLI_PROMPT;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02001544 break;
Willy Tarreauf5a885f2009-10-04 14:22:18 +02001545 case STAT_CLI_O_ERR: /* errors dump */
Willy Tarreau5ec29ff2011-02-13 15:27:22 +01001546 if (stats_dump_errors_to_buffer(si))
Willy Tarreaubc4af052011-02-13 13:25:14 +01001547 si->applet.st0 = STAT_CLI_PROMPT;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02001548 break;
Willy Tarreau69f58c82010-07-12 17:55:33 +02001549 case STAT_CLI_O_TAB:
Simon Hormanc88b8872011-06-15 15:18:49 +09001550 case STAT_CLI_O_CLR:
Willy Tarreaudec98142012-06-06 23:37:08 +02001551 if (stats_table_request(si, si->applet.st0))
Willy Tarreaubc4af052011-02-13 13:25:14 +01001552 si->applet.st0 = STAT_CLI_PROMPT;
Willy Tarreau69f58c82010-07-12 17:55:33 +02001553 break;
Willy Tarreauf5a885f2009-10-04 14:22:18 +02001554 default: /* abnormal state */
Willy Tarreaubc4af052011-02-13 13:25:14 +01001555 si->applet.st0 = STAT_CLI_PROMPT;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02001556 break;
1557 }
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001558
Willy Tarreauf5a885f2009-10-04 14:22:18 +02001559 /* The post-command prompt is either LF alone or LF + '> ' in interactive mode */
Willy Tarreaubc4af052011-02-13 13:25:14 +01001560 if (si->applet.st0 == STAT_CLI_PROMPT) {
Willy Tarreau9dab5fc2012-05-07 11:56:55 +02001561 if (bi_putstr(si->ib, si->applet.st1 ? "\n> " : "\n") != -1)
Willy Tarreaubc4af052011-02-13 13:25:14 +01001562 si->applet.st0 = STAT_CLI_GETREQ;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02001563 }
1564
Willy Tarreauf5a885f2009-10-04 14:22:18 +02001565 /* If the output functions are still there, it means they require more room. */
Willy Tarreaubc4af052011-02-13 13:25:14 +01001566 if (si->applet.st0 >= STAT_CLI_OUTPUT)
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02001567 break;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02001568
1569 /* Now we close the output if one of the writers did so,
1570 * or if we're not in interactive mode and the request
1571 * buffer is empty. This still allows pipelined requests
1572 * to be sent in non-interactive mode.
1573 */
Willy Tarreau03cdb7c2012-08-27 23:14:58 +02001574 if ((res->flags & (CF_SHUTW|CF_SHUTW_NOW)) || (!si->applet.st1 && !req->buf.o)) {
Willy Tarreaubc4af052011-02-13 13:25:14 +01001575 si->applet.st0 = STAT_CLI_END;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02001576 continue;
1577 }
1578
Willy Tarreauf5a885f2009-10-04 14:22:18 +02001579 /* switch state back to GETREQ to read next requests */
Willy Tarreaubc4af052011-02-13 13:25:14 +01001580 si->applet.st0 = STAT_CLI_GETREQ;
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001581 }
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02001582 }
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001583
Willy Tarreau03cdb7c2012-08-27 23:14:58 +02001584 if ((res->flags & CF_SHUTR) && (si->state == SI_ST_EST) && (si->applet.st0 != STAT_CLI_GETREQ)) {
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02001585 DPRINTF(stderr, "%s@%d: si to buf closed. req=%08x, res=%08x, st=%d\n",
1586 __FUNCTION__, __LINE__, req->flags, res->flags, si->state);
Aman Guptaceafb4a2012-04-02 18:57:54 -07001587 /* Other side has closed, let's abort if we have no more processing to do
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02001588 * and nothing more to consume. This is comparable to a broken pipe, so
1589 * we forward the close to the request side so that it flows upstream to
1590 * the client.
1591 */
Willy Tarreau73b013b2012-05-21 16:31:45 +02001592 si_shutw(si);
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02001593 }
1594
Willy Tarreau03cdb7c2012-08-27 23:14:58 +02001595 if ((req->flags & CF_SHUTW) && (si->state == SI_ST_EST) && (si->applet.st0 < STAT_CLI_OUTPUT)) {
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02001596 DPRINTF(stderr, "%s@%d: buf to si closed. req=%08x, res=%08x, st=%d\n",
1597 __FUNCTION__, __LINE__, req->flags, res->flags, si->state);
1598 /* We have no more processing to do, and nothing more to send, and
1599 * the client side has closed. So we'll forward this state downstream
1600 * on the response buffer.
1601 */
Willy Tarreau73b013b2012-05-21 16:31:45 +02001602 si_shutr(si);
Willy Tarreau03cdb7c2012-08-27 23:14:58 +02001603 res->flags |= CF_READ_NULL;
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02001604 }
1605
1606 /* update all other flags and resync with the other side */
Willy Tarreau73b013b2012-05-21 16:31:45 +02001607 si_update(si);
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02001608
1609 /* we don't want to expire timeouts while we're processing requests */
1610 si->ib->rex = TICK_ETERNITY;
1611 si->ob->wex = TICK_ETERNITY;
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001612
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02001613 out:
Willy Tarreau02d6cfc2012-03-01 18:19:58 +01001614 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 +02001615 __FUNCTION__, __LINE__,
Cyril Bonté3aaba442012-09-23 14:19:12 +02001616 si->state, req->flags, res->flags, req->buf.i, req->buf.o, res->buf.i, res->buf.o);
Willy Tarreau9a42c0d2009-09-22 19:31:03 +02001617
1618 if (unlikely(si->state == SI_ST_DIS || si->state == SI_ST_CLO)) {
1619 /* check that we have released everything then unregister */
1620 stream_int_unregister_handler(si);
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001621 }
Willy Tarreau5ca791d2009-08-16 19:06:42 +02001622}
1623
Willy Tarreau5ec29ff2011-02-13 15:27:22 +01001624/* This function dumps statistics onto the stream interface's read buffer.
1625 * The data_ctx must have been zeroed first, and the flags properly set.
Willy Tarreau24955a12009-10-04 11:54:04 +02001626 * It returns 0 as long as it does not complete, non-zero upon completion.
1627 * Some states are not used but it makes the code more similar to other
1628 * functions which handle stats too.
Willy Tarreau3e76e722007-10-17 18:57:38 +02001629 */
Simon Horman9bd2c732011-06-15 15:18:44 +09001630static int stats_dump_raw_to_buffer(struct stream_interface *si)
Willy Tarreau3e76e722007-10-17 18:57:38 +02001631{
Willy Tarreau3e76e722007-10-17 18:57:38 +02001632 struct proxy *px;
1633 struct chunk msg;
Willy Tarreaua8efd362008-01-03 10:19:15 +01001634 unsigned int up;
Willy Tarreau3e76e722007-10-17 18:57:38 +02001635
David du Colombier7af46052012-05-16 14:16:48 +02001636 chunk_init(&msg, trash, trashlen);
Willy Tarreau3e76e722007-10-17 18:57:38 +02001637
Willy Tarreau94981132012-05-21 17:09:48 +02001638 switch (si->conn.data_st) {
Willy Tarreau295a8372011-03-10 11:25:07 +01001639 case STAT_ST_INIT:
Willy Tarreau24955a12009-10-04 11:54:04 +02001640 /* the function had not been called yet */
Willy Tarreau94981132012-05-21 17:09:48 +02001641 si->conn.data_st = STAT_ST_HEAD;
Willy Tarreau3e76e722007-10-17 18:57:38 +02001642 /* fall through */
1643
Willy Tarreau295a8372011-03-10 11:25:07 +01001644 case STAT_ST_HEAD:
1645 if (si->applet.ctx.stats.flags & STAT_SHOW_STAT) {
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02001646 print_csv_header(&msg);
Willy Tarreau9dab5fc2012-05-07 11:56:55 +02001647 if (bi_putchk(si->ib, &msg) == -1)
Willy Tarreaua8efd362008-01-03 10:19:15 +01001648 return 0;
1649 }
Willy Tarreau3e76e722007-10-17 18:57:38 +02001650
Willy Tarreau94981132012-05-21 17:09:48 +02001651 si->conn.data_st = STAT_ST_INFO;
Willy Tarreau3e76e722007-10-17 18:57:38 +02001652 /* fall through */
1653
Willy Tarreau295a8372011-03-10 11:25:07 +01001654 case STAT_ST_INFO:
Willy Tarreaua8efd362008-01-03 10:19:15 +01001655 up = (now.tv_sec - start_date.tv_sec);
Willy Tarreau295a8372011-03-10 11:25:07 +01001656 if (si->applet.ctx.stats.flags & STAT_SHOW_INFO) {
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02001657 chunk_printf(&msg,
Willy Tarreaua8efd362008-01-03 10:19:15 +01001658 "Name: " PRODUCT_NAME "\n"
1659 "Version: " HAPROXY_VERSION "\n"
1660 "Release_date: " HAPROXY_DATE "\n"
1661 "Nbproc: %d\n"
1662 "Process_num: %d\n"
1663 "Pid: %d\n"
1664 "Uptime: %dd %dh%02dm%02ds\n"
1665 "Uptime_sec: %d\n"
1666 "Memmax_MB: %d\n"
1667 "Ulimit-n: %d\n"
1668 "Maxsock: %d\n"
1669 "Maxconn: %d\n"
Willy Tarreau91886b62011-09-07 14:38:31 +02001670 "Hard_maxconn: %d\n"
Willy Tarreaua206fa92009-01-25 14:02:00 +01001671 "Maxpipes: %d\n"
Willy Tarreaua8efd362008-01-03 10:19:15 +01001672 "CurrConns: %d\n"
Willy Tarreaua206fa92009-01-25 14:02:00 +01001673 "PipesUsed: %d\n"
1674 "PipesFree: %d\n"
Willy Tarreau9cd552d2011-09-07 15:26:48 +02001675 "ConnRate: %d\n"
1676 "ConnRateLimit: %d\n"
1677 "MaxConnRate: %d\n"
Willy Tarreauc7bdf092009-03-21 18:33:52 +01001678 "Tasks: %d\n"
1679 "Run_queue: %d\n"
Willy Tarreau45a12512011-09-10 16:56:42 +02001680 "Idle_pct: %d\n"
Krzysztof Piotr Oledzki48cb2ae2009-10-02 22:51:14 +02001681 "node: %s\n"
1682 "description: %s\n"
Willy Tarreaua8efd362008-01-03 10:19:15 +01001683 "",
1684 global.nbproc,
1685 relative_pid,
1686 pid,
1687 up / 86400, (up % 86400) / 3600, (up % 3600) / 60, (up % 60),
1688 up,
1689 global.rlimit_memmax,
1690 global.rlimit_nofile,
Willy Tarreau91886b62011-09-07 14:38:31 +02001691 global.maxsock, global.maxconn, global.hardmaxconn, global.maxpipes,
Willy Tarreauc7bdf092009-03-21 18:33:52 +01001692 actconn, pipes_used, pipes_free,
Willy Tarreau9cd552d2011-09-07 15:26:48 +02001693 read_freq_ctr(&global.conn_per_sec), global.cps_lim, global.cps_max,
Willy Tarreau45a12512011-09-10 16:56:42 +02001694 nb_tasks_cur, run_queue_cur, idle_pct,
Krzysztof Piotr Oledzki48cb2ae2009-10-02 22:51:14 +02001695 global.node, global.desc?global.desc:""
Willy Tarreaua8efd362008-01-03 10:19:15 +01001696 );
Willy Tarreau9dab5fc2012-05-07 11:56:55 +02001697 if (bi_putchk(si->ib, &msg) == -1)
Willy Tarreaua8efd362008-01-03 10:19:15 +01001698 return 0;
1699 }
1700
Willy Tarreau295a8372011-03-10 11:25:07 +01001701 si->applet.ctx.stats.px = proxy;
1702 si->applet.ctx.stats.px_st = STAT_PX_ST_INIT;
1703 si->applet.ctx.stats.sv = NULL;
Willy Tarreau94981132012-05-21 17:09:48 +02001704 si->conn.data_st = STAT_ST_LIST;
Willy Tarreau3e76e722007-10-17 18:57:38 +02001705 /* fall through */
1706
Willy Tarreau295a8372011-03-10 11:25:07 +01001707 case STAT_ST_LIST:
Willy Tarreau3e76e722007-10-17 18:57:38 +02001708 /* dump proxies */
Willy Tarreau295a8372011-03-10 11:25:07 +01001709 if (si->applet.ctx.stats.flags & STAT_SHOW_STAT) {
1710 while (si->applet.ctx.stats.px) {
1711 px = si->applet.ctx.stats.px;
Willy Tarreaua8efd362008-01-03 10:19:15 +01001712 /* skip the disabled proxies and non-networked ones */
1713 if (px->state != PR_STSTOPPED &&
Willy Tarreau24955a12009-10-04 11:54:04 +02001714 (px->cap & (PR_CAP_FE | PR_CAP_BE))) {
Willy Tarreau5ec29ff2011-02-13 15:27:22 +01001715 if (stats_dump_proxy(si, px, NULL) == 0)
Willy Tarreaua8efd362008-01-03 10:19:15 +01001716 return 0;
Willy Tarreau24955a12009-10-04 11:54:04 +02001717 }
Willy Tarreau3e76e722007-10-17 18:57:38 +02001718
Willy Tarreau295a8372011-03-10 11:25:07 +01001719 si->applet.ctx.stats.px = px->next;
1720 si->applet.ctx.stats.px_st = STAT_PX_ST_INIT;
Willy Tarreaua8efd362008-01-03 10:19:15 +01001721 }
1722 /* here, we just have reached the last proxy */
Willy Tarreau3e76e722007-10-17 18:57:38 +02001723 }
Willy Tarreau3e76e722007-10-17 18:57:38 +02001724
Willy Tarreau94981132012-05-21 17:09:48 +02001725 si->conn.data_st = STAT_ST_END;
Willy Tarreau3e76e722007-10-17 18:57:38 +02001726 /* fall through */
1727
Willy Tarreau295a8372011-03-10 11:25:07 +01001728 case STAT_ST_END:
Willy Tarreau94981132012-05-21 17:09:48 +02001729 si->conn.data_st = STAT_ST_FIN;
Willy Tarreau0a464892008-12-07 18:30:00 +01001730 /* fall through */
Willy Tarreau3e76e722007-10-17 18:57:38 +02001731
Willy Tarreau295a8372011-03-10 11:25:07 +01001732 case STAT_ST_FIN:
Willy Tarreau3e76e722007-10-17 18:57:38 +02001733 return 1;
1734
1735 default:
1736 /* unknown state ! */
Willy Tarreau94981132012-05-21 17:09:48 +02001737 si->conn.data_st = STAT_ST_FIN;
Willy Tarreau24955a12009-10-04 11:54:04 +02001738 return 1;
Willy Tarreau3e76e722007-10-17 18:57:38 +02001739 }
Willy Tarreaub1356cf2008-12-07 16:06:43 +01001740}
1741
1742
Cyril Bonté70be45d2010-10-12 00:14:35 +02001743/* We don't want to land on the posted stats page because a refresh will
1744 * repost the data. We don't want this to happen on accident so we redirect
1745 * the browse to the stats page with a GET.
1746 */
Simon Horman9bd2c732011-06-15 15:18:44 +09001747static int stats_http_redir(struct stream_interface *si, struct uri_auth *uri)
Cyril Bonté70be45d2010-10-12 00:14:35 +02001748{
Willy Tarreau94981132012-05-21 17:09:48 +02001749 struct session *s = si->conn.data_ctx;
Cyril Bonté70be45d2010-10-12 00:14:35 +02001750 struct chunk msg;
1751
David du Colombier7af46052012-05-16 14:16:48 +02001752 chunk_init(&msg, trash, trashlen);
Cyril Bonté70be45d2010-10-12 00:14:35 +02001753
Willy Tarreau94981132012-05-21 17:09:48 +02001754 switch (si->conn.data_st) {
Willy Tarreau295a8372011-03-10 11:25:07 +01001755 case STAT_ST_INIT:
Cyril Bonté70be45d2010-10-12 00:14:35 +02001756 chunk_printf(&msg,
1757 "HTTP/1.0 303 See Other\r\n"
1758 "Cache-Control: no-cache\r\n"
1759 "Content-Type: text/plain\r\n"
1760 "Connection: close\r\n"
1761 "Location: %s;st=%s",
Cyril Bonté19979e12012-04-04 12:57:21 +02001762 uri->uri_prefix,
1763 ((si->applet.ctx.stats.st_code > STAT_STATUS_INIT) &&
1764 (si->applet.ctx.stats.st_code < STAT_STATUS_SIZE) &&
1765 stat_status_codes[si->applet.ctx.stats.st_code]) ?
1766 stat_status_codes[si->applet.ctx.stats.st_code] :
1767 stat_status_codes[STAT_STATUS_UNKN]);
Cyril Bonté70be45d2010-10-12 00:14:35 +02001768 chunk_printf(&msg, "\r\n\r\n");
1769
Willy Tarreau9dab5fc2012-05-07 11:56:55 +02001770 if (bi_putchk(si->ib, &msg) == -1)
Cyril Bonté70be45d2010-10-12 00:14:35 +02001771 return 0;
1772
1773 s->txn.status = 303;
1774
1775 if (!(s->flags & SN_ERR_MASK)) // this is not really an error but it is
1776 s->flags |= SN_ERR_PRXCOND; // to mark that it comes from the proxy
1777 if (!(s->flags & SN_FINST_MASK))
1778 s->flags |= SN_FINST_R;
1779
Willy Tarreau94981132012-05-21 17:09:48 +02001780 si->conn.data_st = STAT_ST_FIN;
Cyril Bonté70be45d2010-10-12 00:14:35 +02001781 return 1;
1782 }
1783 return 1;
1784}
1785
1786
Willy Tarreaub0c9bc42009-10-04 15:56:38 +02001787/* This I/O handler runs as an applet embedded in a stream interface. It is
1788 * used to send HTTP stats over a TCP socket. The mechanism is very simple.
Willy Tarreaubc4af052011-02-13 13:25:14 +01001789 * si->applet.st0 becomes non-zero once the transfer is finished. The handler
Willy Tarreaub0c9bc42009-10-04 15:56:38 +02001790 * automatically unregisters itself once transfer is complete.
1791 */
Willy Tarreaub24281b2011-02-13 13:16:36 +01001792static void http_stats_io_handler(struct stream_interface *si)
Willy Tarreaub0c9bc42009-10-04 15:56:38 +02001793{
Willy Tarreau94981132012-05-21 17:09:48 +02001794 struct session *s = si->conn.data_ctx;
Willy Tarreau7421efb2012-07-02 15:11:27 +02001795 struct channel *req = si->ob;
1796 struct channel *res = si->ib;
Willy Tarreaub0c9bc42009-10-04 15:56:38 +02001797
1798 if (unlikely(si->state == SI_ST_DIS || si->state == SI_ST_CLO))
1799 goto out;
1800
1801 /* check that the output is not closed */
Willy Tarreau03cdb7c2012-08-27 23:14:58 +02001802 if (res->flags & (CF_SHUTW|CF_SHUTW_NOW))
Willy Tarreaubc4af052011-02-13 13:25:14 +01001803 si->applet.st0 = 1;
Willy Tarreaub0c9bc42009-10-04 15:56:38 +02001804
Willy Tarreaubc4af052011-02-13 13:25:14 +01001805 if (!si->applet.st0) {
Cyril Bonté70be45d2010-10-12 00:14:35 +02001806 if (s->txn.meth == HTTP_METH_POST) {
Willy Tarreau5ec29ff2011-02-13 15:27:22 +01001807 if (stats_http_redir(si, s->be->uri_auth)) {
Willy Tarreaubc4af052011-02-13 13:25:14 +01001808 si->applet.st0 = 1;
Willy Tarreau73b013b2012-05-21 16:31:45 +02001809 si_shutw(si);
Cyril Bonté70be45d2010-10-12 00:14:35 +02001810 }
1811 } else {
Willy Tarreau5ec29ff2011-02-13 15:27:22 +01001812 if (stats_dump_http(si, s->be->uri_auth)) {
Willy Tarreaubc4af052011-02-13 13:25:14 +01001813 si->applet.st0 = 1;
Willy Tarreau73b013b2012-05-21 16:31:45 +02001814 si_shutw(si);
Cyril Bonté70be45d2010-10-12 00:14:35 +02001815 }
Willy Tarreaub0c9bc42009-10-04 15:56:38 +02001816 }
1817 }
1818
Willy Tarreau03cdb7c2012-08-27 23:14:58 +02001819 if ((res->flags & CF_SHUTR) && (si->state == SI_ST_EST))
Willy Tarreau73b013b2012-05-21 16:31:45 +02001820 si_shutw(si);
Willy Tarreaub0c9bc42009-10-04 15:56:38 +02001821
Willy Tarreau03cdb7c2012-08-27 23:14:58 +02001822 if ((req->flags & CF_SHUTW) && (si->state == SI_ST_EST) && si->applet.st0) {
Willy Tarreau73b013b2012-05-21 16:31:45 +02001823 si_shutr(si);
Willy Tarreau03cdb7c2012-08-27 23:14:58 +02001824 res->flags |= CF_READ_NULL;
Willy Tarreaub0c9bc42009-10-04 15:56:38 +02001825 }
1826
1827 /* update all other flags and resync with the other side */
Willy Tarreau73b013b2012-05-21 16:31:45 +02001828 si_update(si);
Willy Tarreaub0c9bc42009-10-04 15:56:38 +02001829
1830 /* we don't want to expire timeouts while we're processing requests */
1831 si->ib->rex = TICK_ETERNITY;
1832 si->ob->wex = TICK_ETERNITY;
1833
1834 out:
1835 if (unlikely(si->state == SI_ST_DIS || si->state == SI_ST_CLO)) {
1836 /* check that we have released everything then unregister */
1837 stream_int_unregister_handler(si);
1838 }
1839}
1840
1841
Willy Tarreau5ec29ff2011-02-13 15:27:22 +01001842/* This function dumps statistics in HTTP format onto the stream interface's
1843 * read buffer. The data_ctx must have been zeroed first, and the flags
1844 * properly set. It returns 0 if it had to stop writing data and an I/O is
1845 * needed, 1 if the dump is finished and the session must be closed, or -1
1846 * in case of any error.
Willy Tarreau91861262007-10-17 17:06:05 +02001847 */
Simon Horman9bd2c732011-06-15 15:18:44 +09001848static int stats_dump_http(struct stream_interface *si, struct uri_auth *uri)
Willy Tarreau91861262007-10-17 17:06:05 +02001849{
Willy Tarreau94981132012-05-21 17:09:48 +02001850 struct session *s = si->conn.data_ctx;
Willy Tarreau7421efb2012-07-02 15:11:27 +02001851 struct channel *rep = si->ib;
Willy Tarreau91861262007-10-17 17:06:05 +02001852 struct proxy *px;
1853 struct chunk msg;
1854 unsigned int up;
1855
David du Colombier7af46052012-05-16 14:16:48 +02001856 chunk_init(&msg, trash, trashlen);
Willy Tarreau91861262007-10-17 17:06:05 +02001857
Willy Tarreau94981132012-05-21 17:09:48 +02001858 switch (si->conn.data_st) {
Willy Tarreau295a8372011-03-10 11:25:07 +01001859 case STAT_ST_INIT:
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02001860 chunk_printf(&msg,
Willy Tarreau91861262007-10-17 17:06:05 +02001861 "HTTP/1.0 200 OK\r\n"
1862 "Cache-Control: no-cache\r\n"
1863 "Connection: close\r\n"
Willy Tarreau55bb8452007-10-17 18:44:57 +02001864 "Content-Type: %s\r\n",
Willy Tarreau295a8372011-03-10 11:25:07 +01001865 (si->applet.ctx.stats.flags & STAT_FMT_CSV) ? "text/plain" : "text/html");
Willy Tarreau91861262007-10-17 17:06:05 +02001866
Willy Tarreau295a8372011-03-10 11:25:07 +01001867 if (uri->refresh > 0 && !(si->applet.ctx.stats.flags & STAT_NO_REFRESH))
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02001868 chunk_printf(&msg, "Refresh: %d\r\n",
Willy Tarreau91861262007-10-17 17:06:05 +02001869 uri->refresh);
1870
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02001871 chunk_printf(&msg, "\r\n");
Willy Tarreau91861262007-10-17 17:06:05 +02001872
1873 s->txn.status = 200;
Willy Tarreau9dab5fc2012-05-07 11:56:55 +02001874 if (bi_putchk(rep, &msg) == -1)
Willy Tarreau56a560a2009-09-22 19:27:35 +02001875 return 0;
1876
Willy Tarreau91861262007-10-17 17:06:05 +02001877 if (!(s->flags & SN_ERR_MASK)) // this is not really an error but it is
1878 s->flags |= SN_ERR_PRXCOND; // to mark that it comes from the proxy
1879 if (!(s->flags & SN_FINST_MASK))
1880 s->flags |= SN_FINST_R;
1881
1882 if (s->txn.meth == HTTP_METH_HEAD) {
1883 /* that's all we return in case of HEAD request */
Willy Tarreau94981132012-05-21 17:09:48 +02001884 si->conn.data_st = STAT_ST_FIN;
Willy Tarreau91861262007-10-17 17:06:05 +02001885 return 1;
1886 }
1887
Willy Tarreau94981132012-05-21 17:09:48 +02001888 si->conn.data_st = STAT_ST_HEAD; /* let's start producing data */
Willy Tarreau91861262007-10-17 17:06:05 +02001889 /* fall through */
1890
Willy Tarreau295a8372011-03-10 11:25:07 +01001891 case STAT_ST_HEAD:
1892 if (!(si->applet.ctx.stats.flags & STAT_FMT_CSV)) {
Krzysztof Piotr Oledzki034550b2010-01-05 18:44:44 +01001893 /* WARNING! This must fit in the first buffer !!! */
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02001894 chunk_printf(&msg,
Krzysztof Piotr Oledzkif2d2b1d2009-10-12 23:09:08 +02001895 "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\"\n"
1896 "\"http://www.w3.org/TR/html4/loose.dtd\">\n"
Willy Tarreau1d45b7c2009-08-16 10:29:18 +02001897 "<html><head><title>Statistics Report for " PRODUCT_NAME "%s%s</title>\n"
Willy Tarreau91861262007-10-17 17:06:05 +02001898 "<meta http-equiv=\"content-type\" content=\"text/html; charset=iso-8859-1\">\n"
1899 "<style type=\"text/css\"><!--\n"
1900 "body {"
Willy Tarreaua94f2d22009-05-10 20:08:10 +02001901 " font-family: arial, helvetica, sans-serif;"
Willy Tarreau91861262007-10-17 17:06:05 +02001902 " font-size: 12px;"
1903 " font-weight: normal;"
1904 " color: black;"
1905 " background: white;"
1906 "}\n"
1907 "th,td {"
Willy Tarreaua94f2d22009-05-10 20:08:10 +02001908 " font-size: 10px;"
Willy Tarreau91861262007-10-17 17:06:05 +02001909 "}\n"
1910 "h1 {"
Willy Tarreauda6721b2009-07-15 10:07:05 +02001911 " font-size: x-large;"
Willy Tarreau91861262007-10-17 17:06:05 +02001912 " margin-bottom: 0.5em;"
1913 "}\n"
1914 "h2 {"
1915 " font-family: helvetica, arial;"
1916 " font-size: x-large;"
1917 " font-weight: bold;"
1918 " font-style: italic;"
1919 " color: #6020a0;"
1920 " margin-top: 0em;"
1921 " margin-bottom: 0em;"
1922 "}\n"
1923 "h3 {"
1924 " font-family: helvetica, arial;"
1925 " font-size: 16px;"
1926 " font-weight: bold;"
1927 " color: #b00040;"
1928 " background: #e8e8d0;"
1929 " margin-top: 0em;"
1930 " margin-bottom: 0em;"
1931 "}\n"
1932 "li {"
1933 " margin-top: 0.25em;"
1934 " margin-right: 2em;"
1935 "}\n"
1936 ".hr {margin-top: 0.25em;"
1937 " border-color: black;"
1938 " border-bottom-style: solid;"
1939 "}\n"
Krzysztof Piotr Oledzkif2d2b1d2009-10-12 23:09:08 +02001940 ".titre {background: #20D0D0;color: #000000; font-weight: bold; text-align: center;}\n"
Willy Tarreau91861262007-10-17 17:06:05 +02001941 ".total {background: #20D0D0;color: #ffff80;}\n"
1942 ".frontend {background: #e8e8d0;}\n"
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02001943 ".socket {background: #d0d0d0;}\n"
Willy Tarreau91861262007-10-17 17:06:05 +02001944 ".backend {background: #e8e8d0;}\n"
1945 ".active0 {background: #ff9090;}\n"
1946 ".active1 {background: #ffd020;}\n"
1947 ".active2 {background: #ffffa0;}\n"
1948 ".active3 {background: #c0ffc0;}\n"
Willy Tarreau2ea81932007-11-30 12:04:38 +01001949 ".active4 {background: #ffffa0;}\n" /* NOLB state shows same as going down */
1950 ".active5 {background: #a0e0a0;}\n" /* NOLB state shows darker than up */
1951 ".active6 {background: #e0e0e0;}\n"
Willy Tarreau91861262007-10-17 17:06:05 +02001952 ".backup0 {background: #ff9090;}\n"
1953 ".backup1 {background: #ff80ff;}\n"
1954 ".backup2 {background: #c060ff;}\n"
1955 ".backup3 {background: #b0d0ff;}\n"
Willy Tarreau2ea81932007-11-30 12:04:38 +01001956 ".backup4 {background: #c060ff;}\n" /* NOLB state shows same as going down */
1957 ".backup5 {background: #90b0e0;}\n" /* NOLB state shows same as going down */
1958 ".backup6 {background: #e0e0e0;}\n"
Cyril Bontécd19e512010-01-31 22:34:03 +01001959 ".maintain {background: #c07820;}\n"
Willy Tarreauda6721b2009-07-15 10:07:05 +02001960 ".rls {letter-spacing: 0.2em; margin-right: 1px;}\n" /* right letter spacing (used for grouping digits) */
Krzysztof Piotr Oledzkif2d2b1d2009-10-12 23:09:08 +02001961 "\n"
Krzysztof Piotr Oledzki1f672852009-10-24 14:24:30 +02001962 "a.px:link {color: #ffff40; text-decoration: none;}"
1963 "a.px:visited {color: #ffff40; text-decoration: none;}"
1964 "a.px:hover {color: #ffffff; text-decoration: none;}"
1965 "a.lfsb:link {color: #000000; text-decoration: none;}"
1966 "a.lfsb:visited {color: #000000; text-decoration: none;}"
1967 "a.lfsb:hover {color: #505050; text-decoration: none;}"
1968 "\n"
Willy Tarreau91861262007-10-17 17:06:05 +02001969 "table.tbl { border-collapse: collapse; border-style: none;}\n"
Krzysztof Piotr Oledzkif2d2b1d2009-10-12 23:09:08 +02001970 "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"
1971 "table.tbl td.ac { text-align: center;}\n"
Willy Tarreau91861262007-10-17 17:06:05 +02001972 "table.tbl th { border-width: 1px; border-style: solid solid solid solid; border-color: gray;}\n"
Krzysztof Piotr Oledzkif2d2b1d2009-10-12 23:09:08 +02001973 "table.tbl th.pxname { background: #b00040; color: #ffff40; font-weight: bold; border-style: solid solid none solid; padding: 2px 3px; white-space: nowrap;}\n"
Willy Tarreauda6721b2009-07-15 10:07:05 +02001974 "table.tbl th.empty { border-style: none; empty-cells: hide; background: white;}\n"
Krzysztof Piotr Oledzki48cb2ae2009-10-02 22:51:14 +02001975 "table.tbl th.desc { background: white; border-style: solid solid none solid; text-align: left; padding: 2px 3px;}\n"
Krzysztof Piotr Oledzkif2d2b1d2009-10-12 23:09:08 +02001976 "\n"
Willy Tarreau91861262007-10-17 17:06:05 +02001977 "table.lgd { border-collapse: collapse; border-width: 1px; border-style: none none none solid; border-color: black;}\n"
1978 "table.lgd td { border-width: 1px; border-style: solid solid solid solid; border-color: gray; padding: 2px;}\n"
1979 "table.lgd td.noborder { border-style: none; padding: 2px; white-space: nowrap;}\n"
Willy Tarreaue0454092010-02-26 12:29:07 +01001980 "u {text-decoration:none; border-bottom: 1px dotted black;}\n"
Willy Tarreau91861262007-10-17 17:06:05 +02001981 "-->\n"
Willy Tarreau1d45b7c2009-08-16 10:29:18 +02001982 "</style></head>\n",
Krzysztof Piotr Oledzki48cb2ae2009-10-02 22:51:14 +02001983 (uri->flags&ST_SHNODE) ? " on " : "",
1984 (uri->flags&ST_SHNODE) ? (uri->node ? uri->node : global.node) : ""
Willy Tarreau1d45b7c2009-08-16 10:29:18 +02001985 );
Willy Tarreau55bb8452007-10-17 18:44:57 +02001986 } else {
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02001987 print_csv_header(&msg);
Willy Tarreau55bb8452007-10-17 18:44:57 +02001988 }
Willy Tarreau9dab5fc2012-05-07 11:56:55 +02001989 if (bi_putchk(rep, &msg) == -1)
Willy Tarreau91861262007-10-17 17:06:05 +02001990 return 0;
1991
Willy Tarreau94981132012-05-21 17:09:48 +02001992 si->conn.data_st = STAT_ST_INFO;
Willy Tarreau91861262007-10-17 17:06:05 +02001993 /* fall through */
1994
Willy Tarreau295a8372011-03-10 11:25:07 +01001995 case STAT_ST_INFO:
Willy Tarreau91861262007-10-17 17:06:05 +02001996 up = (now.tv_sec - start_date.tv_sec);
1997
1998 /* WARNING! this has to fit the first packet too.
1999 * We are around 3.5 kB, add adding entries will
2000 * become tricky if we want to support 4kB buffers !
2001 */
Willy Tarreau295a8372011-03-10 11:25:07 +01002002 if (!(si->applet.ctx.stats.flags & STAT_FMT_CSV)) {
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02002003 chunk_printf(&msg,
Willy Tarreau91861262007-10-17 17:06:05 +02002004 "<body><h1><a href=\"" PRODUCT_URL "\" style=\"text-decoration: none;\">"
2005 PRODUCT_NAME "%s</a></h1>\n"
Krzysztof Piotr Oledzki48cb2ae2009-10-02 22:51:14 +02002006 "<h2>Statistics Report for pid %d%s%s%s%s</h2>\n"
Willy Tarreau91861262007-10-17 17:06:05 +02002007 "<hr width=\"100%%\" class=\"hr\">\n"
2008 "<h3>&gt; General process information</h3>\n"
Krzysztof Piotr Oledzkif2d2b1d2009-10-12 23:09:08 +02002009 "<table border=0><tr><td align=\"left\" nowrap width=\"1%%\">\n"
Willy Tarreaua8efd362008-01-03 10:19:15 +01002010 "<p><b>pid = </b> %d (process #%d, nbproc = %d)<br>\n"
Willy Tarreau91861262007-10-17 17:06:05 +02002011 "<b>uptime = </b> %dd %dh%02dm%02ds<br>\n"
Krzysztof Piotr Oledzki48cb2ae2009-10-02 22:51:14 +02002012 "<b>system limits:</b> memmax = %s%s; ulimit-n = %d<br>\n"
2013 "<b>maxsock = </b> %d; <b>maxconn = </b> %d; <b>maxpipes = </b> %d<br>\n"
Willy Tarreau9cd552d2011-09-07 15:26:48 +02002014 "current conns = %d; current pipes = %d/%d; conn rate = %d/sec<br>\n"
Willy Tarreau45a12512011-09-10 16:56:42 +02002015 "Running tasks: %d/%d; idle = %d %%<br>\n"
Willy Tarreau91861262007-10-17 17:06:05 +02002016 "</td><td align=\"center\" nowrap>\n"
2017 "<table class=\"lgd\"><tr>\n"
2018 "<td class=\"active3\">&nbsp;</td><td class=\"noborder\">active UP </td>"
2019 "<td class=\"backup3\">&nbsp;</td><td class=\"noborder\">backup UP </td>"
2020 "</tr><tr>\n"
2021 "<td class=\"active2\"></td><td class=\"noborder\">active UP, going down </td>"
2022 "<td class=\"backup2\"></td><td class=\"noborder\">backup UP, going down </td>"
2023 "</tr><tr>\n"
2024 "<td class=\"active1\"></td><td class=\"noborder\">active DOWN, going up </td>"
2025 "<td class=\"backup1\"></td><td class=\"noborder\">backup DOWN, going up </td>"
2026 "</tr><tr>\n"
2027 "<td class=\"active0\"></td><td class=\"noborder\">active or backup DOWN &nbsp;</td>"
Willy Tarreau2ea81932007-11-30 12:04:38 +01002028 "<td class=\"active6\"></td><td class=\"noborder\">not checked </td>"
Cyril Bontécd19e512010-01-31 22:34:03 +01002029 "</tr><tr>\n"
2030 "<td class=\"maintain\"></td><td class=\"noborder\" colspan=\"3\">active or backup DOWN for maintenance (MAINT) &nbsp;</td>"
Willy Tarreau91861262007-10-17 17:06:05 +02002031 "</tr></table>\n"
Willy Tarreau2ea81932007-11-30 12:04:38 +01002032 "Note: UP with load-balancing disabled is reported as \"NOLB\"."
Willy Tarreau91861262007-10-17 17:06:05 +02002033 "</td>"
2034 "<td align=\"left\" valign=\"top\" nowrap width=\"1%%\">"
2035 "<b>Display option:</b><ul style=\"margin-top: 0.25em;\">"
2036 "",
2037 (uri->flags&ST_HIDEVER)?"":(STATS_VERSION_STRING),
Krzysztof Piotr Oledzki48cb2ae2009-10-02 22:51:14 +02002038 pid, (uri->flags&ST_SHNODE) ? " on " : "", (uri->flags&ST_SHNODE) ? (uri->node ? uri->node : global.node) : "",
2039 (uri->flags&ST_SHDESC)? ": " : "", (uri->flags&ST_SHDESC) ? (uri->desc ? uri->desc : global.desc) : "",
2040 pid, relative_pid, global.nbproc,
Willy Tarreau91861262007-10-17 17:06:05 +02002041 up / 86400, (up % 86400) / 3600,
2042 (up % 3600) / 60, (up % 60),
2043 global.rlimit_memmax ? ultoa(global.rlimit_memmax) : "unlimited",
2044 global.rlimit_memmax ? " MB" : "",
2045 global.rlimit_nofile,
Willy Tarreaua206fa92009-01-25 14:02:00 +01002046 global.maxsock, global.maxconn, global.maxpipes,
Willy Tarreau9cd552d2011-09-07 15:26:48 +02002047 actconn, pipes_used, pipes_used+pipes_free, read_freq_ctr(&global.conn_per_sec),
Willy Tarreau45a12512011-09-10 16:56:42 +02002048 run_queue_cur, nb_tasks_cur, idle_pct
Willy Tarreau91861262007-10-17 17:06:05 +02002049 );
Willy Tarreaub1356cf2008-12-07 16:06:43 +01002050
Willy Tarreau295a8372011-03-10 11:25:07 +01002051 if (si->applet.ctx.stats.flags & STAT_HIDE_DOWN)
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02002052 chunk_printf(&msg,
Willy Tarreau91861262007-10-17 17:06:05 +02002053 "<li><a href=\"%s%s%s\">Show all servers</a><br>\n",
2054 uri->uri_prefix,
2055 "",
Willy Tarreau295a8372011-03-10 11:25:07 +01002056 (si->applet.ctx.stats.flags & STAT_NO_REFRESH) ? ";norefresh" : "");
Willy Tarreau55bb8452007-10-17 18:44:57 +02002057 else
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02002058 chunk_printf(&msg,
Willy Tarreau91861262007-10-17 17:06:05 +02002059 "<li><a href=\"%s%s%s\">Hide 'DOWN' servers</a><br>\n",
2060 uri->uri_prefix,
2061 ";up",
Willy Tarreau295a8372011-03-10 11:25:07 +01002062 (si->applet.ctx.stats.flags & STAT_NO_REFRESH) ? ";norefresh" : "");
Willy Tarreau91861262007-10-17 17:06:05 +02002063
Willy Tarreau55bb8452007-10-17 18:44:57 +02002064 if (uri->refresh > 0) {
Willy Tarreau295a8372011-03-10 11:25:07 +01002065 if (si->applet.ctx.stats.flags & STAT_NO_REFRESH)
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02002066 chunk_printf(&msg,
Willy Tarreau91861262007-10-17 17:06:05 +02002067 "<li><a href=\"%s%s%s\">Enable refresh</a><br>\n",
2068 uri->uri_prefix,
Willy Tarreau295a8372011-03-10 11:25:07 +01002069 (si->applet.ctx.stats.flags & STAT_HIDE_DOWN) ? ";up" : "",
Willy Tarreau91861262007-10-17 17:06:05 +02002070 "");
Willy Tarreau55bb8452007-10-17 18:44:57 +02002071 else
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02002072 chunk_printf(&msg,
Willy Tarreau91861262007-10-17 17:06:05 +02002073 "<li><a href=\"%s%s%s\">Disable refresh</a><br>\n",
2074 uri->uri_prefix,
Willy Tarreau295a8372011-03-10 11:25:07 +01002075 (si->applet.ctx.stats.flags & STAT_HIDE_DOWN) ? ";up" : "",
Willy Tarreau91861262007-10-17 17:06:05 +02002076 ";norefresh");
Willy Tarreau55bb8452007-10-17 18:44:57 +02002077 }
Willy Tarreau91861262007-10-17 17:06:05 +02002078
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02002079 chunk_printf(&msg,
Willy Tarreau91861262007-10-17 17:06:05 +02002080 "<li><a href=\"%s%s%s\">Refresh now</a><br>\n",
2081 uri->uri_prefix,
Willy Tarreau295a8372011-03-10 11:25:07 +01002082 (si->applet.ctx.stats.flags & STAT_HIDE_DOWN) ? ";up" : "",
2083 (si->applet.ctx.stats.flags & STAT_NO_REFRESH) ? ";norefresh" : "");
Willy Tarreau91861262007-10-17 17:06:05 +02002084
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02002085 chunk_printf(&msg,
Willy Tarreau5031e6a2007-10-18 11:05:48 +02002086 "<li><a href=\"%s;csv%s\">CSV export</a><br>\n",
2087 uri->uri_prefix,
2088 (uri->refresh > 0) ? ";norefresh" : "");
2089
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02002090 chunk_printf(&msg,
Krzysztof Piotr Oledzkif2d2b1d2009-10-12 23:09:08 +02002091 "</ul></td>"
Willy Tarreau91861262007-10-17 17:06:05 +02002092 "<td align=\"left\" valign=\"top\" nowrap width=\"1%%\">"
Adrian Bridgettafdb6e52012-03-19 23:36:42 +00002093 "<b>External resources:</b><ul style=\"margin-top: 0.25em;\">\n"
Willy Tarreau91861262007-10-17 17:06:05 +02002094 "<li><a href=\"" PRODUCT_URL "\">Primary site</a><br>\n"
2095 "<li><a href=\"" PRODUCT_URL_UPD "\">Updates (v" PRODUCT_BRANCH ")</a><br>\n"
2096 "<li><a href=\"" PRODUCT_URL_DOC "\">Online manual</a><br>\n"
2097 "</ul>"
2098 "</td>"
2099 "</tr></table>\n"
2100 ""
2101 );
Willy Tarreaub1356cf2008-12-07 16:06:43 +01002102
Willy Tarreau295a8372011-03-10 11:25:07 +01002103 if (si->applet.ctx.stats.st_code) {
Cyril Bonté19979e12012-04-04 12:57:21 +02002104 switch (si->applet.ctx.stats.st_code) {
2105 case STAT_STATUS_DONE:
Cyril Bonté70be45d2010-10-12 00:14:35 +02002106 chunk_printf(&msg,
2107 "<p><div class=active3>"
2108 "<a class=lfsb href=\"%s\" title=\"Remove this message\">[X]</a> "
2109 "Action processed successfully."
2110 "</div>\n", uri->uri_prefix);
Cyril Bonté19979e12012-04-04 12:57:21 +02002111 break;
2112 case STAT_STATUS_NONE:
Cyril Bonté70be45d2010-10-12 00:14:35 +02002113 chunk_printf(&msg,
2114 "<p><div class=active2>"
2115 "<a class=lfsb href=\"%s\" title=\"Remove this message\">[X]</a> "
2116 "Nothing has changed."
2117 "</div>\n", uri->uri_prefix);
Cyril Bonté19979e12012-04-04 12:57:21 +02002118 break;
2119 case STAT_STATUS_PART:
Cyril Bontécf8d9ae2012-04-04 12:57:18 +02002120 chunk_printf(&msg,
2121 "<p><div class=active2>"
2122 "<a class=lfsb href=\"%s\" title=\"Remove this message\">[X]</a> "
2123 "Action partially processed.<br>"
2124 "Some server names are probably unknown or ambiguous (duplicated names in the backend)."
2125 "</div>\n", uri->uri_prefix);
Cyril Bonté19979e12012-04-04 12:57:21 +02002126 break;
2127 case STAT_STATUS_ERRP:
Cyril Bontécf8d9ae2012-04-04 12:57:18 +02002128 chunk_printf(&msg,
2129 "<p><div class=active0>"
2130 "<a class=lfsb href=\"%s\" title=\"Remove this message\">[X]</a> "
2131 "Action not processed because of invalid parameters."
2132 "<ul>"
2133 "<li>The action is maybe unknown.</li>"
2134 "<li>The backend name is probably unknown or ambiguous (duplicated names).</li>"
2135 "<li>Some server names are probably unknown or ambiguous (duplicated names in the backend).</li>"
2136 "</ul>"
2137 "</div>\n", uri->uri_prefix);
Cyril Bonté19979e12012-04-04 12:57:21 +02002138 break;
2139 case STAT_STATUS_EXCD:
Cyril Bonté70be45d2010-10-12 00:14:35 +02002140 chunk_printf(&msg,
2141 "<p><div class=active0>"
2142 "<a class=lfsb href=\"%s\" title=\"Remove this message\">[X]</a> "
2143 "<b>Action not processed : the buffer couldn't store all the data.<br>"
2144 "You should retry with less servers at a time.</b>"
2145 "</div>\n", uri->uri_prefix);
Cyril Bonté19979e12012-04-04 12:57:21 +02002146 break;
2147 case STAT_STATUS_DENY:
Cyril Bonté474be412010-10-12 00:14:36 +02002148 chunk_printf(&msg,
2149 "<p><div class=active0>"
2150 "<a class=lfsb href=\"%s\" title=\"Remove this message\">[X]</a> "
2151 "<b>Action denied.</b>"
2152 "</div>\n", uri->uri_prefix);
Cyril Bonté19979e12012-04-04 12:57:21 +02002153 break;
2154 default:
Cyril Bonté70be45d2010-10-12 00:14:35 +02002155 chunk_printf(&msg,
2156 "<p><div class=active6>"
2157 "<a class=lfsb href=\"%s\" title=\"Remove this message\">[X]</a> "
2158 "Unexpected result."
2159 "</div>\n", uri->uri_prefix);
2160 }
2161 chunk_printf(&msg,"<p>\n");
2162 }
2163
Willy Tarreau9dab5fc2012-05-07 11:56:55 +02002164 if (bi_putchk(rep, &msg) == -1)
Willy Tarreau55bb8452007-10-17 18:44:57 +02002165 return 0;
2166 }
Willy Tarreau91861262007-10-17 17:06:05 +02002167
Willy Tarreau295a8372011-03-10 11:25:07 +01002168 si->applet.ctx.stats.px = proxy;
2169 si->applet.ctx.stats.px_st = STAT_PX_ST_INIT;
Willy Tarreau94981132012-05-21 17:09:48 +02002170 si->conn.data_st = STAT_ST_LIST;
Willy Tarreau91861262007-10-17 17:06:05 +02002171 /* fall through */
2172
Willy Tarreau295a8372011-03-10 11:25:07 +01002173 case STAT_ST_LIST:
Willy Tarreau91861262007-10-17 17:06:05 +02002174 /* dump proxies */
Willy Tarreau295a8372011-03-10 11:25:07 +01002175 while (si->applet.ctx.stats.px) {
Willy Tarreau572bf902012-07-02 17:01:20 +02002176 if (buffer_almost_full(&rep->buf))
Willy Tarreau4e33d862009-10-11 23:35:10 +02002177 return 0;
Willy Tarreau295a8372011-03-10 11:25:07 +01002178 px = si->applet.ctx.stats.px;
Willy Tarreau91861262007-10-17 17:06:05 +02002179 /* skip the disabled proxies and non-networked ones */
2180 if (px->state != PR_STSTOPPED && (px->cap & (PR_CAP_FE | PR_CAP_BE)))
Willy Tarreau5ec29ff2011-02-13 15:27:22 +01002181 if (stats_dump_proxy(si, px, uri) == 0)
Willy Tarreau91861262007-10-17 17:06:05 +02002182 return 0;
2183
Willy Tarreau295a8372011-03-10 11:25:07 +01002184 si->applet.ctx.stats.px = px->next;
2185 si->applet.ctx.stats.px_st = STAT_PX_ST_INIT;
Willy Tarreau91861262007-10-17 17:06:05 +02002186 }
2187 /* here, we just have reached the last proxy */
2188
Willy Tarreau94981132012-05-21 17:09:48 +02002189 si->conn.data_st = STAT_ST_END;
Willy Tarreau91861262007-10-17 17:06:05 +02002190 /* fall through */
2191
Willy Tarreau295a8372011-03-10 11:25:07 +01002192 case STAT_ST_END:
2193 if (!(si->applet.ctx.stats.flags & STAT_FMT_CSV)) {
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02002194 chunk_printf(&msg, "</body></html>\n");
Willy Tarreau9dab5fc2012-05-07 11:56:55 +02002195 if (bi_putchk(rep, &msg) == -1)
Willy Tarreau55bb8452007-10-17 18:44:57 +02002196 return 0;
2197 }
Willy Tarreau91861262007-10-17 17:06:05 +02002198
Willy Tarreau94981132012-05-21 17:09:48 +02002199 si->conn.data_st = STAT_ST_FIN;
Willy Tarreau91861262007-10-17 17:06:05 +02002200 /* fall through */
2201
Willy Tarreau295a8372011-03-10 11:25:07 +01002202 case STAT_ST_FIN:
Willy Tarreau91861262007-10-17 17:06:05 +02002203 return 1;
2204
2205 default:
2206 /* unknown state ! */
Willy Tarreau94981132012-05-21 17:09:48 +02002207 si->conn.data_st = STAT_ST_FIN;
Willy Tarreau91861262007-10-17 17:06:05 +02002208 return -1;
2209 }
2210}
2211
2212
2213/*
2214 * Dumps statistics for a proxy.
2215 * Returns 0 if it had to stop dumping data because of lack of buffer space,
2216 * ot non-zero if everything completed.
2217 */
Simon Horman9bd2c732011-06-15 15:18:44 +09002218static int stats_dump_proxy(struct stream_interface *si, struct proxy *px, struct uri_auth *uri)
Willy Tarreau91861262007-10-17 17:06:05 +02002219{
Willy Tarreau94981132012-05-21 17:09:48 +02002220 struct session *s = si->conn.data_ctx;
Willy Tarreau7421efb2012-07-02 15:11:27 +02002221 struct channel *rep = si->ib;
Willy Tarreau44267702011-10-28 15:35:33 +02002222 struct server *sv, *svs; /* server and server-state, server-state=server or server->track */
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02002223 struct listener *l;
Willy Tarreau91861262007-10-17 17:06:05 +02002224 struct chunk msg;
2225
David du Colombier7af46052012-05-16 14:16:48 +02002226 chunk_init(&msg, trash, trashlen);
Willy Tarreau91861262007-10-17 17:06:05 +02002227
Willy Tarreau295a8372011-03-10 11:25:07 +01002228 switch (si->applet.ctx.stats.px_st) {
2229 case STAT_PX_ST_INIT:
Willy Tarreau91861262007-10-17 17:06:05 +02002230 /* we are on a new proxy */
2231
2232 if (uri && uri->scope) {
2233 /* we have a limited scope, we have to check the proxy name */
2234 struct stat_scope *scope;
2235 int len;
2236
2237 len = strlen(px->id);
2238 scope = uri->scope;
2239
2240 while (scope) {
2241 /* match exact proxy name */
2242 if (scope->px_len == len && !memcmp(px->id, scope->px_id, len))
2243 break;
2244
2245 /* match '.' which means 'self' proxy */
Willy Tarreau1388a3a2007-10-18 16:38:37 +02002246 if (!strcmp(scope->px_id, ".") && px == s->be)
Willy Tarreau91861262007-10-17 17:06:05 +02002247 break;
2248 scope = scope->next;
2249 }
2250
2251 /* proxy name not found : don't dump anything */
2252 if (scope == NULL)
2253 return 1;
2254 }
2255
Willy Tarreau295a8372011-03-10 11:25:07 +01002256 if ((si->applet.ctx.stats.flags & STAT_BOUND) && (si->applet.ctx.stats.iid != -1) &&
2257 (px->uuid != si->applet.ctx.stats.iid))
Krzysztof Piotr Oledzki2c6962c2008-03-02 02:42:14 +01002258 return 1;
2259
Willy Tarreau295a8372011-03-10 11:25:07 +01002260 si->applet.ctx.stats.px_st = STAT_PX_ST_TH;
Willy Tarreau91861262007-10-17 17:06:05 +02002261 /* fall through */
2262
Willy Tarreau295a8372011-03-10 11:25:07 +01002263 case STAT_PX_ST_TH:
2264 if (!(si->applet.ctx.stats.flags & STAT_FMT_CSV)) {
2265 if (px->cap & PR_CAP_BE && px->srv && (si->applet.ctx.stats.flags & STAT_ADMIN)) {
Cyril Bonté70be45d2010-10-12 00:14:35 +02002266 /* A form to enable/disable this proxy servers */
2267 chunk_printf(&msg,
2268 "<form action=\"%s\" method=\"post\">",
2269 uri->uri_prefix);
2270 }
2271
Willy Tarreau55bb8452007-10-17 18:44:57 +02002272 /* print a new table */
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02002273 chunk_printf(&msg,
Krzysztof Piotr Oledzki48cb2ae2009-10-02 22:51:14 +02002274 "<table class=\"tbl\" width=\"100%%\">\n"
Krzysztof Piotr Oledzkif2d2b1d2009-10-12 23:09:08 +02002275 "<tr class=\"titre\">"
Krzysztof Piotr Oledzki15514c22010-01-04 16:03:09 +01002276 "<th class=\"pxname\" width=\"10%%\"");
2277
2278 if (uri->flags&ST_SHLGNDS) {
2279 /* cap, mode, id */
2280 chunk_printf(&msg, " title=\"cap: %s, mode: %s, id: %d",
2281 proxy_cap_str(px->cap), proxy_mode_str(px->mode),
2282 px->uuid);
2283
Krzysztof Piotr Oledzki15514c22010-01-04 16:03:09 +01002284 chunk_printf(&msg, "\"");
2285 }
2286
2287 chunk_printf(&msg,
Willy Tarreaue0454092010-02-26 12:29:07 +01002288 ">%s<a name=\"%s\"></a>"
2289 "<a class=px href=\"#%s\">%s</a>%s</th>"
Krzysztof Piotr Oledzki48cb2ae2009-10-02 22:51:14 +02002290 "<th class=\"%s\" width=\"90%%\">%s</th>"
Willy Tarreau55bb8452007-10-17 18:44:57 +02002291 "</tr>\n"
Krzysztof Piotr Oledzki48cb2ae2009-10-02 22:51:14 +02002292 "</table>\n"
Krzysztof Piotr Oledzkif2d2b1d2009-10-12 23:09:08 +02002293 "<table class=\"tbl\" width=\"100%%\">\n"
Cyril Bonté70be45d2010-10-12 00:14:35 +02002294 "<tr class=\"titre\">",
2295 (uri->flags & ST_SHLGNDS)?"<u>":"",
2296 px->id, px->id, px->id,
2297 (uri->flags & ST_SHLGNDS)?"</u>":"",
2298 px->desc ? "desc" : "empty", px->desc ? px->desc : "");
2299
Willy Tarreau295a8372011-03-10 11:25:07 +01002300 if (px->cap & PR_CAP_BE && px->srv && (si->applet.ctx.stats.flags & STAT_ADMIN)) {
Cyril Bonté70be45d2010-10-12 00:14:35 +02002301 /* Column heading for Enable or Disable server */
2302 chunk_printf(&msg, "<th rowspan=2 width=1></th>");
2303 }
2304
2305 chunk_printf(&msg,
Willy Tarreau55bb8452007-10-17 18:44:57 +02002306 "<th rowspan=2></th>"
Willy Tarreaua3e49422009-05-10 19:19:41 +02002307 "<th colspan=3>Queue</th>"
2308 "<th colspan=3>Session rate</th><th colspan=5>Sessions</th>"
Willy Tarreau55bb8452007-10-17 18:44:57 +02002309 "<th colspan=2>Bytes</th><th colspan=2>Denied</th>"
Krzysztof Oledzki1cf36ba2007-10-18 19:12:30 +02002310 "<th colspan=3>Errors</th><th colspan=2>Warnings</th>"
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +02002311 "<th colspan=9>Server</th>"
Willy Tarreau55bb8452007-10-17 18:44:57 +02002312 "</tr>\n"
Krzysztof Piotr Oledzkif2d2b1d2009-10-12 23:09:08 +02002313 "<tr class=\"titre\">"
Willy Tarreaua3e49422009-05-10 19:19:41 +02002314 "<th>Cur</th><th>Max</th><th>Limit</th>"
Elijah Epifanovacafc5f2007-10-25 20:15:38 +02002315 "<th>Cur</th><th>Max</th><th>Limit</th><th>Cur</th><th>Max</th>"
Willy Tarreaua3e49422009-05-10 19:19:41 +02002316 "<th>Limit</th><th>Total</th><th>LbTot</th><th>In</th><th>Out</th>"
Willy Tarreau55bb8452007-10-17 18:44:57 +02002317 "<th>Req</th><th>Resp</th><th>Req</th><th>Conn</th>"
Krzysztof Oledzki1cf36ba2007-10-18 19:12:30 +02002318 "<th>Resp</th><th>Retr</th><th>Redis</th>"
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +02002319 "<th>Status</th><th>LastChk</th><th>Wght</th><th>Act</th>"
Willy Tarreau4bab24d2007-11-30 18:16:29 +01002320 "<th>Bck</th><th>Chk</th><th>Dwn</th><th>Dwntme</th>"
2321 "<th>Thrtle</th>\n"
Cyril Bonté70be45d2010-10-12 00:14:35 +02002322 "</tr>");
Willy Tarreau55bb8452007-10-17 18:44:57 +02002323
Willy Tarreau9dab5fc2012-05-07 11:56:55 +02002324 if (bi_putchk(rep, &msg) == -1)
Willy Tarreau55bb8452007-10-17 18:44:57 +02002325 return 0;
2326 }
Willy Tarreau91861262007-10-17 17:06:05 +02002327
Willy Tarreau295a8372011-03-10 11:25:07 +01002328 si->applet.ctx.stats.px_st = STAT_PX_ST_FE;
Willy Tarreau91861262007-10-17 17:06:05 +02002329 /* fall through */
2330
Willy Tarreau295a8372011-03-10 11:25:07 +01002331 case STAT_PX_ST_FE:
Willy Tarreau91861262007-10-17 17:06:05 +02002332 /* print the frontend */
Willy Tarreau39f7e6d2008-03-17 21:38:24 +01002333 if ((px->cap & PR_CAP_FE) &&
Willy Tarreau295a8372011-03-10 11:25:07 +01002334 (!(si->applet.ctx.stats.flags & STAT_BOUND) || (si->applet.ctx.stats.type & (1 << STATS_TYPE_FE)))) {
2335 if (!(si->applet.ctx.stats.flags & STAT_FMT_CSV)) {
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02002336 chunk_printf(&msg,
Willy Tarreau91861262007-10-17 17:06:05 +02002337 /* name, queue */
Cyril Bonté70be45d2010-10-12 00:14:35 +02002338 "<tr class=\"frontend\">");
2339
Willy Tarreau295a8372011-03-10 11:25:07 +01002340 if (px->cap & PR_CAP_BE && px->srv && (si->applet.ctx.stats.flags & STAT_ADMIN)) {
Cyril Bonté70be45d2010-10-12 00:14:35 +02002341 /* Column sub-heading for Enable or Disable server */
2342 chunk_printf(&msg, "<td></td>");
2343 }
2344
2345 chunk_printf(&msg,
2346 "<td class=ac>"
Krzysztof Piotr Oledzki1f672852009-10-24 14:24:30 +02002347 "<a name=\"%s/Frontend\"></a>"
Cyril Bonté70be45d2010-10-12 00:14:35 +02002348 "<a class=lfsb href=\"#%s/Frontend\">Frontend</a></td>"
2349 "<td colspan=3></td>"
Willy Tarreaub44939a2010-02-26 11:35:39 +01002350 "",
2351 px->id, px->id);
2352
2353 if (px->mode == PR_MODE_HTTP) {
2354 chunk_printf(&msg,
2355 /* sessions rate : current, max, limit */
Willy Tarreaue0454092010-02-26 12:29:07 +01002356 "<td title=\"Cur: %u req/s\"><u>%s</u></td><td title=\"Max: %u req/s\"><u>%s</u></td><td>%s</td>"
Willy Tarreaub44939a2010-02-26 11:35:39 +01002357 "",
2358 read_freq_ctr(&px->fe_req_per_sec),
2359 U2H0(read_freq_ctr(&px->fe_sess_per_sec)),
Willy Tarreau7d0aaf32011-03-10 23:25:56 +01002360 px->fe_counters.p.http.rps_max,
2361 U2H1(px->fe_counters.sps_max),
Willy Tarreaub44939a2010-02-26 11:35:39 +01002362 LIM2A2(px->fe_sps_lim, "-"));
2363 } else {
2364 chunk_printf(&msg,
2365 /* sessions rate : current, max, limit */
2366 "<td>%s</td><td>%s</td><td>%s</td>"
2367 "",
2368 U2H0(read_freq_ctr(&px->fe_sess_per_sec)),
Willy Tarreau7d0aaf32011-03-10 23:25:56 +01002369 U2H1(px->fe_counters.sps_max), LIM2A2(px->fe_sps_lim, "-"));
Willy Tarreaub44939a2010-02-26 11:35:39 +01002370 }
2371
2372 chunk_printf(&msg,
Krzysztof Piotr Oledzkide71d162009-10-24 15:36:15 +02002373 /* sessions: current, max, limit */
Krzysztof Piotr Oledzkif2d2b1d2009-10-12 23:09:08 +02002374 "<td>%s</td><td>%s</td><td>%s</td>"
Krzysztof Piotr Oledzkide71d162009-10-24 15:36:15 +02002375 "<td"
Willy Tarreau0a6d2ef2009-03-29 14:46:01 +02002376 "",
Willy Tarreau7d0aaf32011-03-10 23:25:56 +01002377 U2H3(px->feconn), U2H4(px->fe_counters.conn_max), U2H5(px->maxconn));
Krzysztof Piotr Oledzkide71d162009-10-24 15:36:15 +02002378
2379 /* http response (via td title): 1xx, 2xx, 3xx, 4xx, 5xx, other */
2380 if (px->mode == PR_MODE_HTTP) {
2381 int i;
2382
Willy Tarreau7d0aaf32011-03-10 23:25:56 +01002383 chunk_printf(&msg, " title=\"%lld requests:", px->fe_counters.p.http.cum_req);
Krzysztof Piotr Oledzkide71d162009-10-24 15:36:15 +02002384
2385 for (i = 1; i < 6; i++)
Willy Tarreau7d0aaf32011-03-10 23:25:56 +01002386 chunk_printf(&msg, " %dxx=%lld,", i, px->fe_counters.p.http.rsp[i]);
Krzysztof Piotr Oledzkide71d162009-10-24 15:36:15 +02002387
Willy Tarreaueabea072011-09-10 23:29:44 +02002388 chunk_printf(&msg, " other=%lld,", px->fe_counters.p.http.rsp[0]);
2389 chunk_printf(&msg, " intercepted=%lld\"", px->fe_counters.intercepted_req);
Krzysztof Piotr Oledzkide71d162009-10-24 15:36:15 +02002390 }
2391
2392 chunk_printf(&msg,
2393 /* sessions: total, lbtot */
Willy Tarreaue0454092010-02-26 12:29:07 +01002394 ">%s%s%s</td><td></td>"
Krzysztof Piotr Oledzkide71d162009-10-24 15:36:15 +02002395 /* bytes : in, out */
2396 "<td>%s</td><td>%s</td>"
2397 "",
Willy Tarreaue0454092010-02-26 12:29:07 +01002398 (px->mode == PR_MODE_HTTP)?"<u>":"",
Willy Tarreau7d0aaf32011-03-10 23:25:56 +01002399 U2H6(px->fe_counters.cum_sess),
Willy Tarreaue0454092010-02-26 12:29:07 +01002400 (px->mode == PR_MODE_HTTP)?"</u>":"",
Willy Tarreau7d0aaf32011-03-10 23:25:56 +01002401 U2H7(px->fe_counters.bytes_in), U2H8(px->fe_counters.bytes_out));
Willy Tarreau0a6d2ef2009-03-29 14:46:01 +02002402
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02002403 chunk_printf(&msg,
Willy Tarreau91861262007-10-17 17:06:05 +02002404 /* denied: req, resp */
Krzysztof Piotr Oledzkif2d2b1d2009-10-12 23:09:08 +02002405 "<td>%s</td><td>%s</td>"
Willy Tarreau91861262007-10-17 17:06:05 +02002406 /* errors : request, connect, response */
Krzysztof Piotr Oledzkif2d2b1d2009-10-12 23:09:08 +02002407 "<td>%s</td><td></td><td></td>"
Krzysztof Oledzki1cf36ba2007-10-18 19:12:30 +02002408 /* warnings: retries, redispatches */
Krzysztof Piotr Oledzkif2d2b1d2009-10-12 23:09:08 +02002409 "<td></td><td></td>"
Willy Tarreau55bb8452007-10-17 18:44:57 +02002410 /* server status : reflect frontend status */
Krzysztof Piotr Oledzkif2d2b1d2009-10-12 23:09:08 +02002411 "<td class=ac>%s</td>"
Willy Tarreau91861262007-10-17 17:06:05 +02002412 /* rest of server: nothing */
Krzysztof Piotr Oledzkif2d2b1d2009-10-12 23:09:08 +02002413 "<td class=ac colspan=8></td></tr>"
Willy Tarreau91861262007-10-17 17:06:05 +02002414 "",
Willy Tarreau7d0aaf32011-03-10 23:25:56 +01002415 U2H0(px->fe_counters.denied_req), U2H1(px->fe_counters.denied_resp),
2416 U2H2(px->fe_counters.failed_req),
Willy Tarreau562515c2011-07-25 08:11:52 +02002417 px->state == PR_STREADY ? "OPEN" :
2418 px->state == PR_STFULL ? "FULL" : "STOP");
Willy Tarreau55bb8452007-10-17 18:44:57 +02002419 } else {
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02002420 chunk_printf(&msg,
Willy Tarreau55bb8452007-10-17 18:44:57 +02002421 /* pxid, name, queue cur, queue max, */
2422 "%s,FRONTEND,,,"
Willy Tarreauddbb82f2007-12-05 10:34:49 +01002423 /* sessions : current, max, limit, total */
Willy Tarreau3b88d442009-04-11 20:44:08 +02002424 "%d,%d,%d,%lld,"
Willy Tarreau55bb8452007-10-17 18:44:57 +02002425 /* bytes : in, out */
2426 "%lld,%lld,"
2427 /* denied: req, resp */
Willy Tarreau3b88d442009-04-11 20:44:08 +02002428 "%lld,%lld,"
Willy Tarreau55bb8452007-10-17 18:44:57 +02002429 /* errors : request, connect, response */
Willy Tarreau3b88d442009-04-11 20:44:08 +02002430 "%lld,,,"
Krzysztof Oledzki1cf36ba2007-10-18 19:12:30 +02002431 /* warnings: retries, redispatches */
2432 ",,"
Willy Tarreau55bb8452007-10-17 18:44:57 +02002433 /* server status : reflect frontend status */
2434 "%s,"
2435 /* rest of server: nothing */
Elijah Epifanovacafc5f2007-10-25 20:15:38 +02002436 ",,,,,,,,"
Krzysztof Piotr Oledzki2c6962c2008-03-02 02:42:14 +01002437 /* pid, iid, sid, throttle, lbtot, tracked, type */
2438 "%d,%d,0,,,,%d,"
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +02002439 /* rate, rate_lim, rate_max */
Willy Tarreau8f208ec2009-05-10 19:01:49 +02002440 "%u,%u,%u,"
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +02002441 /* check_status, check_code, check_duration */
Krzysztof Piotr Oledzkide71d162009-10-24 15:36:15 +02002442 ",,,",
Willy Tarreau55bb8452007-10-17 18:44:57 +02002443 px->id,
Willy Tarreau7d0aaf32011-03-10 23:25:56 +01002444 px->feconn, px->fe_counters.conn_max, px->maxconn, px->fe_counters.cum_sess,
2445 px->fe_counters.bytes_in, px->fe_counters.bytes_out,
2446 px->fe_counters.denied_req, px->fe_counters.denied_resp,
2447 px->fe_counters.failed_req,
Willy Tarreau562515c2011-07-25 08:11:52 +02002448 px->state == PR_STREADY ? "OPEN" :
2449 px->state == PR_STFULL ? "FULL" : "STOP",
Willy Tarreau7f062c42009-03-05 18:43:00 +01002450 relative_pid, px->uuid, STATS_TYPE_FE,
Willy Tarreau8f208ec2009-05-10 19:01:49 +02002451 read_freq_ctr(&px->fe_sess_per_sec),
Willy Tarreau7d0aaf32011-03-10 23:25:56 +01002452 px->fe_sps_lim, px->fe_counters.sps_max);
Krzysztof Piotr Oledzkide71d162009-10-24 15:36:15 +02002453
2454 /* http response: 1xx, 2xx, 3xx, 4xx, 5xx, other */
2455 if (px->mode == PR_MODE_HTTP) {
2456 int i;
2457
2458 for (i=1; i<6; i++)
Willy Tarreau7d0aaf32011-03-10 23:25:56 +01002459 chunk_printf(&msg, "%lld,", px->fe_counters.p.http.rsp[i]);
Krzysztof Piotr Oledzkide71d162009-10-24 15:36:15 +02002460
Willy Tarreau7d0aaf32011-03-10 23:25:56 +01002461 chunk_printf(&msg, "%lld,", px->fe_counters.p.http.rsp[0]);
Krzysztof Piotr Oledzkide71d162009-10-24 15:36:15 +02002462 } else {
2463 chunk_printf(&msg, ",,,,,,");
2464 }
2465
Krzysztof Piotr Oledzki97f07b82009-12-15 22:31:24 +01002466 /* failed health analyses */
2467 chunk_printf(&msg, ",");
2468
Willy Tarreaud9b587f2010-02-26 10:05:55 +01002469 /* requests : req_rate, req_rate_max, req_tot, */
2470 chunk_printf(&msg, "%u,%u,%lld,",
2471 read_freq_ctr(&px->fe_req_per_sec),
Willy Tarreau7d0aaf32011-03-10 23:25:56 +01002472 px->fe_counters.p.http.rps_max, px->fe_counters.p.http.cum_req);
Willy Tarreaud9b587f2010-02-26 10:05:55 +01002473
Willy Tarreauae526782010-03-04 20:34:23 +01002474 /* errors: cli_aborts, srv_aborts */
2475 chunk_printf(&msg, ",,");
2476
Krzysztof Piotr Oledzkide71d162009-10-24 15:36:15 +02002477 /* finish with EOL */
2478 chunk_printf(&msg, "\n");
Willy Tarreau55bb8452007-10-17 18:44:57 +02002479 }
Willy Tarreau91861262007-10-17 17:06:05 +02002480
Willy Tarreau9dab5fc2012-05-07 11:56:55 +02002481 if (bi_putchk(rep, &msg) == -1)
Willy Tarreau91861262007-10-17 17:06:05 +02002482 return 0;
2483 }
2484
Willy Tarreau4348fad2012-09-20 16:48:07 +02002485 si->applet.ctx.stats.l = px->conf.listeners.n;
Willy Tarreau295a8372011-03-10 11:25:07 +01002486 si->applet.ctx.stats.px_st = STAT_PX_ST_LI;
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02002487 /* fall through */
2488
Willy Tarreau295a8372011-03-10 11:25:07 +01002489 case STAT_PX_ST_LI:
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02002490 /* stats.l has been initialized above */
Willy Tarreau4348fad2012-09-20 16:48:07 +02002491 for (; si->applet.ctx.stats.l != &px->conf.listeners; si->applet.ctx.stats.l = l->by_fe.n) {
Willy Tarreau572bf902012-07-02 17:01:20 +02002492 if (buffer_almost_full(&rep->buf))
Willy Tarreau4e33d862009-10-11 23:35:10 +02002493 return 0;
2494
Willy Tarreau4348fad2012-09-20 16:48:07 +02002495 l = LIST_ELEM(si->applet.ctx.stats.l, struct listener *, by_fe);
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02002496 if (!l->counters)
2497 continue;
2498
Willy Tarreau295a8372011-03-10 11:25:07 +01002499 if (si->applet.ctx.stats.flags & STAT_BOUND) {
2500 if (!(si->applet.ctx.stats.type & (1 << STATS_TYPE_SO)))
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02002501 break;
2502
Willy Tarreau295a8372011-03-10 11:25:07 +01002503 if (si->applet.ctx.stats.sid != -1 && l->luid != si->applet.ctx.stats.sid)
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02002504 continue;
2505 }
2506
Willy Tarreau295a8372011-03-10 11:25:07 +01002507 if (!(si->applet.ctx.stats.flags & STAT_FMT_CSV)) {
Cyril Bonté70be45d2010-10-12 00:14:35 +02002508 chunk_printf(&msg, "<tr class=socket>");
Willy Tarreau295a8372011-03-10 11:25:07 +01002509 if (px->cap & PR_CAP_BE && px->srv && (si->applet.ctx.stats.flags & STAT_ADMIN)) {
Cyril Bonté70be45d2010-10-12 00:14:35 +02002510 /* Column sub-heading for Enable or Disable server */
2511 chunk_printf(&msg, "<td></td>");
2512 }
2513 chunk_printf(&msg, "<td class=ac");
Krzysztof Piotr Oledzki15514c22010-01-04 16:03:09 +01002514
2515 if (uri->flags&ST_SHLGNDS) {
Willy Tarreau631f01c2011-09-05 00:36:48 +02002516 char str[INET6_ADDRSTRLEN];
Krzysztof Piotr Oledzki15514c22010-01-04 16:03:09 +01002517 int port;
2518
Willy Tarreau631f01c2011-09-05 00:36:48 +02002519 chunk_printf(&msg, " title=\"");
Krzysztof Piotr Oledzki15514c22010-01-04 16:03:09 +01002520
Willy Tarreau631f01c2011-09-05 00:36:48 +02002521 port = get_host_port(&l->addr);
2522 switch (addr_to_str(&l->addr, str, sizeof(str))) {
2523 case AF_INET:
2524 chunk_printf(&msg, "IPv4: %s:%d, ", str, port);
2525 break;
2526 case AF_INET6:
2527 chunk_printf(&msg, "IPv6: [%s]:%d, ", str, port);
2528 break;
2529 case AF_UNIX:
2530 chunk_printf(&msg, "unix, ");
2531 break;
2532 case -1:
2533 chunk_printf(&msg, "(%s), ", strerror(errno));
2534 break;
Krzysztof Piotr Oledzki15514c22010-01-04 16:03:09 +01002535 }
2536
Krzysztof Piotr Oledzki15514c22010-01-04 16:03:09 +01002537 /* id */
Willy Tarreau631f01c2011-09-05 00:36:48 +02002538 chunk_printf(&msg, "id: %d\"", l->luid);
Krzysztof Piotr Oledzki15514c22010-01-04 16:03:09 +01002539 }
2540
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02002541 chunk_printf(&msg,
2542 /* name, queue */
Willy Tarreaue0454092010-02-26 12:29:07 +01002543 ">%s<a name=\"%s/+%s\"></a>"
2544 "<a class=lfsb href=\"#%s/+%s\">%s</a></td><td colspan=3>%s</td>"
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02002545 /* sessions rate: current, max, limit */
Krzysztof Piotr Oledzkif2d2b1d2009-10-12 23:09:08 +02002546 "<td colspan=3>&nbsp;</td>"
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02002547 /* sessions: current, max, limit, total, lbtot */
Krzysztof Piotr Oledzkif2d2b1d2009-10-12 23:09:08 +02002548 "<td>%s</td><td>%s</td><td>%s</td>"
2549 "<td>%s</td><td>&nbsp;</td>"
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02002550 /* bytes: in, out */
Krzysztof Piotr Oledzkif2d2b1d2009-10-12 23:09:08 +02002551 "<td>%s</td><td>%s</td>"
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02002552 "",
Willy Tarreaue0454092010-02-26 12:29:07 +01002553 (uri->flags & ST_SHLGNDS)?"<u>":"",
Krzysztof Piotr Oledzki2ec025d2010-01-04 11:33:32 +01002554 px->id, l->name, px->id, l->name, l->name,
Willy Tarreaue0454092010-02-26 12:29:07 +01002555 (uri->flags & ST_SHLGNDS)?"</u>":"",
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02002556 U2H3(l->nbconn), U2H4(l->counters->conn_max), U2H5(l->maxconn),
2557 U2H6(l->counters->cum_conn), U2H7(l->counters->bytes_in), U2H8(l->counters->bytes_out));
2558
2559 chunk_printf(&msg,
2560 /* denied: req, resp */
Krzysztof Piotr Oledzkif2d2b1d2009-10-12 23:09:08 +02002561 "<td>%s</td><td>%s</td>"
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02002562 /* errors: request, connect, response */
Krzysztof Piotr Oledzkif2d2b1d2009-10-12 23:09:08 +02002563 "<td>%s</td><td></td><td></td>"
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02002564 /* warnings: retries, redispatches */
Krzysztof Piotr Oledzkif2d2b1d2009-10-12 23:09:08 +02002565 "<td></td><td></td>"
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02002566 /* server status: reflect listener status */
Krzysztof Piotr Oledzkif2d2b1d2009-10-12 23:09:08 +02002567 "<td class=ac>%s</td>"
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02002568 /* rest of server: nothing */
Krzysztof Piotr Oledzkif2d2b1d2009-10-12 23:09:08 +02002569 "<td class=ac colspan=8></td></tr>"
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02002570 "",
2571 U2H0(l->counters->denied_req), U2H1(l->counters->denied_resp),
2572 U2H2(l->counters->failed_req),
Willy Tarreaua17c2d92011-07-25 08:16:20 +02002573 (l->nbconn < l->maxconn) ? (l->state == LI_LIMITED) ? "WAITING" : "OPEN" : "FULL");
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02002574 } else {
2575 chunk_printf(&msg,
2576 /* pxid, name, queue cur, queue max, */
2577 "%s,%s,,,"
2578 /* sessions: current, max, limit, total */
2579 "%d,%d,%d,%lld,"
2580 /* bytes: in, out */
2581 "%lld,%lld,"
2582 /* denied: req, resp */
2583 "%lld,%lld,"
2584 /* errors: request, connect, response */
2585 "%lld,,,"
2586 /* warnings: retries, redispatches */
2587 ",,"
2588 /* server status: reflect listener status */
2589 "%s,"
2590 /* rest of server: nothing */
2591 ",,,,,,,,"
2592 /* pid, iid, sid, throttle, lbtot, tracked, type */
2593 "%d,%d,%d,,,,%d,"
2594 /* rate, rate_lim, rate_max */
2595 ",,,"
2596 /* check_status, check_code, check_duration */
2597 ",,,"
Krzysztof Piotr Oledzki5fb18822009-10-13 21:14:09 +02002598 /* http response: 1xx, 2xx, 3xx, 4xx, 5xx, other */
2599 ",,,,,,"
Krzysztof Piotr Oledzki97f07b82009-12-15 22:31:24 +01002600 /* failed health analyses */
2601 ","
Willy Tarreaud9b587f2010-02-26 10:05:55 +01002602 /* requests : req_rate, req_rate_max, req_tot, */
2603 ",,,"
Willy Tarreauae526782010-03-04 20:34:23 +01002604 /* errors: cli_aborts, srv_aborts */
2605 ",,"
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02002606 "\n",
2607 px->id, l->name,
2608 l->nbconn, l->counters->conn_max,
2609 l->maxconn, l->counters->cum_conn,
2610 l->counters->bytes_in, l->counters->bytes_out,
2611 l->counters->denied_req, l->counters->denied_resp,
2612 l->counters->failed_req,
2613 (l->nbconn < l->maxconn) ? "OPEN" : "FULL",
2614 relative_pid, px->uuid, l->luid, STATS_TYPE_SO);
2615 }
2616
Willy Tarreau9dab5fc2012-05-07 11:56:55 +02002617 if (bi_putchk(rep, &msg) == -1)
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02002618 return 0;
2619 }
2620
Willy Tarreau295a8372011-03-10 11:25:07 +01002621 si->applet.ctx.stats.sv = px->srv; /* may be NULL */
2622 si->applet.ctx.stats.px_st = STAT_PX_ST_SV;
Willy Tarreau91861262007-10-17 17:06:05 +02002623 /* fall through */
2624
Willy Tarreau295a8372011-03-10 11:25:07 +01002625 case STAT_PX_ST_SV:
Willy Tarreau91861262007-10-17 17:06:05 +02002626 /* stats.sv has been initialized above */
Willy Tarreau295a8372011-03-10 11:25:07 +01002627 for (; si->applet.ctx.stats.sv != NULL; si->applet.ctx.stats.sv = sv->next) {
Willy Tarreau2ea81932007-11-30 12:04:38 +01002628 int sv_state; /* 0=DOWN, 1=going up, 2=going down, 3=UP, 4,5=NOLB, 6=unchecked */
Willy Tarreau91861262007-10-17 17:06:05 +02002629
Willy Tarreau572bf902012-07-02 17:01:20 +02002630 if (buffer_almost_full(&rep->buf))
Willy Tarreau4e33d862009-10-11 23:35:10 +02002631 return 0;
2632
Willy Tarreau295a8372011-03-10 11:25:07 +01002633 sv = si->applet.ctx.stats.sv;
Willy Tarreau91861262007-10-17 17:06:05 +02002634
Willy Tarreau295a8372011-03-10 11:25:07 +01002635 if (si->applet.ctx.stats.flags & STAT_BOUND) {
2636 if (!(si->applet.ctx.stats.type & (1 << STATS_TYPE_SV)))
Krzysztof Piotr Oledzki2c6962c2008-03-02 02:42:14 +01002637 break;
2638
Willy Tarreau295a8372011-03-10 11:25:07 +01002639 if (si->applet.ctx.stats.sid != -1 && sv->puid != si->applet.ctx.stats.sid)
Krzysztof Piotr Oledzki2c6962c2008-03-02 02:42:14 +01002640 continue;
2641 }
2642
Willy Tarreau44267702011-10-28 15:35:33 +02002643 if (sv->track)
2644 svs = sv->track;
Krzysztof Piotr Oledzkic8b16fc2008-02-18 01:26:35 +01002645 else
2646 svs = sv;
2647
Willy Tarreau91861262007-10-17 17:06:05 +02002648 /* FIXME: produce some small strings for "UP/DOWN x/y &#xxxx;" */
Krzysztof Piotr Oledzkic8b16fc2008-02-18 01:26:35 +01002649 if (!(svs->state & SRV_CHECKED))
Willy Tarreau2ea81932007-11-30 12:04:38 +01002650 sv_state = 6;
Krzysztof Piotr Oledzkic8b16fc2008-02-18 01:26:35 +01002651 else if (svs->state & SRV_RUNNING) {
2652 if (svs->health == svs->rise + svs->fall - 1)
Willy Tarreau91861262007-10-17 17:06:05 +02002653 sv_state = 3; /* UP */
2654 else
2655 sv_state = 2; /* going down */
Willy Tarreau2ea81932007-11-30 12:04:38 +01002656
Krzysztof Piotr Oledzkic8b16fc2008-02-18 01:26:35 +01002657 if (svs->state & SRV_GOINGDOWN)
Willy Tarreau2ea81932007-11-30 12:04:38 +01002658 sv_state += 2;
2659 }
Willy Tarreau91861262007-10-17 17:06:05 +02002660 else
Krzysztof Piotr Oledzkic8b16fc2008-02-18 01:26:35 +01002661 if (svs->health)
Willy Tarreau91861262007-10-17 17:06:05 +02002662 sv_state = 1; /* going up */
2663 else
2664 sv_state = 0; /* DOWN */
2665
Willy Tarreau295a8372011-03-10 11:25:07 +01002666 if (((sv_state == 0) || (sv->state & SRV_MAINTAIN)) && (si->applet.ctx.stats.flags & STAT_HIDE_DOWN)) {
Willy Tarreau91861262007-10-17 17:06:05 +02002667 /* do not report servers which are DOWN */
Willy Tarreau295a8372011-03-10 11:25:07 +01002668 si->applet.ctx.stats.sv = sv->next;
Willy Tarreau91861262007-10-17 17:06:05 +02002669 continue;
2670 }
2671
Willy Tarreau295a8372011-03-10 11:25:07 +01002672 if (!(si->applet.ctx.stats.flags & STAT_FMT_CSV)) {
Willy Tarreau2ea81932007-11-30 12:04:38 +01002673 static char *srv_hlt_st[7] = { "DOWN", "DN %d/%d &uarr;",
2674 "UP %d/%d &darr;", "UP",
2675 "NOLB %d/%d &darr;", "NOLB",
2676 "<i>no check</i>" };
Cyril Bonté0dae5852010-02-03 00:26:28 +01002677 if ((sv->state & SRV_MAINTAIN) || (svs->state & SRV_MAINTAIN)) {
Cyril Bontécd19e512010-01-31 22:34:03 +01002678 chunk_printf(&msg,
2679 /* name */
Cyril Bonté70be45d2010-10-12 00:14:35 +02002680 "<tr class=\"maintain\">"
Cyril Bontécd19e512010-01-31 22:34:03 +01002681 );
2682 }
2683 else {
2684 chunk_printf(&msg,
2685 /* name */
Cyril Bonté70be45d2010-10-12 00:14:35 +02002686 "<tr class=\"%s%d\">",
Cyril Bontécd19e512010-01-31 22:34:03 +01002687 (sv->state & SRV_BACKUP) ? "backup" : "active", sv_state);
2688 }
Krzysztof Piotr Oledzki15514c22010-01-04 16:03:09 +01002689
Willy Tarreau295a8372011-03-10 11:25:07 +01002690 if (px->cap & PR_CAP_BE && px->srv && (si->applet.ctx.stats.flags & STAT_ADMIN)) {
Cyril Bonté474be412010-10-12 00:14:36 +02002691 chunk_printf(&msg,
2692 "<td><input type=\"checkbox\" name=\"s\" value=\"%s\"></td>",
2693 sv->id);
2694 }
2695
2696 chunk_printf(&msg, "<td class=ac");
Cyril Bonté70be45d2010-10-12 00:14:35 +02002697
Krzysztof Piotr Oledzki15514c22010-01-04 16:03:09 +01002698 if (uri->flags&ST_SHLGNDS) {
2699 char str[INET6_ADDRSTRLEN];
2700
Willy Tarreau631f01c2011-09-05 00:36:48 +02002701 chunk_printf(&msg, " title=\"");
Krzysztof Piotr Oledzki15514c22010-01-04 16:03:09 +01002702
Willy Tarreau631f01c2011-09-05 00:36:48 +02002703 switch (addr_to_str(&sv->addr, str, sizeof(str))) {
David du Colombier6f5ccb12011-03-10 22:26:24 +01002704 case AF_INET:
Willy Tarreau631f01c2011-09-05 00:36:48 +02002705 chunk_printf(&msg, "IPv4: %s:%d, ", str, get_host_port(&sv->addr));
David du Colombier6f5ccb12011-03-10 22:26:24 +01002706 break;
2707 case AF_INET6:
Willy Tarreau631f01c2011-09-05 00:36:48 +02002708 chunk_printf(&msg, "IPv6: [%s]:%d, ", str, get_host_port(&sv->addr));
2709 break;
2710 case AF_UNIX:
2711 chunk_printf(&msg, "unix, ");
2712 break;
2713 case -1:
2714 chunk_printf(&msg, "(%s), ", strerror(errno));
2715 break;
2716 default: /* address family not supported */
David du Colombier6f5ccb12011-03-10 22:26:24 +01002717 break;
2718 }
Krzysztof Piotr Oledzki15514c22010-01-04 16:03:09 +01002719
2720 /* id */
Willy Tarreau631f01c2011-09-05 00:36:48 +02002721 chunk_printf(&msg, "id: %d", sv->puid);
Krzysztof Piotr Oledzki15514c22010-01-04 16:03:09 +01002722
2723 /* cookie */
2724 if (sv->cookie) {
2725 struct chunk src;
2726
2727 chunk_printf(&msg, ", cookie: '");
2728
2729 chunk_initlen(&src, sv->cookie, 0, strlen(sv->cookie));
2730 chunk_htmlencode(&msg, &src);
2731
2732 chunk_printf(&msg, "'");
2733 }
2734
2735 chunk_printf(&msg, "\"");
2736 }
2737
2738 chunk_printf(&msg,
Willy Tarreaue0454092010-02-26 12:29:07 +01002739 ">%s<a name=\"%s/%s\"></a>"
2740 "<a class=lfsb href=\"#%s/%s\">%s</a>%s</td>"
Elijah Epifanovacafc5f2007-10-25 20:15:38 +02002741 /* queue : current, max, limit */
Krzysztof Piotr Oledzkif2d2b1d2009-10-12 23:09:08 +02002742 "<td>%s</td><td>%s</td><td>%s</td>"
Willy Tarreaua3e49422009-05-10 19:19:41 +02002743 /* sessions rate : current, max, limit */
Krzysztof Piotr Oledzkif2d2b1d2009-10-12 23:09:08 +02002744 "<td>%s</td><td>%s</td><td></td>"
Krzysztof Piotr Oledzki5fb18822009-10-13 21:14:09 +02002745 /* sessions: current, max, limit */
Krzysztof Piotr Oledzkif2d2b1d2009-10-12 23:09:08 +02002746 "<td>%s</td><td>%s</td><td>%s</td>"
Krzysztof Piotr Oledzki5fb18822009-10-13 21:14:09 +02002747 "<td"
Willy Tarreau0a6d2ef2009-03-29 14:46:01 +02002748 "",
Willy Tarreaue0454092010-02-26 12:29:07 +01002749 (uri->flags & ST_SHLGNDS)?"<u>":"",
Krzysztof Piotr Oledzki15514c22010-01-04 16:03:09 +01002750 px->id, sv->id, px->id, sv->id, sv->id,
Willy Tarreaue0454092010-02-26 12:29:07 +01002751 (uri->flags & ST_SHLGNDS)?"</u>":"",
Willy Tarreauac68c5d2009-10-04 23:12:44 +02002752 U2H0(sv->nbpend), U2H1(sv->counters.nbpend_max), LIM2A2(sv->maxqueue, "-"),
2753 U2H3(read_freq_ctr(&sv->sess_per_sec)), U2H4(sv->counters.sps_max),
Krzysztof Piotr Oledzki5fb18822009-10-13 21:14:09 +02002754 U2H5(sv->cur_sess), U2H6(sv->counters.cur_sess_max), LIM2A7(sv->maxconn, "-"));
2755
2756 /* http response (via td title): 1xx, 2xx, 3xx, 4xx, 5xx, other */
2757 if (px->mode == PR_MODE_HTTP) {
2758 int i;
2759
2760 chunk_printf(&msg, " title=\"rsp codes:");
2761
2762 for (i = 1; i < 6; i++)
2763 chunk_printf(&msg, " %dxx=%lld,", i, sv->counters.p.http.rsp[i]);
2764
2765 chunk_printf(&msg, " other=%lld\"", sv->counters.p.http.rsp[0]);
2766 }
Willy Tarreau0a6d2ef2009-03-29 14:46:01 +02002767
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02002768 chunk_printf(&msg,
Krzysztof Piotr Oledzki5fb18822009-10-13 21:14:09 +02002769 /* sessions: total, lbtot */
Willy Tarreaue0454092010-02-26 12:29:07 +01002770 ">%s%s%s</td><td>%s</td>",
2771 (px->mode == PR_MODE_HTTP)?"<u>":"",
2772 U2H0(sv->counters.cum_sess),
2773 (px->mode == PR_MODE_HTTP)?"</u>":"",
2774 U2H1(sv->counters.cum_lbconn));
Krzysztof Piotr Oledzki5fb18822009-10-13 21:14:09 +02002775
2776 chunk_printf(&msg,
Willy Tarreau91861262007-10-17 17:06:05 +02002777 /* bytes : in, out */
Krzysztof Piotr Oledzkif2d2b1d2009-10-12 23:09:08 +02002778 "<td>%s</td><td>%s</td>"
Willy Tarreau91861262007-10-17 17:06:05 +02002779 /* denied: req, resp */
Krzysztof Piotr Oledzkif2d2b1d2009-10-12 23:09:08 +02002780 "<td></td><td>%s</td>"
Willy Tarreauae526782010-03-04 20:34:23 +01002781 /* errors : request, connect */
2782 "<td></td><td>%s</td>"
2783 /* errors : response */
Willy Tarreau6a8573e2010-03-05 18:15:23 +01002784 "<td title=\"Connection resets during transfers: %lld client, %lld server\"><u>%s</u></td>"
Krzysztof Oledzki1cf36ba2007-10-18 19:12:30 +02002785 /* warnings: retries, redispatches */
Krzysztof Piotr Oledzkif2d2b1d2009-10-12 23:09:08 +02002786 "<td>%lld</td><td>%lld</td>"
Willy Tarreau91861262007-10-17 17:06:05 +02002787 "",
Krzysztof Piotr Oledzki052d4fd2009-10-04 14:52:57 +02002788 U2H0(sv->counters.bytes_in), U2H1(sv->counters.bytes_out),
2789 U2H2(sv->counters.failed_secu),
Willy Tarreauae526782010-03-04 20:34:23 +01002790 U2H3(sv->counters.failed_conns),
Willy Tarreau6a8573e2010-03-05 18:15:23 +01002791 sv->counters.cli_aborts,
2792 sv->counters.srv_aborts,
Willy Tarreauae526782010-03-04 20:34:23 +01002793 U2H6(sv->counters.failed_resp),
Krzysztof Piotr Oledzki052d4fd2009-10-04 14:52:57 +02002794 sv->counters.retries, sv->counters.redispatches);
Willy Tarreaub1356cf2008-12-07 16:06:43 +01002795
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +02002796 /* status, lest check */
Krzysztof Piotr Oledzkif2d2b1d2009-10-12 23:09:08 +02002797 chunk_printf(&msg, "<td class=ac>");
Krzysztof Oledzki85130942007-10-22 16:21:10 +02002798
Cyril Bontécd19e512010-01-31 22:34:03 +01002799 if (sv->state & SRV_MAINTAIN) {
2800 chunk_printf(&msg, "%s ",
2801 human_time(now.tv_sec - sv->last_change, 1));
2802 chunk_printf(&msg, "MAINT");
2803 }
Cyril Bonté0dae5852010-02-03 00:26:28 +01002804 else if (svs != sv && svs->state & SRV_MAINTAIN) {
2805 chunk_printf(&msg, "%s ",
2806 human_time(now.tv_sec - svs->last_change, 1));
2807 chunk_printf(&msg, "MAINT(via)");
2808 }
Cyril Bontécd19e512010-01-31 22:34:03 +01002809 else if (svs->state & SRV_CHECKED) {
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02002810 chunk_printf(&msg, "%s ",
Cyril Bonté0dae5852010-02-03 00:26:28 +01002811 human_time(now.tv_sec - svs->last_change, 1));
Krzysztof Oledzki85130942007-10-22 16:21:10 +02002812
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02002813 chunk_printf(&msg,
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +02002814 srv_hlt_st[sv_state],
2815 (svs->state & SRV_RUNNING) ? (svs->health - svs->rise + 1) : (svs->health),
2816 (svs->state & SRV_RUNNING) ? (svs->fall) : (svs->rise));
Krzysztof Piotr Oledzki034550b2010-01-05 18:44:44 +01002817 }
Krzysztof Piotr Oledzkif7089f52009-10-10 21:06:49 +02002818
Krzysztof Piotr Oledzki034550b2010-01-05 18:44:44 +01002819 if (sv->state & SRV_CHECKED) {
Krzysztof Piotr Oledzkif2d2b1d2009-10-12 23:09:08 +02002820 chunk_printf(&msg, "</td><td class=ac title=\"%s",
Krzysztof Piotr Oledzkif7089f52009-10-10 21:06:49 +02002821 get_check_status_description(sv->check_status));
2822
2823 if (*sv->check_desc) {
2824 struct chunk src;
2825
2826 chunk_printf(&msg, ": ");
2827
2828 chunk_initlen(&src, sv->check_desc, 0, strlen(sv->check_desc));
2829 chunk_htmlencode(&msg, &src);
2830 }
Krzysztof Piotr Oledzki034550b2010-01-05 18:44:44 +01002831
Willy Tarreaue0454092010-02-26 12:29:07 +01002832 chunk_printf(&msg, "\"><u> %s%s",
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +02002833 tv_iszero(&sv->check_start)?"":"* ",
2834 get_check_status_info(sv->check_status));
2835
2836 if (sv->check_status >= HCHK_STATUS_L57DATA)
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02002837 chunk_printf(&msg, "/%d", sv->check_code);
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +02002838
Krzysztof Piotr Oledzki97f07b82009-12-15 22:31:24 +01002839 if (sv->check_status >= HCHK_STATUS_CHECKED && sv->check_duration >= 0)
Willy Tarreaue0454092010-02-26 12:29:07 +01002840 chunk_printf(&msg, " in %lums</u>", sv->check_duration);
Krzysztof Piotr Oledzki034550b2010-01-05 18:44:44 +01002841 } else
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02002842 chunk_printf(&msg, "</td><td>");
Willy Tarreau91861262007-10-17 17:06:05 +02002843
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02002844 chunk_printf(&msg,
Willy Tarreau91861262007-10-17 17:06:05 +02002845 /* weight */
Krzysztof Piotr Oledzkif2d2b1d2009-10-12 23:09:08 +02002846 "</td><td class=ac>%d</td>"
Willy Tarreau91861262007-10-17 17:06:05 +02002847 /* act, bck */
Krzysztof Piotr Oledzkif2d2b1d2009-10-12 23:09:08 +02002848 "<td class=ac>%s</td><td class=ac>%s</td>"
Willy Tarreau91861262007-10-17 17:06:05 +02002849 "",
Willy Tarreau5542af62007-12-03 02:04:00 +01002850 (sv->eweight * px->lbprm.wmult + px->lbprm.wdiv - 1) / px->lbprm.wdiv,
Willy Tarreau91861262007-10-17 17:06:05 +02002851 (sv->state & SRV_BACKUP) ? "-" : "Y",
2852 (sv->state & SRV_BACKUP) ? "Y" : "-");
2853
Krzysztof Oledzki85130942007-10-22 16:21:10 +02002854 /* check failures: unique, fatal, down time */
Krzysztof Piotr Oledzki748196e2010-01-04 00:48:43 +01002855 if (sv->state & SRV_CHECKED) {
Willy Tarreaue0454092010-02-26 12:29:07 +01002856 chunk_printf(&msg, "<td title=\"Failed Health Checks%s\"><u>%lld",
Krzysztof Piotr Oledzki748196e2010-01-04 00:48:43 +01002857 svs->observe?"/Health Analyses":"", svs->counters.failed_checks);
2858
2859 if (svs->observe)
2860 chunk_printf(&msg, "/%lld", svs->counters.failed_hana);
2861
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02002862 chunk_printf(&msg,
Willy Tarreaue0454092010-02-26 12:29:07 +01002863 "</u></td>"
Krzysztof Piotr Oledzki97f07b82009-12-15 22:31:24 +01002864 "<td>%lld</td><td>%s</td>"
Willy Tarreau4bab24d2007-11-30 18:16:29 +01002865 "",
Krzysztof Piotr Oledzki97f07b82009-12-15 22:31:24 +01002866 svs->counters.down_trans, human_time(srv_downtime(sv), 1));
Krzysztof Piotr Oledzki748196e2010-01-04 00:48:43 +01002867 } else if (sv != svs)
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02002868 chunk_printf(&msg,
Krzysztof Piotr Oledzki88a14af2010-01-05 18:33:01 +01002869 "<td class=ac colspan=3><a class=lfsb href=\"#%s/%s\">via %s/%s<a></td>",
2870 svs->proxy->id, svs->id, svs->proxy->id, svs->id);
Willy Tarreau55bb8452007-10-17 18:44:57 +02002871 else
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02002872 chunk_printf(&msg,
Willy Tarreau4bab24d2007-11-30 18:16:29 +01002873 "<td colspan=3></td>");
2874
2875 /* throttle */
2876 if ((sv->state & SRV_WARMINGUP) &&
2877 now.tv_sec < sv->last_change + sv->slowstart &&
2878 now.tv_sec >= sv->last_change) {
2879 unsigned int ratio;
2880 ratio = MAX(1, 100 * (now.tv_sec - sv->last_change) / sv->slowstart);
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02002881 chunk_printf(&msg,
Krzysztof Piotr Oledzkif2d2b1d2009-10-12 23:09:08 +02002882 "<td class=ac>%d %%</td></tr>\n", ratio);
Willy Tarreau4bab24d2007-11-30 18:16:29 +01002883 } else {
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02002884 chunk_printf(&msg,
Krzysztof Piotr Oledzkif2d2b1d2009-10-12 23:09:08 +02002885 "<td class=ac>-</td></tr>\n");
Willy Tarreau4bab24d2007-11-30 18:16:29 +01002886 }
Willy Tarreau55bb8452007-10-17 18:44:57 +02002887 } else {
Willy Tarreau2ea81932007-11-30 12:04:38 +01002888 static char *srv_hlt_st[7] = { "DOWN,", "DOWN %d/%d,",
2889 "UP %d/%d,", "UP,",
2890 "NOLB %d/%d,", "NOLB,",
2891 "no check," };
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02002892 chunk_printf(&msg,
Willy Tarreau55bb8452007-10-17 18:44:57 +02002893 /* pxid, name */
2894 "%s,%s,"
2895 /* queue : current, max */
2896 "%d,%d,"
Willy Tarreauddbb82f2007-12-05 10:34:49 +01002897 /* sessions : current, max, limit, total */
Willy Tarreau3b88d442009-04-11 20:44:08 +02002898 "%d,%d,%s,%lld,"
Willy Tarreau55bb8452007-10-17 18:44:57 +02002899 /* bytes : in, out */
2900 "%lld,%lld,"
2901 /* denied: req, resp */
Willy Tarreau3b88d442009-04-11 20:44:08 +02002902 ",%lld,"
Willy Tarreau55bb8452007-10-17 18:44:57 +02002903 /* errors : request, connect, response */
Willy Tarreau3b88d442009-04-11 20:44:08 +02002904 ",%lld,%lld,"
Krzysztof Oledzki1cf36ba2007-10-18 19:12:30 +02002905 /* warnings: retries, redispatches */
Willy Tarreau3b88d442009-04-11 20:44:08 +02002906 "%lld,%lld,"
Willy Tarreau55bb8452007-10-17 18:44:57 +02002907 "",
2908 px->id, sv->id,
Willy Tarreauac68c5d2009-10-04 23:12:44 +02002909 sv->nbpend, sv->counters.nbpend_max,
2910 sv->cur_sess, sv->counters.cur_sess_max, LIM2A0(sv->maxconn, ""), sv->counters.cum_sess,
Krzysztof Piotr Oledzki052d4fd2009-10-04 14:52:57 +02002911 sv->counters.bytes_in, sv->counters.bytes_out,
2912 sv->counters.failed_secu,
2913 sv->counters.failed_conns, sv->counters.failed_resp,
2914 sv->counters.retries, sv->counters.redispatches);
Willy Tarreaub1356cf2008-12-07 16:06:43 +01002915
Willy Tarreau55bb8452007-10-17 18:44:57 +02002916 /* status */
Cyril Bontécd19e512010-01-31 22:34:03 +01002917 if (sv->state & SRV_MAINTAIN) {
2918 chunk_printf(&msg, "MAINT,");
Cyril Bonté0dae5852010-02-03 00:26:28 +01002919 }
2920 else if (svs != sv && svs->state & SRV_MAINTAIN) {
2921 chunk_printf(&msg, "MAINT(via),");
2922 }
2923 else {
Cyril Bontécd19e512010-01-31 22:34:03 +01002924 chunk_printf(&msg,
2925 srv_hlt_st[sv_state],
2926 (svs->state & SRV_RUNNING) ? (svs->health - svs->rise + 1) : (svs->health),
2927 (svs->state & SRV_RUNNING) ? (svs->fall) : (svs->rise));
2928 }
Willy Tarreau91861262007-10-17 17:06:05 +02002929
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02002930 chunk_printf(&msg,
Willy Tarreau55bb8452007-10-17 18:44:57 +02002931 /* weight, active, backup */
2932 "%d,%d,%d,"
2933 "",
Willy Tarreau5542af62007-12-03 02:04:00 +01002934 (sv->eweight * px->lbprm.wmult + px->lbprm.wdiv - 1) / px->lbprm.wdiv,
Willy Tarreau55bb8452007-10-17 18:44:57 +02002935 (sv->state & SRV_BACKUP) ? 0 : 1,
2936 (sv->state & SRV_BACKUP) ? 1 : 0);
2937
Krzysztof Oledzki85130942007-10-22 16:21:10 +02002938 /* check failures: unique, fatal; last change, total downtime */
Willy Tarreau55bb8452007-10-17 18:44:57 +02002939 if (sv->state & SRV_CHECKED)
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02002940 chunk_printf(&msg,
Willy Tarreau3b88d442009-04-11 20:44:08 +02002941 "%lld,%lld,%d,%d,",
Krzysztof Piotr Oledzki052d4fd2009-10-04 14:52:57 +02002942 sv->counters.failed_checks, sv->counters.down_trans,
Willy Tarreau1772ece2009-04-03 14:49:12 +02002943 (int)(now.tv_sec - sv->last_change), srv_downtime(sv));
Willy Tarreau55bb8452007-10-17 18:44:57 +02002944 else
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02002945 chunk_printf(&msg,
Elijah Epifanovacafc5f2007-10-25 20:15:38 +02002946 ",,,,");
2947
Willy Tarreau4bab24d2007-11-30 18:16:29 +01002948 /* queue limit, pid, iid, sid, */
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02002949 chunk_printf(&msg,
Willy Tarreaudcd47712007-11-04 23:35:08 +01002950 "%s,"
Willy Tarreau4bab24d2007-11-30 18:16:29 +01002951 "%d,%d,%d,",
Willy Tarreaudcd47712007-11-04 23:35:08 +01002952 LIM2A0(sv->maxqueue, ""),
2953 relative_pid, px->uuid, sv->puid);
Willy Tarreau4bab24d2007-11-30 18:16:29 +01002954
2955 /* throttle */
2956 if ((sv->state & SRV_WARMINGUP) &&
2957 now.tv_sec < sv->last_change + sv->slowstart &&
2958 now.tv_sec >= sv->last_change) {
2959 unsigned int ratio;
2960 ratio = MAX(1, 100 * (now.tv_sec - sv->last_change) / sv->slowstart);
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02002961 chunk_printf(&msg, "%d", ratio);
Willy Tarreau4bab24d2007-11-30 18:16:29 +01002962 }
2963
Willy Tarreauddbb82f2007-12-05 10:34:49 +01002964 /* sessions: lbtot */
Krzysztof Piotr Oledzki052d4fd2009-10-04 14:52:57 +02002965 chunk_printf(&msg, ",%lld,", sv->counters.cum_lbconn);
Krzysztof Piotr Oledzkic8b16fc2008-02-18 01:26:35 +01002966
2967 /* tracked */
Willy Tarreau44267702011-10-28 15:35:33 +02002968 if (sv->track)
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02002969 chunk_printf(&msg, "%s/%s,",
Willy Tarreau44267702011-10-28 15:35:33 +02002970 sv->track->proxy->id, sv->track->id);
Krzysztof Piotr Oledzkic8b16fc2008-02-18 01:26:35 +01002971 else
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02002972 chunk_printf(&msg, ",");
Krzysztof Piotr Oledzkic8b16fc2008-02-18 01:26:35 +01002973
Willy Tarreau7f062c42009-03-05 18:43:00 +01002974 /* type */
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02002975 chunk_printf(&msg, "%d,", STATS_TYPE_SV);
Willy Tarreau7f062c42009-03-05 18:43:00 +01002976
2977 /* rate */
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02002978 chunk_printf(&msg, "%u,,%u,",
Willy Tarreau8f208ec2009-05-10 19:01:49 +02002979 read_freq_ctr(&sv->sess_per_sec),
Willy Tarreauac68c5d2009-10-04 23:12:44 +02002980 sv->counters.sps_max);
Willy Tarreau7f062c42009-03-05 18:43:00 +01002981
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +02002982 if (sv->state & SRV_CHECKED) {
2983 /* check_status */
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02002984 chunk_printf(&msg, "%s,", get_check_status_info(sv->check_status));
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +02002985
2986 /* check_code */
2987 if (sv->check_status >= HCHK_STATUS_L57DATA)
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02002988 chunk_printf(&msg, "%u,", sv->check_code);
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +02002989 else
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02002990 chunk_printf(&msg, ",");
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +02002991
2992 /* check_duration */
Krzysztof Piotr Oledzki034550b2010-01-05 18:44:44 +01002993 if (sv->check_status >= HCHK_STATUS_CHECKED)
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02002994 chunk_printf(&msg, "%lu,", sv->check_duration);
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +02002995 else
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02002996 chunk_printf(&msg, ",");
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +02002997
2998 } else {
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02002999 chunk_printf(&msg, ",,,");
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +02003000 }
3001
Krzysztof Piotr Oledzki5fb18822009-10-13 21:14:09 +02003002 /* http response: 1xx, 2xx, 3xx, 4xx, 5xx, other */
3003 if (px->mode == PR_MODE_HTTP) {
3004 int i;
3005
3006 for (i=1; i<6; i++)
3007 chunk_printf(&msg, "%lld,", sv->counters.p.http.rsp[i]);
3008
3009 chunk_printf(&msg, "%lld,", sv->counters.p.http.rsp[0]);
3010 } else {
3011 chunk_printf(&msg, ",,,,,,");
3012 }
3013
Krzysztof Piotr Oledzki97f07b82009-12-15 22:31:24 +01003014 /* failed health analyses */
3015 chunk_printf(&msg, "%lld,", sv->counters.failed_hana);
3016
Willy Tarreaud9b587f2010-02-26 10:05:55 +01003017 /* requests : req_rate, req_rate_max, req_tot, */
3018 chunk_printf(&msg, ",,,");
3019
Willy Tarreauae526782010-03-04 20:34:23 +01003020 /* errors: cli_aborts, srv_aborts */
3021 chunk_printf(&msg, "%lld,%lld,",
3022 sv->counters.cli_aborts, sv->counters.srv_aborts);
3023
Willy Tarreau7f062c42009-03-05 18:43:00 +01003024 /* finish with EOL */
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02003025 chunk_printf(&msg, "\n");
Willy Tarreau55bb8452007-10-17 18:44:57 +02003026 }
Willy Tarreau9dab5fc2012-05-07 11:56:55 +02003027 if (bi_putchk(rep, &msg) == -1)
Willy Tarreau91861262007-10-17 17:06:05 +02003028 return 0;
Krzysztof Piotr Oledzki2c6962c2008-03-02 02:42:14 +01003029 } /* for sv */
Willy Tarreau91861262007-10-17 17:06:05 +02003030
Willy Tarreau295a8372011-03-10 11:25:07 +01003031 si->applet.ctx.stats.px_st = STAT_PX_ST_BE;
Willy Tarreau91861262007-10-17 17:06:05 +02003032 /* fall through */
3033
Willy Tarreau295a8372011-03-10 11:25:07 +01003034 case STAT_PX_ST_BE:
Willy Tarreau91861262007-10-17 17:06:05 +02003035 /* print the backend */
Willy Tarreau39f7e6d2008-03-17 21:38:24 +01003036 if ((px->cap & PR_CAP_BE) &&
Willy Tarreau295a8372011-03-10 11:25:07 +01003037 (!(si->applet.ctx.stats.flags & STAT_BOUND) || (si->applet.ctx.stats.type & (1 << STATS_TYPE_BE)))) {
3038 if (!(si->applet.ctx.stats.flags & STAT_FMT_CSV)) {
Cyril Bonté70be45d2010-10-12 00:14:35 +02003039 chunk_printf(&msg, "<tr class=\"backend\">");
Willy Tarreau295a8372011-03-10 11:25:07 +01003040 if (px->cap & PR_CAP_BE && px->srv && (si->applet.ctx.stats.flags & STAT_ADMIN)) {
Cyril Bonté70be45d2010-10-12 00:14:35 +02003041 /* Column sub-heading for Enable or Disable server */
3042 chunk_printf(&msg, "<td></td>");
3043 }
3044 chunk_printf(&msg, "<td class=ac");
Krzysztof Piotr Oledzki15514c22010-01-04 16:03:09 +01003045
3046 if (uri->flags&ST_SHLGNDS) {
3047 /* balancing */
Krzysztof Piotr Oledzkic0f0c862010-01-06 15:03:18 +01003048 chunk_printf(&msg, " title=\"balancing: %s",
Krzysztof Piotr Oledzki15514c22010-01-04 16:03:09 +01003049 backend_lb_algo_str(px->lbprm.algo & BE_LB_ALGO));
Krzysztof Piotr Oledzkic0f0c862010-01-06 15:03:18 +01003050
3051 /* cookie */
3052 if (px->cookie_name) {
3053 struct chunk src;
3054
3055 chunk_printf(&msg, ", cookie: '");
3056
3057 chunk_initlen(&src, px->cookie_name, 0, strlen(px->cookie_name));
3058 chunk_htmlencode(&msg, &src);
3059
3060 chunk_printf(&msg, "'");
3061 }
3062
3063 chunk_printf(&msg, "\"");
3064
Krzysztof Piotr Oledzki15514c22010-01-04 16:03:09 +01003065 }
3066
3067 chunk_printf(&msg,
Cyril Bonté70be45d2010-10-12 00:14:35 +02003068 /* name */
Willy Tarreaue0454092010-02-26 12:29:07 +01003069 ">%s<a name=\"%s/Backend\"></a>"
3070 "<a class=lfsb href=\"#%s/Backend\">Backend</a>%s</td>"
Willy Tarreau91861262007-10-17 17:06:05 +02003071 /* queue : current, max */
Krzysztof Piotr Oledzkif2d2b1d2009-10-12 23:09:08 +02003072 "<td>%s</td><td>%s</td><td></td>"
Willy Tarreaua3e49422009-05-10 19:19:41 +02003073 /* sessions rate : current, max, limit */
Krzysztof Piotr Oledzkif2d2b1d2009-10-12 23:09:08 +02003074 "<td>%s</td><td>%s</td><td></td>"
Willy Tarreaua3e49422009-05-10 19:19:41 +02003075 "",
Willy Tarreaue0454092010-02-26 12:29:07 +01003076 (uri->flags & ST_SHLGNDS)?"<u>":"",
Krzysztof Piotr Oledzki1f672852009-10-24 14:24:30 +02003077 px->id, px->id,
Willy Tarreaue0454092010-02-26 12:29:07 +01003078 (uri->flags & ST_SHLGNDS)?"</u>":"",
Willy Tarreau7d0aaf32011-03-10 23:25:56 +01003079 U2H0(px->nbpend) /* or px->totpend ? */, U2H1(px->be_counters.nbpend_max),
3080 U2H2(read_freq_ctr(&px->be_sess_per_sec)), U2H3(px->be_counters.sps_max));
Willy Tarreaua3e49422009-05-10 19:19:41 +02003081
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02003082 chunk_printf(&msg,
Krzysztof Piotr Oledzki5fb18822009-10-13 21:14:09 +02003083 /* sessions: current, max, limit */
Krzysztof Piotr Oledzkif2d2b1d2009-10-12 23:09:08 +02003084 "<td>%s</td><td>%s</td><td>%s</td>"
Krzysztof Piotr Oledzki5fb18822009-10-13 21:14:09 +02003085 "<td"
3086 "",
Willy Tarreau7d0aaf32011-03-10 23:25:56 +01003087 U2H2(px->beconn), U2H3(px->be_counters.conn_max), U2H4(px->fullconn));
Krzysztof Piotr Oledzki5fb18822009-10-13 21:14:09 +02003088
3089 /* http response (via td title): 1xx, 2xx, 3xx, 4xx, 5xx, other */
3090 if (px->mode == PR_MODE_HTTP) {
3091 int i;
3092
3093 chunk_printf(&msg, " title=\"rsp codes:");
3094
3095 for (i = 1; i < 6; i++)
Willy Tarreau7d0aaf32011-03-10 23:25:56 +01003096 chunk_printf(&msg, " %dxx=%lld", i, px->be_counters.p.http.rsp[i]);
Krzysztof Piotr Oledzki5fb18822009-10-13 21:14:09 +02003097
Willy Tarreau7d0aaf32011-03-10 23:25:56 +01003098 chunk_printf(&msg, " other=%lld\"", px->be_counters.p.http.rsp[0]);
Krzysztof Piotr Oledzki5fb18822009-10-13 21:14:09 +02003099 }
3100
3101 chunk_printf(&msg,
3102 /* sessions: total, lbtot */
Willy Tarreaue0454092010-02-26 12:29:07 +01003103 ">%s%s%s</td><td>%s</td>"
Krzysztof Piotr Oledzki5fb18822009-10-13 21:14:09 +02003104 /* bytes: in, out */
Krzysztof Piotr Oledzkif2d2b1d2009-10-12 23:09:08 +02003105 "<td>%s</td><td>%s</td>"
Willy Tarreau0a6d2ef2009-03-29 14:46:01 +02003106 "",
Willy Tarreaue0454092010-02-26 12:29:07 +01003107 (px->mode == PR_MODE_HTTP)?"<u>":"",
Willy Tarreau7d0aaf32011-03-10 23:25:56 +01003108 U2H6(px->be_counters.cum_conn),
Willy Tarreaue0454092010-02-26 12:29:07 +01003109 (px->mode == PR_MODE_HTTP)?"</u>":"",
Willy Tarreau7d0aaf32011-03-10 23:25:56 +01003110 U2H7(px->be_counters.cum_lbconn),
3111 U2H8(px->be_counters.bytes_in), U2H9(px->be_counters.bytes_out));
Willy Tarreau0a6d2ef2009-03-29 14:46:01 +02003112
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02003113 chunk_printf(&msg,
Willy Tarreau91861262007-10-17 17:06:05 +02003114 /* denied: req, resp */
Krzysztof Piotr Oledzkif2d2b1d2009-10-12 23:09:08 +02003115 "<td>%s</td><td>%s</td>"
Willy Tarreauae526782010-03-04 20:34:23 +01003116 /* errors : request, connect */
3117 "<td></td><td>%s</td>"
3118 /* errors : response */
Willy Tarreau6a8573e2010-03-05 18:15:23 +01003119 "<td title=\"Connection resets during transfers: %lld client, %lld server\"><u>%s</u></td>"
Krzysztof Oledzki1cf36ba2007-10-18 19:12:30 +02003120 /* warnings: retries, redispatches */
Krzysztof Piotr Oledzkif2d2b1d2009-10-12 23:09:08 +02003121 "<td>%lld</td><td>%lld</td>"
Krzysztof Oledzki85130942007-10-22 16:21:10 +02003122 /* backend status: reflect backend status (up/down): we display UP
Willy Tarreau91861262007-10-17 17:06:05 +02003123 * if the backend has known working servers or if it has no server at
Krzysztof Oledzki85130942007-10-22 16:21:10 +02003124 * all (eg: for stats). Then we display the total weight, number of
Willy Tarreau91861262007-10-17 17:06:05 +02003125 * active and backups. */
Krzysztof Piotr Oledzkif2d2b1d2009-10-12 23:09:08 +02003126 "<td class=ac>%s %s</td><td class=ac>&nbsp;</td><td class=ac>%d</td>"
3127 "<td class=ac>%d</td><td class=ac>%d</td>"
Willy Tarreau0a6d2ef2009-03-29 14:46:01 +02003128 "",
Willy Tarreau7d0aaf32011-03-10 23:25:56 +01003129 U2H0(px->be_counters.denied_req), U2H1(px->be_counters.denied_resp),
3130 U2H2(px->be_counters.failed_conns),
3131 px->be_counters.cli_aborts,
3132 px->be_counters.srv_aborts,
3133 U2H5(px->be_counters.failed_resp),
3134 px->be_counters.retries, px->be_counters.redispatches,
Krzysztof Oledzki85130942007-10-22 16:21:10 +02003135 human_time(now.tv_sec - px->last_change, 1),
Willy Tarreau2ea81932007-11-30 12:04:38 +01003136 (px->lbprm.tot_weight > 0 || !px->srv) ? "UP" :
3137 "<font color=\"red\"><b>DOWN</b></font>",
Willy Tarreau5542af62007-12-03 02:04:00 +01003138 (px->lbprm.tot_weight * px->lbprm.wmult + px->lbprm.wdiv - 1) / px->lbprm.wdiv,
Willy Tarreau20697042007-11-15 23:26:18 +01003139 px->srv_act, px->srv_bck);
Krzysztof Oledzki85130942007-10-22 16:21:10 +02003140
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02003141 chunk_printf(&msg,
Willy Tarreau4bab24d2007-11-30 18:16:29 +01003142 /* rest of backend: nothing, down transitions, total downtime, throttle */
Krzysztof Piotr Oledzkif2d2b1d2009-10-12 23:09:08 +02003143 "<td class=ac>&nbsp;</td><td>%d</td>"
3144 "<td>%s</td>"
Willy Tarreau4bab24d2007-11-30 18:16:29 +01003145 "<td></td>"
Krzysztof Oledzki85130942007-10-22 16:21:10 +02003146 "</tr>",
3147 px->down_trans,
3148 px->srv?human_time(be_downtime(px), 1):"&nbsp;");
Willy Tarreau55bb8452007-10-17 18:44:57 +02003149 } else {
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02003150 chunk_printf(&msg,
Willy Tarreau55bb8452007-10-17 18:44:57 +02003151 /* pxid, name */
3152 "%s,BACKEND,"
3153 /* queue : current, max */
3154 "%d,%d,"
Willy Tarreauddbb82f2007-12-05 10:34:49 +01003155 /* sessions : current, max, limit, total */
Willy Tarreau3b88d442009-04-11 20:44:08 +02003156 "%d,%d,%d,%lld,"
Willy Tarreau55bb8452007-10-17 18:44:57 +02003157 /* bytes : in, out */
3158 "%lld,%lld,"
3159 /* denied: req, resp */
Willy Tarreau3b88d442009-04-11 20:44:08 +02003160 "%lld,%lld,"
Willy Tarreau55bb8452007-10-17 18:44:57 +02003161 /* errors : request, connect, response */
Willy Tarreau3b88d442009-04-11 20:44:08 +02003162 ",%lld,%lld,"
Krzysztof Oledzki1cf36ba2007-10-18 19:12:30 +02003163 /* warnings: retries, redispatches */
Willy Tarreau3b88d442009-04-11 20:44:08 +02003164 "%lld,%lld,"
Krzysztof Oledzki85130942007-10-22 16:21:10 +02003165 /* backend status: reflect backend status (up/down): we display UP
Willy Tarreau55bb8452007-10-17 18:44:57 +02003166 * if the backend has known working servers or if it has no server at
Krzysztof Oledzki85130942007-10-22 16:21:10 +02003167 * all (eg: for stats). Then we display the total weight, number of
Willy Tarreau55bb8452007-10-17 18:44:57 +02003168 * active and backups. */
3169 "%s,"
3170 "%d,%d,%d,"
Willy Tarreau4bab24d2007-11-30 18:16:29 +01003171 /* rest of backend: nothing, down transitions, last change, total downtime */
Elijah Epifanovacafc5f2007-10-25 20:15:38 +02003172 ",%d,%d,%d,,"
Krzysztof Piotr Oledzki2c6962c2008-03-02 02:42:14 +01003173 /* pid, iid, sid, throttle, lbtot, tracked, type */
Willy Tarreau3b88d442009-04-11 20:44:08 +02003174 "%d,%d,0,,%lld,,%d,"
Willy Tarreau8f208ec2009-05-10 19:01:49 +02003175 /* rate, rate_lim, rate_max, */
3176 "%u,,%u,"
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +02003177 /* check_status, check_code, check_duration */
Krzysztof Piotr Oledzki5fb18822009-10-13 21:14:09 +02003178 ",,,",
Willy Tarreau55bb8452007-10-17 18:44:57 +02003179 px->id,
Willy Tarreau7d0aaf32011-03-10 23:25:56 +01003180 px->nbpend /* or px->totpend ? */, px->be_counters.nbpend_max,
3181 px->beconn, px->be_counters.conn_max, px->fullconn, px->be_counters.cum_conn,
3182 px->be_counters.bytes_in, px->be_counters.bytes_out,
3183 px->be_counters.denied_req, px->be_counters.denied_resp,
3184 px->be_counters.failed_conns, px->be_counters.failed_resp,
3185 px->be_counters.retries, px->be_counters.redispatches,
Willy Tarreau20697042007-11-15 23:26:18 +01003186 (px->lbprm.tot_weight > 0 || !px->srv) ? "UP" : "DOWN",
Willy Tarreau5542af62007-12-03 02:04:00 +01003187 (px->lbprm.tot_weight * px->lbprm.wmult + px->lbprm.wdiv - 1) / px->lbprm.wdiv,
Willy Tarreau20697042007-11-15 23:26:18 +01003188 px->srv_act, px->srv_bck,
Willy Tarreau1772ece2009-04-03 14:49:12 +02003189 px->down_trans, (int)(now.tv_sec - px->last_change),
Willy Tarreau20697042007-11-15 23:26:18 +01003190 px->srv?be_downtime(px):0,
Willy Tarreauddbb82f2007-12-05 10:34:49 +01003191 relative_pid, px->uuid,
Willy Tarreau7d0aaf32011-03-10 23:25:56 +01003192 px->be_counters.cum_lbconn, STATS_TYPE_BE,
Willy Tarreau8f208ec2009-05-10 19:01:49 +02003193 read_freq_ctr(&px->be_sess_per_sec),
Willy Tarreau7d0aaf32011-03-10 23:25:56 +01003194 px->be_counters.sps_max);
Krzysztof Piotr Oledzki5fb18822009-10-13 21:14:09 +02003195
3196 /* http response: 1xx, 2xx, 3xx, 4xx, 5xx, other */
3197 if (px->mode == PR_MODE_HTTP) {
3198 int i;
3199
3200 for (i=1; i<6; i++)
Willy Tarreau7d0aaf32011-03-10 23:25:56 +01003201 chunk_printf(&msg, "%lld,", px->be_counters.p.http.rsp[i]);
Krzysztof Piotr Oledzki5fb18822009-10-13 21:14:09 +02003202
Willy Tarreau7d0aaf32011-03-10 23:25:56 +01003203 chunk_printf(&msg, "%lld,", px->be_counters.p.http.rsp[0]);
Krzysztof Piotr Oledzki5fb18822009-10-13 21:14:09 +02003204 } else {
3205 chunk_printf(&msg, ",,,,,,");
3206 }
3207
Krzysztof Piotr Oledzki97f07b82009-12-15 22:31:24 +01003208 /* failed health analyses */
3209 chunk_printf(&msg, ",");
3210
Willy Tarreaud9b587f2010-02-26 10:05:55 +01003211 /* requests : req_rate, req_rate_max, req_tot, */
3212 chunk_printf(&msg, ",,,");
3213
Willy Tarreauae526782010-03-04 20:34:23 +01003214 /* errors: cli_aborts, srv_aborts */
3215 chunk_printf(&msg, "%lld,%lld,",
Willy Tarreau7d0aaf32011-03-10 23:25:56 +01003216 px->be_counters.cli_aborts, px->be_counters.srv_aborts);
Willy Tarreauae526782010-03-04 20:34:23 +01003217
Krzysztof Piotr Oledzki5fb18822009-10-13 21:14:09 +02003218 /* finish with EOL */
3219 chunk_printf(&msg, "\n");
3220
Willy Tarreau55bb8452007-10-17 18:44:57 +02003221 }
Willy Tarreau9dab5fc2012-05-07 11:56:55 +02003222 if (bi_putchk(rep, &msg) == -1)
Willy Tarreau91861262007-10-17 17:06:05 +02003223 return 0;
3224 }
Willy Tarreaub1356cf2008-12-07 16:06:43 +01003225
Willy Tarreau295a8372011-03-10 11:25:07 +01003226 si->applet.ctx.stats.px_st = STAT_PX_ST_END;
Willy Tarreau91861262007-10-17 17:06:05 +02003227 /* fall through */
3228
Willy Tarreau295a8372011-03-10 11:25:07 +01003229 case STAT_PX_ST_END:
3230 if (!(si->applet.ctx.stats.flags & STAT_FMT_CSV)) {
Cyril Bonté70be45d2010-10-12 00:14:35 +02003231 chunk_printf(&msg, "</table>");
3232
Willy Tarreau295a8372011-03-10 11:25:07 +01003233 if (px->cap & PR_CAP_BE && px->srv && (si->applet.ctx.stats.flags & STAT_ADMIN)) {
Cyril Bonté70be45d2010-10-12 00:14:35 +02003234 /* close the form used to enable/disable this proxy servers */
3235 chunk_printf(&msg,
3236 "Choose the action to perform on the checked servers : "
3237 "<select name=action>"
3238 "<option value=\"\"></option>"
3239 "<option value=\"disable\">Disable</option>"
3240 "<option value=\"enable\">Enable</option>"
Willy Tarreaud7282242012-06-04 00:22:44 +02003241 "<option value=\"stop\">Soft Stop</option>"
3242 "<option value=\"start\">Soft Start</option>"
Willy Tarreau4f8a83c2012-06-04 00:26:23 +02003243 "<option value=\"shutdown\">Kill Sessions</option>"
Cyril Bonté70be45d2010-10-12 00:14:35 +02003244 "</select>"
Cyril Bontéaa0a45d2012-04-04 12:57:20 +02003245 "<input type=\"hidden\" name=\"b\" value=\"#%d\">"
Cyril Bonté70be45d2010-10-12 00:14:35 +02003246 "&nbsp;<input type=\"submit\" value=\"Apply\">"
3247 "</form>",
Cyril Bontéaa0a45d2012-04-04 12:57:20 +02003248 px->uuid);
Cyril Bonté70be45d2010-10-12 00:14:35 +02003249 }
3250
3251 chunk_printf(&msg, "<p>\n");
Willy Tarreau91861262007-10-17 17:06:05 +02003252
Willy Tarreau9dab5fc2012-05-07 11:56:55 +02003253 if (bi_putchk(rep, &msg) == -1)
Willy Tarreau55bb8452007-10-17 18:44:57 +02003254 return 0;
3255 }
Willy Tarreau91861262007-10-17 17:06:05 +02003256
Willy Tarreau295a8372011-03-10 11:25:07 +01003257 si->applet.ctx.stats.px_st = STAT_PX_ST_FIN;
Willy Tarreau91861262007-10-17 17:06:05 +02003258 /* fall through */
3259
Willy Tarreau295a8372011-03-10 11:25:07 +01003260 case STAT_PX_ST_FIN:
Willy Tarreau91861262007-10-17 17:06:05 +02003261 return 1;
3262
3263 default:
3264 /* unknown state, we should put an abort() here ! */
3265 return 1;
3266 }
3267}
3268
Willy Tarreau5ec29ff2011-02-13 15:27:22 +01003269/* This function dumps a complete session state onto the stream intreface's
3270 * read buffer. The data_ctx must have been zeroed first, and the flags
3271 * properly set. The session has to be set in data_ctx.sess.target. It returns
3272 * 0 if the output buffer is full and it needs to be called again, otherwise
3273 * non-zero. It is designed to be called from stats_dump_sess_to_buffer() below.
Willy Tarreau66dc20a2010-03-05 17:53:32 +01003274 */
Simon Horman9bd2c732011-06-15 15:18:44 +09003275static int stats_dump_full_sess_to_buffer(struct stream_interface *si)
Willy Tarreau66dc20a2010-03-05 17:53:32 +01003276{
3277 struct tm tm;
3278 struct chunk msg;
3279 struct session *sess;
3280 extern const char *monthname[12];
3281 char pn[INET6_ADDRSTRLEN];
3282
David du Colombier7af46052012-05-16 14:16:48 +02003283 chunk_init(&msg, trash, trashlen);
Willy Tarreau295a8372011-03-10 11:25:07 +01003284 sess = si->applet.ctx.sess.target;
Willy Tarreau66dc20a2010-03-05 17:53:32 +01003285
Willy Tarreau295a8372011-03-10 11:25:07 +01003286 if (si->applet.ctx.sess.section > 0 && si->applet.ctx.sess.uid != sess->uniq_id) {
Willy Tarreau66dc20a2010-03-05 17:53:32 +01003287 /* session changed, no need to go any further */
3288 chunk_printf(&msg, " *** session terminated while we were watching it ***\n");
Willy Tarreau9dab5fc2012-05-07 11:56:55 +02003289 if (bi_putchk(si->ib, &msg) == -1)
Willy Tarreau66dc20a2010-03-05 17:53:32 +01003290 return 0;
Willy Tarreau295a8372011-03-10 11:25:07 +01003291 si->applet.ctx.sess.target = NULL;
3292 si->applet.ctx.sess.uid = 0;
Willy Tarreau66dc20a2010-03-05 17:53:32 +01003293 return 1;
3294 }
3295
Willy Tarreau295a8372011-03-10 11:25:07 +01003296 switch (si->applet.ctx.sess.section) {
Willy Tarreau66dc20a2010-03-05 17:53:32 +01003297 case 0: /* main status of the session */
Willy Tarreau295a8372011-03-10 11:25:07 +01003298 si->applet.ctx.sess.uid = sess->uniq_id;
3299 si->applet.ctx.sess.section = 1;
Willy Tarreau66dc20a2010-03-05 17:53:32 +01003300 /* fall through */
3301
3302 case 1:
3303 chunk_printf(&msg,
3304 "%p: id=%u, proto=%s",
3305 sess,
3306 sess->uniq_id,
3307 sess->listener->proto->name);
3308
Willy Tarreau986a9d22012-08-30 21:11:38 +02003309 switch (addr_to_str(&sess->si[0].conn.addr.from, pn, sizeof(pn))) {
Willy Tarreau66dc20a2010-03-05 17:53:32 +01003310 case AF_INET:
Willy Tarreau66dc20a2010-03-05 17:53:32 +01003311 case AF_INET6:
Willy Tarreau631f01c2011-09-05 00:36:48 +02003312 chunk_printf(&msg, " source=%s:%d\n",
Willy Tarreau986a9d22012-08-30 21:11:38 +02003313 pn, get_host_port(&sess->si[0].conn.addr.from));
Willy Tarreau66dc20a2010-03-05 17:53:32 +01003314 break;
3315 case AF_UNIX:
Willy Tarreau631f01c2011-09-05 00:36:48 +02003316 chunk_printf(&msg, " source=unix:%d\n", sess->listener->luid);
Emeric Brun837ca522010-10-22 16:19:01 +02003317 break;
Willy Tarreau66dc20a2010-03-05 17:53:32 +01003318 default:
3319 /* no more information to print right now */
3320 chunk_printf(&msg, "\n");
3321 break;
3322 }
3323
3324 chunk_printf(&msg,
3325 " flags=0x%x, conn_retries=%d, srv_conn=%p, pend_pos=%p\n",
Willy Tarreauee28de02010-06-01 09:51:00 +02003326 sess->flags, sess->si[1].conn_retries, sess->srv_conn, sess->pend_pos);
Willy Tarreau66dc20a2010-03-05 17:53:32 +01003327
3328 chunk_printf(&msg,
Daniel Schultze90690c72012-03-23 10:53:36 -07003329 " frontend=%s (id=%u mode=%s), listener=%s (id=%u)",
Willy Tarreau66dc20a2010-03-05 17:53:32 +01003330 sess->fe->id, sess->fe->uuid, sess->fe->mode ? "http" : "tcp",
3331 sess->listener ? sess->listener->name ? sess->listener->name : "?" : "?",
3332 sess->listener ? sess->listener->luid : 0);
3333
Willy Tarreau986a9d22012-08-30 21:11:38 +02003334 conn_get_to_addr(&sess->si[0].conn);
3335 switch (addr_to_str(&sess->si[0].conn.addr.to, pn, sizeof(pn))) {
Daniel Schultze90690c72012-03-23 10:53:36 -07003336 case AF_INET:
3337 case AF_INET6:
3338 chunk_printf(&msg, " addr=%s:%d\n",
Willy Tarreau986a9d22012-08-30 21:11:38 +02003339 pn, get_host_port(&sess->si[0].conn.addr.to));
Daniel Schultze90690c72012-03-23 10:53:36 -07003340 break;
3341 case AF_UNIX:
3342 chunk_printf(&msg, " addr=unix:%d\n", sess->listener->luid);
3343 break;
3344 default:
3345 /* no more information to print right now */
3346 chunk_printf(&msg, "\n");
3347 break;
3348 }
3349
Willy Tarreau50943332011-09-02 17:33:05 +02003350 if (sess->be->cap & PR_CAP_BE)
3351 chunk_printf(&msg,
Daniel Schultze90690c72012-03-23 10:53:36 -07003352 " backend=%s (id=%u mode=%s)",
Willy Tarreau50943332011-09-02 17:33:05 +02003353 sess->be->id,
Daniel Schultze90690c72012-03-23 10:53:36 -07003354 sess->be->uuid, sess->be->mode ? "http" : "tcp");
3355 else
3356 chunk_printf(&msg, " backend=<NONE> (id=-1 mode=-)");
3357
Willy Tarreau986a9d22012-08-30 21:11:38 +02003358 conn_get_from_addr(&sess->si[1].conn);
3359 switch (addr_to_str(&sess->si[1].conn.addr.from, pn, sizeof(pn))) {
Daniel Schultze90690c72012-03-23 10:53:36 -07003360 case AF_INET:
3361 case AF_INET6:
3362 chunk_printf(&msg, " addr=%s:%d\n",
Willy Tarreau986a9d22012-08-30 21:11:38 +02003363 pn, get_host_port(&sess->si[1].conn.addr.from));
Daniel Schultze90690c72012-03-23 10:53:36 -07003364 break;
3365 case AF_UNIX:
3366 chunk_printf(&msg, " addr=unix\n");
3367 break;
3368 default:
3369 /* no more information to print right now */
3370 chunk_printf(&msg, "\n");
3371 break;
3372 }
3373
3374 if (sess->be->cap & PR_CAP_BE)
3375 chunk_printf(&msg,
3376 " server=%s (id=%u)",
Willy Tarreau50943332011-09-02 17:33:05 +02003377 target_srv(&sess->target) ? target_srv(&sess->target)->id : "<none>",
3378 target_srv(&sess->target) ? target_srv(&sess->target)->puid : 0);
3379 else
Daniel Schultze90690c72012-03-23 10:53:36 -07003380 chunk_printf(&msg, " server=<NONE> (id=-1)");
3381
Willy Tarreau986a9d22012-08-30 21:11:38 +02003382 conn_get_to_addr(&sess->si[1].conn);
3383 switch (addr_to_str(&sess->si[1].conn.addr.to, pn, sizeof(pn))) {
Daniel Schultze90690c72012-03-23 10:53:36 -07003384 case AF_INET:
3385 case AF_INET6:
3386 chunk_printf(&msg, " addr=%s:%d\n",
Willy Tarreau986a9d22012-08-30 21:11:38 +02003387 pn, get_host_port(&sess->si[1].conn.addr.to));
Daniel Schultze90690c72012-03-23 10:53:36 -07003388 break;
3389 case AF_UNIX:
3390 chunk_printf(&msg, " addr=unix\n");
3391 break;
3392 default:
3393 /* no more information to print right now */
3394 chunk_printf(&msg, "\n");
3395 break;
3396 }
Willy Tarreau66dc20a2010-03-05 17:53:32 +01003397
3398 chunk_printf(&msg,
3399 " task=%p (state=0x%02x nice=%d calls=%d exp=%s%s)\n",
3400 sess->task,
3401 sess->task->state,
3402 sess->task->nice, sess->task->calls,
3403 sess->task->expire ?
3404 tick_is_expired(sess->task->expire, now_ms) ? "<PAST>" :
3405 human_time(TICKS_TO_MS(sess->task->expire - now_ms),
3406 TICKS_TO_MS(1000)) : "<NEVER>",
3407 task_in_rq(sess->task) ? ", running" : "");
3408
3409 get_localtime(sess->logs.accept_date.tv_sec, &tm);
3410 chunk_printf(&msg,
3411 " task created [%02d/%s/%04d:%02d:%02d:%02d.%06d] (age=%s)\n",
3412 tm.tm_mday, monthname[tm.tm_mon], tm.tm_year+1900,
3413 tm.tm_hour, tm.tm_min, tm.tm_sec, (int)(sess->logs.accept_date.tv_usec),
3414 human_time(now.tv_sec - sess->logs.accept_date.tv_sec, 1));
3415
3416 chunk_printf(&msg,
3417 " si[0]=%p (state=%d flags=0x%02x fd=%d exp=%s, et=0x%03x)\n",
3418 &sess->si[0],
3419 sess->si[0].state,
3420 sess->si[0].flags,
Willy Tarreaufb7508a2012-05-21 16:47:54 +02003421 si_fd(&sess->si[0]),
Willy Tarreau66dc20a2010-03-05 17:53:32 +01003422 sess->si[0].exp ?
3423 tick_is_expired(sess->si[0].exp, now_ms) ? "<PAST>" :
3424 human_time(TICKS_TO_MS(sess->si[0].exp - now_ms),
3425 TICKS_TO_MS(1000)) : "<NEVER>",
3426 sess->si[0].err_type);
3427
3428 chunk_printf(&msg,
3429 " si[1]=%p (state=%d flags=0x%02x fd=%d exp=%s, et=0x%03x)\n",
3430 &sess->si[1],
3431 sess->si[1].state,
3432 sess->si[1].flags,
Willy Tarreaufb7508a2012-05-21 16:47:54 +02003433 si_fd(&sess->si[1]),
Willy Tarreau66dc20a2010-03-05 17:53:32 +01003434 sess->si[1].exp ?
3435 tick_is_expired(sess->si[1].exp, now_ms) ? "<PAST>" :
3436 human_time(TICKS_TO_MS(sess->si[1].exp - now_ms),
3437 TICKS_TO_MS(1000)) : "<NEVER>",
3438 sess->si[1].err_type);
3439
3440 chunk_printf(&msg,
3441 " txn=%p (flags=0x%x meth=%d status=%d req.st=%d rsp.st=%d)\n",
3442 &sess->txn, sess->txn.flags, sess->txn.meth, sess->txn.status,
3443 sess->txn.req.msg_state, sess->txn.rsp.msg_state);
3444
3445
3446 chunk_printf(&msg,
Willy Tarreau02d6cfc2012-03-01 18:19:58 +01003447 " req=%p (f=0x%06x an=0x%x i=%d o=%d pipe=%d fwd=%d)\n"
Willy Tarreau66dc20a2010-03-05 17:53:32 +01003448 " an_exp=%s",
3449 sess->req,
3450 sess->req->flags, sess->req->analysers,
Willy Tarreau572bf902012-07-02 17:01:20 +02003451 sess->req->buf.i, sess->req->buf.o,
Willy Tarreau66dc20a2010-03-05 17:53:32 +01003452 sess->req->pipe ? sess->req->pipe->data : 0,
3453 sess->req->to_forward,
3454 sess->req->analyse_exp ?
3455 human_time(TICKS_TO_MS(sess->req->analyse_exp - now_ms),
3456 TICKS_TO_MS(1000)) : "<NEVER>");
3457
3458 chunk_printf(&msg,
3459 " rex=%s",
3460 sess->req->rex ?
3461 human_time(TICKS_TO_MS(sess->req->rex - now_ms),
3462 TICKS_TO_MS(1000)) : "<NEVER>");
3463
3464 chunk_printf(&msg,
3465 " wex=%s\n"
Willy Tarreaua458b672012-03-05 11:17:50 +01003466 " data=%p p=%d next=%d total=%lld\n",
Willy Tarreau66dc20a2010-03-05 17:53:32 +01003467 sess->req->wex ?
3468 human_time(TICKS_TO_MS(sess->req->wex - now_ms),
3469 TICKS_TO_MS(1000)) : "<NEVER>",
Willy Tarreau572bf902012-07-02 17:01:20 +02003470 sess->req->buf.data,
3471 (int)(sess->req->buf.p - sess->req->buf.data),
Willy Tarreaua458b672012-03-05 11:17:50 +01003472 sess->txn.req.next,
Willy Tarreau66dc20a2010-03-05 17:53:32 +01003473 sess->req->total);
3474
3475 chunk_printf(&msg,
Willy Tarreau02d6cfc2012-03-01 18:19:58 +01003476 " res=%p (f=0x%06x an=0x%x i=%d o=%d pipe=%d fwd=%d)\n"
Willy Tarreau66dc20a2010-03-05 17:53:32 +01003477 " an_exp=%s",
3478 sess->rep,
3479 sess->rep->flags, sess->rep->analysers,
Willy Tarreau572bf902012-07-02 17:01:20 +02003480 sess->rep->buf.i, sess->rep->buf.o,
Willy Tarreau66dc20a2010-03-05 17:53:32 +01003481 sess->rep->pipe ? sess->rep->pipe->data : 0,
3482 sess->rep->to_forward,
3483 sess->rep->analyse_exp ?
3484 human_time(TICKS_TO_MS(sess->rep->analyse_exp - now_ms),
3485 TICKS_TO_MS(1000)) : "<NEVER>");
3486
3487 chunk_printf(&msg,
3488 " rex=%s",
3489 sess->rep->rex ?
3490 human_time(TICKS_TO_MS(sess->rep->rex - now_ms),
3491 TICKS_TO_MS(1000)) : "<NEVER>");
3492
3493 chunk_printf(&msg,
3494 " wex=%s\n"
Willy Tarreaua458b672012-03-05 11:17:50 +01003495 " data=%p p=%d next=%d total=%lld\n",
Willy Tarreau66dc20a2010-03-05 17:53:32 +01003496 sess->rep->wex ?
3497 human_time(TICKS_TO_MS(sess->rep->wex - now_ms),
3498 TICKS_TO_MS(1000)) : "<NEVER>",
Willy Tarreau572bf902012-07-02 17:01:20 +02003499 sess->rep->buf.data,
3500 (int)(sess->rep->buf.p - sess->rep->buf.data),
Willy Tarreaua458b672012-03-05 11:17:50 +01003501 sess->txn.rsp.next,
Willy Tarreau66dc20a2010-03-05 17:53:32 +01003502 sess->rep->total);
3503
Willy Tarreau9dab5fc2012-05-07 11:56:55 +02003504 if (bi_putchk(si->ib, &msg) == -1)
Willy Tarreau66dc20a2010-03-05 17:53:32 +01003505 return 0;
3506
3507 /* use other states to dump the contents */
3508 }
3509 /* end of dump */
Willy Tarreau295a8372011-03-10 11:25:07 +01003510 si->applet.ctx.sess.uid = 0;
Willy Tarreau66dc20a2010-03-05 17:53:32 +01003511 return 1;
3512}
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01003513
Willy Tarreau5ec29ff2011-02-13 15:27:22 +01003514/* This function dumps all sessions' states onto the stream intreface's
3515 * read buffer. The data_ctx must have been zeroed first, and the flags
3516 * properly set. It returns 0 if the output buffer is full and it needs
3517 * to be called again, otherwise non-zero. It is designed to be called
3518 * from stats_dump_sess_to_buffer() below.
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01003519 */
Simon Horman9bd2c732011-06-15 15:18:44 +09003520static int stats_dump_sess_to_buffer(struct stream_interface *si)
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01003521{
3522 struct chunk msg;
3523
Willy Tarreau03cdb7c2012-08-27 23:14:58 +02003524 if (unlikely(si->ib->flags & (CF_WRITE_ERROR|CF_SHUTW))) {
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01003525 /* If we're forced to shut down, we might have to remove our
3526 * reference to the last session being dumped.
3527 */
Willy Tarreau94981132012-05-21 17:09:48 +02003528 if (si->conn.data_st == STAT_ST_LIST) {
Willy Tarreau295a8372011-03-10 11:25:07 +01003529 if (!LIST_ISEMPTY(&si->applet.ctx.sess.bref.users)) {
3530 LIST_DEL(&si->applet.ctx.sess.bref.users);
3531 LIST_INIT(&si->applet.ctx.sess.bref.users);
Willy Tarreaufd3828e2009-02-22 15:17:24 +01003532 }
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01003533 }
Willy Tarreau7e72a8f2009-10-03 23:55:14 +02003534 return 1;
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01003535 }
3536
David du Colombier7af46052012-05-16 14:16:48 +02003537 chunk_init(&msg, trash, trashlen);
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01003538
Willy Tarreau94981132012-05-21 17:09:48 +02003539 switch (si->conn.data_st) {
Willy Tarreau295a8372011-03-10 11:25:07 +01003540 case STAT_ST_INIT:
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01003541 /* the function had not been called yet, let's prepare the
3542 * buffer for a response. We initialize the current session
Willy Tarreaufd3828e2009-02-22 15:17:24 +01003543 * pointer to the first in the global list. When a target
3544 * session is being destroyed, it is responsible for updating
3545 * this pointer. We know we have reached the end when this
3546 * pointer points back to the head of the sessions list.
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01003547 */
Willy Tarreau295a8372011-03-10 11:25:07 +01003548 LIST_INIT(&si->applet.ctx.sess.bref.users);
3549 si->applet.ctx.sess.bref.ref = sessions.n;
Willy Tarreau94981132012-05-21 17:09:48 +02003550 si->conn.data_st = STAT_ST_LIST;
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01003551 /* fall through */
3552
Willy Tarreau295a8372011-03-10 11:25:07 +01003553 case STAT_ST_LIST:
Willy Tarreaufd3828e2009-02-22 15:17:24 +01003554 /* first, let's detach the back-ref from a possible previous session */
Willy Tarreau295a8372011-03-10 11:25:07 +01003555 if (!LIST_ISEMPTY(&si->applet.ctx.sess.bref.users)) {
3556 LIST_DEL(&si->applet.ctx.sess.bref.users);
3557 LIST_INIT(&si->applet.ctx.sess.bref.users);
Willy Tarreaufd3828e2009-02-22 15:17:24 +01003558 }
3559
3560 /* and start from where we stopped */
Willy Tarreau295a8372011-03-10 11:25:07 +01003561 while (si->applet.ctx.sess.bref.ref != &sessions) {
Cyril Bontéacd7d632010-11-01 19:26:02 +01003562 char pn[INET6_ADDRSTRLEN];
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01003563 struct session *curr_sess;
3564
Willy Tarreau295a8372011-03-10 11:25:07 +01003565 curr_sess = LIST_ELEM(si->applet.ctx.sess.bref.ref, struct session *, list);
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01003566
Willy Tarreau295a8372011-03-10 11:25:07 +01003567 if (si->applet.ctx.sess.target) {
3568 if (si->applet.ctx.sess.target != curr_sess)
Willy Tarreau66dc20a2010-03-05 17:53:32 +01003569 goto next_sess;
3570
Willy Tarreau295a8372011-03-10 11:25:07 +01003571 LIST_ADDQ(&curr_sess->back_refs, &si->applet.ctx.sess.bref.users);
Willy Tarreau66dc20a2010-03-05 17:53:32 +01003572 /* call the proper dump() function and return if we're missing space */
Willy Tarreau5ec29ff2011-02-13 15:27:22 +01003573 if (!stats_dump_full_sess_to_buffer(si))
Willy Tarreau66dc20a2010-03-05 17:53:32 +01003574 return 0;
3575
3576 /* session dump complete */
Willy Tarreau295a8372011-03-10 11:25:07 +01003577 LIST_DEL(&si->applet.ctx.sess.bref.users);
3578 LIST_INIT(&si->applet.ctx.sess.bref.users);
3579 si->applet.ctx.sess.target = NULL;
Willy Tarreau66dc20a2010-03-05 17:53:32 +01003580 break;
3581 }
3582
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02003583 chunk_printf(&msg,
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01003584 "%p: proto=%s",
3585 curr_sess,
3586 curr_sess->listener->proto->name);
3587
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01003588
Willy Tarreau986a9d22012-08-30 21:11:38 +02003589 switch (addr_to_str(&curr_sess->si[0].conn.addr.from, pn, sizeof(pn))) {
Willy Tarreau631f01c2011-09-05 00:36:48 +02003590 case AF_INET:
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01003591 case AF_INET6:
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02003592 chunk_printf(&msg,
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01003593 " src=%s:%d fe=%s be=%s srv=%s",
3594 pn,
Willy Tarreau986a9d22012-08-30 21:11:38 +02003595 get_host_port(&curr_sess->si[0].conn.addr.from),
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01003596 curr_sess->fe->id,
Willy Tarreau50943332011-09-02 17:33:05 +02003597 (curr_sess->be->cap & PR_CAP_BE) ? curr_sess->be->id : "<NONE>",
Willy Tarreau827aee92011-03-10 16:55:02 +01003598 target_srv(&curr_sess->target) ? target_srv(&curr_sess->target)->id : "<none>"
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01003599 );
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01003600 break;
3601 case AF_UNIX:
Emeric Brun837ca522010-10-22 16:19:01 +02003602 chunk_printf(&msg,
3603 " src=unix:%d fe=%s be=%s srv=%s",
3604 curr_sess->listener->luid,
3605 curr_sess->fe->id,
Willy Tarreau50943332011-09-02 17:33:05 +02003606 (curr_sess->be->cap & PR_CAP_BE) ? curr_sess->be->id : "<NONE>",
Willy Tarreau827aee92011-03-10 16:55:02 +01003607 target_srv(&curr_sess->target) ? target_srv(&curr_sess->target)->id : "<none>"
Emeric Brun837ca522010-10-22 16:19:01 +02003608 );
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01003609 break;
3610 }
3611
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02003612 chunk_printf(&msg,
Willy Tarreau65671ab2009-10-04 14:24:59 +02003613 " ts=%02x age=%s calls=%d",
3614 curr_sess->task->state,
Willy Tarreau3884cba2009-03-28 17:54:35 +01003615 human_time(now.tv_sec - curr_sess->logs.tv_accept.tv_sec, 1),
3616 curr_sess->task->calls);
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01003617
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02003618 chunk_printf(&msg,
Willy Tarreau02d6cfc2012-03-01 18:19:58 +01003619 " rq[f=%06xh,i=%d,an=%02xh,rx=%s",
Willy Tarreauc6dcad62009-03-29 00:18:14 +01003620 curr_sess->req->flags,
Willy Tarreau572bf902012-07-02 17:01:20 +02003621 curr_sess->req->buf.i,
Willy Tarreauc6dcad62009-03-29 00:18:14 +01003622 curr_sess->req->analysers,
3623 curr_sess->req->rex ?
3624 human_time(TICKS_TO_MS(curr_sess->req->rex - now_ms),
3625 TICKS_TO_MS(1000)) : "");
3626
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02003627 chunk_printf(&msg,
Willy Tarreauc6dcad62009-03-29 00:18:14 +01003628 ",wx=%s",
3629 curr_sess->req->wex ?
3630 human_time(TICKS_TO_MS(curr_sess->req->wex - now_ms),
3631 TICKS_TO_MS(1000)) : "");
3632
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02003633 chunk_printf(&msg,
Willy Tarreauc6dcad62009-03-29 00:18:14 +01003634 ",ax=%s]",
3635 curr_sess->req->analyse_exp ?
3636 human_time(TICKS_TO_MS(curr_sess->req->analyse_exp - now_ms),
3637 TICKS_TO_MS(1000)) : "");
3638
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02003639 chunk_printf(&msg,
Willy Tarreau02d6cfc2012-03-01 18:19:58 +01003640 " rp[f=%06xh,i=%d,an=%02xh,rx=%s",
Willy Tarreauc6dcad62009-03-29 00:18:14 +01003641 curr_sess->rep->flags,
Willy Tarreau572bf902012-07-02 17:01:20 +02003642 curr_sess->rep->buf.i,
Willy Tarreauc6dcad62009-03-29 00:18:14 +01003643 curr_sess->rep->analysers,
3644 curr_sess->rep->rex ?
3645 human_time(TICKS_TO_MS(curr_sess->rep->rex - now_ms),
3646 TICKS_TO_MS(1000)) : "");
3647
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02003648 chunk_printf(&msg,
Willy Tarreauc6dcad62009-03-29 00:18:14 +01003649 ",wx=%s",
3650 curr_sess->rep->wex ?
3651 human_time(TICKS_TO_MS(curr_sess->rep->wex - now_ms),
3652 TICKS_TO_MS(1000)) : "");
3653
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02003654 chunk_printf(&msg,
Willy Tarreauc6dcad62009-03-29 00:18:14 +01003655 ",ax=%s]",
3656 curr_sess->rep->analyse_exp ?
3657 human_time(TICKS_TO_MS(curr_sess->rep->analyse_exp - now_ms),
3658 TICKS_TO_MS(1000)) : "");
3659
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02003660 chunk_printf(&msg,
Willy Tarreauc6dcad62009-03-29 00:18:14 +01003661 " s0=[%d,%1xh,fd=%d,ex=%s]",
3662 curr_sess->si[0].state,
3663 curr_sess->si[0].flags,
Willy Tarreaufb7508a2012-05-21 16:47:54 +02003664 si_fd(&curr_sess->si[0]),
Willy Tarreauc6dcad62009-03-29 00:18:14 +01003665 curr_sess->si[0].exp ?
3666 human_time(TICKS_TO_MS(curr_sess->si[0].exp - now_ms),
3667 TICKS_TO_MS(1000)) : "");
3668
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02003669 chunk_printf(&msg,
Willy Tarreauc6dcad62009-03-29 00:18:14 +01003670 " s1=[%d,%1xh,fd=%d,ex=%s]",
3671 curr_sess->si[1].state,
3672 curr_sess->si[1].flags,
Willy Tarreaufb7508a2012-05-21 16:47:54 +02003673 si_fd(&curr_sess->si[1]),
Willy Tarreauc6dcad62009-03-29 00:18:14 +01003674 curr_sess->si[1].exp ?
3675 human_time(TICKS_TO_MS(curr_sess->si[1].exp - now_ms),
3676 TICKS_TO_MS(1000)) : "");
3677
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02003678 chunk_printf(&msg,
Willy Tarreauc6dcad62009-03-29 00:18:14 +01003679 " exp=%s",
3680 curr_sess->task->expire ?
3681 human_time(TICKS_TO_MS(curr_sess->task->expire - now_ms),
3682 TICKS_TO_MS(1000)) : "");
Willy Tarreau4726f532009-03-07 17:25:21 +01003683 if (task_in_rq(curr_sess->task))
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02003684 chunk_printf(&msg, " run(nice=%d)", curr_sess->task->nice);
Willy Tarreauc6dcad62009-03-29 00:18:14 +01003685
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02003686 chunk_printf(&msg, "\n");
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01003687
Willy Tarreau9dab5fc2012-05-07 11:56:55 +02003688 if (bi_putchk(si->ib, &msg) == -1) {
Willy Tarreaufd3828e2009-02-22 15:17:24 +01003689 /* let's try again later from this session. We add ourselves into
3690 * this session's users so that it can remove us upon termination.
3691 */
Willy Tarreau295a8372011-03-10 11:25:07 +01003692 LIST_ADDQ(&curr_sess->back_refs, &si->applet.ctx.sess.bref.users);
Willy Tarreau7e72a8f2009-10-03 23:55:14 +02003693 return 0;
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01003694 }
3695
Willy Tarreau66dc20a2010-03-05 17:53:32 +01003696 next_sess:
Willy Tarreau295a8372011-03-10 11:25:07 +01003697 si->applet.ctx.sess.bref.ref = curr_sess->list.n;
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01003698 }
Willy Tarreau66dc20a2010-03-05 17:53:32 +01003699
Willy Tarreau295a8372011-03-10 11:25:07 +01003700 if (si->applet.ctx.sess.target) {
Willy Tarreau66dc20a2010-03-05 17:53:32 +01003701 /* specified session not found */
Willy Tarreau295a8372011-03-10 11:25:07 +01003702 if (si->applet.ctx.sess.section > 0)
Willy Tarreau66dc20a2010-03-05 17:53:32 +01003703 chunk_printf(&msg, " *** session terminated while we were watching it ***\n");
3704 else
3705 chunk_printf(&msg, "Session not found.\n");
3706
Willy Tarreau9dab5fc2012-05-07 11:56:55 +02003707 if (bi_putchk(si->ib, &msg) == -1)
Willy Tarreau66dc20a2010-03-05 17:53:32 +01003708 return 0;
3709
Willy Tarreau295a8372011-03-10 11:25:07 +01003710 si->applet.ctx.sess.target = NULL;
3711 si->applet.ctx.sess.uid = 0;
Willy Tarreau66dc20a2010-03-05 17:53:32 +01003712 return 1;
3713 }
3714
Willy Tarreau94981132012-05-21 17:09:48 +02003715 si->conn.data_st = STAT_ST_FIN;
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01003716 /* fall through */
3717
3718 default:
Willy Tarreau94981132012-05-21 17:09:48 +02003719 si->conn.data_st = STAT_ST_FIN;
Willy Tarreau7e72a8f2009-10-03 23:55:14 +02003720 return 1;
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01003721 }
Emeric Brun1e029aa2010-09-23 18:12:53 +02003722}
3723
Willy Tarreau5ec29ff2011-02-13 15:27:22 +01003724/* This function dumps all tables' states onto the stream intreface's
3725 * read buffer. The data_ctx must have been zeroed first, and the flags
3726 * properly set. It returns 0 if the output buffer is full and it needs
3727 * to be called again, otherwise non-zero.
Willy Tarreau69f58c82010-07-12 17:55:33 +02003728 */
Simon Hormanc88b8872011-06-15 15:18:49 +09003729static int stats_table_request(struct stream_interface *si, bool show)
Willy Tarreau69f58c82010-07-12 17:55:33 +02003730{
Willy Tarreau94981132012-05-21 17:09:48 +02003731 struct session *s = si->conn.data_ctx;
Willy Tarreau69f58c82010-07-12 17:55:33 +02003732 struct chunk msg;
3733 struct ebmb_node *eb;
3734 int dt;
Simon Hormanc88b8872011-06-15 15:18:49 +09003735 bool skip_entry;
Willy Tarreau69f58c82010-07-12 17:55:33 +02003736
3737 /*
Willy Tarreau94981132012-05-21 17:09:48 +02003738 * We have 3 possible states in si->conn.data_st :
Willy Tarreau295a8372011-03-10 11:25:07 +01003739 * - STAT_ST_INIT : the first call
3740 * - STAT_ST_INFO : the proxy pointer points to the next table to
Willy Tarreau69f58c82010-07-12 17:55:33 +02003741 * dump, the entry pointer is NULL ;
Willy Tarreau295a8372011-03-10 11:25:07 +01003742 * - STAT_ST_LIST : the proxy pointer points to the current table
Willy Tarreau69f58c82010-07-12 17:55:33 +02003743 * and the entry pointer points to the next entry to be dumped,
3744 * and the refcount on the next entry is held ;
Willy Tarreau295a8372011-03-10 11:25:07 +01003745 * - STAT_ST_END : nothing left to dump, the buffer may contain some
Willy Tarreau69f58c82010-07-12 17:55:33 +02003746 * data though.
3747 */
3748
Willy Tarreau03cdb7c2012-08-27 23:14:58 +02003749 if (unlikely(si->ib->flags & (CF_WRITE_ERROR|CF_SHUTW))) {
Willy Tarreau69f58c82010-07-12 17:55:33 +02003750 /* in case of abort, remove any refcount we might have set on an entry */
Willy Tarreau94981132012-05-21 17:09:48 +02003751 if (si->conn.data_st == STAT_ST_LIST) {
Willy Tarreau295a8372011-03-10 11:25:07 +01003752 si->applet.ctx.table.entry->ref_cnt--;
3753 stksess_kill_if_expired(&si->applet.ctx.table.proxy->table, si->applet.ctx.table.entry);
Willy Tarreauf6efda12010-08-03 20:34:06 +02003754 }
Willy Tarreau69f58c82010-07-12 17:55:33 +02003755 return 1;
3756 }
3757
David du Colombier7af46052012-05-16 14:16:48 +02003758 chunk_init(&msg, trash, trashlen);
Willy Tarreau69f58c82010-07-12 17:55:33 +02003759
Willy Tarreau94981132012-05-21 17:09:48 +02003760 while (si->conn.data_st != STAT_ST_FIN) {
3761 switch (si->conn.data_st) {
Willy Tarreau295a8372011-03-10 11:25:07 +01003762 case STAT_ST_INIT:
3763 si->applet.ctx.table.proxy = si->applet.ctx.table.target;
3764 if (!si->applet.ctx.table.proxy)
3765 si->applet.ctx.table.proxy = proxy;
Willy Tarreau69f58c82010-07-12 17:55:33 +02003766
Willy Tarreau295a8372011-03-10 11:25:07 +01003767 si->applet.ctx.table.entry = NULL;
Willy Tarreau94981132012-05-21 17:09:48 +02003768 si->conn.data_st = STAT_ST_INFO;
Willy Tarreau69f58c82010-07-12 17:55:33 +02003769 break;
3770
Willy Tarreau295a8372011-03-10 11:25:07 +01003771 case STAT_ST_INFO:
3772 if (!si->applet.ctx.table.proxy ||
3773 (si->applet.ctx.table.target &&
3774 si->applet.ctx.table.proxy != si->applet.ctx.table.target)) {
Willy Tarreau94981132012-05-21 17:09:48 +02003775 si->conn.data_st = STAT_ST_END;
Willy Tarreau69f58c82010-07-12 17:55:33 +02003776 break;
3777 }
3778
Willy Tarreau295a8372011-03-10 11:25:07 +01003779 if (si->applet.ctx.table.proxy->table.size) {
Simon Hormanc88b8872011-06-15 15:18:49 +09003780 if (show && !stats_dump_table_head_to_buffer(&msg, si, si->applet.ctx.table.proxy,
3781 si->applet.ctx.table.target))
Willy Tarreau69f58c82010-07-12 17:55:33 +02003782 return 0;
3783
Willy Tarreau295a8372011-03-10 11:25:07 +01003784 if (si->applet.ctx.table.target &&
Willy Tarreau290e63a2012-09-20 18:07:14 +02003785 s->listener->bind_conf->level >= ACCESS_LVL_OPER) {
Willy Tarreau69f58c82010-07-12 17:55:33 +02003786 /* dump entries only if table explicitly requested */
Willy Tarreau295a8372011-03-10 11:25:07 +01003787 eb = ebmb_first(&si->applet.ctx.table.proxy->table.keys);
Willy Tarreau69f58c82010-07-12 17:55:33 +02003788 if (eb) {
Willy Tarreau295a8372011-03-10 11:25:07 +01003789 si->applet.ctx.table.entry = ebmb_entry(eb, struct stksess, key);
3790 si->applet.ctx.table.entry->ref_cnt++;
Willy Tarreau94981132012-05-21 17:09:48 +02003791 si->conn.data_st = STAT_ST_LIST;
Willy Tarreau69f58c82010-07-12 17:55:33 +02003792 break;
3793 }
3794 }
3795 }
Willy Tarreau295a8372011-03-10 11:25:07 +01003796 si->applet.ctx.table.proxy = si->applet.ctx.table.proxy->next;
Willy Tarreau69f58c82010-07-12 17:55:33 +02003797 break;
3798
Willy Tarreau295a8372011-03-10 11:25:07 +01003799 case STAT_ST_LIST:
Simon Hormanc88b8872011-06-15 15:18:49 +09003800 skip_entry = false;
3801
Willy Tarreau295a8372011-03-10 11:25:07 +01003802 if (si->applet.ctx.table.data_type >= 0) {
Willy Tarreau4f3f01f2010-07-18 11:46:20 +02003803 /* we're filtering on some data contents */
3804 void *ptr;
3805 long long data;
3806
Willy Tarreau295a8372011-03-10 11:25:07 +01003807 dt = si->applet.ctx.table.data_type;
3808 ptr = stktable_data_ptr(&si->applet.ctx.table.proxy->table,
3809 si->applet.ctx.table.entry,
Willy Tarreau4f3f01f2010-07-18 11:46:20 +02003810 dt);
3811
3812 data = 0;
3813 switch (stktable_data_types[dt].std_type) {
3814 case STD_T_SINT:
3815 data = stktable_data_cast(ptr, std_t_sint);
3816 break;
3817 case STD_T_UINT:
3818 data = stktable_data_cast(ptr, std_t_uint);
3819 break;
3820 case STD_T_ULL:
3821 data = stktable_data_cast(ptr, std_t_ull);
3822 break;
3823 case STD_T_FRQP:
3824 data = read_freq_ctr_period(&stktable_data_cast(ptr, std_t_frqp),
Willy Tarreau295a8372011-03-10 11:25:07 +01003825 si->applet.ctx.table.proxy->table.data_arg[dt].u);
Willy Tarreau4f3f01f2010-07-18 11:46:20 +02003826 break;
3827 }
3828
3829 /* skip the entry if the data does not match the test and the value */
Willy Tarreau295a8372011-03-10 11:25:07 +01003830 if ((data < si->applet.ctx.table.value &&
3831 (si->applet.ctx.table.data_op == STD_OP_EQ ||
3832 si->applet.ctx.table.data_op == STD_OP_GT ||
3833 si->applet.ctx.table.data_op == STD_OP_GE)) ||
3834 (data == si->applet.ctx.table.value &&
3835 (si->applet.ctx.table.data_op == STD_OP_NE ||
3836 si->applet.ctx.table.data_op == STD_OP_GT ||
3837 si->applet.ctx.table.data_op == STD_OP_LT)) ||
3838 (data > si->applet.ctx.table.value &&
3839 (si->applet.ctx.table.data_op == STD_OP_EQ ||
3840 si->applet.ctx.table.data_op == STD_OP_LT ||
3841 si->applet.ctx.table.data_op == STD_OP_LE)))
Simon Hormanc88b8872011-06-15 15:18:49 +09003842 skip_entry = true;
Willy Tarreau4f3f01f2010-07-18 11:46:20 +02003843 }
3844
Simon Hormanc88b8872011-06-15 15:18:49 +09003845 if (show && !skip_entry &&
3846 !stats_dump_table_entry_to_buffer(&msg, si, si->applet.ctx.table.proxy,
Simon Hormand9366582011-06-15 15:18:45 +09003847 si->applet.ctx.table.entry))
3848 return 0;
Willy Tarreau69f58c82010-07-12 17:55:33 +02003849
Willy Tarreau295a8372011-03-10 11:25:07 +01003850 si->applet.ctx.table.entry->ref_cnt--;
Willy Tarreau69f58c82010-07-12 17:55:33 +02003851
Willy Tarreau295a8372011-03-10 11:25:07 +01003852 eb = ebmb_next(&si->applet.ctx.table.entry->key);
Willy Tarreau69f58c82010-07-12 17:55:33 +02003853 if (eb) {
Willy Tarreau295a8372011-03-10 11:25:07 +01003854 struct stksess *old = si->applet.ctx.table.entry;
3855 si->applet.ctx.table.entry = ebmb_entry(eb, struct stksess, key);
Willy Tarreau8fa52f42012-01-09 11:50:03 +01003856 if (show)
3857 stksess_kill_if_expired(&si->applet.ctx.table.proxy->table, old);
3858 else
3859 stksess_kill(&si->applet.ctx.table.proxy->table, old);
Willy Tarreau295a8372011-03-10 11:25:07 +01003860 si->applet.ctx.table.entry->ref_cnt++;
Willy Tarreau69f58c82010-07-12 17:55:33 +02003861 break;
3862 }
3863
Simon Hormanc88b8872011-06-15 15:18:49 +09003864
3865 if (show)
3866 stksess_kill_if_expired(&si->applet.ctx.table.proxy->table, si->applet.ctx.table.entry);
3867 else if (!skip_entry && !si->applet.ctx.table.entry->ref_cnt)
3868 stksess_kill(&si->applet.ctx.table.proxy->table, si->applet.ctx.table.entry);
3869
Willy Tarreau295a8372011-03-10 11:25:07 +01003870 si->applet.ctx.table.proxy = si->applet.ctx.table.proxy->next;
Willy Tarreau94981132012-05-21 17:09:48 +02003871 si->conn.data_st = STAT_ST_INFO;
Willy Tarreau69f58c82010-07-12 17:55:33 +02003872 break;
3873
Willy Tarreau295a8372011-03-10 11:25:07 +01003874 case STAT_ST_END:
Willy Tarreau94981132012-05-21 17:09:48 +02003875 si->conn.data_st = STAT_ST_FIN;
Willy Tarreau69f58c82010-07-12 17:55:33 +02003876 break;
3877 }
3878 }
3879 return 1;
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01003880}
3881
Willy Tarreaud426a182010-03-05 14:58:26 +01003882/* print a line of text buffer (limited to 70 bytes) to <out>. The format is :
Willy Tarreau74808cb2009-03-04 15:53:18 +01003883 * <2 spaces> <offset=5 digits> <space or plus> <space> <70 chars max> <\n>
3884 * which is 60 chars per line. Non-printable chars \t, \n, \r and \e are
3885 * encoded in C format. Other non-printable chars are encoded "\xHH". Original
3886 * lines are respected within the limit of 70 output chars. Lines that are
3887 * continuation of a previous truncated line begin with "+" instead of " "
3888 * after the offset. The new pointer is returned.
3889 */
Willy Tarreaud426a182010-03-05 14:58:26 +01003890static int dump_text_line(struct chunk *out, const char *buf, int bsize, int len,
3891 int *line, int ptr)
Willy Tarreau74808cb2009-03-04 15:53:18 +01003892{
3893 int end;
3894 unsigned char c;
3895
3896 end = out->len + 80;
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02003897 if (end > out->size)
Willy Tarreau74808cb2009-03-04 15:53:18 +01003898 return ptr;
3899
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02003900 chunk_printf(out, " %05d%c ", ptr, (ptr == *line) ? ' ' : '+');
Willy Tarreau74808cb2009-03-04 15:53:18 +01003901
Willy Tarreaud426a182010-03-05 14:58:26 +01003902 while (ptr < len && ptr < bsize) {
3903 c = buf[ptr];
Willy Tarreau787bbd92009-03-12 08:18:33 +01003904 if (isprint(c) && isascii(c) && c != '\\') {
Willy Tarreau74808cb2009-03-04 15:53:18 +01003905 if (out->len > end - 2)
3906 break;
3907 out->str[out->len++] = c;
Willy Tarreau787bbd92009-03-12 08:18:33 +01003908 } else if (c == '\t' || c == '\n' || c == '\r' || c == '\e' || c == '\\') {
Willy Tarreau74808cb2009-03-04 15:53:18 +01003909 if (out->len > end - 3)
3910 break;
3911 out->str[out->len++] = '\\';
3912 switch (c) {
3913 case '\t': c = 't'; break;
3914 case '\n': c = 'n'; break;
3915 case '\r': c = 'r'; break;
3916 case '\e': c = 'e'; break;
Willy Tarreau787bbd92009-03-12 08:18:33 +01003917 case '\\': c = '\\'; break;
Willy Tarreau74808cb2009-03-04 15:53:18 +01003918 }
3919 out->str[out->len++] = c;
3920 } else {
3921 if (out->len > end - 5)
3922 break;
3923 out->str[out->len++] = '\\';
3924 out->str[out->len++] = 'x';
3925 out->str[out->len++] = hextab[(c >> 4) & 0xF];
3926 out->str[out->len++] = hextab[c & 0xF];
3927 }
Willy Tarreaud426a182010-03-05 14:58:26 +01003928 if (buf[ptr++] == '\n') {
Willy Tarreau74808cb2009-03-04 15:53:18 +01003929 /* we had a line break, let's return now */
3930 out->str[out->len++] = '\n';
3931 *line = ptr;
3932 return ptr;
3933 }
3934 }
3935 /* we have an incomplete line, we return it as-is */
3936 out->str[out->len++] = '\n';
3937 return ptr;
3938}
3939
Willy Tarreau5ec29ff2011-02-13 15:27:22 +01003940/* This function dumps all captured errors onto the stream intreface's
3941 * read buffer. The data_ctx must have been zeroed first, and the flags
3942 * properly set. It returns 0 if the output buffer is full and it needs
3943 * to be called again, otherwise non-zero.
Willy Tarreau74808cb2009-03-04 15:53:18 +01003944 */
Simon Horman9bd2c732011-06-15 15:18:44 +09003945static int stats_dump_errors_to_buffer(struct stream_interface *si)
Willy Tarreau74808cb2009-03-04 15:53:18 +01003946{
3947 extern const char *monthname[12];
3948 struct chunk msg;
3949
Willy Tarreau03cdb7c2012-08-27 23:14:58 +02003950 if (unlikely(si->ib->flags & (CF_WRITE_ERROR|CF_SHUTW)))
Willy Tarreau61b34732009-10-03 23:49:35 +02003951 return 1;
Willy Tarreau74808cb2009-03-04 15:53:18 +01003952
David du Colombier7af46052012-05-16 14:16:48 +02003953 chunk_init(&msg, trash, trashlen);
Willy Tarreau74808cb2009-03-04 15:53:18 +01003954
Willy Tarreau295a8372011-03-10 11:25:07 +01003955 if (!si->applet.ctx.errors.px) {
Willy Tarreau74808cb2009-03-04 15:53:18 +01003956 /* the function had not been called yet, let's prepare the
3957 * buffer for a response.
3958 */
Willy Tarreau10479e42010-12-12 14:00:34 +01003959 struct tm tm;
3960
3961 get_localtime(date.tv_sec, &tm);
3962 chunk_printf(&msg, "Total events captured on [%02d/%s/%04d:%02d:%02d:%02d.%03d] : %u\n",
3963 tm.tm_mday, monthname[tm.tm_mon], tm.tm_year+1900,
3964 tm.tm_hour, tm.tm_min, tm.tm_sec, (int)(date.tv_usec/1000),
3965 error_snapshot_id);
3966
Willy Tarreau9dab5fc2012-05-07 11:56:55 +02003967 if (bi_putchk(si->ib, &msg) == -1) {
Willy Tarreau10479e42010-12-12 14:00:34 +01003968 /* Socket buffer full. Let's try again later from the same point */
3969 return 0;
3970 }
3971
Willy Tarreau295a8372011-03-10 11:25:07 +01003972 si->applet.ctx.errors.px = proxy;
3973 si->applet.ctx.errors.buf = 0;
3974 si->applet.ctx.errors.bol = 0;
3975 si->applet.ctx.errors.ptr = -1;
Willy Tarreau74808cb2009-03-04 15:53:18 +01003976 }
3977
3978 /* we have two inner loops here, one for the proxy, the other one for
3979 * the buffer.
3980 */
Willy Tarreau295a8372011-03-10 11:25:07 +01003981 while (si->applet.ctx.errors.px) {
Willy Tarreau74808cb2009-03-04 15:53:18 +01003982 struct error_snapshot *es;
3983
Willy Tarreau295a8372011-03-10 11:25:07 +01003984 if (si->applet.ctx.errors.buf == 0)
3985 es = &si->applet.ctx.errors.px->invalid_req;
Willy Tarreau74808cb2009-03-04 15:53:18 +01003986 else
Willy Tarreau295a8372011-03-10 11:25:07 +01003987 es = &si->applet.ctx.errors.px->invalid_rep;
Willy Tarreau74808cb2009-03-04 15:53:18 +01003988
3989 if (!es->when.tv_sec)
3990 goto next;
3991
Willy Tarreau295a8372011-03-10 11:25:07 +01003992 if (si->applet.ctx.errors.iid >= 0 &&
3993 si->applet.ctx.errors.px->uuid != si->applet.ctx.errors.iid &&
3994 es->oe->uuid != si->applet.ctx.errors.iid)
Willy Tarreau74808cb2009-03-04 15:53:18 +01003995 goto next;
3996
Willy Tarreau295a8372011-03-10 11:25:07 +01003997 if (si->applet.ctx.errors.ptr < 0) {
Willy Tarreau74808cb2009-03-04 15:53:18 +01003998 /* just print headers now */
3999
4000 char pn[INET6_ADDRSTRLEN];
4001 struct tm tm;
Willy Tarreaud04b1bc2012-05-08 11:03:10 +02004002 int port;
Willy Tarreau74808cb2009-03-04 15:53:18 +01004003
4004 get_localtime(es->when.tv_sec, &tm);
Willy Tarreau8811f8e2010-03-05 17:42:58 +01004005 chunk_printf(&msg, " \n[%02d/%s/%04d:%02d:%02d:%02d.%03d]",
Willy Tarreau74808cb2009-03-04 15:53:18 +01004006 tm.tm_mday, monthname[tm.tm_mon], tm.tm_year+1900,
Willy Tarreau1772ece2009-04-03 14:49:12 +02004007 tm.tm_hour, tm.tm_min, tm.tm_sec, (int)(es->when.tv_usec/1000));
Willy Tarreau74808cb2009-03-04 15:53:18 +01004008
Willy Tarreaud04b1bc2012-05-08 11:03:10 +02004009 switch (addr_to_str(&es->src, pn, sizeof(pn))) {
4010 case AF_INET:
4011 case AF_INET6:
4012 port = get_host_port(&es->src);
4013 break;
4014 default:
4015 port = 0;
4016 }
4017
Willy Tarreau295a8372011-03-10 11:25:07 +01004018 switch (si->applet.ctx.errors.buf) {
Willy Tarreau74808cb2009-03-04 15:53:18 +01004019 case 0:
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02004020 chunk_printf(&msg,
Willy Tarreau74808cb2009-03-04 15:53:18 +01004021 " frontend %s (#%d): invalid request\n"
Willy Tarreaud04b1bc2012-05-08 11:03:10 +02004022 " backend %s (#%d)",
Willy Tarreau295a8372011-03-10 11:25:07 +01004023 si->applet.ctx.errors.px->id, si->applet.ctx.errors.px->uuid,
Willy Tarreaud04b1bc2012-05-08 11:03:10 +02004024 (es->oe->cap & PR_CAP_BE) ? es->oe->id : "<NONE>",
4025 (es->oe->cap & PR_CAP_BE) ? es->oe->uuid : -1);
Willy Tarreau74808cb2009-03-04 15:53:18 +01004026 break;
4027 case 1:
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02004028 chunk_printf(&msg,
Willy Tarreau74808cb2009-03-04 15:53:18 +01004029 " backend %s (#%d) : invalid response\n"
Willy Tarreaud04b1bc2012-05-08 11:03:10 +02004030 " frontend %s (#%d)",
Willy Tarreau295a8372011-03-10 11:25:07 +01004031 si->applet.ctx.errors.px->id, si->applet.ctx.errors.px->uuid,
Willy Tarreaud04b1bc2012-05-08 11:03:10 +02004032 es->oe->id, es->oe->uuid);
Willy Tarreau74808cb2009-03-04 15:53:18 +01004033 break;
4034 }
4035
Willy Tarreaud04b1bc2012-05-08 11:03:10 +02004036 chunk_printf(&msg,
4037 ", server %s (#%d), event #%u\n"
4038 " src %s:%d, session #%d, session flags 0x%08x\n"
4039 " HTTP msg state %d, msg flags 0x%08x, tx flags 0x%08x\n"
4040 " HTTP chunk len %lld bytes, HTTP body len %lld bytes\n"
4041 " buffer flags 0x%08x, out %d bytes, total %lld bytes\n"
4042 " pending %d bytes, wrapping at %d, error at position %d:\n \n",
4043 es->srv ? es->srv->id : "<NONE>", es->srv ? es->srv->puid : -1,
4044 es->ev_id,
4045 pn, port, es->sid, es->s_flags,
4046 es->state, es->m_flags, es->t_flags,
4047 es->m_clen, es->m_blen,
4048 es->b_flags, es->b_out, es->b_tot,
4049 es->len, es->b_wrap, es->pos);
4050
Willy Tarreau9dab5fc2012-05-07 11:56:55 +02004051 if (bi_putchk(si->ib, &msg) == -1) {
Willy Tarreau74808cb2009-03-04 15:53:18 +01004052 /* Socket buffer full. Let's try again later from the same point */
Willy Tarreau61b34732009-10-03 23:49:35 +02004053 return 0;
Willy Tarreau74808cb2009-03-04 15:53:18 +01004054 }
Willy Tarreau295a8372011-03-10 11:25:07 +01004055 si->applet.ctx.errors.ptr = 0;
4056 si->applet.ctx.errors.sid = es->sid;
Willy Tarreau74808cb2009-03-04 15:53:18 +01004057 }
4058
Willy Tarreau295a8372011-03-10 11:25:07 +01004059 if (si->applet.ctx.errors.sid != es->sid) {
Willy Tarreau74808cb2009-03-04 15:53:18 +01004060 /* the snapshot changed while we were dumping it */
Krzysztof Piotr Oledzki78abe612009-09-27 13:23:20 +02004061 chunk_printf(&msg,
Willy Tarreau74808cb2009-03-04 15:53:18 +01004062 " WARNING! update detected on this snapshot, dump interrupted. Please re-check!\n");
Willy Tarreau9dab5fc2012-05-07 11:56:55 +02004063 if (bi_putchk(si->ib, &msg) == -1)
Willy Tarreau61b34732009-10-03 23:49:35 +02004064 return 0;
Willy Tarreau74808cb2009-03-04 15:53:18 +01004065 goto next;
4066 }
4067
4068 /* OK, ptr >= 0, so we have to dump the current line */
Willy Tarreau295a8372011-03-10 11:25:07 +01004069 while (si->applet.ctx.errors.ptr < es->len && si->applet.ctx.errors.ptr < sizeof(es->buf)) {
Willy Tarreau74808cb2009-03-04 15:53:18 +01004070 int newptr;
4071 int newline;
4072
Willy Tarreau295a8372011-03-10 11:25:07 +01004073 newline = si->applet.ctx.errors.bol;
4074 newptr = dump_text_line(&msg, es->buf, sizeof(es->buf), es->len, &newline, si->applet.ctx.errors.ptr);
4075 if (newptr == si->applet.ctx.errors.ptr)
Willy Tarreau61b34732009-10-03 23:49:35 +02004076 return 0;
Willy Tarreau74808cb2009-03-04 15:53:18 +01004077
Willy Tarreau9dab5fc2012-05-07 11:56:55 +02004078 if (bi_putchk(si->ib, &msg) == -1) {
Willy Tarreau74808cb2009-03-04 15:53:18 +01004079 /* Socket buffer full. Let's try again later from the same point */
Willy Tarreau61b34732009-10-03 23:49:35 +02004080 return 0;
Willy Tarreau74808cb2009-03-04 15:53:18 +01004081 }
Willy Tarreau295a8372011-03-10 11:25:07 +01004082 si->applet.ctx.errors.ptr = newptr;
4083 si->applet.ctx.errors.bol = newline;
Willy Tarreau74808cb2009-03-04 15:53:18 +01004084 };
4085 next:
Willy Tarreau295a8372011-03-10 11:25:07 +01004086 si->applet.ctx.errors.bol = 0;
4087 si->applet.ctx.errors.ptr = -1;
4088 si->applet.ctx.errors.buf++;
4089 if (si->applet.ctx.errors.buf > 1) {
4090 si->applet.ctx.errors.buf = 0;
4091 si->applet.ctx.errors.px = si->applet.ctx.errors.px->next;
Willy Tarreau74808cb2009-03-04 15:53:18 +01004092 }
4093 }
4094
4095 /* dump complete */
Willy Tarreau61b34732009-10-03 23:49:35 +02004096 return 1;
Willy Tarreau74808cb2009-03-04 15:53:18 +01004097}
4098
Willy Tarreaud5781202012-09-22 19:32:35 +02004099/* parse the "level" argument on the bind lines */
4100static int bind_parse_level(char **args, int cur_arg, struct proxy *px, struct bind_conf *conf, char **err)
4101{
4102 if (!*args[cur_arg + 1]) {
4103 memprintf(err, "'%s' : missing level", args[cur_arg]);
4104 return ERR_ALERT | ERR_FATAL;
4105 }
4106
4107 if (!strcmp(args[cur_arg+1], "user"))
4108 conf->level = ACCESS_LVL_USER;
4109 else if (!strcmp(args[cur_arg+1], "operator"))
4110 conf->level = ACCESS_LVL_OPER;
4111 else if (!strcmp(args[cur_arg+1], "admin"))
4112 conf->level = ACCESS_LVL_ADMIN;
4113 else {
4114 memprintf(err, "'%s' only supports 'user', 'operator', and 'admin' (got '%s')",
4115 args[cur_arg], args[cur_arg+1]);
4116 return ERR_ALERT | ERR_FATAL;
4117 }
4118
4119 return 0;
4120}
4121
Willy Tarreaub24281b2011-02-13 13:16:36 +01004122struct si_applet http_stats_applet = {
4123 .name = "<STATS>", /* used for logging */
4124 .fct = http_stats_io_handler,
Aman Gupta9a13e842012-04-02 18:57:53 -07004125 .release = NULL,
Willy Tarreaub24281b2011-02-13 13:16:36 +01004126};
4127
Simon Horman9bd2c732011-06-15 15:18:44 +09004128static struct si_applet cli_applet = {
Willy Tarreaub24281b2011-02-13 13:16:36 +01004129 .name = "<CLI>", /* used for logging */
4130 .fct = cli_io_handler,
Aman Gupta9a13e842012-04-02 18:57:53 -07004131 .release = NULL,
Willy Tarreaub24281b2011-02-13 13:16:36 +01004132};
Willy Tarreau3dfe6cd2008-12-07 22:29:48 +01004133
Willy Tarreau10522fd2008-07-09 20:12:41 +02004134static struct cfg_kw_list cfg_kws = {{ },{
4135 { CFG_GLOBAL, "stats", stats_parse_global },
4136 { 0, NULL, NULL },
4137}};
4138
Willy Tarreaud5781202012-09-22 19:32:35 +02004139static struct bind_kw_list bind_kws = { "STAT", { }, {
4140 { "level", bind_parse_level, 1 }, /* set the unix socket admin level */
4141 { NULL, NULL, 0 },
4142}};
4143
Willy Tarreau10522fd2008-07-09 20:12:41 +02004144__attribute__((constructor))
4145static void __dumpstats_module_init(void)
4146{
4147 cfg_register_keywords(&cfg_kws);
Willy Tarreaud5781202012-09-22 19:32:35 +02004148 bind_register_keywords(&bind_kws);
Willy Tarreau10522fd2008-07-09 20:12:41 +02004149}
4150
Willy Tarreau91861262007-10-17 17:06:05 +02004151/*
4152 * Local variables:
4153 * c-indent-level: 8
4154 * c-basic-offset: 8
4155 * End:
4156 */