blob: ce6e614ee4dbeb16ef6c5e02812b7e4416f5930c [file] [log] [blame]
William Lallemand74c24fb2016-11-21 17:18:36 +01001/*
2 * Functions dedicated to statistics output and the stats socket
3 *
4 * Copyright 2000-2012 Willy Tarreau <w@1wt.eu>
5 * Copyright 2007-2009 Krzysztof Piotr Oledzki <ole@ans.pl>
6 *
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>
William Lallemand74c24fb2016-11-21 17:18:36 +010016#include <stdio.h>
17#include <stdlib.h>
18#include <string.h>
19#include <pwd.h>
20#include <grp.h>
21
22#include <sys/socket.h>
23#include <sys/stat.h>
24#include <sys/types.h>
25
Willy Tarreaub2551052020-06-09 09:07:15 +020026#include <haproxy/api.h>
Willy Tarreau5d9ddc52021-10-06 19:54:09 +020027#include <haproxy/activity.h>
Willy Tarreau91cefca2022-05-03 17:08:29 +020028#include <haproxy/applet.h>
Willy Tarreau49801602020-06-04 22:50:02 +020029#include <haproxy/backend.h>
Willy Tarreaub2551052020-06-09 09:07:15 +020030#include <haproxy/base64.h>
Willy Tarreau6be78492020-06-05 00:00:29 +020031#include <haproxy/cfgparse.h>
Willy Tarreauf1d32c42020-06-04 21:07:02 +020032#include <haproxy/channel.h>
Willy Tarreau4aa573d2020-06-04 18:21:56 +020033#include <haproxy/check.h>
Willy Tarreau83487a82020-06-04 20:19:54 +020034#include <haproxy/cli.h>
Willy Tarreau55542642021-10-08 09:33:24 +020035#include <haproxy/clock.h>
Willy Tarreau0a3bd392020-06-04 08:52:38 +020036#include <haproxy/compression.h>
Christopher Faulet908628c2022-03-25 16:43:49 +010037#include <haproxy/conn_stream.h>
38#include <haproxy/cs_utils.h>
Willy Tarreau2a83d602020-05-27 16:58:08 +020039#include <haproxy/debug.h>
Willy Tarreau36979d92020-06-05 17:27:29 +020040#include <haproxy/errors.h>
Willy Tarreaub2551052020-06-09 09:07:15 +020041#include <haproxy/fd.h>
42#include <haproxy/freq_ctr.h>
Willy Tarreau762d7a52020-06-04 11:23:07 +020043#include <haproxy/frontend.h>
Willy Tarreauf268ee82020-06-04 17:05:57 +020044#include <haproxy/global.h>
Willy Tarreaucd72d8c2020-06-02 19:11:26 +020045#include <haproxy/http.h>
Willy Tarreaub7fc4c42021-10-06 18:56:42 +020046#include <haproxy/http_ana.h>
Willy Tarreau87735332020-06-04 09:08:41 +020047#include <haproxy/http_htx.h>
Willy Tarreau16f958c2020-06-03 08:44:35 +020048#include <haproxy/htx.h>
Willy Tarreau853b2972020-05-27 18:01:47 +020049#include <haproxy/list.h>
Willy Tarreau36979d92020-06-05 17:27:29 +020050#include <haproxy/listener.h>
Willy Tarreaub2551052020-06-09 09:07:15 +020051#include <haproxy/log.h>
Willy Tarreau2cd58092020-06-04 15:10:43 +020052#include <haproxy/map-t.h>
Willy Tarreau225a90a2020-06-04 15:06:28 +020053#include <haproxy/pattern-t.h>
Willy Tarreaub2551052020-06-09 09:07:15 +020054#include <haproxy/pipe.h>
55#include <haproxy/pool.h>
Willy Tarreaua264d962020-06-04 22:29:18 +020056#include <haproxy/proxy.h>
Emeric Brunc9437992021-02-12 19:42:55 +010057#include <haproxy/resolvers.h>
Willy Tarreau1e56f922020-06-04 23:20:13 +020058#include <haproxy/server.h>
Willy Tarreau48d25b32020-06-04 18:58:52 +020059#include <haproxy/session.h>
Willy Tarreau2eec9b52020-06-04 19:58:55 +020060#include <haproxy/stats.h>
Willy Tarreaudfd3de82020-06-04 23:46:14 +020061#include <haproxy/stream.h>
Willy Tarreaucea0e1b2020-06-04 17:25:40 +020062#include <haproxy/task.h>
Willy Tarreauc2f7c582020-06-02 18:15:32 +020063#include <haproxy/ticks.h>
Willy Tarreau92b4f132020-06-01 11:05:15 +020064#include <haproxy/time.h>
Willy Tarreaub2551052020-06-09 09:07:15 +020065#include <haproxy/tools.h>
Willy Tarreau8c42b8a2020-06-04 19:27:34 +020066#include <haproxy/uri_auth-t.h>
Willy Tarreaud6788052020-05-27 15:59:00 +020067#include <haproxy/version.h>
William Lallemand74c24fb2016-11-21 17:18:36 +010068
William Lallemand74c24fb2016-11-21 17:18:36 +010069
Christopher Faulet2b9b6782019-02-27 16:42:58 +010070/* status codes available for the stats admin page (strictly 4 chars length) */
71const char *stat_status_codes[STAT_STATUS_SIZE] = {
72 [STAT_STATUS_DENY] = "DENY",
73 [STAT_STATUS_DONE] = "DONE",
74 [STAT_STATUS_ERRP] = "ERRP",
75 [STAT_STATUS_EXCD] = "EXCD",
76 [STAT_STATUS_NONE] = "NONE",
77 [STAT_STATUS_PART] = "PART",
78 [STAT_STATUS_UNKN] = "UNKN",
79 [STAT_STATUS_IVAL] = "IVAL",
80};
81
Willy Tarreau0baac8c2016-11-22 16:36:53 +010082/* These are the field names for each INF_* field position. Please pay attention
83 * to always use the exact same name except that the strings for new names must
84 * be lower case or CamelCase while the enum entries must be upper case.
85 */
Willy Tarreaueaa55372019-10-09 07:39:11 +020086const struct name_desc info_fields[INF_TOTAL_FIELDS] = {
Willy Tarreau6d4897e2019-10-11 16:31:46 +020087 [INF_NAME] = { .name = "Name", .desc = "Product name" },
88 [INF_VERSION] = { .name = "Version", .desc = "Product version" },
89 [INF_RELEASE_DATE] = { .name = "Release_date", .desc = "Date of latest source code update" },
90 [INF_NBTHREAD] = { .name = "Nbthread", .desc = "Number of started threads (global.nbthread)" },
Willy Tarreau91358592021-06-15 08:08:04 +020091 [INF_NBPROC] = { .name = "Nbproc", .desc = "Number of started worker processes (historical, always 1)" },
Willy Tarreaue8422bf2021-06-15 09:08:18 +020092 [INF_PROCESS_NUM] = { .name = "Process_num", .desc = "Relative worker process number (1)" },
Willy Tarreau6d4897e2019-10-11 16:31:46 +020093 [INF_PID] = { .name = "Pid", .desc = "This worker process identifier for the system" },
94 [INF_UPTIME] = { .name = "Uptime", .desc = "How long ago this worker process was started (days+hours+minutes+seconds)" },
95 [INF_UPTIME_SEC] = { .name = "Uptime_sec", .desc = "How long ago this worker process was started (seconds)" },
William Dauchydefd1562021-01-15 22:41:38 +010096 [INF_START_TIME_SEC] = { .name = "Start_time_sec", .desc = "Start time in seconds" },
Willy Tarreau6d4897e2019-10-11 16:31:46 +020097 [INF_MEMMAX_MB] = { .name = "Memmax_MB", .desc = "Worker process's hard limit on memory usage in MB (-m on command line)" },
William Dauchya8766cf2021-01-15 22:41:37 +010098 [INF_MEMMAX_BYTES] = { .name = "Memmax_bytes", .desc = "Worker process's hard limit on memory usage in byes (-m on command line)" },
Willy Tarreau6d4897e2019-10-11 16:31:46 +020099 [INF_POOL_ALLOC_MB] = { .name = "PoolAlloc_MB", .desc = "Amount of memory allocated in pools (in MB)" },
William Dauchya8766cf2021-01-15 22:41:37 +0100100 [INF_POOL_ALLOC_BYTES] = { .name = "PoolAlloc_bytes", .desc = "Amount of memory allocated in pools (in bytes)" },
Willy Tarreau6d4897e2019-10-11 16:31:46 +0200101 [INF_POOL_USED_MB] = { .name = "PoolUsed_MB", .desc = "Amount of pool memory currently used (in MB)" },
William Dauchya8766cf2021-01-15 22:41:37 +0100102 [INF_POOL_USED_BYTES] = { .name = "PoolUsed_bytes", .desc = "Amount of pool memory currently used (in bytes)" },
Willy Tarreau6d4897e2019-10-11 16:31:46 +0200103 [INF_POOL_FAILED] = { .name = "PoolFailed", .desc = "Number of failed pool allocations since this worker was started" },
104 [INF_ULIMIT_N] = { .name = "Ulimit-n", .desc = "Hard limit on the number of per-process file descriptors" },
105 [INF_MAXSOCK] = { .name = "Maxsock", .desc = "Hard limit on the number of per-process sockets" },
106 [INF_MAXCONN] = { .name = "Maxconn", .desc = "Hard limit on the number of per-process connections (configured or imposed by Ulimit-n)" },
107 [INF_HARD_MAXCONN] = { .name = "Hard_maxconn", .desc = "Hard limit on the number of per-process connections (imposed by Memmax_MB or Ulimit-n)" },
108 [INF_CURR_CONN] = { .name = "CurrConns", .desc = "Current number of connections on this worker process" },
109 [INF_CUM_CONN] = { .name = "CumConns", .desc = "Total number of connections on this worker process since started" },
110 [INF_CUM_REQ] = { .name = "CumReq", .desc = "Total number of requests on this worker process since started" },
111 [INF_MAX_SSL_CONNS] = { .name = "MaxSslConns", .desc = "Hard limit on the number of per-process SSL endpoints (front+back), 0=unlimited" },
112 [INF_CURR_SSL_CONNS] = { .name = "CurrSslConns", .desc = "Current number of SSL endpoints on this worker process (front+back)" },
113 [INF_CUM_SSL_CONNS] = { .name = "CumSslConns", .desc = "Total number of SSL endpoints on this worker process since started (front+back)" },
114 [INF_MAXPIPES] = { .name = "Maxpipes", .desc = "Hard limit on the number of pipes for splicing, 0=unlimited" },
115 [INF_PIPES_USED] = { .name = "PipesUsed", .desc = "Current number of pipes in use in this worker process" },
116 [INF_PIPES_FREE] = { .name = "PipesFree", .desc = "Current number of allocated and available pipes in this worker process" },
117 [INF_CONN_RATE] = { .name = "ConnRate", .desc = "Number of front connections created on this worker process over the last second" },
118 [INF_CONN_RATE_LIMIT] = { .name = "ConnRateLimit", .desc = "Hard limit for ConnRate (global.maxconnrate)" },
119 [INF_MAX_CONN_RATE] = { .name = "MaxConnRate", .desc = "Highest ConnRate reached on this worker process since started (in connections per second)" },
120 [INF_SESS_RATE] = { .name = "SessRate", .desc = "Number of sessions created on this worker process over the last second" },
121 [INF_SESS_RATE_LIMIT] = { .name = "SessRateLimit", .desc = "Hard limit for SessRate (global.maxsessrate)" },
122 [INF_MAX_SESS_RATE] = { .name = "MaxSessRate", .desc = "Highest SessRate reached on this worker process since started (in sessions per second)" },
123 [INF_SSL_RATE] = { .name = "SslRate", .desc = "Number of SSL connections created on this worker process over the last second" },
124 [INF_SSL_RATE_LIMIT] = { .name = "SslRateLimit", .desc = "Hard limit for SslRate (global.maxsslrate)" },
125 [INF_MAX_SSL_RATE] = { .name = "MaxSslRate", .desc = "Highest SslRate reached on this worker process since started (in connections per second)" },
126 [INF_SSL_FRONTEND_KEY_RATE] = { .name = "SslFrontendKeyRate", .desc = "Number of SSL keys created on frontends in this worker process over the last second" },
127 [INF_SSL_FRONTEND_MAX_KEY_RATE] = { .name = "SslFrontendMaxKeyRate", .desc = "Highest SslFrontendKeyRate reached on this worker process since started (in SSL keys per second)" },
128 [INF_SSL_FRONTEND_SESSION_REUSE_PCT] = { .name = "SslFrontendSessionReuse_pct", .desc = "Percent of frontend SSL connections which did not require a new key" },
129 [INF_SSL_BACKEND_KEY_RATE] = { .name = "SslBackendKeyRate", .desc = "Number of SSL keys created on backends in this worker process over the last second" },
130 [INF_SSL_BACKEND_MAX_KEY_RATE] = { .name = "SslBackendMaxKeyRate", .desc = "Highest SslBackendKeyRate reached on this worker process since started (in SSL keys per second)" },
131 [INF_SSL_CACHE_LOOKUPS] = { .name = "SslCacheLookups", .desc = "Total number of SSL session ID lookups in the SSL session cache on this worker since started" },
132 [INF_SSL_CACHE_MISSES] = { .name = "SslCacheMisses", .desc = "Total number of SSL session ID lookups that didn't find a session in the SSL session cache on this worker since started" },
133 [INF_COMPRESS_BPS_IN] = { .name = "CompressBpsIn", .desc = "Number of bytes submitted to the HTTP compressor in this worker process over the last second" },
134 [INF_COMPRESS_BPS_OUT] = { .name = "CompressBpsOut", .desc = "Number of bytes emitted by the HTTP compressor in this worker process over the last second" },
135 [INF_COMPRESS_BPS_RATE_LIM] = { .name = "CompressBpsRateLim", .desc = "Limit of CompressBpsOut beyond which HTTP compression is automatically disabled" },
136 [INF_ZLIB_MEM_USAGE] = { .name = "ZlibMemUsage", .desc = "Amount of memory currently used by HTTP compression on the current worker process (in bytes)" },
137 [INF_MAX_ZLIB_MEM_USAGE] = { .name = "MaxZlibMemUsage", .desc = "Limit on the amount of memory used by HTTP compression above which it is automatically disabled (in bytes, see global.maxzlibmem)" },
138 [INF_TASKS] = { .name = "Tasks", .desc = "Total number of tasks in the current worker process (active + sleeping)" },
139 [INF_RUN_QUEUE] = { .name = "Run_queue", .desc = "Total number of active tasks+tasklets in the current worker process" },
140 [INF_IDLE_PCT] = { .name = "Idle_pct", .desc = "Percentage of last second spent waiting in the current worker thread" },
141 [INF_NODE] = { .name = "node", .desc = "Node name (global.node)" },
142 [INF_DESCRIPTION] = { .name = "description", .desc = "Node description (global.description)" },
143 [INF_STOPPING] = { .name = "Stopping", .desc = "1 if the worker process is currently stopping, otherwise zero" },
144 [INF_JOBS] = { .name = "Jobs", .desc = "Current number of active jobs on the current worker process (frontend connections, master connections, listeners)" },
145 [INF_UNSTOPPABLE_JOBS] = { .name = "Unstoppable Jobs", .desc = "Current number of unstoppable jobs on the current worker process (master connections)" },
146 [INF_LISTENERS] = { .name = "Listeners", .desc = "Current number of active listeners on the current worker process" },
147 [INF_ACTIVE_PEERS] = { .name = "ActivePeers", .desc = "Current number of verified active peers connections on the current worker process" },
148 [INF_CONNECTED_PEERS] = { .name = "ConnectedPeers", .desc = "Current number of peers having passed the connection step on the current worker process" },
149 [INF_DROPPED_LOGS] = { .name = "DroppedLogs", .desc = "Total number of dropped logs for current worker process since started" },
150 [INF_BUSY_POLLING] = { .name = "BusyPolling", .desc = "1 if busy-polling is currently in use on the worker process, otherwise zero (config.busy-polling)" },
151 [INF_FAILED_RESOLUTIONS] = { .name = "FailedResolutions", .desc = "Total number of failed DNS resolutions in current worker process since started" },
152 [INF_TOTAL_BYTES_OUT] = { .name = "TotalBytesOut", .desc = "Total number of bytes emitted by current worker process since started" },
Christopher Fauletaaa70852020-07-10 13:56:30 +0200153 [INF_TOTAL_SPLICED_BYTES_OUT] = { .name = "TotalSplicdedBytesOut", .desc = "Total number of bytes emitted by current worker process through a kernel pipe since started" },
Willy Tarreau6d4897e2019-10-11 16:31:46 +0200154 [INF_BYTES_OUT_RATE] = { .name = "BytesOutRate", .desc = "Number of bytes emitted by current worker process over the last second" },
Willy Tarreau9b013702019-10-24 18:18:02 +0200155 [INF_DEBUG_COMMANDS_ISSUED] = { .name = "DebugCommandsIssued", .desc = "Number of debug commands issued on this process (anything > 0 is unsafe)" },
Emeric Brun45c457a2020-07-09 23:23:34 +0200156 [INF_CUM_LOG_MSGS] = { .name = "CumRecvLogs", .desc = "Total number of log messages received by log-forwarding listeners on this worker process since started" },
Adis Nezirovicb62b78b2021-01-15 13:12:33 +0100157 [INF_BUILD_INFO] = { .name = "Build info", .desc = "Build info" },
Amaury Denoyelle5dfdf3e2021-05-05 17:09:12 +0200158 [INF_TAINTED] = { .name = "Tainted", .desc = "Experimental features used" },
Willy Tarreau0baac8c2016-11-22 16:36:53 +0100159};
160
Willy Tarreaueaa55372019-10-09 07:39:11 +0200161const struct name_desc stat_fields[ST_F_TOTAL_FIELDS] = {
Willy Tarreau6d4897e2019-10-11 16:31:46 +0200162 [ST_F_PXNAME] = { .name = "pxname", .desc = "Proxy name" },
163 [ST_F_SVNAME] = { .name = "svname", .desc = "Server name" },
William Dauchyeedb9b12021-02-01 13:11:53 +0100164 [ST_F_QCUR] = { .name = "qcur", .desc = "Number of current queued connections" },
165 [ST_F_QMAX] = { .name = "qmax", .desc = "Highest value of queued connections encountered since process started" },
William Dauchy19f7cfc2021-02-01 13:11:54 +0100166 [ST_F_SCUR] = { .name = "scur", .desc = "Number of current sessions on the frontend, backend or server" },
167 [ST_F_SMAX] = { .name = "smax", .desc = "Highest value of current sessions encountered since process started" },
Willy Tarreau6d4897e2019-10-11 16:31:46 +0200168 [ST_F_SLIM] = { .name = "slim", .desc = "Frontend/listener/server's maxconn, backend's fullconn" },
169 [ST_F_STOT] = { .name = "stot", .desc = "Total number of sessions since process started" },
170 [ST_F_BIN] = { .name = "bin", .desc = "Total number of request bytes since process started" },
171 [ST_F_BOUT] = { .name = "bout", .desc = "Total number of response bytes since process started" },
172 [ST_F_DREQ] = { .name = "dreq", .desc = "Total number of denied requests since process started" },
173 [ST_F_DRESP] = { .name = "dresp", .desc = "Total number of denied responses since process started" },
174 [ST_F_EREQ] = { .name = "ereq", .desc = "Total number of invalid requests since process started" },
175 [ST_F_ECON] = { .name = "econ", .desc = "Total number of failed connections to server since the worker process started" },
176 [ST_F_ERESP] = { .name = "eresp", .desc = "Total number of invalid responses since the worker process started" },
177 [ST_F_WRETR] = { .name = "wretr", .desc = "Total number of server connection retries since the worker process started" },
178 [ST_F_WREDIS] = { .name = "wredis", .desc = "Total number of server redispatches due to connection failures since the worker process started" },
179 [ST_F_STATUS] = { .name = "status", .desc = "Frontend/listen status: OPEN/WAITING/FULL/STOP; backend: UP/DOWN; server: last check status" },
Willy Tarreaubd715102020-10-23 22:44:30 +0200180 [ST_F_WEIGHT] = { .name = "weight", .desc = "Server's effective weight, or sum of active servers' effective weights for a backend" },
Willy Tarreau6d4897e2019-10-11 16:31:46 +0200181 [ST_F_ACT] = { .name = "act", .desc = "Total number of active UP servers with a non-zero weight" },
182 [ST_F_BCK] = { .name = "bck", .desc = "Total number of backup UP servers with a non-zero weight" },
183 [ST_F_CHKFAIL] = { .name = "chkfail", .desc = "Total number of failed individual health checks per server/backend, since the worker process started" },
184 [ST_F_CHKDOWN] = { .name = "chkdown", .desc = "Total number of failed checks causing UP to DOWN server transitions, per server/backend, since the worker process started" },
185 [ST_F_LASTCHG] = { .name = "lastchg", .desc = "How long ago the last server state changed, in seconds" },
186 [ST_F_DOWNTIME] = { .name = "downtime", .desc = "Total time spent in DOWN state, for server or backend" },
187 [ST_F_QLIMIT] = { .name = "qlimit", .desc = "Limit on the number of connections in queue, for servers only (maxqueue argument)" },
Willy Tarreaue8422bf2021-06-15 09:08:18 +0200188 [ST_F_PID] = { .name = "pid", .desc = "Relative worker process number (1)" },
Willy Tarreau6d4897e2019-10-11 16:31:46 +0200189 [ST_F_IID] = { .name = "iid", .desc = "Frontend or Backend numeric identifier ('id' setting)" },
190 [ST_F_SID] = { .name = "sid", .desc = "Server numeric identifier ('id' setting)" },
191 [ST_F_THROTTLE] = { .name = "throttle", .desc = "Throttling ratio applied to a server's maxconn and weight during the slowstart period (0 to 100%)" },
192 [ST_F_LBTOT] = { .name = "lbtot", .desc = "Total number of requests routed by load balancing since the worker process started (ignores queue pop and stickiness)" },
193 [ST_F_TRACKED] = { .name = "tracked", .desc = "Name of the other server this server tracks for its state" },
194 [ST_F_TYPE] = { .name = "type", .desc = "Type of the object (Listener, Frontend, Backend, Server)" },
195 [ST_F_RATE] = { .name = "rate", .desc = "Total number of sessions processed by this object over the last second (sessions for listeners/frontends, requests for backends/servers)" },
196 [ST_F_RATE_LIM] = { .name = "rate_lim", .desc = "Limit on the number of sessions accepted in a second (frontend only, 'rate-limit sessions' setting)" },
William Dauchy19f7cfc2021-02-01 13:11:54 +0100197 [ST_F_RATE_MAX] = { .name = "rate_max", .desc = "Highest value of sessions per second observed since the worker process started" },
Willy Tarreau6d4897e2019-10-11 16:31:46 +0200198 [ST_F_CHECK_STATUS] = { .name = "check_status", .desc = "Status report of the server's latest health check, prefixed with '*' if a check is currently in progress" },
199 [ST_F_CHECK_CODE] = { .name = "check_code", .desc = "HTTP/SMTP/LDAP status code reported by the latest server health check" },
200 [ST_F_CHECK_DURATION] = { .name = "check_duration", .desc = "Total duration of the latest server health check, in milliseconds" },
201 [ST_F_HRSP_1XX] = { .name = "hrsp_1xx", .desc = "Total number of HTTP responses with status 100-199 returned by this object since the worker process started" },
202 [ST_F_HRSP_2XX] = { .name = "hrsp_2xx", .desc = "Total number of HTTP responses with status 200-299 returned by this object since the worker process started" },
203 [ST_F_HRSP_3XX] = { .name = "hrsp_3xx", .desc = "Total number of HTTP responses with status 300-399 returned by this object since the worker process started" },
204 [ST_F_HRSP_4XX] = { .name = "hrsp_4xx", .desc = "Total number of HTTP responses with status 400-499 returned by this object since the worker process started" },
205 [ST_F_HRSP_5XX] = { .name = "hrsp_5xx", .desc = "Total number of HTTP responses with status 500-599 returned by this object since the worker process started" },
206 [ST_F_HRSP_OTHER] = { .name = "hrsp_other", .desc = "Total number of HTTP responses with status <100, >599 returned by this object since the worker process started (error -1 included)" },
207 [ST_F_HANAFAIL] = { .name = "hanafail", .desc = "Total number of failed checks caused by an 'on-error' directive after an 'observe' condition matched" },
208 [ST_F_REQ_RATE] = { .name = "req_rate", .desc = "Number of HTTP requests processed over the last second on this object" },
William Dauchy19f7cfc2021-02-01 13:11:54 +0100209 [ST_F_REQ_RATE_MAX] = { .name = "req_rate_max", .desc = "Highest value of http requests observed since the worker process started" },
Willy Tarreau6d4897e2019-10-11 16:31:46 +0200210 [ST_F_REQ_TOT] = { .name = "req_tot", .desc = "Total number of HTTP requests processed by this object since the worker process started" },
211 [ST_F_CLI_ABRT] = { .name = "cli_abrt", .desc = "Total number of requests or connections aborted by the client since the worker process started" },
212 [ST_F_SRV_ABRT] = { .name = "srv_abrt", .desc = "Total number of requests or connections aborted by the server since the worker process started" },
213 [ST_F_COMP_IN] = { .name = "comp_in", .desc = "Total number of bytes submitted to the HTTP compressor for this object since the worker process started" },
214 [ST_F_COMP_OUT] = { .name = "comp_out", .desc = "Total number of bytes emitted by the HTTP compressor for this object since the worker process started" },
215 [ST_F_COMP_BYP] = { .name = "comp_byp", .desc = "Total number of bytes that bypassed HTTP compression for this object since the worker process started (CPU/memory/bandwidth limitation)" },
216 [ST_F_COMP_RSP] = { .name = "comp_rsp", .desc = "Total number of HTTP responses that were compressed for this object since the worker process started" },
217 [ST_F_LASTSESS] = { .name = "lastsess", .desc = "How long ago some traffic was seen on this object on this worker process, in seconds" },
218 [ST_F_LAST_CHK] = { .name = "last_chk", .desc = "Short description of the latest health check report for this server (see also check_desc)" },
219 [ST_F_LAST_AGT] = { .name = "last_agt", .desc = "Short description of the latest agent check report for this server (see also agent_desc)" },
220 [ST_F_QTIME] = { .name = "qtime", .desc = "Time spent in the queue, in milliseconds, averaged over the 1024 last requests (backend/server)" },
221 [ST_F_CTIME] = { .name = "ctime", .desc = "Time spent waiting for a connection to complete, in milliseconds, averaged over the 1024 last requests (backend/server)" },
222 [ST_F_RTIME] = { .name = "rtime", .desc = "Time spent waiting for a server response, in milliseconds, averaged over the 1024 last requests (backend/server)" },
223 [ST_F_TTIME] = { .name = "ttime", .desc = "Total request+response time (request+queue+connect+response+processing), in milliseconds, averaged over the 1024 last requests (backend/server)" },
224 [ST_F_AGENT_STATUS] = { .name = "agent_status", .desc = "Status report of the server's latest agent check, prefixed with '*' if a check is currently in progress" },
225 [ST_F_AGENT_CODE] = { .name = "agent_code", .desc = "Status code reported by the latest server agent check" },
226 [ST_F_AGENT_DURATION] = { .name = "agent_duration", .desc = "Total duration of the latest server agent check, in milliseconds" },
227 [ST_F_CHECK_DESC] = { .name = "check_desc", .desc = "Textual description of the latest health check report for this server" },
228 [ST_F_AGENT_DESC] = { .name = "agent_desc", .desc = "Textual description of the latest agent check report for this server" },
229 [ST_F_CHECK_RISE] = { .name = "check_rise", .desc = "Number of successful health checks before declaring a server UP (server 'rise' setting)" },
230 [ST_F_CHECK_FALL] = { .name = "check_fall", .desc = "Number of failed health checks before declaring a server DOWN (server 'fall' setting)" },
231 [ST_F_CHECK_HEALTH] = { .name = "check_health", .desc = "Current server health check level (0..fall-1=DOWN, fall..rise-1=UP)" },
232 [ST_F_AGENT_RISE] = { .name = "agent_rise", .desc = "Number of successful agent checks before declaring a server UP (server 'rise' setting)" },
233 [ST_F_AGENT_FALL] = { .name = "agent_fall", .desc = "Number of failed agent checks before declaring a server DOWN (server 'fall' setting)" },
234 [ST_F_AGENT_HEALTH] = { .name = "agent_health", .desc = "Current server agent check level (0..fall-1=DOWN, fall..rise-1=UP)" },
235 [ST_F_ADDR] = { .name = "addr", .desc = "Server's address:port, shown only if show-legends is set, or at levels oper/admin for the CLI" },
236 [ST_F_COOKIE] = { .name = "cookie", .desc = "Backend's cookie name or Server's cookie value, shown only if show-legends is set, or at levels oper/admin for the CLI" },
237 [ST_F_MODE] = { .name = "mode", .desc = "'mode' setting (tcp/http/health/cli)" },
238 [ST_F_ALGO] = { .name = "algo", .desc = "Backend's load balancing algorithm, shown only if show-legends is set, or at levels oper/admin for the CLI" },
239 [ST_F_CONN_RATE] = { .name = "conn_rate", .desc = "Number of new connections accepted over the last second on the frontend for this worker process" },
William Dauchy19f7cfc2021-02-01 13:11:54 +0100240 [ST_F_CONN_RATE_MAX] = { .name = "conn_rate_max", .desc = "Highest value of connections per second observed since the worker process started" },
Willy Tarreau6d4897e2019-10-11 16:31:46 +0200241 [ST_F_CONN_TOT] = { .name = "conn_tot", .desc = "Total number of new connections accepted on this frontend since the worker process started" },
242 [ST_F_INTERCEPTED] = { .name = "intercepted", .desc = "Total number of HTTP requests intercepted on the frontend (redirects/stats/services) since the worker process started" },
243 [ST_F_DCON] = { .name = "dcon", .desc = "Total number of incoming connections blocked on a listener/frontend by a tcp-request connection rule since the worker process started" },
244 [ST_F_DSES] = { .name = "dses", .desc = "Total number of incoming sessions blocked on a listener/frontend by a tcp-request connection rule since the worker process started" },
245 [ST_F_WREW] = { .name = "wrew", .desc = "Total number of failed HTTP header rewrites since the worker process started" },
246 [ST_F_CONNECT] = { .name = "connect", .desc = "Total number of outgoing connection attempts on this backend/server since the worker process started" },
247 [ST_F_REUSE] = { .name = "reuse", .desc = "Total number of reused connection on this backend/server since the worker process started" },
248 [ST_F_CACHE_LOOKUPS] = { .name = "cache_lookups", .desc = "Total number of HTTP requests looked up in the cache on this frontend/backend since the worker process started" },
249 [ST_F_CACHE_HITS] = { .name = "cache_hits", .desc = "Total number of HTTP requests not found in the cache on this frontend/backend since the worker process started" },
250 [ST_F_SRV_ICUR] = { .name = "srv_icur", .desc = "Current number of idle connections available for reuse on this server" },
251 [ST_F_SRV_ILIM] = { .name = "src_ilim", .desc = "Limit on the number of available idle connections on this server (server 'pool_max_conn' directive)" },
Christopher Faulet0d1c2a62019-11-08 14:59:51 +0100252 [ST_F_QT_MAX] = { .name = "qtime_max", .desc = "Maximum observed time spent in the queue, in milliseconds (backend/server)" },
253 [ST_F_CT_MAX] = { .name = "ctime_max", .desc = "Maximum observed time spent waiting for a connection to complete, in milliseconds (backend/server)" },
254 [ST_F_RT_MAX] = { .name = "rtime_max", .desc = "Maximum observed time spent waiting for a server response, in milliseconds (backend/server)" },
255 [ST_F_TT_MAX] = { .name = "ttime_max", .desc = "Maximum observed total request+response time (request+queue+connect+response+processing), in milliseconds (backend/server)" },
Christopher Faulet0159ee42019-12-16 14:40:39 +0100256 [ST_F_EINT] = { .name = "eint", .desc = "Total number of internal errors since process started"},
Willy Tarreau3bb617c2020-06-29 13:51:05 +0200257 [ST_F_IDLE_CONN_CUR] = { .name = "idle_conn_cur", .desc = "Current number of unsafe idle connections"},
258 [ST_F_SAFE_CONN_CUR] = { .name = "safe_conn_cur", .desc = "Current number of safe idle connections"},
259 [ST_F_USED_CONN_CUR] = { .name = "used_conn_cur", .desc = "Current number of connections in use"},
Willy Tarreaua9fcecb2020-06-29 15:38:53 +0200260 [ST_F_NEED_CONN_EST] = { .name = "need_conn_est", .desc = "Estimated needed number of connections"},
Willy Tarreaubd715102020-10-23 22:44:30 +0200261 [ST_F_UWEIGHT] = { .name = "uweight", .desc = "Server's user weight, or sum of active servers' user weights for a backend" },
William Dauchy42d7c402021-11-07 10:18:47 +0100262 [ST_F_AGG_SRV_CHECK_STATUS] = { .name = "agg_server_check_status", .desc = "Backend's aggregated gauge of servers' state check status" },
William Lallemand74c24fb2016-11-21 17:18:36 +0100263};
264
Willy Tarreau0baac8c2016-11-22 16:36:53 +0100265/* one line of info */
William Dauchy5d9b8f32021-01-11 20:07:49 +0100266THREAD_LOCAL struct field info[INF_TOTAL_FIELDS];
Amaury Denoyelleee63d4b2020-10-05 11:49:42 +0200267
268/* description of statistics (static and dynamic) */
269static struct name_desc *stat_f[STATS_DOMAIN_COUNT];
270static size_t stat_count[STATS_DOMAIN_COUNT];
271
272/* one line for stats */
William Dauchyb9577452021-01-17 18:27:46 +0100273THREAD_LOCAL struct field *stat_l[STATS_DOMAIN_COUNT];
William Lallemand74c24fb2016-11-21 17:18:36 +0100274
Amaury Denoyelle58d395e2020-10-05 11:49:40 +0200275/* list of all registered stats module */
276static struct list stats_module_list[STATS_DOMAIN_COUNT] = {
277 LIST_HEAD_INIT(stats_module_list[STATS_DOMAIN_PROXY]),
Emeric Brunf8642ee2021-10-29 17:59:18 +0200278 LIST_HEAD_INIT(stats_module_list[STATS_DOMAIN_RESOLVERS]),
Amaury Denoyelle58d395e2020-10-05 11:49:40 +0200279};
280
Amaury Denoyelle7f8f6cb2020-11-10 14:24:31 +0100281THREAD_LOCAL void *trash_counters;
282
Amaury Denoyelle072f97e2020-10-05 11:49:37 +0200283static inline uint8_t stats_get_domain(uint32_t domain)
284{
285 return domain >> STATS_DOMAIN & STATS_DOMAIN_MASK;
286}
287
Amaury Denoyelle72b16e52020-10-05 11:49:38 +0200288static inline enum stats_domain_px_cap stats_px_get_cap(uint32_t domain)
289{
290 return domain >> STATS_PX_CAP & STATS_PX_CAP_MASK;
291}
292
Christopher Faulet6338a082019-09-09 15:50:54 +0200293static void stats_dump_json_schema(struct buffer *out);
William Lallemand74c24fb2016-11-21 17:18:36 +0100294
Amaury Denoyelle3ca927e2020-10-02 18:32:00 +0200295int stats_putchk(struct channel *chn, struct htx *htx, struct buffer *chk)
Christopher Fauletef779222018-10-31 08:47:01 +0100296{
297 if (htx) {
Christopher Faulet69fc88c2019-01-07 14:27:53 +0100298 if (chk->data >= channel_htx_recv_max(chn, htx))
299 return 0;
Willy Tarreau0a7ef022019-05-28 10:30:11 +0200300 if (!htx_add_data_atonce(htx, ist2(chk->area, chk->data)))
Christopher Fauletef779222018-10-31 08:47:01 +0100301 return 0;
Christopher Faulet5adbeeb2019-01-02 14:34:39 +0100302 channel_add_input(chn, chk->data);
Christopher Fauletef779222018-10-31 08:47:01 +0100303 chk->data = 0;
Christopher Fauletef779222018-10-31 08:47:01 +0100304 }
305 else {
306 if (ci_putchk(chn, chk) == -1)
307 return 0;
308 }
309 return 1;
310}
Willy Tarreau0baac8c2016-11-22 16:36:53 +0100311
Willy Tarreau4596fe22022-05-17 19:07:51 +0200312static const char *stats_scope_ptr(struct appctx *appctx, struct stconn *cs)
Christopher Fauleted7a0662019-01-14 11:07:34 +0100313{
Willy Tarreau91cefca2022-05-03 17:08:29 +0200314 struct show_stat_ctx *ctx = appctx->svcctx;
Christopher Faulet908628c2022-03-25 16:43:49 +0100315 struct channel *req = cs_oc(cs);
Christopher Fauletb7f88902019-07-15 21:56:43 +0200316 struct htx *htx = htxbuf(&req->buf);
317 struct htx_blk *blk;
318 struct ist uri;
Christopher Fauleted7a0662019-01-14 11:07:34 +0100319
Christopher Fauletb7f88902019-07-15 21:56:43 +0200320 blk = htx_get_head_blk(htx);
Christopher Fauletea009732019-11-18 15:50:25 +0100321 BUG_ON(!blk || htx_get_blk_type(blk) != HTX_BLK_REQ_SL);
Christopher Fauletb7f88902019-07-15 21:56:43 +0200322 ALREADY_CHECKED(blk);
323 uri = htx_sl_req_uri(htx_get_blk_ptr(htx, blk));
Willy Tarreau91cefca2022-05-03 17:08:29 +0200324 return uri.ptr + ctx->scope_str;
Christopher Fauleted7a0662019-01-14 11:07:34 +0100325}
326
William Lallemand74c24fb2016-11-21 17:18:36 +0100327/*
328 * http_stats_io_handler()
329 * -> stats_dump_stat_to_buffer() // same as above, but used for CSV or HTML
330 * -> stats_dump_csv_header() // emits the CSV headers (same as above)
Simon Horman05ee2132017-01-04 09:37:25 +0100331 * -> stats_dump_json_header() // emits the JSON headers (same as above)
William Lallemand74c24fb2016-11-21 17:18:36 +0100332 * -> stats_dump_html_head() // emits the HTML headers
333 * -> stats_dump_html_info() // emits the equivalent of "show info" at the top
334 * -> stats_dump_proxy_to_buffer() // same as above, valid for CSV and HTML
335 * -> stats_dump_html_px_hdr()
336 * -> stats_dump_fe_stats()
337 * -> stats_dump_li_stats()
338 * -> stats_dump_sv_stats()
339 * -> stats_dump_be_stats()
340 * -> stats_dump_html_px_end()
341 * -> stats_dump_html_end() // emits HTML trailer
Simon Horman05ee2132017-01-04 09:37:25 +0100342 * -> stats_dump_json_end() // emits JSON trailer
William Lallemand74c24fb2016-11-21 17:18:36 +0100343 */
344
345
William Lallemand74c24fb2016-11-21 17:18:36 +0100346/* Dumps the stats CSV header to the trash buffer which. The caller is responsible
347 * for clearing it if needed.
348 * NOTE: Some tools happen to rely on the field position instead of its name,
349 * so please only append new fields at the end, never in the middle.
350 */
Amaury Denoyelle50660a82020-10-05 11:49:39 +0200351static void stats_dump_csv_header(enum stats_domain domain)
William Lallemand74c24fb2016-11-21 17:18:36 +0100352{
353 int field;
354
355 chunk_appendf(&trash, "# ");
Amaury Denoyelleee63d4b2020-10-05 11:49:42 +0200356 if (stat_f[domain]) {
357 for (field = 0; field < stat_count[domain]; ++field) {
358 chunk_appendf(&trash, "%s,", stat_f[domain][field].name);
William Lallemand74c24fb2016-11-21 17:18:36 +0100359
Amaury Denoyelleee63d4b2020-10-05 11:49:42 +0200360 /* print special delimiter on proxy stats to mark end of
361 static fields */
362 if (domain == STATS_DOMAIN_PROXY && field + 1 == ST_F_TOTAL_FIELDS)
363 chunk_appendf(&trash, "-,");
Amaury Denoyelle50660a82020-10-05 11:49:39 +0200364 }
365 }
366
William Lallemand74c24fb2016-11-21 17:18:36 +0100367 chunk_appendf(&trash, "\n");
368}
369
William Lallemand74c24fb2016-11-21 17:18:36 +0100370/* Emits a stats field without any surrounding element and properly encoded to
371 * resist CSV output. Returns non-zero on success, 0 if the buffer is full.
372 */
Willy Tarreau83061a82018-07-13 11:56:34 +0200373int stats_emit_raw_data_field(struct buffer *out, const struct field *f)
William Lallemand74c24fb2016-11-21 17:18:36 +0100374{
375 switch (field_format(f, 0)) {
376 case FF_EMPTY: return 1;
377 case FF_S32: return chunk_appendf(out, "%d", f->u.s32);
378 case FF_U32: return chunk_appendf(out, "%u", f->u.u32);
379 case FF_S64: return chunk_appendf(out, "%lld", (long long)f->u.s64);
380 case FF_U64: return chunk_appendf(out, "%llu", (unsigned long long)f->u.u64);
Willy Tarreau065ba312021-05-08 10:38:20 +0200381 case FF_FLT: {
382 size_t prev_data = out->data;
383 out->data = flt_trim(out->area, prev_data, chunk_appendf(out, "%f", f->u.flt));
384 return out->data;
385 }
William Lallemand74c24fb2016-11-21 17:18:36 +0100386 case FF_STR: return csv_enc_append(field_str(f, 0), 1, out) != NULL;
387 default: return chunk_appendf(out, "[INCORRECT_FIELD_TYPE_%08x]", f->type);
388 }
389}
390
Amaury Denoyellee3f576c2020-10-05 11:49:44 +0200391const char *field_to_html_str(const struct field *f)
392{
393 switch (field_format(f, 0)) {
394 case FF_S32: return U2H(f->u.s32);
395 case FF_S64: return U2H(f->u.s64);
396 case FF_U64: return U2H(f->u.u64);
397 case FF_U32: return U2H(f->u.u32);
Willy Tarreau6004fb72021-05-08 07:37:38 +0200398 case FF_FLT: return F2H(f->u.flt);
Amaury Denoyellee3f576c2020-10-05 11:49:44 +0200399 case FF_STR: return field_str(f, 0);
400 case FF_EMPTY:
401 default:
402 return "";
403 }
404}
405
William Lallemand74c24fb2016-11-21 17:18:36 +0100406/* Emits a stats field prefixed with its type. No CSV encoding is prepared, the
407 * output is supposed to be used on its own line. Returns non-zero on success, 0
408 * if the buffer is full.
409 */
Willy Tarreau83061a82018-07-13 11:56:34 +0200410int stats_emit_typed_data_field(struct buffer *out, const struct field *f)
William Lallemand74c24fb2016-11-21 17:18:36 +0100411{
412 switch (field_format(f, 0)) {
413 case FF_EMPTY: return 1;
414 case FF_S32: return chunk_appendf(out, "s32:%d", f->u.s32);
415 case FF_U32: return chunk_appendf(out, "u32:%u", f->u.u32);
416 case FF_S64: return chunk_appendf(out, "s64:%lld", (long long)f->u.s64);
417 case FF_U64: return chunk_appendf(out, "u64:%llu", (unsigned long long)f->u.u64);
Willy Tarreau065ba312021-05-08 10:38:20 +0200418 case FF_FLT: {
419 size_t prev_data = out->data;
420 out->data = flt_trim(out->area, prev_data, chunk_appendf(out, "flt:%f", f->u.flt));
421 return out->data;
422 }
William Lallemand74c24fb2016-11-21 17:18:36 +0100423 case FF_STR: return chunk_appendf(out, "str:%s", field_str(f, 0));
424 default: return chunk_appendf(out, "%08x:?", f->type);
425 }
426}
427
Simon Horman05ee2132017-01-04 09:37:25 +0100428/* Limit JSON integer values to the range [-(2**53)+1, (2**53)-1] as per
429 * the recommendation for interoperable integers in section 6 of RFC 7159.
430 */
431#define JSON_INT_MAX ((1ULL << 53) - 1)
432#define JSON_INT_MIN (0 - JSON_INT_MAX)
433
434/* Emits a stats field value and its type in JSON.
435 * Returns non-zero on success, 0 on error.
436 */
Willy Tarreau83061a82018-07-13 11:56:34 +0200437int stats_emit_json_data_field(struct buffer *out, const struct field *f)
Simon Horman05ee2132017-01-04 09:37:25 +0100438{
439 int old_len;
440 char buf[20];
441 const char *type, *value = buf, *quote = "";
442
443 switch (field_format(f, 0)) {
444 case FF_EMPTY: return 1;
445 case FF_S32: type = "\"s32\"";
446 snprintf(buf, sizeof(buf), "%d", f->u.s32);
447 break;
448 case FF_U32: type = "\"u32\"";
449 snprintf(buf, sizeof(buf), "%u", f->u.u32);
450 break;
451 case FF_S64: type = "\"s64\"";
452 if (f->u.s64 < JSON_INT_MIN || f->u.s64 > JSON_INT_MAX)
453 return 0;
454 type = "\"s64\"";
455 snprintf(buf, sizeof(buf), "%lld", (long long)f->u.s64);
456 break;
457 case FF_U64: if (f->u.u64 > JSON_INT_MAX)
458 return 0;
459 type = "\"u64\"";
460 snprintf(buf, sizeof(buf), "%llu",
461 (unsigned long long) f->u.u64);
Christopher Faulet52c91bb2019-09-28 10:37:31 +0200462 break;
Christopher Faulet88a0db22019-09-24 16:35:10 +0200463 case FF_FLT: type = "\"flt\"";
Willy Tarreau065ba312021-05-08 10:38:20 +0200464 flt_trim(buf, 0, snprintf(buf, sizeof(buf), "%f", f->u.flt));
Simon Horman05ee2132017-01-04 09:37:25 +0100465 break;
466 case FF_STR: type = "\"str\"";
467 value = field_str(f, 0);
468 quote = "\"";
469 break;
470 default: snprintf(buf, sizeof(buf), "%u", f->type);
471 type = buf;
472 value = "unknown";
473 quote = "\"";
474 break;
475 }
476
Willy Tarreau843b7cb2018-07-13 10:54:26 +0200477 old_len = out->data;
Simon Horman05ee2132017-01-04 09:37:25 +0100478 chunk_appendf(out, ",\"value\":{\"type\":%s,\"value\":%s%s%s}",
479 type, quote, value, quote);
Willy Tarreau843b7cb2018-07-13 10:54:26 +0200480 return !(old_len == out->data);
Simon Horman05ee2132017-01-04 09:37:25 +0100481}
482
William Lallemand74c24fb2016-11-21 17:18:36 +0100483/* Emits an encoding of the field type on 3 characters followed by a delimiter.
484 * Returns non-zero on success, 0 if the buffer is full.
485 */
Willy Tarreau83061a82018-07-13 11:56:34 +0200486int stats_emit_field_tags(struct buffer *out, const struct field *f,
487 char delim)
William Lallemand74c24fb2016-11-21 17:18:36 +0100488{
489 char origin, nature, scope;
490
491 switch (field_origin(f, 0)) {
492 case FO_METRIC: origin = 'M'; break;
493 case FO_STATUS: origin = 'S'; break;
494 case FO_KEY: origin = 'K'; break;
495 case FO_CONFIG: origin = 'C'; break;
496 case FO_PRODUCT: origin = 'P'; break;
497 default: origin = '?'; break;
498 }
499
500 switch (field_nature(f, 0)) {
501 case FN_GAUGE: nature = 'G'; break;
502 case FN_LIMIT: nature = 'L'; break;
503 case FN_MIN: nature = 'm'; break;
504 case FN_MAX: nature = 'M'; break;
505 case FN_RATE: nature = 'R'; break;
506 case FN_COUNTER: nature = 'C'; break;
507 case FN_DURATION: nature = 'D'; break;
508 case FN_AGE: nature = 'A'; break;
509 case FN_TIME: nature = 'T'; break;
510 case FN_NAME: nature = 'N'; break;
511 case FN_OUTPUT: nature = 'O'; break;
512 case FN_AVG: nature = 'a'; break;
513 default: nature = '?'; break;
514 }
515
516 switch (field_scope(f, 0)) {
517 case FS_PROCESS: scope = 'P'; break;
518 case FS_SERVICE: scope = 'S'; break;
519 case FS_SYSTEM: scope = 's'; break;
520 case FS_CLUSTER: scope = 'C'; break;
521 default: scope = '?'; break;
522 }
523
524 return chunk_appendf(out, "%c%c%c%c", origin, nature, scope, delim);
525}
526
Simon Horman05ee2132017-01-04 09:37:25 +0100527/* Emits an encoding of the field type as JSON.
528 * Returns non-zero on success, 0 if the buffer is full.
529 */
Willy Tarreau83061a82018-07-13 11:56:34 +0200530int stats_emit_json_field_tags(struct buffer *out, const struct field *f)
Simon Horman05ee2132017-01-04 09:37:25 +0100531{
532 const char *origin, *nature, *scope;
533 int old_len;
534
535 switch (field_origin(f, 0)) {
536 case FO_METRIC: origin = "Metric"; break;
537 case FO_STATUS: origin = "Status"; break;
538 case FO_KEY: origin = "Key"; break;
539 case FO_CONFIG: origin = "Config"; break;
540 case FO_PRODUCT: origin = "Product"; break;
541 default: origin = "Unknown"; break;
542 }
543
544 switch (field_nature(f, 0)) {
545 case FN_GAUGE: nature = "Gauge"; break;
546 case FN_LIMIT: nature = "Limit"; break;
547 case FN_MIN: nature = "Min"; break;
548 case FN_MAX: nature = "Max"; break;
549 case FN_RATE: nature = "Rate"; break;
550 case FN_COUNTER: nature = "Counter"; break;
551 case FN_DURATION: nature = "Duration"; break;
552 case FN_AGE: nature = "Age"; break;
553 case FN_TIME: nature = "Time"; break;
554 case FN_NAME: nature = "Name"; break;
555 case FN_OUTPUT: nature = "Output"; break;
556 case FN_AVG: nature = "Avg"; break;
557 default: nature = "Unknown"; break;
558 }
559
560 switch (field_scope(f, 0)) {
561 case FS_PROCESS: scope = "Process"; break;
562 case FS_SERVICE: scope = "Service"; break;
563 case FS_SYSTEM: scope = "System"; break;
564 case FS_CLUSTER: scope = "Cluster"; break;
565 default: scope = "Unknown"; break;
566 }
567
Willy Tarreau843b7cb2018-07-13 10:54:26 +0200568 old_len = out->data;
Simon Horman05ee2132017-01-04 09:37:25 +0100569 chunk_appendf(out, "\"tags\":{"
570 "\"origin\":\"%s\","
571 "\"nature\":\"%s\","
572 "\"scope\":\"%s\""
573 "}", origin, nature, scope);
Willy Tarreau843b7cb2018-07-13 10:54:26 +0200574 return !(old_len == out->data);
Simon Horman05ee2132017-01-04 09:37:25 +0100575}
William Lallemand74c24fb2016-11-21 17:18:36 +0100576
577/* Dump all fields from <stats> into <out> using CSV format */
Willy Tarreau83061a82018-07-13 11:56:34 +0200578static int stats_dump_fields_csv(struct buffer *out,
Amaury Denoyelle97323c92020-10-02 18:32:01 +0200579 const struct field *stats, size_t stats_count,
Amaury Denoyelle50660a82020-10-05 11:49:39 +0200580 unsigned int flags,
581 enum stats_domain domain)
William Lallemand74c24fb2016-11-21 17:18:36 +0100582{
583 int field;
584
Amaury Denoyelle50660a82020-10-05 11:49:39 +0200585 for (field = 0; field < stats_count; ++field) {
William Lallemand74c24fb2016-11-21 17:18:36 +0100586 if (!stats_emit_raw_data_field(out, &stats[field]))
587 return 0;
588 if (!chunk_strcat(out, ","))
589 return 0;
Amaury Denoyelle50660a82020-10-05 11:49:39 +0200590
591 /* print special delimiter on proxy stats to mark end of
592 static fields */
593 if (domain == STATS_DOMAIN_PROXY && field + 1 == ST_F_TOTAL_FIELDS) {
594 if (!chunk_strcat(out, "-,"))
595 return 0;
596 }
William Lallemand74c24fb2016-11-21 17:18:36 +0100597 }
Amaury Denoyelle50660a82020-10-05 11:49:39 +0200598
William Lallemand74c24fb2016-11-21 17:18:36 +0100599 chunk_strcat(out, "\n");
600 return 1;
601}
602
603/* Dump all fields from <stats> into <out> using a typed "field:desc:type:value" format */
Willy Tarreau83061a82018-07-13 11:56:34 +0200604static int stats_dump_fields_typed(struct buffer *out,
Amaury Denoyelle97323c92020-10-02 18:32:01 +0200605 const struct field *stats,
606 size_t stats_count,
Amaury Denoyelle072f97e2020-10-05 11:49:37 +0200607 unsigned int flags,
608 enum stats_domain domain)
William Lallemand74c24fb2016-11-21 17:18:36 +0100609{
610 int field;
611
Amaury Denoyelle97323c92020-10-02 18:32:01 +0200612 for (field = 0; field < stats_count; ++field) {
William Lallemand74c24fb2016-11-21 17:18:36 +0100613 if (!stats[field].type)
614 continue;
615
Amaury Denoyelle072f97e2020-10-05 11:49:37 +0200616 switch (domain) {
617 case STATS_DOMAIN_PROXY:
618 chunk_appendf(out, "%c.%u.%u.%d.%s.%u:",
619 stats[ST_F_TYPE].u.u32 == STATS_TYPE_FE ? 'F' :
620 stats[ST_F_TYPE].u.u32 == STATS_TYPE_BE ? 'B' :
621 stats[ST_F_TYPE].u.u32 == STATS_TYPE_SO ? 'L' :
622 stats[ST_F_TYPE].u.u32 == STATS_TYPE_SV ? 'S' :
623 '?',
624 stats[ST_F_IID].u.u32, stats[ST_F_SID].u.u32,
625 field,
Amaury Denoyelleee63d4b2020-10-05 11:49:42 +0200626 stat_f[domain][field].name,
Amaury Denoyelle072f97e2020-10-05 11:49:37 +0200627 stats[ST_F_PID].u.u32);
628 break;
629
Emeric Brunf8642ee2021-10-29 17:59:18 +0200630 case STATS_DOMAIN_RESOLVERS:
631 chunk_appendf(out, "N.%d.%s:", field,
Amaury Denoyellefbd0bc92020-10-05 11:49:46 +0200632 stat_f[domain][field].name);
633 break;
634
Amaury Denoyelle072f97e2020-10-05 11:49:37 +0200635 default:
636 break;
637 }
William Lallemand74c24fb2016-11-21 17:18:36 +0100638
639 if (!stats_emit_field_tags(out, &stats[field], ':'))
640 return 0;
641 if (!stats_emit_typed_data_field(out, &stats[field]))
642 return 0;
Amaury Denoyelleee63d4b2020-10-05 11:49:42 +0200643
Willy Tarreaufc8e4382021-06-17 07:22:27 +0200644 if (flags & STAT_SHOW_FDESC &&
645 !chunk_appendf(out, ":\"%s\"", stat_f[domain][field].desc)) {
Willy Tarreau6b19b142019-10-09 15:44:21 +0200646 return 0;
Amaury Denoyelleee63d4b2020-10-05 11:49:42 +0200647 }
648
William Lallemand74c24fb2016-11-21 17:18:36 +0100649 if (!chunk_strcat(out, "\n"))
650 return 0;
651 }
652 return 1;
653}
654
Simon Horman05ee2132017-01-04 09:37:25 +0100655/* Dump all fields from <stats> into <out> using the "show info json" format */
Willy Tarreau83061a82018-07-13 11:56:34 +0200656static int stats_dump_json_info_fields(struct buffer *out,
Willy Tarreau43241ff2019-10-09 11:27:51 +0200657 const struct field *info, unsigned int flags)
Simon Horman05ee2132017-01-04 09:37:25 +0100658{
659 int field;
660 int started = 0;
661
662 if (!chunk_strcat(out, "["))
663 return 0;
664
665 for (field = 0; field < INF_TOTAL_FIELDS; field++) {
666 int old_len;
667
668 if (!field_format(info, field))
669 continue;
670
671 if (started && !chunk_strcat(out, ","))
672 goto err;
673 started = 1;
674
Willy Tarreau843b7cb2018-07-13 10:54:26 +0200675 old_len = out->data;
Simon Horman05ee2132017-01-04 09:37:25 +0100676 chunk_appendf(out,
677 "{\"field\":{\"pos\":%d,\"name\":\"%s\"},"
678 "\"processNum\":%u,",
Willy Tarreaueaa55372019-10-09 07:39:11 +0200679 field, info_fields[field].name,
Simon Horman05ee2132017-01-04 09:37:25 +0100680 info[INF_PROCESS_NUM].u.u32);
Willy Tarreau843b7cb2018-07-13 10:54:26 +0200681 if (old_len == out->data)
Simon Horman05ee2132017-01-04 09:37:25 +0100682 goto err;
683
684 if (!stats_emit_json_field_tags(out, &info[field]))
685 goto err;
686
687 if (!stats_emit_json_data_field(out, &info[field]))
688 goto err;
689
690 if (!chunk_strcat(out, "}"))
691 goto err;
692 }
693
694 if (!chunk_strcat(out, "]"))
695 goto err;
696 return 1;
697
698err:
699 chunk_reset(out);
700 chunk_appendf(out, "{\"errorStr\":\"output buffer too short\"}");
701 return 0;
702}
703
Amaury Denoyellef34017b2020-10-02 18:32:03 +0200704static void stats_print_proxy_field_json(struct buffer *out,
705 const struct field *stat,
706 const char *name,
707 int pos,
708 uint32_t field_type,
709 uint32_t iid,
710 uint32_t sid,
711 uint32_t pid)
712{
713 const char *obj_type;
714 switch (field_type) {
715 case STATS_TYPE_FE: obj_type = "Frontend"; break;
716 case STATS_TYPE_BE: obj_type = "Backend"; break;
717 case STATS_TYPE_SO: obj_type = "Listener"; break;
718 case STATS_TYPE_SV: obj_type = "Server"; break;
719 default: obj_type = "Unknown"; break;
720 }
721
722 chunk_appendf(out,
723 "{"
724 "\"objType\":\"%s\","
725 "\"proxyId\":%u,"
726 "\"id\":%u,"
727 "\"field\":{\"pos\":%d,\"name\":\"%s\"},"
728 "\"processNum\":%u,",
729 obj_type, iid, sid, pos, name, pid);
730}
731
Emeric Brunf8642ee2021-10-29 17:59:18 +0200732static void stats_print_rslv_field_json(struct buffer *out,
733 const struct field *stat,
734 const char *name,
735 int pos)
Amaury Denoyellefbd0bc92020-10-05 11:49:46 +0200736{
737 chunk_appendf(out,
738 "{"
739 "\"field\":{\"pos\":%d,\"name\":\"%s\"},",
740 pos, name);
741}
742
743
Simon Horman05ee2132017-01-04 09:37:25 +0100744/* Dump all fields from <stats> into <out> using a typed "field:desc:type:value" format */
Willy Tarreau83061a82018-07-13 11:56:34 +0200745static int stats_dump_fields_json(struct buffer *out,
Amaury Denoyelle97323c92020-10-02 18:32:01 +0200746 const struct field *stats, size_t stats_count,
Amaury Denoyelle072f97e2020-10-05 11:49:37 +0200747 unsigned int flags,
748 enum stats_domain domain)
Simon Horman05ee2132017-01-04 09:37:25 +0100749{
750 int field;
751 int started = 0;
752
Willy Tarreaub0ce3ad2019-10-09 11:19:29 +0200753 if ((flags & STAT_STARTED) && !chunk_strcat(out, ","))
Simon Horman05ee2132017-01-04 09:37:25 +0100754 return 0;
755 if (!chunk_strcat(out, "["))
756 return 0;
757
Amaury Denoyelle97323c92020-10-02 18:32:01 +0200758 for (field = 0; field < stats_count; field++) {
Simon Horman05ee2132017-01-04 09:37:25 +0100759 int old_len;
760
761 if (!stats[field].type)
762 continue;
763
764 if (started && !chunk_strcat(out, ","))
765 goto err;
766 started = 1;
767
Willy Tarreau843b7cb2018-07-13 10:54:26 +0200768 old_len = out->data;
Amaury Denoyelle072f97e2020-10-05 11:49:37 +0200769 if (domain == STATS_DOMAIN_PROXY) {
770 stats_print_proxy_field_json(out, &stats[field],
Amaury Denoyelleee63d4b2020-10-05 11:49:42 +0200771 stat_f[domain][field].name,
772 field,
Amaury Denoyelle072f97e2020-10-05 11:49:37 +0200773 stats[ST_F_TYPE].u.u32,
774 stats[ST_F_IID].u.u32,
775 stats[ST_F_SID].u.u32,
776 stats[ST_F_PID].u.u32);
Emeric Brunf8642ee2021-10-29 17:59:18 +0200777 } else if (domain == STATS_DOMAIN_RESOLVERS) {
778 stats_print_rslv_field_json(out, &stats[field],
779 stat_f[domain][field].name,
780 field);
Amaury Denoyelle072f97e2020-10-05 11:49:37 +0200781 }
Amaury Denoyellef34017b2020-10-02 18:32:03 +0200782
Willy Tarreau843b7cb2018-07-13 10:54:26 +0200783 if (old_len == out->data)
Simon Horman05ee2132017-01-04 09:37:25 +0100784 goto err;
785
786 if (!stats_emit_json_field_tags(out, &stats[field]))
787 goto err;
788
789 if (!stats_emit_json_data_field(out, &stats[field]))
790 goto err;
791
792 if (!chunk_strcat(out, "}"))
793 goto err;
794 }
795
796 if (!chunk_strcat(out, "]"))
797 goto err;
798
799 return 1;
800
801err:
802 chunk_reset(out);
Willy Tarreaub0ce3ad2019-10-09 11:19:29 +0200803 if (flags & STAT_STARTED)
804 chunk_strcat(out, ",");
Simon Horman05ee2132017-01-04 09:37:25 +0100805 chunk_appendf(out, "{\"errorStr\":\"output buffer too short\"}");
806 return 0;
807}
808
William Lallemand74c24fb2016-11-21 17:18:36 +0100809/* Dump all fields from <stats> into <out> using the HTML format. A column is
Willy Tarreauab02b3f2019-10-09 11:11:46 +0200810 * reserved for the checkbox is STAT_ADMIN is set in <flags>. Some extra info
Amaury Denoyelle0b70a8a2020-10-05 11:49:45 +0200811 * are provided if STAT_SHLGNDS is present in <flags>. The statistics from
812 * extra modules are displayed at the end of the lines if STAT_SHMODULES is
813 * present in <flags>.
William Lallemand74c24fb2016-11-21 17:18:36 +0100814 */
Willy Tarreau83061a82018-07-13 11:56:34 +0200815static int stats_dump_fields_html(struct buffer *out,
816 const struct field *stats,
817 unsigned int flags)
William Lallemand74c24fb2016-11-21 17:18:36 +0100818{
Willy Tarreau83061a82018-07-13 11:56:34 +0200819 struct buffer src;
Amaury Denoyellee3f576c2020-10-05 11:49:44 +0200820 struct stats_module *mod;
821 int i = 0, j = 0;
William Lallemand74c24fb2016-11-21 17:18:36 +0100822
823 if (stats[ST_F_TYPE].u.u32 == STATS_TYPE_FE) {
824 chunk_appendf(out,
825 /* name, queue */
826 "<tr class=\"frontend\">");
827
Willy Tarreauab02b3f2019-10-09 11:11:46 +0200828 if (flags & STAT_ADMIN) {
William Lallemand74c24fb2016-11-21 17:18:36 +0100829 /* Column sub-heading for Enable or Disable server */
830 chunk_appendf(out, "<td></td>");
831 }
832
833 chunk_appendf(out,
834 "<td class=ac>"
835 "<a name=\"%s/Frontend\"></a>"
836 "<a class=lfsb href=\"#%s/Frontend\">Frontend</a></td>"
837 "<td colspan=3></td>"
838 "",
839 field_str(stats, ST_F_PXNAME), field_str(stats, ST_F_PXNAME));
840
841 chunk_appendf(out,
842 /* sessions rate : current */
843 "<td><u>%s<div class=tips><table class=det>"
844 "<tr><th>Current connection rate:</th><td>%s/s</td></tr>"
845 "<tr><th>Current session rate:</th><td>%s/s</td></tr>"
846 "",
847 U2H(stats[ST_F_RATE].u.u32),
848 U2H(stats[ST_F_CONN_RATE].u.u32),
849 U2H(stats[ST_F_RATE].u.u32));
850
851 if (strcmp(field_str(stats, ST_F_MODE), "http") == 0)
852 chunk_appendf(out,
853 "<tr><th>Current request rate:</th><td>%s/s</td></tr>",
854 U2H(stats[ST_F_REQ_RATE].u.u32));
855
856 chunk_appendf(out,
857 "</table></div></u></td>"
858 /* sessions rate : max */
859 "<td><u>%s<div class=tips><table class=det>"
860 "<tr><th>Max connection rate:</th><td>%s/s</td></tr>"
861 "<tr><th>Max session rate:</th><td>%s/s</td></tr>"
862 "",
863 U2H(stats[ST_F_RATE_MAX].u.u32),
864 U2H(stats[ST_F_CONN_RATE_MAX].u.u32),
865 U2H(stats[ST_F_RATE_MAX].u.u32));
866
867 if (strcmp(field_str(stats, ST_F_MODE), "http") == 0)
868 chunk_appendf(out,
869 "<tr><th>Max request rate:</th><td>%s/s</td></tr>",
870 U2H(stats[ST_F_REQ_RATE_MAX].u.u32));
871
872 chunk_appendf(out,
873 "</table></div></u></td>"
874 /* sessions rate : limit */
875 "<td>%s</td>",
876 LIM2A(stats[ST_F_RATE_LIM].u.u32, "-"));
877
878 chunk_appendf(out,
879 /* sessions: current, max, limit, total */
880 "<td>%s</td><td>%s</td><td>%s</td>"
881 "<td><u>%s<div class=tips><table class=det>"
882 "<tr><th>Cum. connections:</th><td>%s</td></tr>"
883 "<tr><th>Cum. sessions:</th><td>%s</td></tr>"
884 "",
885 U2H(stats[ST_F_SCUR].u.u32), U2H(stats[ST_F_SMAX].u.u32), U2H(stats[ST_F_SLIM].u.u32),
886 U2H(stats[ST_F_STOT].u.u64),
887 U2H(stats[ST_F_CONN_TOT].u.u64),
888 U2H(stats[ST_F_STOT].u.u64));
889
890 /* http response (via hover): 1xx, 2xx, 3xx, 4xx, 5xx, other */
891 if (strcmp(field_str(stats, ST_F_MODE), "http") == 0) {
892 chunk_appendf(out,
893 "<tr><th>Cum. HTTP requests:</th><td>%s</td></tr>"
894 "<tr><th>- HTTP 1xx responses:</th><td>%s</td></tr>"
895 "<tr><th>- HTTP 2xx responses:</th><td>%s</td></tr>"
896 "<tr><th>&nbsp;&nbsp;Compressed 2xx:</th><td>%s</td><td>(%d%%)</td></tr>"
897 "<tr><th>- HTTP 3xx responses:</th><td>%s</td></tr>"
898 "<tr><th>- HTTP 4xx responses:</th><td>%s</td></tr>"
899 "<tr><th>- HTTP 5xx responses:</th><td>%s</td></tr>"
900 "<tr><th>- other responses:</th><td>%s</td></tr>"
901 "<tr><th>Intercepted requests:</th><td>%s</td></tr>"
Willy Tarreaua1214a52018-12-14 14:00:25 +0100902 "<tr><th>Cache lookups:</th><td>%s</td></tr>"
903 "<tr><th>Cache hits:</th><td>%s</td><td>(%d%%)</td></tr>"
Willy Tarreau1b0f85e2018-05-28 15:12:40 +0200904 "<tr><th>Failed hdr rewrites:</th><td>%s</td></tr>"
Christopher Faulet0159ee42019-12-16 14:40:39 +0100905 "<tr><th>Internal errors:</th><td>%s</td></tr>"
William Lallemand74c24fb2016-11-21 17:18:36 +0100906 "",
907 U2H(stats[ST_F_REQ_TOT].u.u64),
908 U2H(stats[ST_F_HRSP_1XX].u.u64),
909 U2H(stats[ST_F_HRSP_2XX].u.u64),
910 U2H(stats[ST_F_COMP_RSP].u.u64),
911 stats[ST_F_HRSP_2XX].u.u64 ?
912 (int)(100 * stats[ST_F_COMP_RSP].u.u64 / stats[ST_F_HRSP_2XX].u.u64) : 0,
913 U2H(stats[ST_F_HRSP_3XX].u.u64),
914 U2H(stats[ST_F_HRSP_4XX].u.u64),
915 U2H(stats[ST_F_HRSP_5XX].u.u64),
916 U2H(stats[ST_F_HRSP_OTHER].u.u64),
Willy Tarreau1b0f85e2018-05-28 15:12:40 +0200917 U2H(stats[ST_F_INTERCEPTED].u.u64),
Willy Tarreaua1214a52018-12-14 14:00:25 +0100918 U2H(stats[ST_F_CACHE_LOOKUPS].u.u64),
919 U2H(stats[ST_F_CACHE_HITS].u.u64),
920 stats[ST_F_CACHE_LOOKUPS].u.u64 ?
921 (int)(100 * stats[ST_F_CACHE_HITS].u.u64 / stats[ST_F_CACHE_LOOKUPS].u.u64) : 0,
Christopher Faulet0159ee42019-12-16 14:40:39 +0100922 U2H(stats[ST_F_WREW].u.u64),
923 U2H(stats[ST_F_EINT].u.u64));
William Lallemand74c24fb2016-11-21 17:18:36 +0100924 }
925
926 chunk_appendf(out,
927 "</table></div></u></td>"
928 /* sessions: lbtot, lastsess */
929 "<td></td><td></td>"
930 /* bytes : in */
931 "<td>%s</td>"
932 "",
933 U2H(stats[ST_F_BIN].u.u64));
934
935 chunk_appendf(out,
936 /* bytes:out + compression stats (via hover): comp_in, comp_out, comp_byp */
937 "<td>%s%s<div class=tips><table class=det>"
938 "<tr><th>Response bytes in:</th><td>%s</td></tr>"
939 "<tr><th>Compression in:</th><td>%s</td></tr>"
940 "<tr><th>Compression out:</th><td>%s</td><td>(%d%%)</td></tr>"
941 "<tr><th>Compression bypass:</th><td>%s</td></tr>"
942 "<tr><th>Total bytes saved:</th><td>%s</td><td>(%d%%)</td></tr>"
943 "</table></div>%s</td>",
944 (stats[ST_F_COMP_IN].u.u64 || stats[ST_F_COMP_BYP].u.u64) ? "<u>":"",
945 U2H(stats[ST_F_BOUT].u.u64),
946 U2H(stats[ST_F_BOUT].u.u64),
947 U2H(stats[ST_F_COMP_IN].u.u64),
948 U2H(stats[ST_F_COMP_OUT].u.u64),
949 stats[ST_F_COMP_IN].u.u64 ? (int)(stats[ST_F_COMP_OUT].u.u64 * 100 / stats[ST_F_COMP_IN].u.u64) : 0,
950 U2H(stats[ST_F_COMP_BYP].u.u64),
951 U2H(stats[ST_F_COMP_IN].u.u64 - stats[ST_F_COMP_OUT].u.u64),
952 stats[ST_F_BOUT].u.u64 ? (int)((stats[ST_F_COMP_IN].u.u64 - stats[ST_F_COMP_OUT].u.u64) * 100 / stats[ST_F_BOUT].u.u64) : 0,
953 (stats[ST_F_COMP_IN].u.u64 || stats[ST_F_COMP_BYP].u.u64) ? "</u>":"");
954
955 chunk_appendf(out,
956 /* denied: req, resp */
957 "<td>%s</td><td>%s</td>"
958 /* errors : request, connect, response */
959 "<td>%s</td><td></td><td></td>"
960 /* warnings: retries, redispatches */
961 "<td></td><td></td>"
962 /* server status : reflect frontend status */
963 "<td class=ac>%s</td>"
964 /* rest of server: nothing */
Amaury Denoyellee3f576c2020-10-05 11:49:44 +0200965 "<td class=ac colspan=8></td>"
William Lallemand74c24fb2016-11-21 17:18:36 +0100966 "",
967 U2H(stats[ST_F_DREQ].u.u64), U2H(stats[ST_F_DRESP].u.u64),
968 U2H(stats[ST_F_EREQ].u.u64),
969 field_str(stats, ST_F_STATUS));
Amaury Denoyellee3f576c2020-10-05 11:49:44 +0200970
Amaury Denoyelle0b70a8a2020-10-05 11:49:45 +0200971 if (flags & STAT_SHMODULES) {
972 list_for_each_entry(mod, &stats_module_list[STATS_DOMAIN_PROXY], list) {
Amaury Denoyellee6ee8202020-11-03 15:04:46 +0100973 chunk_appendf(out, "<td>");
974
Amaury Denoyelle0b70a8a2020-10-05 11:49:45 +0200975 if (stats_px_get_cap(mod->domain_flags) & STATS_PX_CAP_FE) {
Amaury Denoyellee6ee8202020-11-03 15:04:46 +0100976 chunk_appendf(out,
977 "<u>%s<div class=tips><table class=det>",
978 mod->name);
Amaury Denoyelle0b70a8a2020-10-05 11:49:45 +0200979 for (j = 0; j < mod->stats_count; ++j) {
980 chunk_appendf(out,
981 "<tr><th>%s</th><td>%s</td></tr>",
982 mod->stats[j].desc, field_to_html_str(&stats[ST_F_TOTAL_FIELDS + i]));
983 ++i;
984 }
Amaury Denoyellee6ee8202020-11-03 15:04:46 +0100985 chunk_appendf(out, "</table></div></u>");
Amaury Denoyelle0b70a8a2020-10-05 11:49:45 +0200986 } else {
987 i += mod->stats_count;
Amaury Denoyellee3f576c2020-10-05 11:49:44 +0200988 }
Amaury Denoyellee3f576c2020-10-05 11:49:44 +0200989
Amaury Denoyellee6ee8202020-11-03 15:04:46 +0100990 chunk_appendf(out, "</td>");
Amaury Denoyelle0b70a8a2020-10-05 11:49:45 +0200991 }
Amaury Denoyellee3f576c2020-10-05 11:49:44 +0200992 }
993
994 chunk_appendf(out, "</tr>");
William Lallemand74c24fb2016-11-21 17:18:36 +0100995 }
996 else if (stats[ST_F_TYPE].u.u32 == STATS_TYPE_SO) {
997 chunk_appendf(out, "<tr class=socket>");
Willy Tarreauab02b3f2019-10-09 11:11:46 +0200998 if (flags & STAT_ADMIN) {
William Lallemand74c24fb2016-11-21 17:18:36 +0100999 /* Column sub-heading for Enable or Disable server */
1000 chunk_appendf(out, "<td></td>");
1001 }
1002
1003 chunk_appendf(out,
1004 /* frontend name, listener name */
1005 "<td class=ac><a name=\"%s/+%s\"></a>%s"
1006 "<a class=lfsb href=\"#%s/+%s\">%s</a>"
1007 "",
1008 field_str(stats, ST_F_PXNAME), field_str(stats, ST_F_SVNAME),
Willy Tarreau708c4162019-10-09 10:19:16 +02001009 (flags & STAT_SHLGNDS)?"<u>":"",
William Lallemand74c24fb2016-11-21 17:18:36 +01001010 field_str(stats, ST_F_PXNAME), field_str(stats, ST_F_SVNAME), field_str(stats, ST_F_SVNAME));
1011
Willy Tarreau708c4162019-10-09 10:19:16 +02001012 if (flags & STAT_SHLGNDS) {
William Lallemand74c24fb2016-11-21 17:18:36 +01001013 chunk_appendf(out, "<div class=tips>");
1014
Willy Tarreau90807112020-02-25 08:16:33 +01001015 if (isdigit((unsigned char)*field_str(stats, ST_F_ADDR)))
William Lallemand74c24fb2016-11-21 17:18:36 +01001016 chunk_appendf(out, "IPv4: %s, ", field_str(stats, ST_F_ADDR));
1017 else if (*field_str(stats, ST_F_ADDR) == '[')
1018 chunk_appendf(out, "IPv6: %s, ", field_str(stats, ST_F_ADDR));
1019 else if (*field_str(stats, ST_F_ADDR))
1020 chunk_appendf(out, "%s, ", field_str(stats, ST_F_ADDR));
1021
1022 /* id */
1023 chunk_appendf(out, "id: %d</div>", stats[ST_F_SID].u.u32);
1024 }
1025
1026 chunk_appendf(out,
1027 /* queue */
1028 "%s</td><td colspan=3></td>"
1029 /* sessions rate: current, max, limit */
1030 "<td colspan=3>&nbsp;</td>"
1031 /* sessions: current, max, limit, total, lbtot, lastsess */
1032 "<td>%s</td><td>%s</td><td>%s</td>"
1033 "<td>%s</td><td>&nbsp;</td><td>&nbsp;</td>"
1034 /* bytes: in, out */
1035 "<td>%s</td><td>%s</td>"
1036 "",
Willy Tarreau708c4162019-10-09 10:19:16 +02001037 (flags & STAT_SHLGNDS)?"</u>":"",
William Lallemand74c24fb2016-11-21 17:18:36 +01001038 U2H(stats[ST_F_SCUR].u.u32), U2H(stats[ST_F_SMAX].u.u32), U2H(stats[ST_F_SLIM].u.u32),
1039 U2H(stats[ST_F_STOT].u.u64), U2H(stats[ST_F_BIN].u.u64), U2H(stats[ST_F_BOUT].u.u64));
1040
1041 chunk_appendf(out,
1042 /* denied: req, resp */
1043 "<td>%s</td><td>%s</td>"
1044 /* errors: request, connect, response */
1045 "<td>%s</td><td></td><td></td>"
1046 /* warnings: retries, redispatches */
1047 "<td></td><td></td>"
1048 /* server status: reflect listener status */
1049 "<td class=ac>%s</td>"
1050 /* rest of server: nothing */
Amaury Denoyellee3f576c2020-10-05 11:49:44 +02001051 "<td class=ac colspan=8></td>"
William Lallemand74c24fb2016-11-21 17:18:36 +01001052 "",
1053 U2H(stats[ST_F_DREQ].u.u64), U2H(stats[ST_F_DRESP].u.u64),
1054 U2H(stats[ST_F_EREQ].u.u64),
1055 field_str(stats, ST_F_STATUS));
Amaury Denoyellee3f576c2020-10-05 11:49:44 +02001056
Amaury Denoyelle0b70a8a2020-10-05 11:49:45 +02001057 if (flags & STAT_SHMODULES) {
1058 list_for_each_entry(mod, &stats_module_list[STATS_DOMAIN_PROXY], list) {
Amaury Denoyellee6ee8202020-11-03 15:04:46 +01001059 chunk_appendf(out, "<td>");
1060
Amaury Denoyelle0b70a8a2020-10-05 11:49:45 +02001061 if (stats_px_get_cap(mod->domain_flags) & STATS_PX_CAP_LI) {
Amaury Denoyellee6ee8202020-11-03 15:04:46 +01001062 chunk_appendf(out,
1063 "<u>%s<div class=tips><table class=det>",
1064 mod->name);
Amaury Denoyelle0b70a8a2020-10-05 11:49:45 +02001065 for (j = 0; j < mod->stats_count; ++j) {
1066 chunk_appendf(out,
1067 "<tr><th>%s</th><td>%s</td></tr>",
1068 mod->stats[j].desc, field_to_html_str(&stats[ST_F_TOTAL_FIELDS + i]));
1069 ++i;
1070 }
Amaury Denoyellee6ee8202020-11-03 15:04:46 +01001071 chunk_appendf(out, "</table></div></u>");
Amaury Denoyelle0b70a8a2020-10-05 11:49:45 +02001072 } else {
1073 i += mod->stats_count;
Amaury Denoyellee3f576c2020-10-05 11:49:44 +02001074 }
Amaury Denoyellee3f576c2020-10-05 11:49:44 +02001075
Amaury Denoyellee6ee8202020-11-03 15:04:46 +01001076 chunk_appendf(out, "</td>");
Amaury Denoyelle0b70a8a2020-10-05 11:49:45 +02001077 }
Amaury Denoyellee3f576c2020-10-05 11:49:44 +02001078 }
1079
1080 chunk_appendf(out, "</tr>");
William Lallemand74c24fb2016-11-21 17:18:36 +01001081 }
1082 else if (stats[ST_F_TYPE].u.u32 == STATS_TYPE_SV) {
1083 const char *style;
1084
1085 /* determine the style to use depending on the server's state,
1086 * its health and weight. There isn't a 1-to-1 mapping between
1087 * state and styles for the cases where the server is (still)
1088 * up. The reason is that we don't want to report nolb and
1089 * drain with the same color.
1090 */
1091
1092 if (strcmp(field_str(stats, ST_F_STATUS), "DOWN") == 0 ||
1093 strcmp(field_str(stats, ST_F_STATUS), "DOWN (agent)") == 0) {
1094 style = "down";
1095 }
Florian Apolloner39272c22021-03-30 13:28:35 +02001096 else if (strncmp(field_str(stats, ST_F_STATUS), "DOWN ", strlen("DOWN ")) == 0) {
William Lallemand74c24fb2016-11-21 17:18:36 +01001097 style = "going_up";
1098 }
Daniel Corbettb4285172020-03-28 12:35:50 -04001099 else if (strcmp(field_str(stats, ST_F_STATUS), "DRAIN") == 0) {
1100 style = "draining";
1101 }
Florian Apolloner39272c22021-03-30 13:28:35 +02001102 else if (strncmp(field_str(stats, ST_F_STATUS), "NOLB ", strlen("NOLB ")) == 0) {
William Lallemand74c24fb2016-11-21 17:18:36 +01001103 style = "going_down";
1104 }
1105 else if (strcmp(field_str(stats, ST_F_STATUS), "NOLB") == 0) {
1106 style = "nolb";
1107 }
1108 else if (strcmp(field_str(stats, ST_F_STATUS), "no check") == 0) {
1109 style = "no_check";
1110 }
1111 else if (!stats[ST_F_CHKFAIL].type ||
1112 stats[ST_F_CHECK_HEALTH].u.u32 == stats[ST_F_CHECK_RISE].u.u32 + stats[ST_F_CHECK_FALL].u.u32 - 1) {
1113 /* no check or max health = UP */
1114 if (stats[ST_F_WEIGHT].u.u32)
1115 style = "up";
1116 else
1117 style = "draining";
1118 }
1119 else {
1120 style = "going_down";
1121 }
1122
Willy Tarreau7b524852020-08-11 10:26:36 +02001123 if (strncmp(field_str(stats, ST_F_STATUS), "MAINT", 5) == 0)
William Lallemand74c24fb2016-11-21 17:18:36 +01001124 chunk_appendf(out, "<tr class=\"maintain\">");
1125 else
1126 chunk_appendf(out,
1127 "<tr class=\"%s_%s\">",
1128 (stats[ST_F_BCK].u.u32) ? "backup" : "active", style);
1129
1130
Willy Tarreauab02b3f2019-10-09 11:11:46 +02001131 if (flags & STAT_ADMIN)
William Lallemand74c24fb2016-11-21 17:18:36 +01001132 chunk_appendf(out,
David Harrigand3db35a2016-12-30 12:12:49 +00001133 "<td><input class='%s-checkbox' type=\"checkbox\" name=\"s\" value=\"%s\"></td>",
1134 field_str(stats, ST_F_PXNAME),
William Lallemand74c24fb2016-11-21 17:18:36 +01001135 field_str(stats, ST_F_SVNAME));
1136
1137 chunk_appendf(out,
1138 "<td class=ac><a name=\"%s/%s\"></a>%s"
1139 "<a class=lfsb href=\"#%s/%s\">%s</a>"
1140 "",
1141 field_str(stats, ST_F_PXNAME), field_str(stats, ST_F_SVNAME),
Willy Tarreau708c4162019-10-09 10:19:16 +02001142 (flags & STAT_SHLGNDS) ? "<u>" : "",
William Lallemand74c24fb2016-11-21 17:18:36 +01001143 field_str(stats, ST_F_PXNAME), field_str(stats, ST_F_SVNAME), field_str(stats, ST_F_SVNAME));
1144
Willy Tarreau708c4162019-10-09 10:19:16 +02001145 if (flags & STAT_SHLGNDS) {
William Lallemand74c24fb2016-11-21 17:18:36 +01001146 chunk_appendf(out, "<div class=tips>");
1147
Willy Tarreau90807112020-02-25 08:16:33 +01001148 if (isdigit((unsigned char)*field_str(stats, ST_F_ADDR)))
William Lallemand74c24fb2016-11-21 17:18:36 +01001149 chunk_appendf(out, "IPv4: %s, ", field_str(stats, ST_F_ADDR));
1150 else if (*field_str(stats, ST_F_ADDR) == '[')
1151 chunk_appendf(out, "IPv6: %s, ", field_str(stats, ST_F_ADDR));
1152 else if (*field_str(stats, ST_F_ADDR))
1153 chunk_appendf(out, "%s, ", field_str(stats, ST_F_ADDR));
1154
1155 /* id */
1156 chunk_appendf(out, "id: %d", stats[ST_F_SID].u.u32);
1157
1158 /* cookie */
1159 if (stats[ST_F_COOKIE].type) {
1160 chunk_appendf(out, ", cookie: '");
1161 chunk_initstr(&src, field_str(stats, ST_F_COOKIE));
1162 chunk_htmlencode(out, &src);
1163 chunk_appendf(out, "'");
1164 }
1165
1166 chunk_appendf(out, "</div>");
1167 }
1168
1169 chunk_appendf(out,
1170 /* queue : current, max, limit */
1171 "%s</td><td>%s</td><td>%s</td><td>%s</td>"
1172 /* sessions rate : current, max, limit */
1173 "<td>%s</td><td>%s</td><td></td>"
1174 "",
Willy Tarreau708c4162019-10-09 10:19:16 +02001175 (flags & STAT_SHLGNDS) ? "</u>" : "",
William Lallemand74c24fb2016-11-21 17:18:36 +01001176 U2H(stats[ST_F_QCUR].u.u32), U2H(stats[ST_F_QMAX].u.u32), LIM2A(stats[ST_F_QLIMIT].u.u32, "-"),
1177 U2H(stats[ST_F_RATE].u.u32), U2H(stats[ST_F_RATE_MAX].u.u32));
1178
1179 chunk_appendf(out,
1180 /* sessions: current, max, limit, total */
Willy Tarreauf21d17b2019-09-08 09:24:56 +02001181 "<td><u>%s<div class=tips>"
1182 "<table class=det>"
1183 "<tr><th>Current active connections:</th><td>%s</td></tr>"
Willy Tarreau3bb617c2020-06-29 13:51:05 +02001184 "<tr><th>Current used connections:</th><td>%s</td></tr>"
Willy Tarreauf21d17b2019-09-08 09:24:56 +02001185 "<tr><th>Current idle connections:</th><td>%s</td></tr>"
Willy Tarreau3bb617c2020-06-29 13:51:05 +02001186 "<tr><th>- unsafe:</th><td>%s</td></tr>"
1187 "<tr><th>- safe:</th><td>%s</td></tr>"
Willy Tarreaua9fcecb2020-06-29 15:38:53 +02001188 "<tr><th>Estimated need of connections:</th><td>%s</td></tr>"
Willy Tarreauf21d17b2019-09-08 09:24:56 +02001189 "<tr><th>Active connections limit:</th><td>%s</td></tr>"
1190 "<tr><th>Idle connections limit:</th><td>%s</td></tr>"
1191 "</table></div></u>"
1192 "</td><td>%s</td><td>%s</td>"
William Lallemand74c24fb2016-11-21 17:18:36 +01001193 "<td><u>%s<div class=tips><table class=det>"
1194 "<tr><th>Cum. sessions:</th><td>%s</td></tr>"
1195 "",
Willy Tarreauf21d17b2019-09-08 09:24:56 +02001196 U2H(stats[ST_F_SCUR].u.u32),
Willy Tarreau3bb617c2020-06-29 13:51:05 +02001197 U2H(stats[ST_F_SCUR].u.u32),
1198 U2H(stats[ST_F_USED_CONN_CUR].u.u32),
1199 U2H(stats[ST_F_SRV_ICUR].u.u32),
1200 U2H(stats[ST_F_IDLE_CONN_CUR].u.u32),
1201 U2H(stats[ST_F_SAFE_CONN_CUR].u.u32),
Willy Tarreaua9fcecb2020-06-29 15:38:53 +02001202 U2H(stats[ST_F_NEED_CONN_EST].u.u32),
Willy Tarreau3bb617c2020-06-29 13:51:05 +02001203
Willy Tarreauf21d17b2019-09-08 09:24:56 +02001204 LIM2A(stats[ST_F_SLIM].u.u32, "-"),
1205 stats[ST_F_SRV_ILIM].type ? U2H(stats[ST_F_SRV_ILIM].u.u32) : "-",
1206 U2H(stats[ST_F_SMAX].u.u32), LIM2A(stats[ST_F_SLIM].u.u32, "-"),
William Lallemand74c24fb2016-11-21 17:18:36 +01001207 U2H(stats[ST_F_STOT].u.u64),
1208 U2H(stats[ST_F_STOT].u.u64));
1209
1210 /* http response (via hover): 1xx, 2xx, 3xx, 4xx, 5xx, other */
1211 if (strcmp(field_str(stats, ST_F_MODE), "http") == 0) {
William Lallemand74c24fb2016-11-21 17:18:36 +01001212 chunk_appendf(out,
Willy Tarreauf1573842018-12-14 11:35:36 +01001213 "<tr><th>New connections:</th><td>%s</td></tr>"
1214 "<tr><th>Reused connections:</th><td>%s</td><td>(%d%%)</td></tr>"
Marcin Deranek3c27dda2020-05-15 18:32:51 +02001215 "<tr><th>Cum. HTTP requests:</th><td>%s</td></tr>"
William Lallemand74c24fb2016-11-21 17:18:36 +01001216 "<tr><th>- HTTP 1xx responses:</th><td>%s</td><td>(%d%%)</td></tr>"
1217 "<tr><th>- HTTP 2xx responses:</th><td>%s</td><td>(%d%%)</td></tr>"
1218 "<tr><th>- HTTP 3xx responses:</th><td>%s</td><td>(%d%%)</td></tr>"
1219 "<tr><th>- HTTP 4xx responses:</th><td>%s</td><td>(%d%%)</td></tr>"
1220 "<tr><th>- HTTP 5xx responses:</th><td>%s</td><td>(%d%%)</td></tr>"
1221 "<tr><th>- other responses:</th><td>%s</td><td>(%d%%)</td></tr>"
Willy Tarreau1b0f85e2018-05-28 15:12:40 +02001222 "<tr><th>Failed hdr rewrites:</th><td>%s</td></tr>"
Christopher Faulet0159ee42019-12-16 14:40:39 +01001223 "<tr><th>Internal error:</th><td>%s</td></tr>"
William Lallemand74c24fb2016-11-21 17:18:36 +01001224 "",
Willy Tarreauf1573842018-12-14 11:35:36 +01001225 U2H(stats[ST_F_CONNECT].u.u64),
1226 U2H(stats[ST_F_REUSE].u.u64),
1227 (stats[ST_F_CONNECT].u.u64 + stats[ST_F_REUSE].u.u64) ?
1228 (int)(100 * stats[ST_F_REUSE].u.u64 / (stats[ST_F_CONNECT].u.u64 + stats[ST_F_REUSE].u.u64)) : 0,
Marcin Deranek3c27dda2020-05-15 18:32:51 +02001229 U2H(stats[ST_F_REQ_TOT].u.u64),
1230 U2H(stats[ST_F_HRSP_1XX].u.u64), stats[ST_F_REQ_TOT].u.u64 ?
1231 (int)(100 * stats[ST_F_HRSP_1XX].u.u64 / stats[ST_F_REQ_TOT].u.u64) : 0,
1232 U2H(stats[ST_F_HRSP_2XX].u.u64), stats[ST_F_REQ_TOT].u.u64 ?
1233 (int)(100 * stats[ST_F_HRSP_2XX].u.u64 / stats[ST_F_REQ_TOT].u.u64) : 0,
1234 U2H(stats[ST_F_HRSP_3XX].u.u64), stats[ST_F_REQ_TOT].u.u64 ?
1235 (int)(100 * stats[ST_F_HRSP_3XX].u.u64 / stats[ST_F_REQ_TOT].u.u64) : 0,
1236 U2H(stats[ST_F_HRSP_4XX].u.u64), stats[ST_F_REQ_TOT].u.u64 ?
1237 (int)(100 * stats[ST_F_HRSP_4XX].u.u64 / stats[ST_F_REQ_TOT].u.u64) : 0,
1238 U2H(stats[ST_F_HRSP_5XX].u.u64), stats[ST_F_REQ_TOT].u.u64 ?
1239 (int)(100 * stats[ST_F_HRSP_5XX].u.u64 / stats[ST_F_REQ_TOT].u.u64) : 0,
1240 U2H(stats[ST_F_HRSP_OTHER].u.u64), stats[ST_F_REQ_TOT].u.u64 ?
1241 (int)(100 * stats[ST_F_HRSP_OTHER].u.u64 / stats[ST_F_REQ_TOT].u.u64) : 0,
Christopher Faulet0159ee42019-12-16 14:40:39 +01001242 U2H(stats[ST_F_WREW].u.u64),
1243 U2H(stats[ST_F_EINT].u.u64));
William Lallemand74c24fb2016-11-21 17:18:36 +01001244 }
1245
Christopher Faulet0d1c2a62019-11-08 14:59:51 +01001246 chunk_appendf(out, "<tr><th colspan=3>Max / Avg over last 1024 success. conn.</th></tr>");
1247 chunk_appendf(out, "<tr><th>- Queue time:</th><td>%s / %s</td><td>ms</td></tr>",
1248 U2H(stats[ST_F_QT_MAX].u.u32), U2H(stats[ST_F_QTIME].u.u32));
1249 chunk_appendf(out, "<tr><th>- Connect time:</th><td>%s / %s</td><td>ms</td></tr>",
1250 U2H(stats[ST_F_CT_MAX].u.u32), U2H(stats[ST_F_CTIME].u.u32));
William Lallemand74c24fb2016-11-21 17:18:36 +01001251 if (strcmp(field_str(stats, ST_F_MODE), "http") == 0)
Christopher Faulet0d1c2a62019-11-08 14:59:51 +01001252 chunk_appendf(out, "<tr><th>- Responses time:</th><td>%s / %s</td><td>ms</td></tr>",
1253 U2H(stats[ST_F_RT_MAX].u.u32), U2H(stats[ST_F_RTIME].u.u32));
1254 chunk_appendf(out, "<tr><th>- Total time:</th><td>%s / %s</td><td>ms</td></tr>",
1255 U2H(stats[ST_F_TT_MAX].u.u32), U2H(stats[ST_F_TTIME].u.u32));
William Lallemand74c24fb2016-11-21 17:18:36 +01001256
1257 chunk_appendf(out,
1258 "</table></div></u></td>"
1259 /* sessions: lbtot, last */
1260 "<td>%s</td><td>%s</td>",
1261 U2H(stats[ST_F_LBTOT].u.u64),
1262 human_time(stats[ST_F_LASTSESS].u.s32, 1));
1263
1264 chunk_appendf(out,
1265 /* bytes : in, out */
1266 "<td>%s</td><td>%s</td>"
1267 /* denied: req, resp */
1268 "<td></td><td>%s</td>"
1269 /* errors : request, connect */
1270 "<td></td><td>%s</td>"
1271 /* errors : response */
1272 "<td><u>%s<div class=tips>Connection resets during transfers: %lld client, %lld server</div></u></td>"
1273 /* warnings: retries, redispatches */
1274 "<td>%lld</td><td>%lld</td>"
1275 "",
1276 U2H(stats[ST_F_BIN].u.u64), U2H(stats[ST_F_BOUT].u.u64),
1277 U2H(stats[ST_F_DRESP].u.u64),
1278 U2H(stats[ST_F_ECON].u.u64),
1279 U2H(stats[ST_F_ERESP].u.u64),
1280 (long long)stats[ST_F_CLI_ABRT].u.u64,
1281 (long long)stats[ST_F_SRV_ABRT].u.u64,
1282 (long long)stats[ST_F_WRETR].u.u64,
1283 (long long)stats[ST_F_WREDIS].u.u64);
1284
1285 /* status, last change */
1286 chunk_appendf(out, "<td class=ac>");
1287
1288 /* FIXME!!!!
1289 * LASTCHG should contain the last change for *this* server and must be computed
1290 * properly above, as was done below, ie: this server if maint, otherwise ref server
1291 * if tracking. Note that ref is either local or remote depending on tracking.
1292 */
1293
1294
Willy Tarreau7b524852020-08-11 10:26:36 +02001295 if (strncmp(field_str(stats, ST_F_STATUS), "MAINT", 5) == 0) {
William Lallemand74c24fb2016-11-21 17:18:36 +01001296 chunk_appendf(out, "%s MAINT", human_time(stats[ST_F_LASTCHG].u.u32, 1));
1297 }
Willy Tarreau7b524852020-08-11 10:26:36 +02001298 else if (strcmp(field_str(stats, ST_F_STATUS), "no check") == 0) {
William Lallemand74c24fb2016-11-21 17:18:36 +01001299 chunk_strcat(out, "<i>no check</i>");
1300 }
1301 else {
1302 chunk_appendf(out, "%s %s", human_time(stats[ST_F_LASTCHG].u.u32, 1), field_str(stats, ST_F_STATUS));
Willy Tarreau7b524852020-08-11 10:26:36 +02001303 if (strncmp(field_str(stats, ST_F_STATUS), "DOWN", 4) == 0) {
William Lallemand74c24fb2016-11-21 17:18:36 +01001304 if (stats[ST_F_CHECK_HEALTH].u.u32)
1305 chunk_strcat(out, " &uarr;");
1306 }
1307 else if (stats[ST_F_CHECK_HEALTH].u.u32 < stats[ST_F_CHECK_RISE].u.u32 + stats[ST_F_CHECK_FALL].u.u32 - 1)
1308 chunk_strcat(out, " &darr;");
1309 }
1310
Willy Tarreau7b524852020-08-11 10:26:36 +02001311 if (strncmp(field_str(stats, ST_F_STATUS), "DOWN", 4) == 0 &&
William Lallemand74c24fb2016-11-21 17:18:36 +01001312 stats[ST_F_AGENT_STATUS].type && !stats[ST_F_AGENT_HEALTH].u.u32) {
1313 chunk_appendf(out,
1314 "</td><td class=ac><u> %s",
1315 field_str(stats, ST_F_AGENT_STATUS));
1316
1317 if (stats[ST_F_AGENT_CODE].type)
1318 chunk_appendf(out, "/%d", stats[ST_F_AGENT_CODE].u.u32);
1319
1320 if (stats[ST_F_AGENT_DURATION].type)
1321 chunk_appendf(out, " in %lums", (long)stats[ST_F_AGENT_DURATION].u.u64);
1322
1323 chunk_appendf(out, "<div class=tips>%s", field_str(stats, ST_F_AGENT_DESC));
1324
1325 if (*field_str(stats, ST_F_LAST_AGT)) {
1326 chunk_appendf(out, ": ");
1327 chunk_initstr(&src, field_str(stats, ST_F_LAST_AGT));
1328 chunk_htmlencode(out, &src);
1329 }
1330 chunk_appendf(out, "</div></u>");
1331 }
1332 else if (stats[ST_F_CHECK_STATUS].type) {
1333 chunk_appendf(out,
1334 "</td><td class=ac><u> %s",
1335 field_str(stats, ST_F_CHECK_STATUS));
1336
1337 if (stats[ST_F_CHECK_CODE].type)
1338 chunk_appendf(out, "/%d", stats[ST_F_CHECK_CODE].u.u32);
1339
1340 if (stats[ST_F_CHECK_DURATION].type)
1341 chunk_appendf(out, " in %lums", (long)stats[ST_F_CHECK_DURATION].u.u64);
1342
1343 chunk_appendf(out, "<div class=tips>%s", field_str(stats, ST_F_CHECK_DESC));
1344
1345 if (*field_str(stats, ST_F_LAST_CHK)) {
1346 chunk_appendf(out, ": ");
1347 chunk_initstr(&src, field_str(stats, ST_F_LAST_CHK));
1348 chunk_htmlencode(out, &src);
1349 }
1350 chunk_appendf(out, "</div></u>");
1351 }
1352 else
1353 chunk_appendf(out, "</td><td>");
1354
1355 chunk_appendf(out,
Willy Tarreaubd715102020-10-23 22:44:30 +02001356 /* weight / uweight */
1357 "</td><td class=ac>%d/%d</td>"
William Lallemand74c24fb2016-11-21 17:18:36 +01001358 /* act, bck */
1359 "<td class=ac>%s</td><td class=ac>%s</td>"
1360 "",
Willy Tarreaubd715102020-10-23 22:44:30 +02001361 stats[ST_F_WEIGHT].u.u32, stats[ST_F_UWEIGHT].u.u32,
William Lallemand74c24fb2016-11-21 17:18:36 +01001362 stats[ST_F_BCK].u.u32 ? "-" : "Y",
1363 stats[ST_F_BCK].u.u32 ? "Y" : "-");
1364
1365 /* check failures: unique, fatal, down time */
1366 if (strcmp(field_str(stats, ST_F_STATUS), "MAINT (resolution)") == 0) {
1367 chunk_appendf(out, "<td class=ac colspan=3>resolution</td>");
1368 }
1369 else if (stats[ST_F_CHKFAIL].type) {
1370 chunk_appendf(out, "<td><u>%lld", (long long)stats[ST_F_CHKFAIL].u.u64);
1371
1372 if (stats[ST_F_HANAFAIL].type)
1373 chunk_appendf(out, "/%lld", (long long)stats[ST_F_HANAFAIL].u.u64);
1374
1375 chunk_appendf(out,
1376 "<div class=tips>Failed Health Checks%s</div></u></td>"
1377 "<td>%lld</td><td>%s</td>"
1378 "",
1379 stats[ST_F_HANAFAIL].type ? "/Health Analyses" : "",
1380 (long long)stats[ST_F_CHKDOWN].u.u64, human_time(stats[ST_F_DOWNTIME].u.u32, 1));
1381 }
1382 else if (strcmp(field_str(stats, ST_F_STATUS), "MAINT") != 0 && field_format(stats, ST_F_TRACKED) == FF_STR) {
1383 /* tracking a server (hence inherited maint would appear as "MAINT (via...)" */
1384 chunk_appendf(out,
1385 "<td class=ac colspan=3><a class=lfsb href=\"#%s\">via %s</a></td>",
1386 field_str(stats, ST_F_TRACKED), field_str(stats, ST_F_TRACKED));
1387 }
1388 else
1389 chunk_appendf(out, "<td colspan=3></td>");
1390
1391 /* throttle */
1392 if (stats[ST_F_THROTTLE].type)
Amaury Denoyellee3f576c2020-10-05 11:49:44 +02001393 chunk_appendf(out, "<td class=ac>%d %%</td>\n", stats[ST_F_THROTTLE].u.u32);
William Lallemand74c24fb2016-11-21 17:18:36 +01001394 else
Amaury Denoyellee3f576c2020-10-05 11:49:44 +02001395 chunk_appendf(out, "<td class=ac>-</td>");
1396
Amaury Denoyelle0b70a8a2020-10-05 11:49:45 +02001397 if (flags & STAT_SHMODULES) {
1398 list_for_each_entry(mod, &stats_module_list[STATS_DOMAIN_PROXY], list) {
Amaury Denoyellee6ee8202020-11-03 15:04:46 +01001399 chunk_appendf(out, "<td>");
1400
Amaury Denoyelle0b70a8a2020-10-05 11:49:45 +02001401 if (stats_px_get_cap(mod->domain_flags) & STATS_PX_CAP_SRV) {
Amaury Denoyellee6ee8202020-11-03 15:04:46 +01001402 chunk_appendf(out,
1403 "<u>%s<div class=tips><table class=det>",
1404 mod->name);
Amaury Denoyelle0b70a8a2020-10-05 11:49:45 +02001405 for (j = 0; j < mod->stats_count; ++j) {
1406 chunk_appendf(out,
1407 "<tr><th>%s</th><td>%s</td></tr>",
1408 mod->stats[j].desc, field_to_html_str(&stats[ST_F_TOTAL_FIELDS + i]));
1409 ++i;
1410 }
Amaury Denoyellee6ee8202020-11-03 15:04:46 +01001411 chunk_appendf(out, "</table></div></u>");
Amaury Denoyelle0b70a8a2020-10-05 11:49:45 +02001412 } else {
1413 i += mod->stats_count;
Amaury Denoyellee3f576c2020-10-05 11:49:44 +02001414 }
Amaury Denoyellee3f576c2020-10-05 11:49:44 +02001415
Amaury Denoyellee6ee8202020-11-03 15:04:46 +01001416 chunk_appendf(out, "</td>");
Amaury Denoyelle0b70a8a2020-10-05 11:49:45 +02001417 }
Amaury Denoyellee3f576c2020-10-05 11:49:44 +02001418 }
1419
1420 chunk_appendf(out, "</tr>\n");
William Lallemand74c24fb2016-11-21 17:18:36 +01001421 }
1422 else if (stats[ST_F_TYPE].u.u32 == STATS_TYPE_BE) {
1423 chunk_appendf(out, "<tr class=\"backend\">");
Willy Tarreauab02b3f2019-10-09 11:11:46 +02001424 if (flags & STAT_ADMIN) {
William Lallemand74c24fb2016-11-21 17:18:36 +01001425 /* Column sub-heading for Enable or Disable server */
1426 chunk_appendf(out, "<td></td>");
1427 }
1428 chunk_appendf(out,
1429 "<td class=ac>"
1430 /* name */
1431 "%s<a name=\"%s/Backend\"></a>"
1432 "<a class=lfsb href=\"#%s/Backend\">Backend</a>"
1433 "",
Willy Tarreau708c4162019-10-09 10:19:16 +02001434 (flags & STAT_SHLGNDS)?"<u>":"",
William Lallemand74c24fb2016-11-21 17:18:36 +01001435 field_str(stats, ST_F_PXNAME), field_str(stats, ST_F_PXNAME));
1436
Willy Tarreau708c4162019-10-09 10:19:16 +02001437 if (flags & STAT_SHLGNDS) {
William Lallemand74c24fb2016-11-21 17:18:36 +01001438 /* balancing */
1439 chunk_appendf(out, "<div class=tips>balancing: %s",
1440 field_str(stats, ST_F_ALGO));
1441
1442 /* cookie */
1443 if (stats[ST_F_COOKIE].type) {
1444 chunk_appendf(out, ", cookie: '");
1445 chunk_initstr(&src, field_str(stats, ST_F_COOKIE));
1446 chunk_htmlencode(out, &src);
1447 chunk_appendf(out, "'");
1448 }
1449 chunk_appendf(out, "</div>");
1450 }
1451
1452 chunk_appendf(out,
1453 "%s</td>"
1454 /* queue : current, max */
1455 "<td>%s</td><td>%s</td><td></td>"
1456 /* sessions rate : current, max, limit */
1457 "<td>%s</td><td>%s</td><td></td>"
1458 "",
Willy Tarreau708c4162019-10-09 10:19:16 +02001459 (flags & STAT_SHLGNDS)?"</u>":"",
William Lallemand74c24fb2016-11-21 17:18:36 +01001460 U2H(stats[ST_F_QCUR].u.u32), U2H(stats[ST_F_QMAX].u.u32),
1461 U2H(stats[ST_F_RATE].u.u32), U2H(stats[ST_F_RATE_MAX].u.u32));
1462
1463 chunk_appendf(out,
1464 /* sessions: current, max, limit, total */
1465 "<td>%s</td><td>%s</td><td>%s</td>"
1466 "<td><u>%s<div class=tips><table class=det>"
1467 "<tr><th>Cum. sessions:</th><td>%s</td></tr>"
1468 "",
Willy Tarreau8e0f1752016-12-12 15:07:29 +01001469 U2H(stats[ST_F_SCUR].u.u32), U2H(stats[ST_F_SMAX].u.u32), U2H(stats[ST_F_SLIM].u.u32),
William Lallemand74c24fb2016-11-21 17:18:36 +01001470 U2H(stats[ST_F_STOT].u.u64),
1471 U2H(stats[ST_F_STOT].u.u64));
1472
1473 /* http response (via hover): 1xx, 2xx, 3xx, 4xx, 5xx, other */
1474 if (strcmp(field_str(stats, ST_F_MODE), "http") == 0) {
1475 chunk_appendf(out,
Willy Tarreauf1573842018-12-14 11:35:36 +01001476 "<tr><th>New connections:</th><td>%s</td></tr>"
1477 "<tr><th>Reused connections:</th><td>%s</td><td>(%d%%)</td></tr>"
William Lallemand74c24fb2016-11-21 17:18:36 +01001478 "<tr><th>Cum. HTTP requests:</th><td>%s</td></tr>"
1479 "<tr><th>- HTTP 1xx responses:</th><td>%s</td></tr>"
1480 "<tr><th>- HTTP 2xx responses:</th><td>%s</td></tr>"
1481 "<tr><th>&nbsp;&nbsp;Compressed 2xx:</th><td>%s</td><td>(%d%%)</td></tr>"
1482 "<tr><th>- HTTP 3xx responses:</th><td>%s</td></tr>"
1483 "<tr><th>- HTTP 4xx responses:</th><td>%s</td></tr>"
1484 "<tr><th>- HTTP 5xx responses:</th><td>%s</td></tr>"
1485 "<tr><th>- other responses:</th><td>%s</td></tr>"
Willy Tarreaua1214a52018-12-14 14:00:25 +01001486 "<tr><th>Cache lookups:</th><td>%s</td></tr>"
1487 "<tr><th>Cache hits:</th><td>%s</td><td>(%d%%)</td></tr>"
Willy Tarreau1b0f85e2018-05-28 15:12:40 +02001488 "<tr><th>Failed hdr rewrites:</th><td>%s</td></tr>"
Christopher Faulet0159ee42019-12-16 14:40:39 +01001489 "<tr><th>Internal errors:</th><td>%s</td></tr>"
Christopher Faulet0d1c2a62019-11-08 14:59:51 +01001490 "",
Willy Tarreauf1573842018-12-14 11:35:36 +01001491 U2H(stats[ST_F_CONNECT].u.u64),
1492 U2H(stats[ST_F_REUSE].u.u64),
1493 (stats[ST_F_CONNECT].u.u64 + stats[ST_F_REUSE].u.u64) ?
1494 (int)(100 * stats[ST_F_REUSE].u.u64 / (stats[ST_F_CONNECT].u.u64 + stats[ST_F_REUSE].u.u64)) : 0,
William Lallemand74c24fb2016-11-21 17:18:36 +01001495 U2H(stats[ST_F_REQ_TOT].u.u64),
1496 U2H(stats[ST_F_HRSP_1XX].u.u64),
1497 U2H(stats[ST_F_HRSP_2XX].u.u64),
1498 U2H(stats[ST_F_COMP_RSP].u.u64),
1499 stats[ST_F_HRSP_2XX].u.u64 ?
1500 (int)(100 * stats[ST_F_COMP_RSP].u.u64 / stats[ST_F_HRSP_2XX].u.u64) : 0,
1501 U2H(stats[ST_F_HRSP_3XX].u.u64),
1502 U2H(stats[ST_F_HRSP_4XX].u.u64),
1503 U2H(stats[ST_F_HRSP_5XX].u.u64),
Willy Tarreaufeead3a2018-12-14 13:48:44 +01001504 U2H(stats[ST_F_HRSP_OTHER].u.u64),
Willy Tarreaua1214a52018-12-14 14:00:25 +01001505 U2H(stats[ST_F_CACHE_LOOKUPS].u.u64),
1506 U2H(stats[ST_F_CACHE_HITS].u.u64),
1507 stats[ST_F_CACHE_LOOKUPS].u.u64 ?
1508 (int)(100 * stats[ST_F_CACHE_HITS].u.u64 / stats[ST_F_CACHE_LOOKUPS].u.u64) : 0,
Christopher Faulet0159ee42019-12-16 14:40:39 +01001509 U2H(stats[ST_F_WREW].u.u64),
1510 U2H(stats[ST_F_EINT].u.u64));
William Lallemand74c24fb2016-11-21 17:18:36 +01001511 }
1512
Christopher Faulet0d1c2a62019-11-08 14:59:51 +01001513 chunk_appendf(out, "<tr><th colspan=3>Max / Avg over last 1024 success. conn.</th></tr>");
1514 chunk_appendf(out, "<tr><th>- Queue time:</th><td>%s / %s</td><td>ms</td></tr>",
1515 U2H(stats[ST_F_QT_MAX].u.u32), U2H(stats[ST_F_QTIME].u.u32));
1516 chunk_appendf(out, "<tr><th>- Connect time:</th><td>%s / %s</td><td>ms</td></tr>",
1517 U2H(stats[ST_F_CT_MAX].u.u32), U2H(stats[ST_F_CTIME].u.u32));
William Lallemand74c24fb2016-11-21 17:18:36 +01001518 if (strcmp(field_str(stats, ST_F_MODE), "http") == 0)
Christopher Faulet0d1c2a62019-11-08 14:59:51 +01001519 chunk_appendf(out, "<tr><th>- Responses time:</th><td>%s / %s</td><td>ms</td></tr>",
1520 U2H(stats[ST_F_RT_MAX].u.u32), U2H(stats[ST_F_RTIME].u.u32));
1521 chunk_appendf(out, "<tr><th>- Total time:</th><td>%s / %s</td><td>ms</td></tr>",
1522 U2H(stats[ST_F_TT_MAX].u.u32), U2H(stats[ST_F_TTIME].u.u32));
William Lallemand74c24fb2016-11-21 17:18:36 +01001523
1524 chunk_appendf(out,
1525 "</table></div></u></td>"
1526 /* sessions: lbtot, last */
1527 "<td>%s</td><td>%s</td>"
1528 /* bytes: in */
1529 "<td>%s</td>"
1530 "",
1531 U2H(stats[ST_F_LBTOT].u.u64),
1532 human_time(stats[ST_F_LASTSESS].u.s32, 1),
1533 U2H(stats[ST_F_BIN].u.u64));
1534
1535 chunk_appendf(out,
1536 /* bytes:out + compression stats (via hover): comp_in, comp_out, comp_byp */
1537 "<td>%s%s<div class=tips><table class=det>"
1538 "<tr><th>Response bytes in:</th><td>%s</td></tr>"
1539 "<tr><th>Compression in:</th><td>%s</td></tr>"
1540 "<tr><th>Compression out:</th><td>%s</td><td>(%d%%)</td></tr>"
1541 "<tr><th>Compression bypass:</th><td>%s</td></tr>"
1542 "<tr><th>Total bytes saved:</th><td>%s</td><td>(%d%%)</td></tr>"
1543 "</table></div>%s</td>",
1544 (stats[ST_F_COMP_IN].u.u64 || stats[ST_F_COMP_BYP].u.u64) ? "<u>":"",
1545 U2H(stats[ST_F_BOUT].u.u64),
1546 U2H(stats[ST_F_BOUT].u.u64),
1547 U2H(stats[ST_F_COMP_IN].u.u64),
1548 U2H(stats[ST_F_COMP_OUT].u.u64),
1549 stats[ST_F_COMP_IN].u.u64 ? (int)(stats[ST_F_COMP_OUT].u.u64 * 100 / stats[ST_F_COMP_IN].u.u64) : 0,
1550 U2H(stats[ST_F_COMP_BYP].u.u64),
1551 U2H(stats[ST_F_COMP_IN].u.u64 - stats[ST_F_COMP_OUT].u.u64),
1552 stats[ST_F_BOUT].u.u64 ? (int)((stats[ST_F_COMP_IN].u.u64 - stats[ST_F_COMP_OUT].u.u64) * 100 / stats[ST_F_BOUT].u.u64) : 0,
1553 (stats[ST_F_COMP_IN].u.u64 || stats[ST_F_COMP_BYP].u.u64) ? "</u>":"");
1554
1555 chunk_appendf(out,
1556 /* denied: req, resp */
1557 "<td>%s</td><td>%s</td>"
1558 /* errors : request, connect */
1559 "<td></td><td>%s</td>"
1560 /* errors : response */
1561 "<td><u>%s<div class=tips>Connection resets during transfers: %lld client, %lld server</div></u></td>"
1562 /* warnings: retries, redispatches */
1563 "<td>%lld</td><td>%lld</td>"
1564 /* backend status: reflect backend status (up/down): we display UP
1565 * if the backend has known working servers or if it has no server at
1566 * all (eg: for stats). Then we display the total weight, number of
1567 * active and backups. */
Willy Tarreaubd715102020-10-23 22:44:30 +02001568 "<td class=ac>%s %s</td><td class=ac>&nbsp;</td><td class=ac>%d/%d</td>"
William Lallemand74c24fb2016-11-21 17:18:36 +01001569 "<td class=ac>%d</td><td class=ac>%d</td>"
1570 "",
1571 U2H(stats[ST_F_DREQ].u.u64), U2H(stats[ST_F_DRESP].u.u64),
1572 U2H(stats[ST_F_ECON].u.u64),
1573 U2H(stats[ST_F_ERESP].u.u64),
1574 (long long)stats[ST_F_CLI_ABRT].u.u64,
1575 (long long)stats[ST_F_SRV_ABRT].u.u64,
1576 (long long)stats[ST_F_WRETR].u.u64, (long long)stats[ST_F_WREDIS].u.u64,
1577 human_time(stats[ST_F_LASTCHG].u.u32, 1),
1578 strcmp(field_str(stats, ST_F_STATUS), "DOWN") ? field_str(stats, ST_F_STATUS) : "<font color=\"red\"><b>DOWN</b></font>",
Willy Tarreaubd715102020-10-23 22:44:30 +02001579 stats[ST_F_WEIGHT].u.u32, stats[ST_F_UWEIGHT].u.u32,
William Lallemand74c24fb2016-11-21 17:18:36 +01001580 stats[ST_F_ACT].u.u32, stats[ST_F_BCK].u.u32);
1581
1582 chunk_appendf(out,
1583 /* rest of backend: nothing, down transitions, total downtime, throttle */
1584 "<td class=ac>&nbsp;</td><td>%d</td>"
1585 "<td>%s</td>"
Amaury Denoyellee3f576c2020-10-05 11:49:44 +02001586 "<td></td>",
William Lallemand74c24fb2016-11-21 17:18:36 +01001587 stats[ST_F_CHKDOWN].u.u32,
1588 stats[ST_F_DOWNTIME].type ? human_time(stats[ST_F_DOWNTIME].u.u32, 1) : "&nbsp;");
Amaury Denoyellee3f576c2020-10-05 11:49:44 +02001589
Amaury Denoyelle0b70a8a2020-10-05 11:49:45 +02001590 if (flags & STAT_SHMODULES) {
1591 list_for_each_entry(mod, &stats_module_list[STATS_DOMAIN_PROXY], list) {
Amaury Denoyellee6ee8202020-11-03 15:04:46 +01001592 chunk_appendf(out, "<td>");
1593
Amaury Denoyelle0b70a8a2020-10-05 11:49:45 +02001594 if (stats_px_get_cap(mod->domain_flags) & STATS_PX_CAP_BE) {
Amaury Denoyellee6ee8202020-11-03 15:04:46 +01001595 chunk_appendf(out,
1596 "<u>%s<div class=tips><table class=det>",
1597 mod->name);
Amaury Denoyelle0b70a8a2020-10-05 11:49:45 +02001598 for (j = 0; j < mod->stats_count; ++j) {
1599 chunk_appendf(out,
1600 "<tr><th>%s</th><td>%s</td></tr>",
1601 mod->stats[j].desc, field_to_html_str(&stats[ST_F_TOTAL_FIELDS + i]));
1602 ++i;
1603 }
Amaury Denoyellee6ee8202020-11-03 15:04:46 +01001604 chunk_appendf(out, "</table></div></u>");
Amaury Denoyelle0b70a8a2020-10-05 11:49:45 +02001605 } else {
1606 i += mod->stats_count;
Amaury Denoyellee3f576c2020-10-05 11:49:44 +02001607 }
Amaury Denoyellee6ee8202020-11-03 15:04:46 +01001608
1609 chunk_appendf(out, "</td>");
Amaury Denoyellee3f576c2020-10-05 11:49:44 +02001610 }
Amaury Denoyellee3f576c2020-10-05 11:49:44 +02001611 }
Amaury Denoyelle0b70a8a2020-10-05 11:49:45 +02001612
Amaury Denoyellee3f576c2020-10-05 11:49:44 +02001613 chunk_appendf(out, "</tr>");
William Lallemand74c24fb2016-11-21 17:18:36 +01001614 }
Amaury Denoyellee3f576c2020-10-05 11:49:44 +02001615
William Lallemand74c24fb2016-11-21 17:18:36 +01001616 return 1;
1617}
1618
Amaury Denoyelle97323c92020-10-02 18:32:01 +02001619int stats_dump_one_line(const struct field *stats, size_t stats_count,
1620 struct appctx *appctx)
William Lallemand74c24fb2016-11-21 17:18:36 +01001621{
Willy Tarreau91cefca2022-05-03 17:08:29 +02001622 struct show_stat_ctx *ctx = appctx->svcctx;
Simon Horman05ee2132017-01-04 09:37:25 +01001623 int ret;
1624
Willy Tarreau91cefca2022-05-03 17:08:29 +02001625 if (ctx->flags & STAT_FMT_HTML)
1626 ret = stats_dump_fields_html(&trash, stats, ctx->flags);
1627 else if (ctx->flags & STAT_FMT_TYPED)
1628 ret = stats_dump_fields_typed(&trash, stats, stats_count, ctx->flags, ctx->domain);
1629 else if (ctx->flags & STAT_FMT_JSON)
1630 ret = stats_dump_fields_json(&trash, stats, stats_count, ctx->flags, ctx->domain);
William Lallemand74c24fb2016-11-21 17:18:36 +01001631 else
Willy Tarreau91cefca2022-05-03 17:08:29 +02001632 ret = stats_dump_fields_csv(&trash, stats, stats_count, ctx->flags, ctx->domain);
Simon Horman05ee2132017-01-04 09:37:25 +01001633
1634 if (ret)
Willy Tarreau91cefca2022-05-03 17:08:29 +02001635 ctx->flags |= STAT_STARTED;
Simon Horman05ee2132017-01-04 09:37:25 +01001636
1637 return ret;
William Lallemand74c24fb2016-11-21 17:18:36 +01001638}
1639
William Dauchy0ef54392021-01-17 18:27:45 +01001640/* Fill <stats> with the frontend statistics. <stats> is preallocated array of
Christopher Fauletd808f172021-01-22 17:33:22 +01001641 * length <len>. If <selected_field> is != NULL, only fill this one. The length
1642 * of the array must be at least ST_F_TOTAL_FIELDS. If this length is less than
1643 * this value, or if the selected field is not implemented for frontends, the
1644 * function returns 0, otherwise, it returns 1.
William Lallemand74c24fb2016-11-21 17:18:36 +01001645 */
William Dauchy0ef54392021-01-17 18:27:45 +01001646int stats_fill_fe_stats(struct proxy *px, struct field *stats, int len,
1647 enum stat_field *selected_field)
William Lallemand74c24fb2016-11-21 17:18:36 +01001648{
William Dauchy0ef54392021-01-17 18:27:45 +01001649 enum stat_field current_field = (selected_field != NULL ? *selected_field : 0);
William Dauchy0ef54392021-01-17 18:27:45 +01001650
William Lallemand74c24fb2016-11-21 17:18:36 +01001651 if (len < ST_F_TOTAL_FIELDS)
1652 return 0;
1653
William Dauchy0ef54392021-01-17 18:27:45 +01001654 for (; current_field < ST_F_TOTAL_FIELDS; current_field++) {
Christopher Faulet8596bfb2021-01-25 15:16:41 +01001655 struct field metric = { 0 };
1656
William Dauchy0ef54392021-01-17 18:27:45 +01001657 switch (current_field) {
1658 case ST_F_PXNAME:
1659 metric = mkf_str(FO_KEY|FN_NAME|FS_SERVICE, px->id);
1660 break;
1661 case ST_F_SVNAME:
1662 metric = mkf_str(FO_KEY|FN_NAME|FS_SERVICE, "FRONTEND");
1663 break;
1664 case ST_F_MODE:
1665 metric = mkf_str(FO_CONFIG|FS_SERVICE, proxy_mode_str(px->mode));
1666 break;
1667 case ST_F_SCUR:
1668 metric = mkf_u32(0, px->feconn);
1669 break;
1670 case ST_F_SMAX:
1671 metric = mkf_u32(FN_MAX, px->fe_counters.conn_max);
1672 break;
1673 case ST_F_SLIM:
1674 metric = mkf_u32(FO_CONFIG|FN_LIMIT, px->maxconn);
1675 break;
1676 case ST_F_STOT:
1677 metric = mkf_u64(FN_COUNTER, px->fe_counters.cum_sess);
1678 break;
1679 case ST_F_BIN:
1680 metric = mkf_u64(FN_COUNTER, px->fe_counters.bytes_in);
1681 break;
1682 case ST_F_BOUT:
1683 metric = mkf_u64(FN_COUNTER, px->fe_counters.bytes_out);
1684 break;
1685 case ST_F_DREQ:
1686 metric = mkf_u64(FN_COUNTER, px->fe_counters.denied_req);
1687 break;
1688 case ST_F_DRESP:
1689 metric = mkf_u64(FN_COUNTER, px->fe_counters.denied_resp);
1690 break;
1691 case ST_F_EREQ:
1692 metric = mkf_u64(FN_COUNTER, px->fe_counters.failed_req);
1693 break;
1694 case ST_F_DCON:
1695 metric = mkf_u64(FN_COUNTER, px->fe_counters.denied_conn);
1696 break;
1697 case ST_F_DSES:
1698 metric = mkf_u64(FN_COUNTER, px->fe_counters.denied_sess);
1699 break;
1700 case ST_F_STATUS:
Christopher Fauletdfd10ab2021-10-06 14:24:19 +02001701 metric = mkf_str(FO_STATUS, (px->flags & (PR_FL_DISABLED|PR_FL_STOPPED)) ? "STOP" : "OPEN");
William Dauchy0ef54392021-01-17 18:27:45 +01001702 break;
1703 case ST_F_PID:
Willy Tarreaue8422bf2021-06-15 09:08:18 +02001704 metric = mkf_u32(FO_KEY, 1);
William Dauchy0ef54392021-01-17 18:27:45 +01001705 break;
1706 case ST_F_IID:
1707 metric = mkf_u32(FO_KEY|FS_SERVICE, px->uuid);
1708 break;
1709 case ST_F_SID:
1710 metric = mkf_u32(FO_KEY|FS_SERVICE, 0);
1711 break;
1712 case ST_F_TYPE:
1713 metric = mkf_u32(FO_CONFIG|FS_SERVICE, STATS_TYPE_FE);
1714 break;
1715 case ST_F_RATE:
1716 metric = mkf_u32(FN_RATE, read_freq_ctr(&px->fe_sess_per_sec));
1717 break;
1718 case ST_F_RATE_LIM:
1719 metric = mkf_u32(FO_CONFIG|FN_LIMIT, px->fe_sps_lim);
1720 break;
1721 case ST_F_RATE_MAX:
1722 metric = mkf_u32(FN_MAX, px->fe_counters.sps_max);
1723 break;
1724 case ST_F_WREW:
1725 metric = mkf_u64(FN_COUNTER, px->fe_counters.failed_rewrites);
1726 break;
1727 case ST_F_EINT:
1728 metric = mkf_u64(FN_COUNTER, px->fe_counters.internal_errors);
1729 break;
1730 case ST_F_HRSP_1XX:
William Dauchy2107a0f2021-01-22 21:09:48 +01001731 if (px->mode == PR_MODE_HTTP)
1732 metric = mkf_u64(FN_COUNTER, px->fe_counters.p.http.rsp[1]);
William Dauchy0ef54392021-01-17 18:27:45 +01001733 break;
1734 case ST_F_HRSP_2XX:
William Dauchy2107a0f2021-01-22 21:09:48 +01001735 if (px->mode == PR_MODE_HTTP)
1736 metric = mkf_u64(FN_COUNTER, px->fe_counters.p.http.rsp[2]);
William Dauchy0ef54392021-01-17 18:27:45 +01001737 break;
1738 case ST_F_HRSP_3XX:
William Dauchy2107a0f2021-01-22 21:09:48 +01001739 if (px->mode == PR_MODE_HTTP)
1740 metric = mkf_u64(FN_COUNTER, px->fe_counters.p.http.rsp[3]);
William Dauchy0ef54392021-01-17 18:27:45 +01001741 break;
1742 case ST_F_HRSP_4XX:
William Dauchy2107a0f2021-01-22 21:09:48 +01001743 if (px->mode == PR_MODE_HTTP)
1744 metric = mkf_u64(FN_COUNTER, px->fe_counters.p.http.rsp[4]);
William Dauchy0ef54392021-01-17 18:27:45 +01001745 break;
1746 case ST_F_HRSP_5XX:
William Dauchy2107a0f2021-01-22 21:09:48 +01001747 if (px->mode == PR_MODE_HTTP)
1748 metric = mkf_u64(FN_COUNTER, px->fe_counters.p.http.rsp[5]);
William Dauchy0ef54392021-01-17 18:27:45 +01001749 break;
1750 case ST_F_HRSP_OTHER:
William Dauchy2107a0f2021-01-22 21:09:48 +01001751 if (px->mode == PR_MODE_HTTP)
1752 metric = mkf_u64(FN_COUNTER, px->fe_counters.p.http.rsp[0]);
William Dauchy0ef54392021-01-17 18:27:45 +01001753 break;
1754 case ST_F_INTERCEPTED:
William Dauchy2107a0f2021-01-22 21:09:48 +01001755 if (px->mode == PR_MODE_HTTP)
1756 metric = mkf_u64(FN_COUNTER, px->fe_counters.intercepted_req);
William Dauchy0ef54392021-01-17 18:27:45 +01001757 break;
1758 case ST_F_CACHE_LOOKUPS:
William Dauchy2107a0f2021-01-22 21:09:48 +01001759 if (px->mode == PR_MODE_HTTP)
1760 metric = mkf_u64(FN_COUNTER, px->fe_counters.p.http.cache_lookups);
William Dauchy0ef54392021-01-17 18:27:45 +01001761 break;
1762 case ST_F_CACHE_HITS:
William Dauchy2107a0f2021-01-22 21:09:48 +01001763 if (px->mode == PR_MODE_HTTP)
1764 metric = mkf_u64(FN_COUNTER, px->fe_counters.p.http.cache_hits);
William Dauchy0ef54392021-01-17 18:27:45 +01001765 break;
1766 case ST_F_REQ_RATE:
1767 metric = mkf_u32(FN_RATE, read_freq_ctr(&px->fe_req_per_sec));
1768 break;
1769 case ST_F_REQ_RATE_MAX:
1770 metric = mkf_u32(FN_MAX, px->fe_counters.p.http.rps_max);
1771 break;
1772 case ST_F_REQ_TOT:
1773 metric = mkf_u64(FN_COUNTER, px->fe_counters.p.http.cum_req);
1774 break;
1775 case ST_F_COMP_IN:
1776 metric = mkf_u64(FN_COUNTER, px->fe_counters.comp_in);
1777 break;
1778 case ST_F_COMP_OUT:
1779 metric = mkf_u64(FN_COUNTER, px->fe_counters.comp_out);
1780 break;
1781 case ST_F_COMP_BYP:
1782 metric = mkf_u64(FN_COUNTER, px->fe_counters.comp_byp);
1783 break;
1784 case ST_F_COMP_RSP:
1785 metric = mkf_u64(FN_COUNTER, px->fe_counters.p.http.comp_rsp);
1786 break;
1787 case ST_F_CONN_RATE:
1788 metric = mkf_u32(FN_RATE, read_freq_ctr(&px->fe_conn_per_sec));
1789 break;
1790 case ST_F_CONN_RATE_MAX:
1791 metric = mkf_u32(FN_MAX, px->fe_counters.cps_max);
1792 break;
1793 case ST_F_CONN_TOT:
1794 metric = mkf_u64(FN_COUNTER, px->fe_counters.cum_conn);
1795 break;
1796 default:
Christopher Fauletd808f172021-01-22 17:33:22 +01001797 /* not used for frontends. If a specific metric
1798 * is requested, return an error. Otherwise continue.
1799 */
1800 if (selected_field != NULL)
1801 return 0;
1802 continue;
William Dauchy0ef54392021-01-17 18:27:45 +01001803 }
1804 stats[current_field] = metric;
1805 if (selected_field != NULL)
1806 break;
William Lallemand74c24fb2016-11-21 17:18:36 +01001807 }
William Lallemand74c24fb2016-11-21 17:18:36 +01001808 return 1;
1809}
1810
1811/* Dumps a frontend's line to the trash for the current proxy <px> and uses
Willy Tarreau4596fe22022-05-17 19:07:51 +02001812 * the state from stream connector <cs>. The caller is responsible for clearing
William Lallemand74c24fb2016-11-21 17:18:36 +01001813 * the trash if needed. Returns non-zero if it emits anything, zero otherwise.
1814 */
Willy Tarreau4596fe22022-05-17 19:07:51 +02001815static int stats_dump_fe_stats(struct stconn *cs, struct proxy *px)
William Lallemand74c24fb2016-11-21 17:18:36 +01001816{
Christopher Faulet908628c2022-03-25 16:43:49 +01001817 struct appctx *appctx = __cs_appctx(cs);
Willy Tarreau91cefca2022-05-03 17:08:29 +02001818 struct show_stat_ctx *ctx = appctx->svcctx;
Amaury Denoyelleee63d4b2020-10-05 11:49:42 +02001819 struct field *stats = stat_l[STATS_DOMAIN_PROXY];
1820 struct stats_module *mod;
1821 size_t stats_count = ST_F_TOTAL_FIELDS;
William Lallemand74c24fb2016-11-21 17:18:36 +01001822
1823 if (!(px->cap & PR_CAP_FE))
1824 return 0;
1825
Willy Tarreau91cefca2022-05-03 17:08:29 +02001826 if ((ctx->flags & STAT_BOUND) && !(ctx->type & (1 << STATS_TYPE_FE)))
William Lallemand74c24fb2016-11-21 17:18:36 +01001827 return 0;
1828
Amaury Denoyelleee63d4b2020-10-05 11:49:42 +02001829 memset(stats, 0, sizeof(struct field) * stat_count[STATS_DOMAIN_PROXY]);
1830
William Dauchy0ef54392021-01-17 18:27:45 +01001831 if (!stats_fill_fe_stats(px, stats, ST_F_TOTAL_FIELDS, NULL))
William Lallemand74c24fb2016-11-21 17:18:36 +01001832 return 0;
1833
Amaury Denoyelleee63d4b2020-10-05 11:49:42 +02001834 list_for_each_entry(mod, &stats_module_list[STATS_DOMAIN_PROXY], list) {
1835 void *counters;
1836
1837 if (!(stats_px_get_cap(mod->domain_flags) & STATS_PX_CAP_FE)) {
1838 stats_count += mod->stats_count;
1839 continue;
1840 }
1841
1842 counters = EXTRA_COUNTERS_GET(px->extra_counters_fe, mod);
1843 mod->fill_stats(counters, stats + stats_count);
1844 stats_count += mod->stats_count;
1845 }
1846
1847 return stats_dump_one_line(stats, stats_count, appctx);
William Lallemand74c24fb2016-11-21 17:18:36 +01001848}
1849
William Dauchy655e14e2021-02-14 23:22:54 +01001850/* Fill <stats> with the listener statistics. <stats> is preallocated array of
1851 * length <len>. The length of the array must be at least ST_F_TOTAL_FIELDS. If
1852 * this length is less then this value, the function returns 0, otherwise, it
1853 * returns 1. If selected_field is != NULL, only fill this one. <flags> can
1854 * take the value STAT_SHLGNDS.
William Lallemand74c24fb2016-11-21 17:18:36 +01001855 */
1856int stats_fill_li_stats(struct proxy *px, struct listener *l, int flags,
William Dauchy655e14e2021-02-14 23:22:54 +01001857 struct field *stats, int len, enum stat_field *selected_field)
William Lallemand74c24fb2016-11-21 17:18:36 +01001858{
William Dauchy655e14e2021-02-14 23:22:54 +01001859 enum stat_field current_field = (selected_field != NULL ? *selected_field : 0);
Willy Tarreau83061a82018-07-13 11:56:34 +02001860 struct buffer *out = get_trash_chunk();
William Lallemand74c24fb2016-11-21 17:18:36 +01001861
1862 if (len < ST_F_TOTAL_FIELDS)
1863 return 0;
1864
1865 if (!l->counters)
1866 return 0;
1867
1868 chunk_reset(out);
William Lallemand74c24fb2016-11-21 17:18:36 +01001869
William Dauchy655e14e2021-02-14 23:22:54 +01001870 for (; current_field < ST_F_TOTAL_FIELDS; current_field++) {
1871 struct field metric = { 0 };
William Lallemand74c24fb2016-11-21 17:18:36 +01001872
William Dauchy655e14e2021-02-14 23:22:54 +01001873 switch (current_field) {
1874 case ST_F_PXNAME:
1875 metric = mkf_str(FO_KEY|FN_NAME|FS_SERVICE, px->id);
1876 break;
1877 case ST_F_SVNAME:
1878 metric = mkf_str(FO_KEY|FN_NAME|FS_SERVICE, l->name);
1879 break;
1880 case ST_F_MODE:
1881 metric = mkf_str(FO_CONFIG|FS_SERVICE, proxy_mode_str(px->mode));
1882 break;
1883 case ST_F_SCUR:
1884 metric = mkf_u32(0, l->nbconn);
1885 break;
1886 case ST_F_SMAX:
1887 metric = mkf_u32(FN_MAX, l->counters->conn_max);
1888 break;
1889 case ST_F_SLIM:
1890 metric = mkf_u32(FO_CONFIG|FN_LIMIT, l->maxconn);
1891 break;
1892 case ST_F_STOT:
1893 metric = mkf_u64(FN_COUNTER, l->counters->cum_conn);
1894 break;
1895 case ST_F_BIN:
1896 metric = mkf_u64(FN_COUNTER, l->counters->bytes_in);
1897 break;
1898 case ST_F_BOUT:
1899 metric = mkf_u64(FN_COUNTER, l->counters->bytes_out);
1900 break;
1901 case ST_F_DREQ:
1902 metric = mkf_u64(FN_COUNTER, l->counters->denied_req);
1903 break;
1904 case ST_F_DRESP:
1905 metric = mkf_u64(FN_COUNTER, l->counters->denied_resp);
1906 break;
1907 case ST_F_EREQ:
1908 metric = mkf_u64(FN_COUNTER, l->counters->failed_req);
1909 break;
1910 case ST_F_DCON:
1911 metric = mkf_u64(FN_COUNTER, l->counters->denied_conn);
1912 break;
1913 case ST_F_DSES:
1914 metric = mkf_u64(FN_COUNTER, l->counters->denied_sess);
1915 break;
1916 case ST_F_STATUS:
William Dauchy3679d0c2021-02-14 23:22:55 +01001917 metric = mkf_str(FO_STATUS, li_status_st[get_li_status(l)]);
William Dauchy655e14e2021-02-14 23:22:54 +01001918 break;
1919 case ST_F_PID:
Willy Tarreaue8422bf2021-06-15 09:08:18 +02001920 metric = mkf_u32(FO_KEY, 1);
William Dauchy655e14e2021-02-14 23:22:54 +01001921 break;
1922 case ST_F_IID:
1923 metric = mkf_u32(FO_KEY|FS_SERVICE, px->uuid);
1924 break;
1925 case ST_F_SID:
1926 metric = mkf_u32(FO_KEY|FS_SERVICE, l->luid);
1927 break;
1928 case ST_F_TYPE:
1929 metric = mkf_u32(FO_CONFIG|FS_SERVICE, STATS_TYPE_SO);
1930 break;
1931 case ST_F_WREW:
1932 metric = mkf_u64(FN_COUNTER, l->counters->failed_rewrites);
1933 break;
1934 case ST_F_EINT:
1935 metric = mkf_u64(FN_COUNTER, l->counters->internal_errors);
1936 break;
1937 case ST_F_ADDR:
1938 if (flags & STAT_SHLGNDS) {
1939 char str[INET6_ADDRSTRLEN];
1940 int port;
William Lallemand74c24fb2016-11-21 17:18:36 +01001941
William Dauchy655e14e2021-02-14 23:22:54 +01001942 port = get_host_port(&l->rx.addr);
1943 switch (addr_to_str(&l->rx.addr, str, sizeof(str))) {
1944 case AF_INET:
1945 metric = mkf_str(FO_CONFIG|FS_SERVICE, chunk_newstr(out));
1946 chunk_appendf(out, "%s:%d", str, port);
1947 break;
1948 case AF_INET6:
1949 metric = mkf_str(FO_CONFIG|FS_SERVICE, chunk_newstr(out));
1950 chunk_appendf(out, "[%s]:%d", str, port);
1951 break;
1952 case AF_UNIX:
1953 metric = mkf_str(FO_CONFIG|FS_SERVICE, "unix");
1954 break;
1955 case -1:
1956 metric = mkf_str(FO_CONFIG|FS_SERVICE, chunk_newstr(out));
1957 chunk_strcat(out, strerror(errno));
1958 break;
1959 default: /* address family not supported */
1960 break;
1961 }
1962 }
1963 break;
1964 default:
1965 /* not used for listen. If a specific metric
1966 * is requested, return an error. Otherwise continue.
1967 */
1968 if (selected_field != NULL)
1969 return 0;
1970 continue;
William Lallemand74c24fb2016-11-21 17:18:36 +01001971 }
William Dauchy655e14e2021-02-14 23:22:54 +01001972 stats[current_field] = metric;
1973 if (selected_field != NULL)
1974 break;
William Lallemand74c24fb2016-11-21 17:18:36 +01001975 }
William Lallemand74c24fb2016-11-21 17:18:36 +01001976 return 1;
1977}
1978
1979/* Dumps a line for listener <l> and proxy <px> to the trash and uses the state
Willy Tarreau4596fe22022-05-17 19:07:51 +02001980 * from stream connector <cs>. The caller is responsible for clearing the trash
Willy Tarreau43241ff2019-10-09 11:27:51 +02001981 * if needed. Returns non-zero if it emits anything, zero otherwise.
William Lallemand74c24fb2016-11-21 17:18:36 +01001982 */
Willy Tarreau4596fe22022-05-17 19:07:51 +02001983static int stats_dump_li_stats(struct stconn *cs, struct proxy *px, struct listener *l)
William Lallemand74c24fb2016-11-21 17:18:36 +01001984{
Christopher Faulet908628c2022-03-25 16:43:49 +01001985 struct appctx *appctx = __cs_appctx(cs);
Willy Tarreau91cefca2022-05-03 17:08:29 +02001986 struct show_stat_ctx *ctx = appctx->svcctx;
Amaury Denoyelleee63d4b2020-10-05 11:49:42 +02001987 struct field *stats = stat_l[STATS_DOMAIN_PROXY];
1988 struct stats_module *mod;
1989 size_t stats_count = ST_F_TOTAL_FIELDS;
1990
1991 memset(stats, 0, sizeof(struct field) * stat_count[STATS_DOMAIN_PROXY]);
William Lallemand74c24fb2016-11-21 17:18:36 +01001992
Willy Tarreau91cefca2022-05-03 17:08:29 +02001993 if (!stats_fill_li_stats(px, l, ctx->flags, stats,
William Dauchy655e14e2021-02-14 23:22:54 +01001994 ST_F_TOTAL_FIELDS, NULL))
William Lallemand74c24fb2016-11-21 17:18:36 +01001995 return 0;
1996
Amaury Denoyelleee63d4b2020-10-05 11:49:42 +02001997 list_for_each_entry(mod, &stats_module_list[STATS_DOMAIN_PROXY], list) {
1998 void *counters;
1999
2000 if (!(stats_px_get_cap(mod->domain_flags) & STATS_PX_CAP_LI)) {
2001 stats_count += mod->stats_count;
2002 continue;
2003 }
2004
2005 counters = EXTRA_COUNTERS_GET(l->extra_counters, mod);
2006 mod->fill_stats(counters, stats + stats_count);
2007 stats_count += mod->stats_count;
2008 }
2009
2010 return stats_dump_one_line(stats, stats_count, appctx);
William Lallemand74c24fb2016-11-21 17:18:36 +01002011}
2012
2013enum srv_stats_state {
2014 SRV_STATS_STATE_DOWN = 0,
2015 SRV_STATS_STATE_DOWN_AGENT,
2016 SRV_STATS_STATE_GOING_UP,
2017 SRV_STATS_STATE_UP_GOING_DOWN,
2018 SRV_STATS_STATE_UP,
2019 SRV_STATS_STATE_NOLB_GOING_DOWN,
2020 SRV_STATS_STATE_NOLB,
2021 SRV_STATS_STATE_DRAIN_GOING_DOWN,
2022 SRV_STATS_STATE_DRAIN,
2023 SRV_STATS_STATE_DRAIN_AGENT,
2024 SRV_STATS_STATE_NO_CHECK,
2025
2026 SRV_STATS_STATE_COUNT, /* Must be last */
2027};
2028
2029static const char *srv_hlt_st[SRV_STATS_STATE_COUNT] = {
2030 [SRV_STATS_STATE_DOWN] = "DOWN",
2031 [SRV_STATS_STATE_DOWN_AGENT] = "DOWN (agent)",
2032 [SRV_STATS_STATE_GOING_UP] = "DOWN %d/%d",
2033 [SRV_STATS_STATE_UP_GOING_DOWN] = "UP %d/%d",
2034 [SRV_STATS_STATE_UP] = "UP",
2035 [SRV_STATS_STATE_NOLB_GOING_DOWN] = "NOLB %d/%d",
2036 [SRV_STATS_STATE_NOLB] = "NOLB",
2037 [SRV_STATS_STATE_DRAIN_GOING_DOWN] = "DRAIN %d/%d",
2038 [SRV_STATS_STATE_DRAIN] = "DRAIN",
2039 [SRV_STATS_STATE_DRAIN_AGENT] = "DRAIN (agent)",
2040 [SRV_STATS_STATE_NO_CHECK] = "no check"
2041};
2042
William Dauchyd3a9a492021-01-25 17:29:03 +01002043/* Compute server state helper
William Lallemand74c24fb2016-11-21 17:18:36 +01002044 */
William Dauchyd3a9a492021-01-25 17:29:03 +01002045static void stats_fill_sv_stats_computestate(struct server *sv, struct server *ref,
2046 enum srv_stats_state *state)
William Lallemand74c24fb2016-11-21 17:18:36 +01002047{
Emeric Brun52a91d32017-08-31 14:41:55 +02002048 if (sv->cur_state == SRV_ST_RUNNING || sv->cur_state == SRV_ST_STARTING) {
William Lallemand74c24fb2016-11-21 17:18:36 +01002049 if ((ref->check.state & CHK_ST_ENABLED) &&
2050 (ref->check.health < ref->check.rise + ref->check.fall - 1)) {
William Dauchyd3a9a492021-01-25 17:29:03 +01002051 *state = SRV_STATS_STATE_UP_GOING_DOWN;
William Lallemand74c24fb2016-11-21 17:18:36 +01002052 } else {
William Dauchyd3a9a492021-01-25 17:29:03 +01002053 *state = SRV_STATS_STATE_UP;
William Lallemand74c24fb2016-11-21 17:18:36 +01002054 }
2055
Emeric Brun52a91d32017-08-31 14:41:55 +02002056 if (sv->cur_admin & SRV_ADMF_DRAIN) {
William Lallemand74c24fb2016-11-21 17:18:36 +01002057 if (ref->agent.state & CHK_ST_ENABLED)
William Dauchyd3a9a492021-01-25 17:29:03 +01002058 *state = SRV_STATS_STATE_DRAIN_AGENT;
2059 else if (*state == SRV_STATS_STATE_UP_GOING_DOWN)
2060 *state = SRV_STATS_STATE_DRAIN_GOING_DOWN;
William Lallemand74c24fb2016-11-21 17:18:36 +01002061 else
William Dauchyd3a9a492021-01-25 17:29:03 +01002062 *state = SRV_STATS_STATE_DRAIN;
William Lallemand74c24fb2016-11-21 17:18:36 +01002063 }
2064
William Dauchyd3a9a492021-01-25 17:29:03 +01002065 if (*state == SRV_STATS_STATE_UP && !(ref->check.state & CHK_ST_ENABLED)) {
2066 *state = SRV_STATS_STATE_NO_CHECK;
William Lallemand74c24fb2016-11-21 17:18:36 +01002067 }
2068 }
Emeric Brun52a91d32017-08-31 14:41:55 +02002069 else if (sv->cur_state == SRV_ST_STOPPING) {
William Lallemand74c24fb2016-11-21 17:18:36 +01002070 if ((!(sv->check.state & CHK_ST_ENABLED) && !sv->track) ||
2071 (ref->check.health == ref->check.rise + ref->check.fall - 1)) {
William Dauchyd3a9a492021-01-25 17:29:03 +01002072 *state = SRV_STATS_STATE_NOLB;
William Lallemand74c24fb2016-11-21 17:18:36 +01002073 } else {
William Dauchyd3a9a492021-01-25 17:29:03 +01002074 *state = SRV_STATS_STATE_NOLB_GOING_DOWN;
William Lallemand74c24fb2016-11-21 17:18:36 +01002075 }
2076 }
2077 else { /* stopped */
2078 if ((ref->agent.state & CHK_ST_ENABLED) && !ref->agent.health) {
William Dauchyd3a9a492021-01-25 17:29:03 +01002079 *state = SRV_STATS_STATE_DOWN_AGENT;
William Lallemand74c24fb2016-11-21 17:18:36 +01002080 } else if ((ref->check.state & CHK_ST_ENABLED) && !ref->check.health) {
William Dauchyd3a9a492021-01-25 17:29:03 +01002081 *state = SRV_STATS_STATE_DOWN; /* DOWN */
William Lallemand74c24fb2016-11-21 17:18:36 +01002082 } else if ((ref->agent.state & CHK_ST_ENABLED) || (ref->check.state & CHK_ST_ENABLED)) {
William Dauchyd3a9a492021-01-25 17:29:03 +01002083 *state = SRV_STATS_STATE_GOING_UP;
William Lallemand74c24fb2016-11-21 17:18:36 +01002084 } else {
William Dauchyd3a9a492021-01-25 17:29:03 +01002085 *state = SRV_STATS_STATE_DOWN; /* DOWN, unchecked */
William Lallemand74c24fb2016-11-21 17:18:36 +01002086 }
2087 }
William Dauchyd3a9a492021-01-25 17:29:03 +01002088}
William Lallemand74c24fb2016-11-21 17:18:36 +01002089
William Dauchyd3a9a492021-01-25 17:29:03 +01002090/* Fill <stats> with the backend statistics. <stats> is preallocated array of
2091 * length <len>. If <selected_field> is != NULL, only fill this one. The length
2092 * of the array must be at least ST_F_TOTAL_FIELDS. If this length is less than
2093 * this value, or if the selected field is not implemented for servers, the
2094 * function returns 0, otherwise, it returns 1. <flags> can take the value
2095 * STAT_SHLGNDS.
2096 */
2097int stats_fill_sv_stats(struct proxy *px, struct server *sv, int flags,
2098 struct field *stats, int len,
2099 enum stat_field *selected_field)
2100{
2101 enum stat_field current_field = (selected_field != NULL ? *selected_field : 0);
2102 struct server *via = sv->track ? sv->track : sv;
2103 struct server *ref = via;
2104 enum srv_stats_state state = 0;
2105 char str[INET6_ADDRSTRLEN];
2106 struct buffer *out = get_trash_chunk();
2107 char *fld_status;
2108 long long srv_samples_counter;
2109 unsigned int srv_samples_window = TIME_STATS_SAMPLES;
William Lallemand74c24fb2016-11-21 17:18:36 +01002110
William Dauchyd3a9a492021-01-25 17:29:03 +01002111 if (len < ST_F_TOTAL_FIELDS)
2112 return 0;
William Lallemand74c24fb2016-11-21 17:18:36 +01002113
William Dauchyd3a9a492021-01-25 17:29:03 +01002114 chunk_reset(out);
William Lallemand74c24fb2016-11-21 17:18:36 +01002115
William Dauchyd3a9a492021-01-25 17:29:03 +01002116 /* compute state for later use */
2117 if (selected_field == NULL || *selected_field == ST_F_STATUS ||
2118 *selected_field == ST_F_CHECK_RISE || *selected_field == ST_F_CHECK_FALL ||
2119 *selected_field == ST_F_CHECK_HEALTH || *selected_field == ST_F_HANAFAIL) {
2120 /* we have "via" which is the tracked server as described in the configuration,
2121 * and "ref" which is the checked server and the end of the chain.
2122 */
2123 while (ref->track)
2124 ref = ref->track;
2125 stats_fill_sv_stats_computestate(sv, ref, &state);
William Lallemand74c24fb2016-11-21 17:18:36 +01002126 }
2127
William Dauchyd3a9a492021-01-25 17:29:03 +01002128 /* compue time values for later use */
2129 if (selected_field == NULL || *selected_field == ST_F_QTIME ||
2130 *selected_field == ST_F_CTIME || *selected_field == ST_F_RTIME ||
2131 *selected_field == ST_F_TTIME) {
2132 srv_samples_counter = (px->mode == PR_MODE_HTTP) ? sv->counters.p.http.cum_req : sv->counters.cum_lbconn;
2133 if (srv_samples_counter < TIME_STATS_SAMPLES && srv_samples_counter > 0)
2134 srv_samples_window = srv_samples_counter;
William Lallemand74c24fb2016-11-21 17:18:36 +01002135 }
2136
William Dauchyd3a9a492021-01-25 17:29:03 +01002137 for (; current_field < ST_F_TOTAL_FIELDS; current_field++) {
2138 struct field metric = { 0 };
William Lallemand74c24fb2016-11-21 17:18:36 +01002139
William Dauchyd3a9a492021-01-25 17:29:03 +01002140 switch (current_field) {
2141 case ST_F_PXNAME:
2142 metric = mkf_str(FO_KEY|FN_NAME|FS_SERVICE, px->id);
2143 break;
2144 case ST_F_SVNAME:
2145 metric = mkf_str(FO_KEY|FN_NAME|FS_SERVICE, sv->id);
2146 break;
2147 case ST_F_MODE:
2148 metric = mkf_str(FO_CONFIG|FS_SERVICE, proxy_mode_str(px->mode));
Christopher Faulet3888b8c2021-01-27 13:32:25 +01002149 break;
William Dauchyd3a9a492021-01-25 17:29:03 +01002150 case ST_F_QCUR:
Willy Tarreaua0570452021-06-18 09:30:30 +02002151 metric = mkf_u32(0, sv->queue.length);
William Dauchyd3a9a492021-01-25 17:29:03 +01002152 break;
2153 case ST_F_QMAX:
2154 metric = mkf_u32(FN_MAX, sv->counters.nbpend_max);
2155 break;
2156 case ST_F_SCUR:
2157 metric = mkf_u32(0, sv->cur_sess);
2158 break;
2159 case ST_F_SMAX:
2160 metric = mkf_u32(FN_MAX, sv->counters.cur_sess_max);
2161 break;
2162 case ST_F_SLIM:
2163 if (sv->maxconn)
2164 metric = mkf_u32(FO_CONFIG|FN_LIMIT, sv->maxconn);
2165 break;
2166 case ST_F_SRV_ICUR:
2167 metric = mkf_u32(0, sv->curr_idle_conns);
2168 break;
2169 case ST_F_SRV_ILIM:
2170 if (sv->max_idle_conns != -1)
2171 metric = mkf_u32(FO_CONFIG|FN_LIMIT, sv->max_idle_conns);
2172 break;
2173 case ST_F_STOT:
2174 metric = mkf_u64(FN_COUNTER, sv->counters.cum_sess);
2175 break;
2176 case ST_F_BIN:
2177 metric = mkf_u64(FN_COUNTER, sv->counters.bytes_in);
2178 break;
2179 case ST_F_BOUT:
2180 metric = mkf_u64(FN_COUNTER, sv->counters.bytes_out);
2181 break;
2182 case ST_F_DRESP:
2183 metric = mkf_u64(FN_COUNTER, sv->counters.denied_resp);
2184 break;
2185 case ST_F_ECON:
2186 metric = mkf_u64(FN_COUNTER, sv->counters.failed_conns);
2187 break;
2188 case ST_F_ERESP:
2189 metric = mkf_u64(FN_COUNTER, sv->counters.failed_resp);
2190 break;
2191 case ST_F_WRETR:
2192 metric = mkf_u64(FN_COUNTER, sv->counters.retries);
2193 break;
2194 case ST_F_WREDIS:
2195 metric = mkf_u64(FN_COUNTER, sv->counters.redispatches);
2196 break;
2197 case ST_F_WREW:
2198 metric = mkf_u64(FN_COUNTER, sv->counters.failed_rewrites);
2199 break;
2200 case ST_F_EINT:
2201 metric = mkf_u64(FN_COUNTER, sv->counters.internal_errors);
2202 break;
2203 case ST_F_CONNECT:
2204 metric = mkf_u64(FN_COUNTER, sv->counters.connect);
2205 break;
2206 case ST_F_REUSE:
2207 metric = mkf_u64(FN_COUNTER, sv->counters.reuse);
2208 break;
2209 case ST_F_IDLE_CONN_CUR:
2210 metric = mkf_u32(0, sv->curr_idle_nb);
2211 break;
2212 case ST_F_SAFE_CONN_CUR:
2213 metric = mkf_u32(0, sv->curr_safe_nb);
2214 break;
2215 case ST_F_USED_CONN_CUR:
2216 metric = mkf_u32(0, sv->curr_used_conns);
2217 break;
2218 case ST_F_NEED_CONN_EST:
2219 metric = mkf_u32(0, sv->est_need_conns);
2220 break;
2221 case ST_F_STATUS:
2222 fld_status = chunk_newstr(out);
2223 if (sv->cur_admin & SRV_ADMF_RMAINT)
2224 chunk_appendf(out, "MAINT (resolution)");
2225 else if (sv->cur_admin & SRV_ADMF_IMAINT)
2226 chunk_appendf(out, "MAINT (via %s/%s)", via->proxy->id, via->id);
2227 else if (sv->cur_admin & SRV_ADMF_MAINT)
2228 chunk_appendf(out, "MAINT");
2229 else
2230 chunk_appendf(out,
2231 srv_hlt_st[state],
2232 (ref->cur_state != SRV_ST_STOPPED) ? (ref->check.health - ref->check.rise + 1) : (ref->check.health),
2233 (ref->cur_state != SRV_ST_STOPPED) ? (ref->check.fall) : (ref->check.rise));
William Lallemand74c24fb2016-11-21 17:18:36 +01002234
William Dauchyd3a9a492021-01-25 17:29:03 +01002235 metric = mkf_str(FO_STATUS, fld_status);
2236 break;
2237 case ST_F_LASTCHG:
2238 metric = mkf_u32(FN_AGE, now.tv_sec - sv->last_change);
2239 break;
2240 case ST_F_WEIGHT:
2241 metric = mkf_u32(FN_AVG, (sv->cur_eweight * px->lbprm.wmult + px->lbprm.wdiv - 1) / px->lbprm.wdiv);
2242 break;
2243 case ST_F_UWEIGHT:
2244 metric = mkf_u32(FN_AVG, sv->uweight);
2245 break;
2246 case ST_F_ACT:
2247 metric = mkf_u32(FO_STATUS, (sv->flags & SRV_F_BACKUP) ? 0 : 1);
2248 break;
2249 case ST_F_BCK:
2250 metric = mkf_u32(FO_STATUS, (sv->flags & SRV_F_BACKUP) ? 1 : 0);
2251 break;
2252 case ST_F_CHKFAIL:
2253 if (sv->check.state & CHK_ST_ENABLED)
2254 metric = mkf_u64(FN_COUNTER, sv->counters.failed_checks);
2255 break;
2256 case ST_F_CHKDOWN:
2257 if (sv->check.state & CHK_ST_ENABLED)
2258 metric = mkf_u64(FN_COUNTER, sv->counters.down_trans);
2259 break;
2260 case ST_F_DOWNTIME:
2261 if (sv->check.state & CHK_ST_ENABLED)
2262 metric = mkf_u32(FN_COUNTER, srv_downtime(sv));
2263 break;
2264 case ST_F_QLIMIT:
2265 if (sv->maxqueue)
2266 metric = mkf_u32(FO_CONFIG|FS_SERVICE, sv->maxqueue);
2267 break;
2268 case ST_F_PID:
Willy Tarreaue8422bf2021-06-15 09:08:18 +02002269 metric = mkf_u32(FO_KEY, 1);
William Dauchyd3a9a492021-01-25 17:29:03 +01002270 break;
2271 case ST_F_IID:
2272 metric = mkf_u32(FO_KEY|FS_SERVICE, px->uuid);
2273 break;
2274 case ST_F_SID:
2275 metric = mkf_u32(FO_KEY|FS_SERVICE, sv->puid);
2276 break;
2277 case ST_F_THROTTLE:
2278 if (sv->cur_state == SRV_ST_STARTING && !server_is_draining(sv))
2279 metric = mkf_u32(FN_AVG, server_throttle_rate(sv));
2280 break;
2281 case ST_F_LBTOT:
2282 metric = mkf_u64(FN_COUNTER, sv->counters.cum_lbconn);
2283 break;
2284 case ST_F_TRACKED:
2285 if (sv->track) {
2286 char *fld_track = chunk_newstr(out);
2287 chunk_appendf(out, "%s/%s", sv->track->proxy->id, sv->track->id);
2288 metric = mkf_str(FO_CONFIG|FN_NAME|FS_SERVICE, fld_track);
2289 }
2290 break;
2291 case ST_F_TYPE:
2292 metric = mkf_u32(FO_CONFIG|FS_SERVICE, STATS_TYPE_SV);
2293 break;
2294 case ST_F_RATE:
2295 metric = mkf_u32(FN_RATE, read_freq_ctr(&sv->sess_per_sec));
2296 break;
2297 case ST_F_RATE_MAX:
2298 metric = mkf_u32(FN_MAX, sv->counters.sps_max);
2299 break;
2300 case ST_F_CHECK_STATUS:
2301 if ((sv->check.state & (CHK_ST_ENABLED|CHK_ST_PAUSED)) == CHK_ST_ENABLED) {
2302 const char *fld_chksts;
Marcin Deraneka8dbdf32020-05-15 20:02:40 +02002303
William Dauchyd3a9a492021-01-25 17:29:03 +01002304 fld_chksts = chunk_newstr(out);
2305 chunk_strcat(out, "* "); // for check in progress
2306 chunk_strcat(out, get_check_status_info(sv->check.status));
2307 if (!(sv->check.state & CHK_ST_INPROGRESS))
2308 fld_chksts += 2; // skip "* "
Willy Tarreau973a9372021-05-12 17:29:14 +02002309 metric = mkf_str(FN_OUTPUT, fld_chksts);
William Dauchyd3a9a492021-01-25 17:29:03 +01002310 }
2311 break;
2312 case ST_F_CHECK_CODE:
2313 if ((sv->check.state & (CHK_ST_ENABLED|CHK_ST_PAUSED)) == CHK_ST_ENABLED &&
2314 sv->check.status >= HCHK_STATUS_L57DATA)
2315 metric = mkf_u32(FN_OUTPUT, sv->check.code);
2316 break;
2317 case ST_F_CHECK_DURATION:
2318 if ((sv->check.state & (CHK_ST_ENABLED|CHK_ST_PAUSED)) == CHK_ST_ENABLED &&
2319 sv->check.status >= HCHK_STATUS_CHECKED)
2320 metric = mkf_u64(FN_DURATION, sv->check.duration);
2321 break;
2322 case ST_F_CHECK_DESC:
2323 if ((sv->check.state & (CHK_ST_ENABLED|CHK_ST_PAUSED)) == CHK_ST_ENABLED)
2324 metric = mkf_str(FN_OUTPUT, get_check_status_description(sv->check.status));
2325 break;
2326 case ST_F_LAST_CHK:
2327 if ((sv->check.state & (CHK_ST_ENABLED|CHK_ST_PAUSED)) == CHK_ST_ENABLED)
2328 metric = mkf_str(FN_OUTPUT, sv->check.desc);
2329 break;
2330 case ST_F_CHECK_RISE:
2331 if ((sv->check.state & (CHK_ST_ENABLED|CHK_ST_PAUSED)) == CHK_ST_ENABLED)
2332 metric = mkf_u32(FO_CONFIG|FS_SERVICE, ref->check.rise);
2333 break;
2334 case ST_F_CHECK_FALL:
2335 if ((sv->check.state & (CHK_ST_ENABLED|CHK_ST_PAUSED)) == CHK_ST_ENABLED)
2336 metric = mkf_u32(FO_CONFIG|FS_SERVICE, ref->check.fall);
2337 break;
2338 case ST_F_CHECK_HEALTH:
2339 if ((sv->check.state & (CHK_ST_ENABLED|CHK_ST_PAUSED)) == CHK_ST_ENABLED)
2340 metric = mkf_u32(FO_CONFIG|FS_SERVICE, ref->check.health);
2341 break;
Christopher Faulet59bab612021-07-22 08:04:38 +02002342 case ST_F_AGENT_STATUS:
2343 if ((sv->agent.state & (CHK_ST_ENABLED|CHK_ST_PAUSED)) == CHK_ST_ENABLED) {
2344 const char *fld_chksts;
2345
2346 fld_chksts = chunk_newstr(out);
2347 chunk_strcat(out, "* "); // for check in progress
2348 chunk_strcat(out, get_check_status_info(sv->agent.status));
2349 if (!(sv->agent.state & CHK_ST_INPROGRESS))
2350 fld_chksts += 2; // skip "* "
2351 metric = mkf_str(FN_OUTPUT, fld_chksts);
2352 }
2353 break;
2354 case ST_F_AGENT_CODE:
2355 if ((sv->agent.state & (CHK_ST_ENABLED|CHK_ST_PAUSED)) == CHK_ST_ENABLED &&
2356 (sv->agent.status >= HCHK_STATUS_L57DATA))
2357 metric = mkf_u32(FN_OUTPUT, sv->agent.code);
2358 break;
2359 case ST_F_AGENT_DURATION:
2360 if ((sv->agent.state & (CHK_ST_ENABLED|CHK_ST_PAUSED)) == CHK_ST_ENABLED)
2361 metric = mkf_u64(FN_DURATION, sv->agent.duration);
2362 break;
2363 case ST_F_AGENT_DESC:
2364 if ((sv->agent.state & (CHK_ST_ENABLED|CHK_ST_PAUSED)) == CHK_ST_ENABLED)
2365 metric = mkf_str(FN_OUTPUT, get_check_status_description(sv->agent.status));
2366 break;
2367 case ST_F_LAST_AGT:
2368 if ((sv->agent.state & (CHK_ST_ENABLED|CHK_ST_PAUSED)) == CHK_ST_ENABLED)
2369 metric = mkf_str(FN_OUTPUT, sv->agent.desc);
2370 break;
2371 case ST_F_AGENT_RISE:
2372 if ((sv->agent.state & (CHK_ST_ENABLED|CHK_ST_PAUSED)) == CHK_ST_ENABLED)
2373 metric = mkf_u32(FO_CONFIG|FS_SERVICE, sv->agent.rise);
2374 break;
2375 case ST_F_AGENT_FALL:
2376 if ((sv->agent.state & (CHK_ST_ENABLED|CHK_ST_PAUSED)) == CHK_ST_ENABLED)
2377 metric = mkf_u32(FO_CONFIG|FS_SERVICE, sv->agent.fall);
2378 break;
2379 case ST_F_AGENT_HEALTH:
2380 if ((sv->agent.state & (CHK_ST_ENABLED|CHK_ST_PAUSED)) == CHK_ST_ENABLED)
2381 metric = mkf_u32(FO_CONFIG|FS_SERVICE, sv->agent.health);
2382 break;
William Dauchyd3a9a492021-01-25 17:29:03 +01002383 case ST_F_REQ_TOT:
2384 if (px->mode == PR_MODE_HTTP)
2385 metric = mkf_u64(FN_COUNTER, sv->counters.p.http.cum_req);
2386 break;
2387 case ST_F_HRSP_1XX:
2388 if (px->mode == PR_MODE_HTTP)
2389 metric = mkf_u64(FN_COUNTER, sv->counters.p.http.rsp[1]);
2390 break;
2391 case ST_F_HRSP_2XX:
2392 if (px->mode == PR_MODE_HTTP)
2393 metric = mkf_u64(FN_COUNTER, sv->counters.p.http.rsp[2]);
2394 break;
2395 case ST_F_HRSP_3XX:
2396 if (px->mode == PR_MODE_HTTP)
2397 metric = mkf_u64(FN_COUNTER, sv->counters.p.http.rsp[3]);
2398 break;
2399 case ST_F_HRSP_4XX:
2400 if (px->mode == PR_MODE_HTTP)
2401 metric = mkf_u64(FN_COUNTER, sv->counters.p.http.rsp[4]);
2402 break;
2403 case ST_F_HRSP_5XX:
2404 if (px->mode == PR_MODE_HTTP)
2405 metric = mkf_u64(FN_COUNTER, sv->counters.p.http.rsp[5]);
2406 break;
2407 case ST_F_HRSP_OTHER:
2408 if (px->mode == PR_MODE_HTTP)
2409 metric = mkf_u64(FN_COUNTER, sv->counters.p.http.rsp[0]);
2410 break;
2411 case ST_F_HANAFAIL:
2412 if (ref->observe)
2413 metric = mkf_u64(FN_COUNTER, sv->counters.failed_hana);
2414 break;
2415 case ST_F_CLI_ABRT:
2416 metric = mkf_u64(FN_COUNTER, sv->counters.cli_aborts);
2417 break;
2418 case ST_F_SRV_ABRT:
2419 metric = mkf_u64(FN_COUNTER, sv->counters.srv_aborts);
2420 break;
2421 case ST_F_LASTSESS:
2422 metric = mkf_s32(FN_AGE, srv_lastsession(sv));
2423 break;
2424 case ST_F_QTIME:
2425 metric = mkf_u32(FN_AVG, swrate_avg(sv->counters.q_time, srv_samples_window));
2426 break;
2427 case ST_F_CTIME:
2428 metric = mkf_u32(FN_AVG, swrate_avg(sv->counters.c_time, srv_samples_window));
2429 break;
2430 case ST_F_RTIME:
2431 metric = mkf_u32(FN_AVG, swrate_avg(sv->counters.d_time, srv_samples_window));
2432 break;
2433 case ST_F_TTIME:
2434 metric = mkf_u32(FN_AVG, swrate_avg(sv->counters.t_time, srv_samples_window));
2435 break;
2436 case ST_F_QT_MAX:
2437 metric = mkf_u32(FN_MAX, sv->counters.qtime_max);
2438 break;
2439 case ST_F_CT_MAX:
2440 metric = mkf_u32(FN_MAX, sv->counters.ctime_max);
2441 break;
2442 case ST_F_RT_MAX:
2443 metric = mkf_u32(FN_MAX, sv->counters.dtime_max);
2444 break;
2445 case ST_F_TT_MAX:
2446 metric = mkf_u32(FN_MAX, sv->counters.ttime_max);
2447 break;
2448 case ST_F_ADDR:
2449 if (flags & STAT_SHLGNDS) {
2450 switch (addr_to_str(&sv->addr, str, sizeof(str))) {
2451 case AF_INET:
2452 metric = mkf_str(FO_CONFIG|FS_SERVICE, chunk_newstr(out));
2453 chunk_appendf(out, "%s:%d", str, sv->svc_port);
2454 break;
2455 case AF_INET6:
2456 metric = mkf_str(FO_CONFIG|FS_SERVICE, chunk_newstr(out));
2457 chunk_appendf(out, "[%s]:%d", str, sv->svc_port);
2458 break;
2459 case AF_UNIX:
2460 metric = mkf_str(FO_CONFIG|FS_SERVICE, "unix");
2461 break;
2462 case -1:
2463 metric = mkf_str(FO_CONFIG|FS_SERVICE, chunk_newstr(out));
2464 chunk_strcat(out, strerror(errno));
2465 break;
2466 default: /* address family not supported */
2467 break;
2468 }
2469 }
2470 break;
2471 case ST_F_COOKIE:
2472 if (flags & STAT_SHLGNDS && sv->cookie)
2473 metric = mkf_str(FO_CONFIG|FN_NAME|FS_SERVICE, sv->cookie);
2474 break;
2475 default:
2476 /* not used for servers. If a specific metric
2477 * is requested, return an error. Otherwise continue.
2478 */
2479 if (selected_field != NULL)
2480 return 0;
2481 continue;
William Lallemand74c24fb2016-11-21 17:18:36 +01002482 }
William Dauchyd3a9a492021-01-25 17:29:03 +01002483 stats[current_field] = metric;
2484 if (selected_field != NULL)
2485 break;
William Lallemand74c24fb2016-11-21 17:18:36 +01002486 }
William Lallemand74c24fb2016-11-21 17:18:36 +01002487 return 1;
2488}
2489
2490/* Dumps a line for server <sv> and proxy <px> to the trash and uses the state
Willy Tarreau4596fe22022-05-17 19:07:51 +02002491 * from stream connector <cs>, and server state <state>. The caller is
Willy Tarreau43241ff2019-10-09 11:27:51 +02002492 * responsible for clearing the trash if needed. Returns non-zero if it emits
2493 * anything, zero otherwise.
William Lallemand74c24fb2016-11-21 17:18:36 +01002494 */
Willy Tarreau4596fe22022-05-17 19:07:51 +02002495static int stats_dump_sv_stats(struct stconn *cs, struct proxy *px, struct server *sv)
William Lallemand74c24fb2016-11-21 17:18:36 +01002496{
Christopher Faulet908628c2022-03-25 16:43:49 +01002497 struct appctx *appctx = __cs_appctx(cs);
Willy Tarreau91cefca2022-05-03 17:08:29 +02002498 struct show_stat_ctx *ctx = appctx->svcctx;
Amaury Denoyelleee63d4b2020-10-05 11:49:42 +02002499 struct stats_module *mod;
2500 struct field *stats = stat_l[STATS_DOMAIN_PROXY];
2501 size_t stats_count = ST_F_TOTAL_FIELDS;
2502
2503 memset(stats, 0, sizeof(struct field) * stat_count[STATS_DOMAIN_PROXY]);
William Lallemand74c24fb2016-11-21 17:18:36 +01002504
Willy Tarreau91cefca2022-05-03 17:08:29 +02002505 if (!stats_fill_sv_stats(px, sv, ctx->flags, stats,
William Dauchyd3a9a492021-01-25 17:29:03 +01002506 ST_F_TOTAL_FIELDS, NULL))
William Lallemand74c24fb2016-11-21 17:18:36 +01002507 return 0;
2508
Amaury Denoyelleee63d4b2020-10-05 11:49:42 +02002509 list_for_each_entry(mod, &stats_module_list[STATS_DOMAIN_PROXY], list) {
2510 void *counters;
2511
2512 if (stats_get_domain(mod->domain_flags) != STATS_DOMAIN_PROXY)
2513 continue;
2514
2515 if (!(stats_px_get_cap(mod->domain_flags) & STATS_PX_CAP_SRV)) {
2516 stats_count += mod->stats_count;
2517 continue;
2518 }
2519
2520 counters = EXTRA_COUNTERS_GET(sv->extra_counters, mod);
2521 mod->fill_stats(counters, stats + stats_count);
2522 stats_count += mod->stats_count;
2523 }
2524
2525 return stats_dump_one_line(stats, stats_count, appctx);
William Lallemand74c24fb2016-11-21 17:18:36 +01002526}
2527
William Dauchyda3b4662021-01-25 17:29:01 +01002528/* Helper to compute srv values for a given backend
William Lallemand74c24fb2016-11-21 17:18:36 +01002529 */
William Dauchyda3b4662021-01-25 17:29:01 +01002530static void stats_fill_be_stats_computesrv(struct proxy *px, int *nbup, int *nbsrv, int *totuw)
William Lallemand74c24fb2016-11-21 17:18:36 +01002531{
William Dauchyda3b4662021-01-25 17:29:01 +01002532 int nbup_tmp, nbsrv_tmp, totuw_tmp;
Willy Tarreau2fbe6942020-10-23 18:02:54 +02002533 const struct server *srv;
William Lallemand74c24fb2016-11-21 17:18:36 +01002534
William Dauchyda3b4662021-01-25 17:29:01 +01002535 nbup_tmp = nbsrv_tmp = totuw_tmp = 0;
Willy Tarreaubd715102020-10-23 22:44:30 +02002536 for (srv = px->srv; srv; srv = srv->next) {
2537 if (srv->cur_state != SRV_ST_STOPPED) {
William Dauchyda3b4662021-01-25 17:29:01 +01002538 nbup_tmp++;
Willy Tarreaubd715102020-10-23 22:44:30 +02002539 if (srv_currently_usable(srv) &&
2540 (!px->srv_act ^ !(srv->flags & SRV_F_BACKUP)))
William Dauchyda3b4662021-01-25 17:29:01 +01002541 totuw_tmp += srv->uweight;
Willy Tarreau2fbe6942020-10-23 18:02:54 +02002542 }
William Dauchyda3b4662021-01-25 17:29:01 +01002543 nbsrv_tmp++;
Willy Tarreau2fbe6942020-10-23 18:02:54 +02002544 }
2545
Willy Tarreaubd715102020-10-23 22:44:30 +02002546 HA_RWLOCK_RDLOCK(LBPRM_LOCK, &px->lbprm.lock);
2547 if (!px->srv_act && px->lbprm.fbck)
William Dauchyda3b4662021-01-25 17:29:01 +01002548 totuw_tmp = px->lbprm.fbck->uweight;
Willy Tarreaubd715102020-10-23 22:44:30 +02002549 HA_RWLOCK_RDUNLOCK(LBPRM_LOCK, &px->lbprm.lock);
2550
William Dauchyda3b4662021-01-25 17:29:01 +01002551 /* use tmp variable then assign result to make gcc happy */
2552 *nbup = nbup_tmp;
2553 *nbsrv = nbsrv_tmp;
2554 *totuw = totuw_tmp;
2555}
Willy Tarreau2fbe6942020-10-23 18:02:54 +02002556
William Dauchyda3b4662021-01-25 17:29:01 +01002557/* Fill <stats> with the backend statistics. <stats> is preallocated array of
2558 * length <len>. If <selected_field> is != NULL, only fill this one. The length
2559 * of the array must be at least ST_F_TOTAL_FIELDS. If this length is less than
2560 * this value, or if the selected field is not implemented for backends, the
2561 * function returns 0, otherwise, it returns 1. <flags> can take the value
2562 * STAT_SHLGNDS.
2563 */
2564int stats_fill_be_stats(struct proxy *px, int flags, struct field *stats, int len,
2565 enum stat_field *selected_field)
2566{
2567 enum stat_field current_field = (selected_field != NULL ? *selected_field : 0);
2568 long long be_samples_counter;
2569 unsigned int be_samples_window = TIME_STATS_SAMPLES;
2570 struct buffer *out = get_trash_chunk();
2571 int nbup, nbsrv, totuw;
2572 char *fld;
William Lallemand74c24fb2016-11-21 17:18:36 +01002573
William Dauchyda3b4662021-01-25 17:29:01 +01002574 if (len < ST_F_TOTAL_FIELDS)
2575 return 0;
William Lallemand74c24fb2016-11-21 17:18:36 +01002576
William Dauchyda3b4662021-01-25 17:29:01 +01002577 nbup = nbsrv = totuw = 0;
2578 /* some srv values compute for later if we either select all fields or
2579 * need them for one of the mentioned ones */
2580 if (selected_field == NULL || *selected_field == ST_F_STATUS ||
2581 *selected_field == ST_F_UWEIGHT)
2582 stats_fill_be_stats_computesrv(px, &nbup, &nbsrv, &totuw);
William Lallemand74c24fb2016-11-21 17:18:36 +01002583
William Dauchyda3b4662021-01-25 17:29:01 +01002584 /* same here but specific to time fields */
2585 if (selected_field == NULL || *selected_field == ST_F_QTIME ||
2586 *selected_field == ST_F_CTIME || *selected_field == ST_F_RTIME ||
2587 *selected_field == ST_F_TTIME) {
2588 be_samples_counter = (px->mode == PR_MODE_HTTP) ? px->be_counters.p.http.cum_req : px->be_counters.cum_lbconn;
2589 if (be_samples_counter < TIME_STATS_SAMPLES && be_samples_counter > 0)
2590 be_samples_window = be_samples_counter;
William Lallemand74c24fb2016-11-21 17:18:36 +01002591 }
2592
William Dauchyda3b4662021-01-25 17:29:01 +01002593 for (; current_field < ST_F_TOTAL_FIELDS; current_field++) {
2594 struct field metric = { 0 };
William Lallemand74c24fb2016-11-21 17:18:36 +01002595
William Dauchyda3b4662021-01-25 17:29:01 +01002596 switch (current_field) {
2597 case ST_F_PXNAME:
2598 metric = mkf_str(FO_KEY|FN_NAME|FS_SERVICE, px->id);
2599 break;
2600 case ST_F_SVNAME:
2601 metric = mkf_str(FO_KEY|FN_NAME|FS_SERVICE, "BACKEND");
2602 break;
2603 case ST_F_MODE:
2604 metric = mkf_str(FO_CONFIG|FS_SERVICE, proxy_mode_str(px->mode));
2605 break;
2606 case ST_F_QCUR:
Willy Tarreau7f3c1df2021-06-18 09:22:21 +02002607 metric = mkf_u32(0, px->queue.length);
William Dauchyda3b4662021-01-25 17:29:01 +01002608 break;
2609 case ST_F_QMAX:
2610 metric = mkf_u32(FN_MAX, px->be_counters.nbpend_max);
2611 break;
2612 case ST_F_SCUR:
2613 metric = mkf_u32(0, px->beconn);
2614 break;
2615 case ST_F_SMAX:
2616 metric = mkf_u32(FN_MAX, px->be_counters.conn_max);
2617 break;
2618 case ST_F_SLIM:
2619 metric = mkf_u32(FO_CONFIG|FN_LIMIT, px->fullconn);
2620 break;
2621 case ST_F_STOT:
2622 metric = mkf_u64(FN_COUNTER, px->be_counters.cum_conn);
2623 break;
2624 case ST_F_BIN:
2625 metric = mkf_u64(FN_COUNTER, px->be_counters.bytes_in);
2626 break;
2627 case ST_F_BOUT:
2628 metric = mkf_u64(FN_COUNTER, px->be_counters.bytes_out);
2629 break;
2630 case ST_F_DREQ:
2631 metric = mkf_u64(FN_COUNTER, px->be_counters.denied_req);
2632 break;
2633 case ST_F_DRESP:
2634 metric = mkf_u64(FN_COUNTER, px->be_counters.denied_resp);
2635 break;
2636 case ST_F_ECON:
2637 metric = mkf_u64(FN_COUNTER, px->be_counters.failed_conns);
2638 break;
2639 case ST_F_ERESP:
2640 metric = mkf_u64(FN_COUNTER, px->be_counters.failed_resp);
2641 break;
2642 case ST_F_WRETR:
2643 metric = mkf_u64(FN_COUNTER, px->be_counters.retries);
2644 break;
2645 case ST_F_WREDIS:
2646 metric = mkf_u64(FN_COUNTER, px->be_counters.redispatches);
2647 break;
2648 case ST_F_WREW:
2649 metric = mkf_u64(FN_COUNTER, px->be_counters.failed_rewrites);
2650 break;
2651 case ST_F_EINT:
2652 metric = mkf_u64(FN_COUNTER, px->be_counters.internal_errors);
2653 break;
2654 case ST_F_CONNECT:
2655 metric = mkf_u64(FN_COUNTER, px->be_counters.connect);
2656 break;
2657 case ST_F_REUSE:
2658 metric = mkf_u64(FN_COUNTER, px->be_counters.reuse);
2659 break;
2660 case ST_F_STATUS:
2661 fld = chunk_newstr(out);
2662 chunk_appendf(out, "%s", (px->lbprm.tot_weight > 0 || !px->srv) ? "UP" : "DOWN");
2663 if (flags & (STAT_HIDE_MAINT|STAT_HIDE_DOWN))
2664 chunk_appendf(out, " (%d/%d)", nbup, nbsrv);
2665 metric = mkf_str(FO_STATUS, fld);
2666 break;
William Dauchy42d7c402021-11-07 10:18:47 +01002667 case ST_F_AGG_SRV_CHECK_STATUS:
2668 metric = mkf_u32(FN_GAUGE, 0);
2669 break;
William Dauchyda3b4662021-01-25 17:29:01 +01002670 case ST_F_WEIGHT:
2671 metric = mkf_u32(FN_AVG, (px->lbprm.tot_weight * px->lbprm.wmult + px->lbprm.wdiv - 1) / px->lbprm.wdiv);
2672 break;
2673 case ST_F_UWEIGHT:
2674 metric = mkf_u32(FN_AVG, totuw);
2675 break;
2676 case ST_F_ACT:
2677 metric = mkf_u32(0, px->srv_act);
2678 break;
2679 case ST_F_BCK:
2680 metric = mkf_u32(0, px->srv_bck);
2681 break;
2682 case ST_F_CHKDOWN:
2683 metric = mkf_u64(FN_COUNTER, px->down_trans);
2684 break;
2685 case ST_F_LASTCHG:
2686 metric = mkf_u32(FN_AGE, now.tv_sec - px->last_change);
2687 break;
2688 case ST_F_DOWNTIME:
2689 if (px->srv)
2690 metric = mkf_u32(FN_COUNTER, be_downtime(px));
2691 break;
2692 case ST_F_PID:
Willy Tarreaue8422bf2021-06-15 09:08:18 +02002693 metric = mkf_u32(FO_KEY, 1);
William Dauchyda3b4662021-01-25 17:29:01 +01002694 break;
2695 case ST_F_IID:
2696 metric = mkf_u32(FO_KEY|FS_SERVICE, px->uuid);
2697 break;
2698 case ST_F_SID:
2699 metric = mkf_u32(FO_KEY|FS_SERVICE, 0);
2700 break;
2701 case ST_F_LBTOT:
2702 metric = mkf_u64(FN_COUNTER, px->be_counters.cum_lbconn);
2703 break;
2704 case ST_F_TYPE:
2705 metric = mkf_u32(FO_CONFIG|FS_SERVICE, STATS_TYPE_BE);
2706 break;
2707 case ST_F_RATE:
2708 metric = mkf_u32(0, read_freq_ctr(&px->be_sess_per_sec));
2709 break;
2710 case ST_F_RATE_MAX:
2711 metric = mkf_u32(0, px->be_counters.sps_max);
2712 break;
2713 case ST_F_COOKIE:
2714 if (flags & STAT_SHLGNDS && px->cookie_name)
2715 metric = mkf_str(FO_CONFIG|FN_NAME|FS_SERVICE, px->cookie_name);
2716 break;
2717 case ST_F_ALGO:
2718 if (flags & STAT_SHLGNDS)
2719 metric = mkf_str(FO_CONFIG|FS_SERVICE, backend_lb_algo_str(px->lbprm.algo & BE_LB_ALGO));
2720 break;
2721 case ST_F_REQ_TOT:
2722 if (px->mode == PR_MODE_HTTP)
2723 metric = mkf_u64(FN_COUNTER, px->be_counters.p.http.cum_req);
2724 break;
2725 case ST_F_HRSP_1XX:
2726 if (px->mode == PR_MODE_HTTP)
2727 metric = mkf_u64(FN_COUNTER, px->be_counters.p.http.rsp[1]);
2728 break;
2729 case ST_F_HRSP_2XX:
2730 if (px->mode == PR_MODE_HTTP)
2731 metric = mkf_u64(FN_COUNTER, px->be_counters.p.http.rsp[2]);
2732 break;
2733 case ST_F_HRSP_3XX:
2734 if (px->mode == PR_MODE_HTTP)
2735 metric = mkf_u64(FN_COUNTER, px->be_counters.p.http.rsp[3]);
2736 break;
2737 case ST_F_HRSP_4XX:
2738 if (px->mode == PR_MODE_HTTP)
2739 metric = mkf_u64(FN_COUNTER, px->be_counters.p.http.rsp[4]);
2740 break;
2741 case ST_F_HRSP_5XX:
2742 if (px->mode == PR_MODE_HTTP)
2743 metric = mkf_u64(FN_COUNTER, px->be_counters.p.http.rsp[5]);
2744 break;
2745 case ST_F_HRSP_OTHER:
2746 if (px->mode == PR_MODE_HTTP)
2747 metric = mkf_u64(FN_COUNTER, px->be_counters.p.http.rsp[0]);
2748 break;
2749 case ST_F_CACHE_LOOKUPS:
2750 if (px->mode == PR_MODE_HTTP)
2751 metric = mkf_u64(FN_COUNTER, px->be_counters.p.http.cache_lookups);
2752 break;
2753 case ST_F_CACHE_HITS:
2754 if (px->mode == PR_MODE_HTTP)
2755 metric = mkf_u64(FN_COUNTER, px->be_counters.p.http.cache_hits);
2756 break;
2757 case ST_F_CLI_ABRT:
2758 metric = mkf_u64(FN_COUNTER, px->be_counters.cli_aborts);
2759 break;
2760 case ST_F_SRV_ABRT:
2761 metric = mkf_u64(FN_COUNTER, px->be_counters.srv_aborts);
2762 break;
2763 case ST_F_COMP_IN:
2764 metric = mkf_u64(FN_COUNTER, px->be_counters.comp_in);
2765 break;
2766 case ST_F_COMP_OUT:
2767 metric = mkf_u64(FN_COUNTER, px->be_counters.comp_out);
2768 break;
2769 case ST_F_COMP_BYP:
2770 metric = mkf_u64(FN_COUNTER, px->be_counters.comp_byp);
2771 break;
2772 case ST_F_COMP_RSP:
2773 metric = mkf_u64(FN_COUNTER, px->be_counters.p.http.comp_rsp);
2774 break;
2775 case ST_F_LASTSESS:
2776 metric = mkf_s32(FN_AGE, be_lastsession(px));
2777 break;
2778 case ST_F_QTIME:
2779 metric = mkf_u32(FN_AVG, swrate_avg(px->be_counters.q_time, be_samples_window));
2780 break;
2781 case ST_F_CTIME:
2782 metric = mkf_u32(FN_AVG, swrate_avg(px->be_counters.c_time, be_samples_window));
2783 break;
2784 case ST_F_RTIME:
2785 metric = mkf_u32(FN_AVG, swrate_avg(px->be_counters.d_time, be_samples_window));
2786 break;
2787 case ST_F_TTIME:
2788 metric = mkf_u32(FN_AVG, swrate_avg(px->be_counters.t_time, be_samples_window));
2789 break;
2790 case ST_F_QT_MAX:
2791 metric = mkf_u32(FN_MAX, px->be_counters.qtime_max);
2792 break;
2793 case ST_F_CT_MAX:
2794 metric = mkf_u32(FN_MAX, px->be_counters.ctime_max);
2795 break;
2796 case ST_F_RT_MAX:
2797 metric = mkf_u32(FN_MAX, px->be_counters.dtime_max);
2798 break;
2799 case ST_F_TT_MAX:
2800 metric = mkf_u32(FN_MAX, px->be_counters.ttime_max);
2801 break;
2802 default:
2803 /* not used for backends. If a specific metric
2804 * is requested, return an error. Otherwise continue.
2805 */
2806 if (selected_field != NULL)
2807 return 0;
2808 continue;
2809 }
2810 stats[current_field] = metric;
2811 if (selected_field != NULL)
2812 break;
2813 }
William Lallemand74c24fb2016-11-21 17:18:36 +01002814 return 1;
2815}
2816
2817/* Dumps a line for backend <px> to the trash for and uses the state from stream
Willy Tarreau43241ff2019-10-09 11:27:51 +02002818 * interface <si>. The caller is responsible for clearing the trash if needed.
2819 * Returns non-zero if it emits anything, zero otherwise.
William Lallemand74c24fb2016-11-21 17:18:36 +01002820 */
Willy Tarreau4596fe22022-05-17 19:07:51 +02002821static int stats_dump_be_stats(struct stconn *cs, struct proxy *px)
William Lallemand74c24fb2016-11-21 17:18:36 +01002822{
Christopher Faulet908628c2022-03-25 16:43:49 +01002823 struct appctx *appctx = __cs_appctx(cs);
Willy Tarreau91cefca2022-05-03 17:08:29 +02002824 struct show_stat_ctx *ctx = appctx->svcctx;
Amaury Denoyelleee63d4b2020-10-05 11:49:42 +02002825 struct field *stats = stat_l[STATS_DOMAIN_PROXY];
2826 struct stats_module *mod;
2827 size_t stats_count = ST_F_TOTAL_FIELDS;
William Lallemand74c24fb2016-11-21 17:18:36 +01002828
2829 if (!(px->cap & PR_CAP_BE))
2830 return 0;
2831
Willy Tarreau91cefca2022-05-03 17:08:29 +02002832 if ((ctx->flags & STAT_BOUND) && !(ctx->type & (1 << STATS_TYPE_BE)))
William Lallemand74c24fb2016-11-21 17:18:36 +01002833 return 0;
2834
Amaury Denoyelleee63d4b2020-10-05 11:49:42 +02002835 memset(stats, 0, sizeof(struct field) * stat_count[STATS_DOMAIN_PROXY]);
2836
Willy Tarreau91cefca2022-05-03 17:08:29 +02002837 if (!stats_fill_be_stats(px, ctx->flags, stats, ST_F_TOTAL_FIELDS, NULL))
William Lallemand74c24fb2016-11-21 17:18:36 +01002838 return 0;
2839
Amaury Denoyelleee63d4b2020-10-05 11:49:42 +02002840 list_for_each_entry(mod, &stats_module_list[STATS_DOMAIN_PROXY], list) {
2841 struct extra_counters *counters;
2842
2843 if (stats_get_domain(mod->domain_flags) != STATS_DOMAIN_PROXY)
2844 continue;
2845
2846 if (!(stats_px_get_cap(mod->domain_flags) & STATS_PX_CAP_BE)) {
2847 stats_count += mod->stats_count;
2848 continue;
2849 }
2850
2851 counters = EXTRA_COUNTERS_GET(px->extra_counters_be, mod);
2852 mod->fill_stats(counters, stats + stats_count);
2853 stats_count += mod->stats_count;
2854 }
2855
2856 return stats_dump_one_line(stats, stats_count, appctx);
William Lallemand74c24fb2016-11-21 17:18:36 +01002857}
2858
2859/* Dumps the HTML table header for proxy <px> to the trash for and uses the state from
Willy Tarreau4596fe22022-05-17 19:07:51 +02002860 * stream connector <cs> and per-uri parameters <uri>. The caller is responsible
William Lallemand74c24fb2016-11-21 17:18:36 +01002861 * for clearing the trash if needed.
2862 */
Willy Tarreau4596fe22022-05-17 19:07:51 +02002863static void stats_dump_html_px_hdr(struct stconn *cs, struct proxy *px)
William Lallemand74c24fb2016-11-21 17:18:36 +01002864{
Christopher Faulet908628c2022-03-25 16:43:49 +01002865 struct appctx *appctx = __cs_appctx(cs);
Willy Tarreau91cefca2022-05-03 17:08:29 +02002866 struct show_stat_ctx *ctx = appctx->svcctx;
William Lallemand74c24fb2016-11-21 17:18:36 +01002867 char scope_txt[STAT_SCOPE_TXT_MAXLEN + sizeof STAT_SCOPE_PATTERN];
Amaury Denoyellee3f576c2020-10-05 11:49:44 +02002868 struct stats_module *mod;
2869 int stats_module_len = 0;
William Lallemand74c24fb2016-11-21 17:18:36 +01002870
Willy Tarreau91cefca2022-05-03 17:08:29 +02002871 if (px->cap & PR_CAP_BE && px->srv && (ctx->flags & STAT_ADMIN)) {
William Lallemand74c24fb2016-11-21 17:18:36 +01002872 /* A form to enable/disable this proxy servers */
2873
Willy Tarreau91cefca2022-05-03 17:08:29 +02002874 /* scope_txt = search pattern + search query, ctx->scope_len is always <= STAT_SCOPE_TXT_MAXLEN */
William Lallemand74c24fb2016-11-21 17:18:36 +01002875 scope_txt[0] = 0;
Willy Tarreau91cefca2022-05-03 17:08:29 +02002876 if (ctx->scope_len) {
Christopher Faulet908628c2022-03-25 16:43:49 +01002877 const char *scope_ptr = stats_scope_ptr(appctx, cs);
Christopher Fauleted7a0662019-01-14 11:07:34 +01002878
William Lallemand74c24fb2016-11-21 17:18:36 +01002879 strcpy(scope_txt, STAT_SCOPE_PATTERN);
Willy Tarreau91cefca2022-05-03 17:08:29 +02002880 memcpy(scope_txt + strlen(STAT_SCOPE_PATTERN), scope_ptr, ctx->scope_len);
2881 scope_txt[strlen(STAT_SCOPE_PATTERN) + ctx->scope_len] = 0;
William Lallemand74c24fb2016-11-21 17:18:36 +01002882 }
2883
2884 chunk_appendf(&trash,
2885 "<form method=\"post\">");
2886 }
2887
2888 /* print a new table */
2889 chunk_appendf(&trash,
2890 "<table class=\"tbl\" width=\"100%%\">\n"
2891 "<tr class=\"titre\">"
2892 "<th class=\"pxname\" width=\"10%%\">");
2893
2894 chunk_appendf(&trash,
2895 "<a name=\"%s\"></a>%s"
2896 "<a class=px href=\"#%s\">%s</a>",
2897 px->id,
Willy Tarreau91cefca2022-05-03 17:08:29 +02002898 (ctx->flags & STAT_SHLGNDS) ? "<u>":"",
William Lallemand74c24fb2016-11-21 17:18:36 +01002899 px->id, px->id);
2900
Willy Tarreau91cefca2022-05-03 17:08:29 +02002901 if (ctx->flags & STAT_SHLGNDS) {
William Lallemand74c24fb2016-11-21 17:18:36 +01002902 /* cap, mode, id */
2903 chunk_appendf(&trash, "<div class=tips>cap: %s, mode: %s, id: %d",
2904 proxy_cap_str(px->cap), proxy_mode_str(px->mode),
2905 px->uuid);
2906 chunk_appendf(&trash, "</div>");
2907 }
2908
2909 chunk_appendf(&trash,
2910 "%s</th>"
2911 "<th class=\"%s\" width=\"90%%\">%s</th>"
2912 "</tr>\n"
2913 "</table>\n"
2914 "<table class=\"tbl\" width=\"100%%\">\n"
2915 "<tr class=\"titre\">",
Willy Tarreau91cefca2022-05-03 17:08:29 +02002916 (ctx->flags & STAT_SHLGNDS) ? "</u>":"",
William Lallemand74c24fb2016-11-21 17:18:36 +01002917 px->desc ? "desc" : "empty", px->desc ? px->desc : "");
2918
Willy Tarreau91cefca2022-05-03 17:08:29 +02002919 if (ctx->flags & STAT_ADMIN) {
William Lallemand74c24fb2016-11-21 17:18:36 +01002920 /* Column heading for Enable or Disable server */
Christopher Fauletbc271ec2019-12-02 11:29:04 +01002921 if ((px->cap & PR_CAP_BE) && px->srv)
2922 chunk_appendf(&trash,
2923 "<th rowspan=2 width=1><input type=\"checkbox\" "
2924 "onclick=\"for(c in document.getElementsByClassName('%s-checkbox')) "
2925 "document.getElementsByClassName('%s-checkbox').item(c).checked = this.checked\"></th>",
2926 px->id,
2927 px->id);
2928 else
2929 chunk_appendf(&trash, "<th rowspan=2></th>");
William Lallemand74c24fb2016-11-21 17:18:36 +01002930 }
2931
2932 chunk_appendf(&trash,
2933 "<th rowspan=2></th>"
2934 "<th colspan=3>Queue</th>"
2935 "<th colspan=3>Session rate</th><th colspan=6>Sessions</th>"
2936 "<th colspan=2>Bytes</th><th colspan=2>Denied</th>"
2937 "<th colspan=3>Errors</th><th colspan=2>Warnings</th>"
Amaury Denoyelle0b70a8a2020-10-05 11:49:45 +02002938 "<th colspan=9>Server</th>");
2939
Willy Tarreau91cefca2022-05-03 17:08:29 +02002940 if (ctx->flags & STAT_SHMODULES) {
Amaury Denoyelle0b70a8a2020-10-05 11:49:45 +02002941 // calculate the count of module for colspan attribute
2942 list_for_each_entry(mod, &stats_module_list[STATS_DOMAIN_PROXY], list) {
2943 ++stats_module_len;
2944 }
2945 chunk_appendf(&trash, "<th colspan=%d>Extra modules</th>",
2946 stats_module_len);
2947 }
2948
2949 chunk_appendf(&trash,
William Lallemand74c24fb2016-11-21 17:18:36 +01002950 "</tr>\n"
2951 "<tr class=\"titre\">"
2952 "<th>Cur</th><th>Max</th><th>Limit</th>"
2953 "<th>Cur</th><th>Max</th><th>Limit</th><th>Cur</th><th>Max</th>"
2954 "<th>Limit</th><th>Total</th><th>LbTot</th><th>Last</th><th>In</th><th>Out</th>"
2955 "<th>Req</th><th>Resp</th><th>Req</th><th>Conn</th>"
2956 "<th>Resp</th><th>Retr</th><th>Redis</th>"
2957 "<th>Status</th><th>LastChk</th><th>Wght</th><th>Act</th>"
2958 "<th>Bck</th><th>Chk</th><th>Dwn</th><th>Dwntme</th>"
Amaury Denoyelle0b70a8a2020-10-05 11:49:45 +02002959 "<th>Thrtle</th>\n");
Amaury Denoyellee3f576c2020-10-05 11:49:44 +02002960
Willy Tarreau91cefca2022-05-03 17:08:29 +02002961 if (ctx->flags & STAT_SHMODULES) {
Amaury Denoyelle0b70a8a2020-10-05 11:49:45 +02002962 list_for_each_entry(mod, &stats_module_list[STATS_DOMAIN_PROXY], list) {
2963 chunk_appendf(&trash, "<th>%s</th>", mod->name);
2964 }
Amaury Denoyellee3f576c2020-10-05 11:49:44 +02002965 }
2966
2967 chunk_appendf(&trash, "</tr>");
William Lallemand74c24fb2016-11-21 17:18:36 +01002968}
2969
2970/* Dumps the HTML table trailer for proxy <px> to the trash for and uses the state from
Willy Tarreau4596fe22022-05-17 19:07:51 +02002971 * stream connector <cs>. The caller is responsible for clearing the trash if needed.
William Lallemand74c24fb2016-11-21 17:18:36 +01002972 */
Willy Tarreau4596fe22022-05-17 19:07:51 +02002973static void stats_dump_html_px_end(struct stconn *cs, struct proxy *px)
William Lallemand74c24fb2016-11-21 17:18:36 +01002974{
Christopher Faulet908628c2022-03-25 16:43:49 +01002975 struct appctx *appctx = __cs_appctx(cs);
Willy Tarreau91cefca2022-05-03 17:08:29 +02002976 struct show_stat_ctx *ctx = appctx->svcctx;
Christopher Faulet693b23b2022-02-28 09:09:05 +01002977
William Lallemand74c24fb2016-11-21 17:18:36 +01002978 chunk_appendf(&trash, "</table>");
2979
Willy Tarreau91cefca2022-05-03 17:08:29 +02002980 if ((px->cap & PR_CAP_BE) && px->srv && (ctx->flags & STAT_ADMIN)) {
William Lallemand74c24fb2016-11-21 17:18:36 +01002981 /* close the form used to enable/disable this proxy servers */
2982 chunk_appendf(&trash,
2983 "Choose the action to perform on the checked servers : "
2984 "<select name=action>"
2985 "<option value=\"\"></option>"
2986 "<option value=\"ready\">Set state to READY</option>"
2987 "<option value=\"drain\">Set state to DRAIN</option>"
2988 "<option value=\"maint\">Set state to MAINT</option>"
2989 "<option value=\"dhlth\">Health: disable checks</option>"
2990 "<option value=\"ehlth\">Health: enable checks</option>"
2991 "<option value=\"hrunn\">Health: force UP</option>"
2992 "<option value=\"hnolb\">Health: force NOLB</option>"
2993 "<option value=\"hdown\">Health: force DOWN</option>"
2994 "<option value=\"dagent\">Agent: disable checks</option>"
2995 "<option value=\"eagent\">Agent: enable checks</option>"
2996 "<option value=\"arunn\">Agent: force UP</option>"
2997 "<option value=\"adown\">Agent: force DOWN</option>"
2998 "<option value=\"shutdown\">Kill Sessions</option>"
2999 "</select>"
3000 "<input type=\"hidden\" name=\"b\" value=\"#%d\">"
3001 "&nbsp;<input type=\"submit\" value=\"Apply\">"
3002 "</form>",
3003 px->uuid);
3004 }
3005
3006 chunk_appendf(&trash, "<p>\n");
3007}
3008
3009/*
Willy Tarreau4596fe22022-05-17 19:07:51 +02003010 * Dumps statistics for a proxy. The output is sent to the stream connector's
William Lallemand74c24fb2016-11-21 17:18:36 +01003011 * input buffer. Returns 0 if it had to stop dumping data because of lack of
3012 * buffer space, or non-zero if everything completed. This function is used
3013 * both by the CLI and the HTTP entry points, and is able to dump the output
3014 * in HTML or CSV formats. If the later, <uri> must be NULL.
3015 */
Willy Tarreau4596fe22022-05-17 19:07:51 +02003016int stats_dump_proxy_to_buffer(struct stconn *cs, struct htx *htx,
Christopher Fauletef779222018-10-31 08:47:01 +01003017 struct proxy *px, struct uri_auth *uri)
William Lallemand74c24fb2016-11-21 17:18:36 +01003018{
Christopher Faulet908628c2022-03-25 16:43:49 +01003019 struct appctx *appctx = __cs_appctx(cs);
Willy Tarreau91cefca2022-05-03 17:08:29 +02003020 struct show_stat_ctx *ctx = appctx->svcctx;
Christopher Faulet908628c2022-03-25 16:43:49 +01003021 struct stream *s = __cs_strm(cs);
3022 struct channel *rep = cs_ic(cs);
William Lallemand74c24fb2016-11-21 17:18:36 +01003023 struct server *sv, *svs; /* server and server-state, server-state=server or server->track */
3024 struct listener *l;
William Lallemand74c24fb2016-11-21 17:18:36 +01003025
3026 chunk_reset(&trash);
3027
Willy Tarreau91cefca2022-05-03 17:08:29 +02003028 switch (ctx->px_st) {
William Lallemand74c24fb2016-11-21 17:18:36 +01003029 case STAT_PX_ST_INIT:
3030 /* we are on a new proxy */
3031 if (uri && uri->scope) {
3032 /* we have a limited scope, we have to check the proxy name */
3033 struct stat_scope *scope;
3034 int len;
3035
3036 len = strlen(px->id);
3037 scope = uri->scope;
3038
3039 while (scope) {
3040 /* match exact proxy name */
3041 if (scope->px_len == len && !memcmp(px->id, scope->px_id, len))
3042 break;
3043
3044 /* match '.' which means 'self' proxy */
Tim Duesterhuse5ff1412021-01-02 22:31:53 +01003045 if (strcmp(scope->px_id, ".") == 0 && px == s->be)
William Lallemand74c24fb2016-11-21 17:18:36 +01003046 break;
3047 scope = scope->next;
3048 }
3049
3050 /* proxy name not found : don't dump anything */
3051 if (scope == NULL)
3052 return 1;
3053 }
3054
3055 /* if the user has requested a limited output and the proxy
3056 * name does not match, skip it.
3057 */
Willy Tarreau91cefca2022-05-03 17:08:29 +02003058 if (ctx->scope_len) {
Christopher Faulet908628c2022-03-25 16:43:49 +01003059 const char *scope_ptr = stats_scope_ptr(appctx, cs);
Christopher Fauleted7a0662019-01-14 11:07:34 +01003060
Willy Tarreau91cefca2022-05-03 17:08:29 +02003061 if (strnistr(px->id, strlen(px->id), scope_ptr, ctx->scope_len) == NULL)
Christopher Fauleted7a0662019-01-14 11:07:34 +01003062 return 1;
3063 }
William Lallemand74c24fb2016-11-21 17:18:36 +01003064
Willy Tarreau91cefca2022-05-03 17:08:29 +02003065 if ((ctx->flags & STAT_BOUND) &&
3066 (ctx->iid != -1) &&
3067 (px->uuid != ctx->iid))
William Lallemand74c24fb2016-11-21 17:18:36 +01003068 return 1;
3069
Willy Tarreau91cefca2022-05-03 17:08:29 +02003070 ctx->px_st = STAT_PX_ST_TH;
William Lallemand74c24fb2016-11-21 17:18:36 +01003071 /* fall through */
3072
3073 case STAT_PX_ST_TH:
Willy Tarreau91cefca2022-05-03 17:08:29 +02003074 if (ctx->flags & STAT_FMT_HTML) {
Christopher Faulet908628c2022-03-25 16:43:49 +01003075 stats_dump_html_px_hdr(cs, px);
Christopher Fauletef779222018-10-31 08:47:01 +01003076 if (!stats_putchk(rep, htx, &trash))
3077 goto full;
William Lallemand74c24fb2016-11-21 17:18:36 +01003078 }
3079
Willy Tarreau91cefca2022-05-03 17:08:29 +02003080 ctx->px_st = STAT_PX_ST_FE;
William Lallemand74c24fb2016-11-21 17:18:36 +01003081 /* fall through */
3082
3083 case STAT_PX_ST_FE:
3084 /* print the frontend */
Christopher Faulet908628c2022-03-25 16:43:49 +01003085 if (stats_dump_fe_stats(cs, px)) {
Christopher Fauletef779222018-10-31 08:47:01 +01003086 if (!stats_putchk(rep, htx, &trash))
3087 goto full;
William Lallemand74c24fb2016-11-21 17:18:36 +01003088 }
3089
Willy Tarreau91cefca2022-05-03 17:08:29 +02003090 ctx->obj2 = px->conf.listeners.n;
3091 ctx->px_st = STAT_PX_ST_LI;
William Lallemand74c24fb2016-11-21 17:18:36 +01003092 /* fall through */
3093
3094 case STAT_PX_ST_LI:
Amaury Denoyelleda5b6d12020-10-02 18:32:02 +02003095 /* obj2 points to listeners list as initialized above */
Willy Tarreau91cefca2022-05-03 17:08:29 +02003096 for (; ctx->obj2 != &px->conf.listeners; ctx->obj2 = l->by_fe.n) {
Christopher Fauletef779222018-10-31 08:47:01 +01003097 if (htx) {
3098 if (htx_almost_full(htx))
3099 goto full;
3100 }
3101 else {
3102 if (buffer_almost_full(&rep->buf))
3103 goto full;
William Lallemand74c24fb2016-11-21 17:18:36 +01003104 }
3105
Willy Tarreau91cefca2022-05-03 17:08:29 +02003106 l = LIST_ELEM(ctx->obj2, struct listener *, by_fe);
William Lallemand74c24fb2016-11-21 17:18:36 +01003107 if (!l->counters)
3108 continue;
3109
Willy Tarreau91cefca2022-05-03 17:08:29 +02003110 if (ctx->flags & STAT_BOUND) {
3111 if (!(ctx->type & (1 << STATS_TYPE_SO)))
William Lallemand74c24fb2016-11-21 17:18:36 +01003112 break;
3113
Willy Tarreau91cefca2022-05-03 17:08:29 +02003114 if (ctx->sid != -1 && l->luid != ctx->sid)
William Lallemand74c24fb2016-11-21 17:18:36 +01003115 continue;
3116 }
3117
3118 /* print the frontend */
Christopher Faulet908628c2022-03-25 16:43:49 +01003119 if (stats_dump_li_stats(cs, px, l)) {
Christopher Fauletef779222018-10-31 08:47:01 +01003120 if (!stats_putchk(rep, htx, &trash))
3121 goto full;
William Lallemand74c24fb2016-11-21 17:18:36 +01003122 }
3123 }
3124
Willy Tarreau91cefca2022-05-03 17:08:29 +02003125 ctx->obj2 = px->srv; /* may be NULL */
3126 ctx->px_st = STAT_PX_ST_SV;
William Lallemand74c24fb2016-11-21 17:18:36 +01003127 /* fall through */
3128
3129 case STAT_PX_ST_SV:
Amaury Denoyelle0a8d05d2021-08-25 14:39:53 +02003130 /* obj2 points to servers list as initialized above.
3131 *
Amaury Denoyellebc2ebfa2021-08-25 15:34:53 +02003132 * A server may be removed during the stats dumping.
Amaury Denoyelle0a8d05d2021-08-25 14:39:53 +02003133 * Temporarily increment its refcount to prevent its
3134 * anticipated cleaning. Call free_server to release it.
3135 */
Willy Tarreau91cefca2022-05-03 17:08:29 +02003136 for (; ctx->obj2 != NULL;
3137 ctx->obj2 = srv_drop(sv)) {
Amaury Denoyelle0a8d05d2021-08-25 14:39:53 +02003138
Willy Tarreau91cefca2022-05-03 17:08:29 +02003139 sv = ctx->obj2;
Amaury Denoyellebc2ebfa2021-08-25 15:34:53 +02003140 srv_take(sv);
Amaury Denoyelle0a8d05d2021-08-25 14:39:53 +02003141
Christopher Fauletef779222018-10-31 08:47:01 +01003142 if (htx) {
3143 if (htx_almost_full(htx))
3144 goto full;
3145 }
3146 else {
3147 if (buffer_almost_full(&rep->buf))
3148 goto full;
William Lallemand74c24fb2016-11-21 17:18:36 +01003149 }
3150
Willy Tarreau91cefca2022-05-03 17:08:29 +02003151 if (ctx->flags & STAT_BOUND) {
3152 if (!(ctx->type & (1 << STATS_TYPE_SV))) {
Amaury Denoyellebc2ebfa2021-08-25 15:34:53 +02003153 srv_drop(sv);
William Lallemand74c24fb2016-11-21 17:18:36 +01003154 break;
Amaury Denoyelle0a8d05d2021-08-25 14:39:53 +02003155 }
William Lallemand74c24fb2016-11-21 17:18:36 +01003156
Willy Tarreau91cefca2022-05-03 17:08:29 +02003157 if (ctx->sid != -1 && sv->puid != ctx->sid)
William Lallemand74c24fb2016-11-21 17:18:36 +01003158 continue;
3159 }
3160
Willy Tarreau3e320362020-10-23 17:28:57 +02003161 /* do not report disabled servers */
Willy Tarreau91cefca2022-05-03 17:08:29 +02003162 if (ctx->flags & STAT_HIDE_MAINT &&
Willy Tarreau3e320362020-10-23 17:28:57 +02003163 sv->cur_admin & SRV_ADMF_MAINT) {
3164 continue;
3165 }
3166
William Lallemand74c24fb2016-11-21 17:18:36 +01003167 svs = sv;
3168 while (svs->track)
3169 svs = svs->track;
3170
3171 /* do not report servers which are DOWN and not changing state */
Willy Tarreau91cefca2022-05-03 17:08:29 +02003172 if ((ctx->flags & STAT_HIDE_DOWN) &&
Emeric Brun52a91d32017-08-31 14:41:55 +02003173 ((sv->cur_admin & SRV_ADMF_MAINT) || /* server is in maintenance */
3174 (sv->cur_state == SRV_ST_STOPPED && /* server is down */
William Lallemand74c24fb2016-11-21 17:18:36 +01003175 (!((svs->agent.state | svs->check.state) & CHK_ST_ENABLED) ||
3176 ((svs->agent.state & CHK_ST_ENABLED) && !svs->agent.health) ||
3177 ((svs->check.state & CHK_ST_ENABLED) && !svs->check.health))))) {
3178 continue;
3179 }
3180
Christopher Faulet908628c2022-03-25 16:43:49 +01003181 if (stats_dump_sv_stats(cs, px, sv)) {
Christopher Fauletef779222018-10-31 08:47:01 +01003182 if (!stats_putchk(rep, htx, &trash))
3183 goto full;
William Lallemand74c24fb2016-11-21 17:18:36 +01003184 }
3185 } /* for sv */
3186
Willy Tarreau91cefca2022-05-03 17:08:29 +02003187 ctx->px_st = STAT_PX_ST_BE;
William Lallemand74c24fb2016-11-21 17:18:36 +01003188 /* fall through */
3189
3190 case STAT_PX_ST_BE:
3191 /* print the backend */
Christopher Faulet908628c2022-03-25 16:43:49 +01003192 if (stats_dump_be_stats(cs, px)) {
Christopher Fauletef779222018-10-31 08:47:01 +01003193 if (!stats_putchk(rep, htx, &trash))
3194 goto full;
William Lallemand74c24fb2016-11-21 17:18:36 +01003195 }
3196
Willy Tarreau91cefca2022-05-03 17:08:29 +02003197 ctx->px_st = STAT_PX_ST_END;
William Lallemand74c24fb2016-11-21 17:18:36 +01003198 /* fall through */
3199
3200 case STAT_PX_ST_END:
Willy Tarreau91cefca2022-05-03 17:08:29 +02003201 if (ctx->flags & STAT_FMT_HTML) {
Christopher Faulet908628c2022-03-25 16:43:49 +01003202 stats_dump_html_px_end(cs, px);
Christopher Fauletef779222018-10-31 08:47:01 +01003203 if (!stats_putchk(rep, htx, &trash))
3204 goto full;
William Lallemand74c24fb2016-11-21 17:18:36 +01003205 }
3206
Willy Tarreau91cefca2022-05-03 17:08:29 +02003207 ctx->px_st = STAT_PX_ST_FIN;
William Lallemand74c24fb2016-11-21 17:18:36 +01003208 /* fall through */
3209
3210 case STAT_PX_ST_FIN:
3211 return 1;
3212
3213 default:
3214 /* unknown state, we should put an abort() here ! */
3215 return 1;
3216 }
Christopher Fauletef779222018-10-31 08:47:01 +01003217
3218 full:
Christopher Fauleta0bdec32022-04-04 07:51:21 +02003219 cs_rx_room_blk(cs);
Christopher Fauletef779222018-10-31 08:47:01 +01003220 return 0;
William Lallemand74c24fb2016-11-21 17:18:36 +01003221}
3222
3223/* Dumps the HTTP stats head block to the trash for and uses the per-uri
3224 * parameters <uri>. The caller is responsible for clearing the trash if needed.
3225 */
Willy Tarreau676c29e2019-10-09 10:50:01 +02003226static void stats_dump_html_head(struct appctx *appctx, struct uri_auth *uri)
William Lallemand74c24fb2016-11-21 17:18:36 +01003227{
Willy Tarreau91cefca2022-05-03 17:08:29 +02003228 struct show_stat_ctx *ctx = appctx->svcctx;
3229
William Lallemand74c24fb2016-11-21 17:18:36 +01003230 /* WARNING! This must fit in the first buffer !!! */
3231 chunk_appendf(&trash,
3232 "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\"\n"
3233 "\"http://www.w3.org/TR/html4/loose.dtd\">\n"
3234 "<html><head><title>Statistics Report for " PRODUCT_NAME "%s%s</title>\n"
Thierry Fournierb6b1cde2021-09-24 00:03:07 +02003235 "<link rel=\"icon\" href=\"data:,\">\n"
William Lallemand74c24fb2016-11-21 17:18:36 +01003236 "<meta http-equiv=\"content-type\" content=\"text/html; charset=iso-8859-1\">\n"
3237 "<style type=\"text/css\"><!--\n"
3238 "body {"
3239 " font-family: arial, helvetica, sans-serif;"
3240 " font-size: 12px;"
3241 " font-weight: normal;"
3242 " color: black;"
3243 " background: white;"
3244 "}\n"
3245 "th,td {"
3246 " font-size: 10px;"
3247 "}\n"
3248 "h1 {"
3249 " font-size: x-large;"
3250 " margin-bottom: 0.5em;"
3251 "}\n"
3252 "h2 {"
3253 " font-family: helvetica, arial;"
3254 " font-size: x-large;"
3255 " font-weight: bold;"
3256 " font-style: italic;"
3257 " color: #6020a0;"
3258 " margin-top: 0em;"
3259 " margin-bottom: 0em;"
3260 "}\n"
3261 "h3 {"
3262 " font-family: helvetica, arial;"
3263 " font-size: 16px;"
3264 " font-weight: bold;"
3265 " color: #b00040;"
3266 " background: #e8e8d0;"
3267 " margin-top: 0em;"
3268 " margin-bottom: 0em;"
3269 "}\n"
3270 "li {"
3271 " margin-top: 0.25em;"
3272 " margin-right: 2em;"
3273 "}\n"
3274 ".hr {margin-top: 0.25em;"
3275 " border-color: black;"
3276 " border-bottom-style: solid;"
3277 "}\n"
3278 ".titre {background: #20D0D0;color: #000000; font-weight: bold; text-align: center;}\n"
3279 ".total {background: #20D0D0;color: #ffff80;}\n"
3280 ".frontend {background: #e8e8d0;}\n"
3281 ".socket {background: #d0d0d0;}\n"
3282 ".backend {background: #e8e8d0;}\n"
3283 ".active_down {background: #ff9090;}\n"
3284 ".active_going_up {background: #ffd020;}\n"
3285 ".active_going_down {background: #ffffa0;}\n"
3286 ".active_up {background: #c0ffc0;}\n"
3287 ".active_nolb {background: #20a0ff;}\n"
3288 ".active_draining {background: #20a0FF;}\n"
3289 ".active_no_check {background: #e0e0e0;}\n"
3290 ".backup_down {background: #ff9090;}\n"
3291 ".backup_going_up {background: #ff80ff;}\n"
3292 ".backup_going_down {background: #c060ff;}\n"
3293 ".backup_up {background: #b0d0ff;}\n"
3294 ".backup_nolb {background: #90b0e0;}\n"
3295 ".backup_draining {background: #cc9900;}\n"
3296 ".backup_no_check {background: #e0e0e0;}\n"
3297 ".maintain {background: #c07820;}\n"
3298 ".rls {letter-spacing: 0.2em; margin-right: 1px;}\n" /* right letter spacing (used for grouping digits) */
3299 "\n"
3300 "a.px:link {color: #ffff40; text-decoration: none;}"
3301 "a.px:visited {color: #ffff40; text-decoration: none;}"
3302 "a.px:hover {color: #ffffff; text-decoration: none;}"
3303 "a.lfsb:link {color: #000000; text-decoration: none;}"
3304 "a.lfsb:visited {color: #000000; text-decoration: none;}"
3305 "a.lfsb:hover {color: #505050; text-decoration: none;}"
3306 "\n"
3307 "table.tbl { border-collapse: collapse; border-style: none;}\n"
3308 "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"
3309 "table.tbl td.ac { text-align: center;}\n"
3310 "table.tbl th { border-width: 1px; border-style: solid solid solid solid; border-color: gray;}\n"
3311 "table.tbl th.pxname { background: #b00040; color: #ffff40; font-weight: bold; border-style: solid solid none solid; padding: 2px 3px; white-space: nowrap;}\n"
3312 "table.tbl th.empty { border-style: none; empty-cells: hide; background: white;}\n"
3313 "table.tbl th.desc { background: white; border-style: solid solid none solid; text-align: left; padding: 2px 3px;}\n"
3314 "\n"
3315 "table.lgd { border-collapse: collapse; border-width: 1px; border-style: none none none solid; border-color: black;}\n"
3316 "table.lgd td { border-width: 1px; border-style: solid solid solid solid; border-color: gray; padding: 2px;}\n"
3317 "table.lgd td.noborder { border-style: none; padding: 2px; white-space: nowrap;}\n"
3318 "table.det { border-collapse: collapse; border-style: none; }\n"
3319 "table.det th { text-align: left; border-width: 0px; padding: 0px 1px 0px 0px; font-style:normal;font-size:11px;font-weight:bold;font-family: sans-serif;}\n"
3320 "table.det td { text-align: right; border-width: 0px; padding: 0px 0px 0px 4px; white-space: nowrap; font-style:normal;font-size:11px;font-weight:normal;}\n"
3321 "u {text-decoration:none; border-bottom: 1px dotted black;}\n"
Thierry Fournierb6b1cde2021-09-24 00:03:07 +02003322 "div.tips {\n"
3323 " display:block;\n"
3324 " visibility:hidden;\n"
3325 " z-index:2147483647;\n"
3326 " position:absolute;\n"
3327 " padding:2px 4px 3px;\n"
3328 " background:#f0f060; color:#000000;\n"
3329 " border:1px solid #7040c0;\n"
3330 " white-space:nowrap;\n"
3331 " font-style:normal;font-size:11px;font-weight:normal;\n"
3332 " -moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;\n"
3333 " -moz-box-shadow:gray 2px 2px 3px;-webkit-box-shadow:gray 2px 2px 3px;box-shadow:gray 2px 2px 3px;\n"
3334 "}\n"
3335 "u:hover div.tips {visibility:visible;}\n"
Thierry Fourniere9ed63e2021-09-23 23:59:49 +02003336 "@media (prefers-color-scheme: dark) {\n"
3337 " body { font-family: arial, helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #e8e6e3; background: #131516;}\n"
3338 " h1 { color: #a265e0!important; }\n"
3339 " h2 { color: #a265e0; }\n"
3340 " h3 { color: #ff5190; background-color: #3e3e1f; }\n"
3341 " a { color: #3391ff; }\n"
3342 " input { background-color: #2f3437; }\n"
3343 " .hr { border-color: #8c8273; }\n"
3344 " .titre { background-color: #1aa6a6; color: #e8e6e3; }\n"
3345 " .frontend {background: #2f3437;}\n"
Marno Krahmera690b732022-03-08 13:45:09 +01003346 " .socket {background: #2a2d2f;}\n"
Thierry Fourniere9ed63e2021-09-23 23:59:49 +02003347 " .backend {background: #2f3437;}\n"
3348 " .active_down {background: #760000;}\n"
3349 " .active_going_up {background: #b99200;}\n"
3350 " .active_going_down {background: #6c6c00;}\n"
3351 " .active_up {background: #165900;}\n"
3352 " .active_nolb {background: #006ab9;}\n"
3353 " .active_draining {background: #006ab9;}\n"
3354 " .active_no_check {background: #2a2d2f;}\n"
3355 " .backup_down {background: #760000;}\n"
3356 " .backup_going_up {background: #7f007f;}\n"
3357 " .backup_going_down {background: #580092;}\n"
3358 " .backup_up {background: #2e3234;}\n"
3359 " .backup_nolb {background: #1e3c6a;}\n"
3360 " .backup_draining {background: #a37a00;}\n"
3361 " .backup_no_check {background: #2a2d2f;}\n"
3362 " .maintain {background: #9a601a;}\n"
3363 " a.px:link {color: #d8d83b; text-decoration: none;}\n"
3364 " a.px:visited {color: #d8d83b; text-decoration: none;}\n"
3365 " a.px:hover {color: #ffffff; text-decoration: none;}\n"
3366 " a.lfsb:link {color: #e8e6e3; text-decoration: none;}\n"
3367 " a.lfsb:visited {color: #e8e6e3; text-decoration: none;}\n"
3368 " a.lfsb:hover {color: #b5afa6; text-decoration: none;}\n"
3369 " table.tbl th.empty { background-color: #181a1b; }\n"
Willy Tarreau00147f72022-04-11 07:59:27 +02003370 " table.tbl th.desc { background: #181a1b; }\n"
Thierry Fourniere9ed63e2021-09-23 23:59:49 +02003371 " table.tbl th.pxname { background-color: #8d0033; color: #ffff46; }\n"
3372 " table.tbl th { border-color: #808080; }\n"
3373 " table.tbl td { border-color: #808080; }\n"
3374 " u {text-decoration:none; border-bottom: 1px dotted #e8e6e3;}\n"
3375 " div.tips {\n"
3376 " background:#8e8e0d;\n"
3377 " color:#e8e6e3;\n"
3378 " border-color: #4e2c86;\n"
3379 " -moz-box-shadow: #60686c 2px 2px 3px;\n"
3380 " -webkit-box-shadow: #60686c 2px 2px 3px;\n"
3381 " box-shadow: #60686c 2px 2px 3px;\n"
3382 " }\n"
3383 "}\n"
William Lallemand74c24fb2016-11-21 17:18:36 +01003384 "-->\n"
3385 "</style></head>\n",
Willy Tarreau91cefca2022-05-03 17:08:29 +02003386 (ctx->flags & STAT_SHNODE) ? " on " : "",
3387 (ctx->flags & STAT_SHNODE) ? (uri && uri->node ? uri->node : global.node) : ""
William Lallemand74c24fb2016-11-21 17:18:36 +01003388 );
3389}
3390
3391/* Dumps the HTML stats information block to the trash for and uses the state from
Willy Tarreau4596fe22022-05-17 19:07:51 +02003392 * stream connector <cs> and per-uri parameters <uri>. The caller is responsible
William Lallemand74c24fb2016-11-21 17:18:36 +01003393 * for clearing the trash if needed.
3394 */
Willy Tarreau4596fe22022-05-17 19:07:51 +02003395static void stats_dump_html_info(struct stconn *cs, struct uri_auth *uri)
William Lallemand74c24fb2016-11-21 17:18:36 +01003396{
Christopher Faulet908628c2022-03-25 16:43:49 +01003397 struct appctx *appctx = __cs_appctx(cs);
Willy Tarreau91cefca2022-05-03 17:08:29 +02003398 struct show_stat_ctx *ctx = appctx->svcctx;
William Lallemand74c24fb2016-11-21 17:18:36 +01003399 unsigned int up = (now.tv_sec - start_date.tv_sec);
3400 char scope_txt[STAT_SCOPE_TXT_MAXLEN + sizeof STAT_SCOPE_PATTERN];
Christopher Faulet908628c2022-03-25 16:43:49 +01003401 const char *scope_ptr = stats_scope_ptr(appctx, cs);
Willy Tarreau1713c032019-05-23 12:23:55 +02003402 unsigned long long bps = (unsigned long long)read_freq_ctr(&global.out_32bps) * 32;
3403
3404 /* Turn the bytes per second to bits per second and take care of the
3405 * usual ethernet overhead in order to help figure how far we are from
3406 * interface saturation since it's the only case which usually matters.
3407 * For this we count the total size of an Ethernet frame on the wire
3408 * including preamble and IFG (1538) for the largest TCP segment it
3409 * transports (1448 with TCP timestamps). This is not valid for smaller
3410 * packets (under-estimated), but it gives a reasonably accurate
3411 * estimation of how far we are from uplink saturation.
3412 */
3413 bps = bps * 8 * 1538 / 1448;
William Lallemand74c24fb2016-11-21 17:18:36 +01003414
3415 /* WARNING! this has to fit the first packet too.
3416 * We are around 3.5 kB, add adding entries will
3417 * become tricky if we want to support 4kB buffers !
3418 */
3419 chunk_appendf(&trash,
3420 "<body><h1><a href=\"" PRODUCT_URL "\" style=\"text-decoration: none;\">"
3421 PRODUCT_NAME "%s</a></h1>\n"
3422 "<h2>Statistics Report for pid %d%s%s%s%s</h2>\n"
3423 "<hr width=\"100%%\" class=\"hr\">\n"
3424 "<h3>&gt; General process information</h3>\n"
3425 "<table border=0><tr><td align=\"left\" nowrap width=\"1%%\">\n"
Yves Lafon95317282018-02-26 11:10:37 +01003426 "<p><b>pid = </b> %d (process #%d, nbproc = %d, nbthread = %d)<br>\n"
William Lallemand74c24fb2016-11-21 17:18:36 +01003427 "<b>uptime = </b> %dd %dh%02dm%02ds<br>\n"
3428 "<b>system limits:</b> memmax = %s%s; ulimit-n = %d<br>\n"
3429 "<b>maxsock = </b> %d; <b>maxconn = </b> %d; <b>maxpipes = </b> %d<br>\n"
Willy Tarreau1713c032019-05-23 12:23:55 +02003430 "current conns = %d; current pipes = %d/%d; conn rate = %d/sec; bit rate = %.3f %cbps<br>\n"
William Lallemand74c24fb2016-11-21 17:18:36 +01003431 "Running tasks: %d/%d; idle = %d %%<br>\n"
3432 "</td><td align=\"center\" nowrap>\n"
3433 "<table class=\"lgd\"><tr>\n"
3434 "<td class=\"active_up\">&nbsp;</td><td class=\"noborder\">active UP </td>"
3435 "<td class=\"backup_up\">&nbsp;</td><td class=\"noborder\">backup UP </td>"
3436 "</tr><tr>\n"
3437 "<td class=\"active_going_down\"></td><td class=\"noborder\">active UP, going down </td>"
3438 "<td class=\"backup_going_down\"></td><td class=\"noborder\">backup UP, going down </td>"
3439 "</tr><tr>\n"
3440 "<td class=\"active_going_up\"></td><td class=\"noborder\">active DOWN, going up </td>"
3441 "<td class=\"backup_going_up\"></td><td class=\"noborder\">backup DOWN, going up </td>"
3442 "</tr><tr>\n"
3443 "<td class=\"active_down\"></td><td class=\"noborder\">active or backup DOWN &nbsp;</td>"
3444 "<td class=\"active_no_check\"></td><td class=\"noborder\">not checked </td>"
3445 "</tr><tr>\n"
3446 "<td class=\"maintain\"></td><td class=\"noborder\" colspan=\"3\">active or backup DOWN for maintenance (MAINT) &nbsp;</td>"
3447 "</tr><tr>\n"
3448 "<td class=\"active_draining\"></td><td class=\"noborder\" colspan=\"3\">active or backup SOFT STOPPED for maintenance &nbsp;</td>"
3449 "</tr></table>\n"
3450 "Note: \"NOLB\"/\"DRAIN\" = UP with load-balancing disabled."
3451 "</td>"
3452 "<td align=\"left\" valign=\"top\" nowrap width=\"1%%\">"
3453 "<b>Display option:</b><ul style=\"margin-top: 0.25em;\">"
3454 "",
Willy Tarreau91cefca2022-05-03 17:08:29 +02003455 (ctx->flags & STAT_HIDEVER) ? "" : (stats_version_string),
3456 pid, (ctx->flags & STAT_SHNODE) ? " on " : "",
3457 (ctx->flags & STAT_SHNODE) ? (uri->node ? uri->node : global.node) : "",
3458 (ctx->flags & STAT_SHDESC) ? ": " : "",
3459 (ctx->flags & STAT_SHDESC) ? (uri->desc ? uri->desc : global.desc) : "",
Willy Tarreaue8422bf2021-06-15 09:08:18 +02003460 pid, 1, 1, global.nbthread,
William Lallemand74c24fb2016-11-21 17:18:36 +01003461 up / 86400, (up % 86400) / 3600,
3462 (up % 3600) / 60, (up % 60),
3463 global.rlimit_memmax ? ultoa(global.rlimit_memmax) : "unlimited",
3464 global.rlimit_memmax ? " MB" : "",
3465 global.rlimit_nofile,
3466 global.maxsock, global.maxconn, global.maxpipes,
3467 actconn, pipes_used, pipes_used+pipes_free, read_freq_ctr(&global.conn_per_sec),
Willy Tarreau1713c032019-05-23 12:23:55 +02003468 bps >= 1000000000UL ? (bps / 1000000000.0) : bps >= 1000000UL ? (bps / 1000000.0) : (bps / 1000.0),
3469 bps >= 1000000000UL ? 'G' : bps >= 1000000UL ? 'M' : 'k',
Willy Tarreauf9d5e102021-10-08 10:43:59 +02003470 total_run_queues(), total_allocated_tasks(), clock_report_idle()
William Lallemand74c24fb2016-11-21 17:18:36 +01003471 );
3472
Willy Tarreau91cefca2022-05-03 17:08:29 +02003473 /* scope_txt = search query, ctx->scope_len is always <= STAT_SCOPE_TXT_MAXLEN */
3474 memcpy(scope_txt, scope_ptr, ctx->scope_len);
3475 scope_txt[ctx->scope_len] = '\0';
William Lallemand74c24fb2016-11-21 17:18:36 +01003476
3477 chunk_appendf(&trash,
3478 "<li><form method=\"GET\">Scope : <input value=\"%s\" name=\"" STAT_SCOPE_INPUT_NAME "\" size=\"8\" maxlength=\"%d\" tabindex=\"1\"/></form>\n",
Willy Tarreau91cefca2022-05-03 17:08:29 +02003479 (ctx->scope_len > 0) ? scope_txt : "",
William Lallemand74c24fb2016-11-21 17:18:36 +01003480 STAT_SCOPE_TXT_MAXLEN);
3481
Willy Tarreau91cefca2022-05-03 17:08:29 +02003482 /* scope_txt = search pattern + search query, ctx->scope_len is always <= STAT_SCOPE_TXT_MAXLEN */
William Lallemand74c24fb2016-11-21 17:18:36 +01003483 scope_txt[0] = 0;
Willy Tarreau91cefca2022-05-03 17:08:29 +02003484 if (ctx->scope_len) {
William Lallemand74c24fb2016-11-21 17:18:36 +01003485 strcpy(scope_txt, STAT_SCOPE_PATTERN);
Willy Tarreau91cefca2022-05-03 17:08:29 +02003486 memcpy(scope_txt + strlen(STAT_SCOPE_PATTERN), scope_ptr, ctx->scope_len);
3487 scope_txt[strlen(STAT_SCOPE_PATTERN) + ctx->scope_len] = 0;
William Lallemand74c24fb2016-11-21 17:18:36 +01003488 }
3489
Willy Tarreau91cefca2022-05-03 17:08:29 +02003490 if (ctx->flags & STAT_HIDE_DOWN)
William Lallemand74c24fb2016-11-21 17:18:36 +01003491 chunk_appendf(&trash,
3492 "<li><a href=\"%s%s%s%s\">Show all servers</a><br>\n",
3493 uri->uri_prefix,
3494 "",
Willy Tarreau91cefca2022-05-03 17:08:29 +02003495 (ctx->flags & STAT_NO_REFRESH) ? ";norefresh" : "",
William Lallemand74c24fb2016-11-21 17:18:36 +01003496 scope_txt);
3497 else
3498 chunk_appendf(&trash,
3499 "<li><a href=\"%s%s%s%s\">Hide 'DOWN' servers</a><br>\n",
3500 uri->uri_prefix,
3501 ";up",
Willy Tarreau91cefca2022-05-03 17:08:29 +02003502 (ctx->flags & STAT_NO_REFRESH) ? ";norefresh" : "",
William Lallemand74c24fb2016-11-21 17:18:36 +01003503 scope_txt);
3504
3505 if (uri->refresh > 0) {
Willy Tarreau91cefca2022-05-03 17:08:29 +02003506 if (ctx->flags & STAT_NO_REFRESH)
William Lallemand74c24fb2016-11-21 17:18:36 +01003507 chunk_appendf(&trash,
3508 "<li><a href=\"%s%s%s%s\">Enable refresh</a><br>\n",
3509 uri->uri_prefix,
Willy Tarreau91cefca2022-05-03 17:08:29 +02003510 (ctx->flags & STAT_HIDE_DOWN) ? ";up" : "",
William Lallemand74c24fb2016-11-21 17:18:36 +01003511 "",
3512 scope_txt);
3513 else
3514 chunk_appendf(&trash,
3515 "<li><a href=\"%s%s%s%s\">Disable refresh</a><br>\n",
3516 uri->uri_prefix,
Willy Tarreau91cefca2022-05-03 17:08:29 +02003517 (ctx->flags & STAT_HIDE_DOWN) ? ";up" : "",
William Lallemand74c24fb2016-11-21 17:18:36 +01003518 ";norefresh",
3519 scope_txt);
3520 }
3521
3522 chunk_appendf(&trash,
3523 "<li><a href=\"%s%s%s%s\">Refresh now</a><br>\n",
3524 uri->uri_prefix,
Willy Tarreau91cefca2022-05-03 17:08:29 +02003525 (ctx->flags & STAT_HIDE_DOWN) ? ";up" : "",
3526 (ctx->flags & STAT_NO_REFRESH) ? ";norefresh" : "",
William Lallemand74c24fb2016-11-21 17:18:36 +01003527 scope_txt);
3528
3529 chunk_appendf(&trash,
3530 "<li><a href=\"%s;csv%s%s\">CSV export</a><br>\n",
3531 uri->uri_prefix,
3532 (uri->refresh > 0) ? ";norefresh" : "",
3533 scope_txt);
3534
3535 chunk_appendf(&trash,
Christopher Faulet6338a082019-09-09 15:50:54 +02003536 "<li><a href=\"%s;json%s%s\">JSON export</a> (<a href=\"%s;json-schema\">schema</a>)<br>\n",
3537 uri->uri_prefix,
3538 (uri->refresh > 0) ? ";norefresh" : "",
3539 scope_txt, uri->uri_prefix);
3540
3541 chunk_appendf(&trash,
William Lallemand74c24fb2016-11-21 17:18:36 +01003542 "</ul></td>"
3543 "<td align=\"left\" valign=\"top\" nowrap width=\"1%%\">"
3544 "<b>External resources:</b><ul style=\"margin-top: 0.25em;\">\n"
3545 "<li><a href=\"" PRODUCT_URL "\">Primary site</a><br>\n"
3546 "<li><a href=\"" PRODUCT_URL_UPD "\">Updates (v" PRODUCT_BRANCH ")</a><br>\n"
3547 "<li><a href=\"" PRODUCT_URL_DOC "\">Online manual</a><br>\n"
3548 "</ul>"
3549 "</td>"
3550 "</tr></table>\n"
3551 ""
3552 );
3553
Willy Tarreau91cefca2022-05-03 17:08:29 +02003554 if (ctx->st_code) {
3555 switch (ctx->st_code) {
William Lallemand74c24fb2016-11-21 17:18:36 +01003556 case STAT_STATUS_DONE:
3557 chunk_appendf(&trash,
3558 "<p><div class=active_up>"
3559 "<a class=lfsb href=\"%s%s%s%s\" title=\"Remove this message\">[X]</a> "
3560 "Action processed successfully."
3561 "</div>\n", uri->uri_prefix,
Willy Tarreau91cefca2022-05-03 17:08:29 +02003562 (ctx->flags & STAT_HIDE_DOWN) ? ";up" : "",
3563 (ctx->flags & STAT_NO_REFRESH) ? ";norefresh" : "",
William Lallemand74c24fb2016-11-21 17:18:36 +01003564 scope_txt);
3565 break;
3566 case STAT_STATUS_NONE:
3567 chunk_appendf(&trash,
3568 "<p><div class=active_going_down>"
3569 "<a class=lfsb href=\"%s%s%s%s\" title=\"Remove this message\">[X]</a> "
3570 "Nothing has changed."
3571 "</div>\n", uri->uri_prefix,
Willy Tarreau91cefca2022-05-03 17:08:29 +02003572 (ctx->flags & STAT_HIDE_DOWN) ? ";up" : "",
3573 (ctx->flags & STAT_NO_REFRESH) ? ";norefresh" : "",
William Lallemand74c24fb2016-11-21 17:18:36 +01003574 scope_txt);
3575 break;
3576 case STAT_STATUS_PART:
3577 chunk_appendf(&trash,
3578 "<p><div class=active_going_down>"
3579 "<a class=lfsb href=\"%s%s%s%s\" title=\"Remove this message\">[X]</a> "
3580 "Action partially processed.<br>"
3581 "Some server names are probably unknown or ambiguous (duplicated names in the backend)."
3582 "</div>\n", uri->uri_prefix,
Willy Tarreau91cefca2022-05-03 17:08:29 +02003583 (ctx->flags & STAT_HIDE_DOWN) ? ";up" : "",
3584 (ctx->flags & STAT_NO_REFRESH) ? ";norefresh" : "",
William Lallemand74c24fb2016-11-21 17:18:36 +01003585 scope_txt);
3586 break;
3587 case STAT_STATUS_ERRP:
3588 chunk_appendf(&trash,
3589 "<p><div class=active_down>"
3590 "<a class=lfsb href=\"%s%s%s%s\" title=\"Remove this message\">[X]</a> "
3591 "Action not processed because of invalid parameters."
3592 "<ul>"
3593 "<li>The action is maybe unknown.</li>"
Christopher Faulet2f9a41d2019-02-27 15:30:57 +01003594 "<li>Invalid key parameter (empty or too long).</li>"
William Lallemand74c24fb2016-11-21 17:18:36 +01003595 "<li>The backend name is probably unknown or ambiguous (duplicated names).</li>"
3596 "<li>Some server names are probably unknown or ambiguous (duplicated names in the backend).</li>"
3597 "</ul>"
3598 "</div>\n", uri->uri_prefix,
Willy Tarreau91cefca2022-05-03 17:08:29 +02003599 (ctx->flags & STAT_HIDE_DOWN) ? ";up" : "",
3600 (ctx->flags & STAT_NO_REFRESH) ? ";norefresh" : "",
William Lallemand74c24fb2016-11-21 17:18:36 +01003601 scope_txt);
3602 break;
3603 case STAT_STATUS_EXCD:
3604 chunk_appendf(&trash,
3605 "<p><div class=active_down>"
3606 "<a class=lfsb href=\"%s%s%s%s\" title=\"Remove this message\">[X]</a> "
3607 "<b>Action not processed : the buffer couldn't store all the data.<br>"
3608 "You should retry with less servers at a time.</b>"
3609 "</div>\n", uri->uri_prefix,
Willy Tarreau91cefca2022-05-03 17:08:29 +02003610 (ctx->flags & STAT_HIDE_DOWN) ? ";up" : "",
3611 (ctx->flags & STAT_NO_REFRESH) ? ";norefresh" : "",
William Lallemand74c24fb2016-11-21 17:18:36 +01003612 scope_txt);
3613 break;
3614 case STAT_STATUS_DENY:
3615 chunk_appendf(&trash,
3616 "<p><div class=active_down>"
3617 "<a class=lfsb href=\"%s%s%s%s\" title=\"Remove this message\">[X]</a> "
3618 "<b>Action denied.</b>"
3619 "</div>\n", uri->uri_prefix,
Willy Tarreau91cefca2022-05-03 17:08:29 +02003620 (ctx->flags & STAT_HIDE_DOWN) ? ";up" : "",
3621 (ctx->flags & STAT_NO_REFRESH) ? ";norefresh" : "",
William Lallemand74c24fb2016-11-21 17:18:36 +01003622 scope_txt);
3623 break;
Christopher Faulet3c2ecf72019-02-27 16:41:27 +01003624 case STAT_STATUS_IVAL:
3625 chunk_appendf(&trash,
3626 "<p><div class=active_down>"
3627 "<a class=lfsb href=\"%s%s%s%s\" title=\"Remove this message\">[X]</a> "
3628 "<b>Invalid requests (unsupported method or chunked encoded request).</b>"
3629 "</div>\n", uri->uri_prefix,
Willy Tarreau91cefca2022-05-03 17:08:29 +02003630 (ctx->flags & STAT_HIDE_DOWN) ? ";up" : "",
3631 (ctx->flags & STAT_NO_REFRESH) ? ";norefresh" : "",
Christopher Faulet3c2ecf72019-02-27 16:41:27 +01003632 scope_txt);
3633 break;
William Lallemand74c24fb2016-11-21 17:18:36 +01003634 default:
3635 chunk_appendf(&trash,
3636 "<p><div class=active_no_check>"
3637 "<a class=lfsb href=\"%s%s%s%s\" title=\"Remove this message\">[X]</a> "
3638 "Unexpected result."
3639 "</div>\n", uri->uri_prefix,
Willy Tarreau91cefca2022-05-03 17:08:29 +02003640 (ctx->flags & STAT_HIDE_DOWN) ? ";up" : "",
3641 (ctx->flags & STAT_NO_REFRESH) ? ";norefresh" : "",
William Lallemand74c24fb2016-11-21 17:18:36 +01003642 scope_txt);
3643 }
3644 chunk_appendf(&trash, "<p>\n");
3645 }
3646}
3647
3648/* Dumps the HTML stats trailer block to the trash. The caller is responsible
3649 * for clearing the trash if needed.
3650 */
3651static void stats_dump_html_end()
3652{
3653 chunk_appendf(&trash, "</body></html>\n");
3654}
3655
Simon Horman05ee2132017-01-04 09:37:25 +01003656/* Dumps the stats JSON header to the trash buffer which. The caller is responsible
3657 * for clearing it if needed.
3658 */
3659static void stats_dump_json_header()
3660{
3661 chunk_strcat(&trash, "[");
3662}
3663
3664
3665/* Dumps the JSON stats trailer block to the trash. The caller is responsible
3666 * for clearing the trash if needed.
3667 */
3668static void stats_dump_json_end()
3669{
3670 chunk_strcat(&trash, "]");
3671}
3672
Amaury Denoyelle98b81cb2020-10-02 18:32:04 +02003673/* Uses <appctx.ctx.stats.obj1> as a pointer to the current proxy and <obj2> as
3674 * a pointer to the current server/listener.
3675 */
Willy Tarreau4596fe22022-05-17 19:07:51 +02003676static int stats_dump_proxies(struct stconn *cs,
Amaury Denoyelle98b81cb2020-10-02 18:32:04 +02003677 struct htx *htx,
3678 struct uri_auth *uri)
3679{
Christopher Faulet908628c2022-03-25 16:43:49 +01003680 struct appctx *appctx = __cs_appctx(cs);
Willy Tarreau91cefca2022-05-03 17:08:29 +02003681 struct show_stat_ctx *ctx = appctx->svcctx;
Christopher Faulet908628c2022-03-25 16:43:49 +01003682 struct channel *rep = cs_ic(cs);
Amaury Denoyelle98b81cb2020-10-02 18:32:04 +02003683 struct proxy *px;
3684
3685 /* dump proxies */
Willy Tarreau91cefca2022-05-03 17:08:29 +02003686 while (ctx->obj1) {
Amaury Denoyelle98b81cb2020-10-02 18:32:04 +02003687 if (htx) {
3688 if (htx_almost_full(htx))
3689 goto full;
3690 }
3691 else {
3692 if (buffer_almost_full(&rep->buf))
3693 goto full;
3694 }
3695
Willy Tarreau91cefca2022-05-03 17:08:29 +02003696 px = ctx->obj1;
Marno Krahmer07954fb2021-06-24 16:51:08 +02003697 /* Skip the global frontend proxies and non-networked ones.
William Lallemand85a16b22021-08-03 13:18:11 +02003698 * Also skip proxies that were disabled in the configuration
Marno Krahmer07954fb2021-06-24 16:51:08 +02003699 * This change allows retrieving stats from "old" proxies after a reload.
3700 */
Christopher Fauletdfd10ab2021-10-06 14:24:19 +02003701 if (!(px->flags & PR_FL_DISABLED) && px->uuid > 0 &&
William Lallemande7f74622021-07-28 17:45:18 +02003702 (px->cap & (PR_CAP_FE | PR_CAP_BE)) && !(px->cap & PR_CAP_INT)) {
Christopher Faulet908628c2022-03-25 16:43:49 +01003703 if (stats_dump_proxy_to_buffer(cs, htx, px, uri) == 0)
Amaury Denoyelle98b81cb2020-10-02 18:32:04 +02003704 return 0;
3705 }
3706
Willy Tarreau91cefca2022-05-03 17:08:29 +02003707 ctx->obj1 = px->next;
3708 ctx->px_st = STAT_PX_ST_INIT;
Amaury Denoyelle98b81cb2020-10-02 18:32:04 +02003709 }
3710
3711 return 1;
3712
3713 full:
Christopher Fauleta0bdec32022-04-04 07:51:21 +02003714 cs_rx_room_blk(cs);
Amaury Denoyelle98b81cb2020-10-02 18:32:04 +02003715 return 0;
3716}
3717
Willy Tarreau4596fe22022-05-17 19:07:51 +02003718/* This function dumps statistics onto the stream connector's read buffer in
William Lallemand74c24fb2016-11-21 17:18:36 +01003719 * either CSV or HTML format. <uri> contains some HTML-specific parameters that
3720 * are ignored for CSV format (hence <uri> may be NULL there). It returns 0 if
3721 * it had to stop writing data and an I/O is needed, 1 if the dump is finished
3722 * and the stream must be closed, or -1 in case of any error. This function is
3723 * used by both the CLI and the HTTP handlers.
3724 */
Willy Tarreau4596fe22022-05-17 19:07:51 +02003725static int stats_dump_stat_to_buffer(struct stconn *cs, struct htx *htx,
Christopher Fauletef779222018-10-31 08:47:01 +01003726 struct uri_auth *uri)
William Lallemand74c24fb2016-11-21 17:18:36 +01003727{
Christopher Faulet908628c2022-03-25 16:43:49 +01003728 struct appctx *appctx = __cs_appctx(cs);
Willy Tarreau91cefca2022-05-03 17:08:29 +02003729 struct show_stat_ctx *ctx = appctx->svcctx;
Christopher Faulet908628c2022-03-25 16:43:49 +01003730 struct channel *rep = cs_ic(cs);
Willy Tarreau91cefca2022-05-03 17:08:29 +02003731 enum stats_domain domain = ctx->domain;
William Lallemand74c24fb2016-11-21 17:18:36 +01003732
3733 chunk_reset(&trash);
3734
Willy Tarreau41f88522022-05-03 18:39:27 +02003735 switch (ctx->state) {
Willy Tarreau6ef16482022-05-06 18:07:53 +02003736 case STAT_STATE_INIT:
3737 ctx->state = STAT_STATE_HEAD; /* let's start producing data */
William Lallemand74c24fb2016-11-21 17:18:36 +01003738 /* fall through */
3739
Willy Tarreau6ef16482022-05-06 18:07:53 +02003740 case STAT_STATE_HEAD:
Willy Tarreau91cefca2022-05-03 17:08:29 +02003741 if (ctx->flags & STAT_FMT_HTML)
Willy Tarreau676c29e2019-10-09 10:50:01 +02003742 stats_dump_html_head(appctx, uri);
Willy Tarreau91cefca2022-05-03 17:08:29 +02003743 else if (ctx->flags & STAT_JSON_SCHM)
Christopher Faulet6338a082019-09-09 15:50:54 +02003744 stats_dump_json_schema(&trash);
Willy Tarreau91cefca2022-05-03 17:08:29 +02003745 else if (ctx->flags & STAT_FMT_JSON)
Willy Tarreau9d7fb632017-04-11 07:53:04 +02003746 stats_dump_json_header();
Willy Tarreau91cefca2022-05-03 17:08:29 +02003747 else if (!(ctx->flags & STAT_FMT_TYPED))
3748 stats_dump_csv_header(ctx->domain);
William Lallemand74c24fb2016-11-21 17:18:36 +01003749
Christopher Fauletef779222018-10-31 08:47:01 +01003750 if (!stats_putchk(rep, htx, &trash))
3751 goto full;
William Lallemand74c24fb2016-11-21 17:18:36 +01003752
Willy Tarreau91cefca2022-05-03 17:08:29 +02003753 if (ctx->flags & STAT_JSON_SCHM) {
Willy Tarreau6ef16482022-05-06 18:07:53 +02003754 ctx->state = STAT_STATE_FIN;
Christopher Faulet6338a082019-09-09 15:50:54 +02003755 return 1;
3756 }
Willy Tarreau6ef16482022-05-06 18:07:53 +02003757 ctx->state = STAT_STATE_INFO;
William Lallemand74c24fb2016-11-21 17:18:36 +01003758 /* fall through */
3759
Willy Tarreau6ef16482022-05-06 18:07:53 +02003760 case STAT_STATE_INFO:
Willy Tarreau91cefca2022-05-03 17:08:29 +02003761 if (ctx->flags & STAT_FMT_HTML) {
Christopher Faulet908628c2022-03-25 16:43:49 +01003762 stats_dump_html_info(cs, uri);
Christopher Fauletef779222018-10-31 08:47:01 +01003763 if (!stats_putchk(rep, htx, &trash))
3764 goto full;
William Lallemand74c24fb2016-11-21 17:18:36 +01003765 }
3766
Amaury Denoyellefbd0bc92020-10-05 11:49:46 +02003767 if (domain == STATS_DOMAIN_PROXY)
Willy Tarreau91cefca2022-05-03 17:08:29 +02003768 ctx->obj1 = proxies_list;
Amaury Denoyellefbd0bc92020-10-05 11:49:46 +02003769
Willy Tarreau91cefca2022-05-03 17:08:29 +02003770 ctx->px_st = STAT_PX_ST_INIT;
Willy Tarreau6ef16482022-05-06 18:07:53 +02003771 ctx->state = STAT_STATE_LIST;
William Lallemand74c24fb2016-11-21 17:18:36 +01003772 /* fall through */
3773
Willy Tarreau6ef16482022-05-06 18:07:53 +02003774 case STAT_STATE_LIST:
Amaury Denoyellefbd0bc92020-10-05 11:49:46 +02003775 switch (domain) {
Emeric Brunf8642ee2021-10-29 17:59:18 +02003776 case STATS_DOMAIN_RESOLVERS:
Christopher Faulet908628c2022-03-25 16:43:49 +01003777 if (!stats_dump_resolvers(cs, stat_l[domain],
Emeric Brund3b44952021-01-06 16:01:02 +01003778 stat_count[domain],
3779 &stats_module_list[domain])) {
Amaury Denoyellefbd0bc92020-10-05 11:49:46 +02003780 return 0;
3781 }
3782 break;
3783
3784 case STATS_DOMAIN_PROXY:
3785 default:
3786 /* dump proxies */
Christopher Faulet908628c2022-03-25 16:43:49 +01003787 if (!stats_dump_proxies(cs, htx, uri))
Amaury Denoyellefbd0bc92020-10-05 11:49:46 +02003788 return 0;
3789 break;
3790 }
William Lallemand74c24fb2016-11-21 17:18:36 +01003791
Willy Tarreau6ef16482022-05-06 18:07:53 +02003792 ctx->state = STAT_STATE_END;
William Lallemand74c24fb2016-11-21 17:18:36 +01003793 /* fall through */
3794
Willy Tarreau6ef16482022-05-06 18:07:53 +02003795 case STAT_STATE_END:
Willy Tarreau91cefca2022-05-03 17:08:29 +02003796 if (ctx->flags & (STAT_FMT_HTML|STAT_FMT_JSON)) {
3797 if (ctx->flags & STAT_FMT_HTML)
Simon Horman05ee2132017-01-04 09:37:25 +01003798 stats_dump_html_end();
3799 else
3800 stats_dump_json_end();
Christopher Fauletef779222018-10-31 08:47:01 +01003801 if (!stats_putchk(rep, htx, &trash))
3802 goto full;
William Lallemand74c24fb2016-11-21 17:18:36 +01003803 }
3804
Willy Tarreau6ef16482022-05-06 18:07:53 +02003805 ctx->state = STAT_STATE_FIN;
William Lallemand74c24fb2016-11-21 17:18:36 +01003806 /* fall through */
3807
Willy Tarreau6ef16482022-05-06 18:07:53 +02003808 case STAT_STATE_FIN:
William Lallemand74c24fb2016-11-21 17:18:36 +01003809 return 1;
3810
3811 default:
3812 /* unknown state ! */
Willy Tarreau6ef16482022-05-06 18:07:53 +02003813 ctx->state = STAT_STATE_FIN;
William Lallemand74c24fb2016-11-21 17:18:36 +01003814 return -1;
3815 }
Christopher Fauletef779222018-10-31 08:47:01 +01003816
3817 full:
Christopher Fauleta0bdec32022-04-04 07:51:21 +02003818 cs_rx_room_blk(cs);
Christopher Fauletef779222018-10-31 08:47:01 +01003819 return 0;
3820
William Lallemand74c24fb2016-11-21 17:18:36 +01003821}
3822
3823/* We reached the stats page through a POST request. The appctx is
3824 * expected to have already been allocated by the caller.
3825 * Parse the posted data and enable/disable servers if necessary.
3826 * Returns 1 if request was parsed or zero if it needs more data.
3827 */
Willy Tarreau4596fe22022-05-17 19:07:51 +02003828static int stats_process_http_post(struct stconn *cs)
William Lallemand74c24fb2016-11-21 17:18:36 +01003829{
Christopher Faulet908628c2022-03-25 16:43:49 +01003830 struct stream *s = __cs_strm(cs);
3831 struct appctx *appctx = __cs_appctx(cs);
Willy Tarreau91cefca2022-05-03 17:08:29 +02003832 struct show_stat_ctx *ctx = appctx->svcctx;
William Lallemand74c24fb2016-11-21 17:18:36 +01003833
3834 struct proxy *px = NULL;
3835 struct server *sv = NULL;
3836
3837 char key[LINESIZE];
3838 int action = ST_ADM_ACTION_NONE;
3839 int reprocess = 0;
3840
3841 int total_servers = 0;
3842 int altered_servers = 0;
3843
3844 char *first_param, *cur_param, *next_param, *end_params;
3845 char *st_cur_param = NULL;
3846 char *st_next_param = NULL;
3847
Christopher Fauleta3618372018-12-13 21:59:56 +01003848 struct buffer *temp = get_trash_chunk();
William Lallemand74c24fb2016-11-21 17:18:36 +01003849
Christopher Fauletb7f88902019-07-15 21:56:43 +02003850 struct htx *htx = htxbuf(&s->req.buf);
3851 struct htx_blk *blk;
Christopher Fauleta3618372018-12-13 21:59:56 +01003852
Christopher Fauletb7f88902019-07-15 21:56:43 +02003853 /* we need more data */
3854 if (s->txn->req.msg_state < HTTP_MSG_DONE) {
3855 /* check if we can receive more */
3856 if (htx_free_data_space(htx) <= global.tune.maxrewrite) {
Willy Tarreau91cefca2022-05-03 17:08:29 +02003857 ctx->st_code = STAT_STATUS_EXCD;
Christopher Fauletb7f88902019-07-15 21:56:43 +02003858 goto out;
Christopher Fauleta3618372018-12-13 21:59:56 +01003859 }
Christopher Fauletb7f88902019-07-15 21:56:43 +02003860 goto wait;
3861 }
Christopher Fauleta3618372018-12-13 21:59:56 +01003862
Christopher Fauletb7f88902019-07-15 21:56:43 +02003863 /* The request was fully received. Copy data */
3864 blk = htx_get_head_blk(htx);
3865 while (blk) {
3866 enum htx_blk_type type = htx_get_blk_type(blk);
Christopher Fauleta3618372018-12-13 21:59:56 +01003867
Christopher Fauletd1ac2b92020-12-02 19:12:22 +01003868 if (type == HTX_BLK_TLR || type == HTX_BLK_EOT)
Christopher Fauletb7f88902019-07-15 21:56:43 +02003869 break;
3870 if (type == HTX_BLK_DATA) {
3871 struct ist v = htx_get_blk_value(htx, blk);
Christopher Fauleta3618372018-12-13 21:59:56 +01003872
Christopher Fauletb7f88902019-07-15 21:56:43 +02003873 if (!chunk_memcat(temp, v.ptr, v.len)) {
Willy Tarreau91cefca2022-05-03 17:08:29 +02003874 ctx->st_code = STAT_STATUS_EXCD;
Christopher Faulet2f9a41d2019-02-27 15:30:57 +01003875 goto out;
3876 }
Christopher Fauleta3618372018-12-13 21:59:56 +01003877 }
Christopher Fauletb7f88902019-07-15 21:56:43 +02003878 blk = htx_get_next_blk(htx, blk);
William Lallemand74c24fb2016-11-21 17:18:36 +01003879 }
3880
Willy Tarreau843b7cb2018-07-13 10:54:26 +02003881 first_param = temp->area;
Christopher Fauleta3618372018-12-13 21:59:56 +01003882 end_params = temp->area + temp->data;
William Lallemand74c24fb2016-11-21 17:18:36 +01003883 cur_param = next_param = end_params;
3884 *end_params = '\0';
3885
Willy Tarreau91cefca2022-05-03 17:08:29 +02003886 ctx->st_code = STAT_STATUS_NONE;
William Lallemand74c24fb2016-11-21 17:18:36 +01003887
3888 /*
3889 * Parse the parameters in reverse order to only store the last value.
3890 * From the html form, the backend and the action are at the end.
3891 */
3892 while (cur_param > first_param) {
3893 char *value;
3894 int poffset, plen;
3895
3896 cur_param--;
3897
3898 if ((*cur_param == '&') || (cur_param == first_param)) {
3899 reprocess_servers:
3900 /* Parse the key */
3901 poffset = (cur_param != first_param ? 1 : 0);
3902 plen = next_param - cur_param + (cur_param == first_param ? 1 : 0);
3903 if ((plen > 0) && (plen <= sizeof(key))) {
3904 strncpy(key, cur_param + poffset, plen);
3905 key[plen - 1] = '\0';
3906 } else {
Willy Tarreau91cefca2022-05-03 17:08:29 +02003907 ctx->st_code = STAT_STATUS_ERRP;
William Lallemand74c24fb2016-11-21 17:18:36 +01003908 goto out;
3909 }
3910
3911 /* Parse the value */
3912 value = key;
3913 while (*value != '\0' && *value != '=') {
3914 value++;
3915 }
3916 if (*value == '=') {
3917 /* Ok, a value is found, we can mark the end of the key */
3918 *value++ = '\0';
3919 }
Willy Tarreau62ba9ba2020-04-23 17:54:47 +02003920 if (url_decode(key, 1) < 0 || url_decode(value, 1) < 0)
William Lallemand74c24fb2016-11-21 17:18:36 +01003921 break;
3922
3923 /* Now we can check the key to see what to do */
3924 if (!px && (strcmp(key, "b") == 0)) {
3925 if ((px = proxy_be_by_name(value)) == NULL) {
3926 /* the backend name is unknown or ambiguous (duplicate names) */
Willy Tarreau91cefca2022-05-03 17:08:29 +02003927 ctx->st_code = STAT_STATUS_ERRP;
William Lallemand74c24fb2016-11-21 17:18:36 +01003928 goto out;
3929 }
3930 }
3931 else if (!action && (strcmp(key, "action") == 0)) {
3932 if (strcmp(value, "ready") == 0) {
3933 action = ST_ADM_ACTION_READY;
3934 }
3935 else if (strcmp(value, "drain") == 0) {
3936 action = ST_ADM_ACTION_DRAIN;
3937 }
3938 else if (strcmp(value, "maint") == 0) {
3939 action = ST_ADM_ACTION_MAINT;
3940 }
3941 else if (strcmp(value, "shutdown") == 0) {
3942 action = ST_ADM_ACTION_SHUTDOWN;
3943 }
3944 else if (strcmp(value, "dhlth") == 0) {
3945 action = ST_ADM_ACTION_DHLTH;
3946 }
3947 else if (strcmp(value, "ehlth") == 0) {
3948 action = ST_ADM_ACTION_EHLTH;
3949 }
3950 else if (strcmp(value, "hrunn") == 0) {
3951 action = ST_ADM_ACTION_HRUNN;
3952 }
3953 else if (strcmp(value, "hnolb") == 0) {
3954 action = ST_ADM_ACTION_HNOLB;
3955 }
3956 else if (strcmp(value, "hdown") == 0) {
3957 action = ST_ADM_ACTION_HDOWN;
3958 }
3959 else if (strcmp(value, "dagent") == 0) {
3960 action = ST_ADM_ACTION_DAGENT;
3961 }
3962 else if (strcmp(value, "eagent") == 0) {
3963 action = ST_ADM_ACTION_EAGENT;
3964 }
3965 else if (strcmp(value, "arunn") == 0) {
3966 action = ST_ADM_ACTION_ARUNN;
3967 }
3968 else if (strcmp(value, "adown") == 0) {
3969 action = ST_ADM_ACTION_ADOWN;
3970 }
3971 /* else these are the old supported methods */
3972 else if (strcmp(value, "disable") == 0) {
3973 action = ST_ADM_ACTION_DISABLE;
3974 }
3975 else if (strcmp(value, "enable") == 0) {
3976 action = ST_ADM_ACTION_ENABLE;
3977 }
3978 else if (strcmp(value, "stop") == 0) {
3979 action = ST_ADM_ACTION_STOP;
3980 }
3981 else if (strcmp(value, "start") == 0) {
3982 action = ST_ADM_ACTION_START;
3983 }
3984 else {
Willy Tarreau91cefca2022-05-03 17:08:29 +02003985 ctx->st_code = STAT_STATUS_ERRP;
William Lallemand74c24fb2016-11-21 17:18:36 +01003986 goto out;
3987 }
3988 }
3989 else if (strcmp(key, "s") == 0) {
3990 if (!(px && action)) {
3991 /*
3992 * Indicates that we'll need to reprocess the parameters
3993 * as soon as backend and action are known
3994 */
3995 if (!reprocess) {
3996 st_cur_param = cur_param;
3997 st_next_param = next_param;
3998 }
3999 reprocess = 1;
4000 }
4001 else if ((sv = findserver(px, value)) != NULL) {
Christopher Faulet2a944ee2017-11-07 10:42:54 +01004002 HA_SPIN_LOCK(SERVER_LOCK, &sv->lock);
William Lallemand74c24fb2016-11-21 17:18:36 +01004003 switch (action) {
4004 case ST_ADM_ACTION_DISABLE:
Emeric Brun52a91d32017-08-31 14:41:55 +02004005 if (!(sv->cur_admin & SRV_ADMF_FMAINT)) {
William Lallemand74c24fb2016-11-21 17:18:36 +01004006 altered_servers++;
4007 total_servers++;
4008 srv_set_admin_flag(sv, SRV_ADMF_FMAINT, "'disable' on stats page");
4009 }
4010 break;
4011 case ST_ADM_ACTION_ENABLE:
Emeric Brun52a91d32017-08-31 14:41:55 +02004012 if (sv->cur_admin & SRV_ADMF_FMAINT) {
William Lallemand74c24fb2016-11-21 17:18:36 +01004013 altered_servers++;
4014 total_servers++;
4015 srv_clr_admin_flag(sv, SRV_ADMF_FMAINT);
4016 }
4017 break;
4018 case ST_ADM_ACTION_STOP:
Emeric Brun52a91d32017-08-31 14:41:55 +02004019 if (!(sv->cur_admin & SRV_ADMF_FDRAIN)) {
William Lallemand74c24fb2016-11-21 17:18:36 +01004020 srv_set_admin_flag(sv, SRV_ADMF_FDRAIN, "'stop' on stats page");
4021 altered_servers++;
4022 total_servers++;
4023 }
4024 break;
4025 case ST_ADM_ACTION_START:
Emeric Brun52a91d32017-08-31 14:41:55 +02004026 if (sv->cur_admin & SRV_ADMF_FDRAIN) {
William Lallemand74c24fb2016-11-21 17:18:36 +01004027 srv_clr_admin_flag(sv, SRV_ADMF_FDRAIN);
4028 altered_servers++;
4029 total_servers++;
4030 }
4031 break;
4032 case ST_ADM_ACTION_DHLTH:
4033 if (sv->check.state & CHK_ST_CONFIGURED) {
4034 sv->check.state &= ~CHK_ST_ENABLED;
4035 altered_servers++;
4036 total_servers++;
4037 }
4038 break;
4039 case ST_ADM_ACTION_EHLTH:
4040 if (sv->check.state & CHK_ST_CONFIGURED) {
4041 sv->check.state |= CHK_ST_ENABLED;
4042 altered_servers++;
4043 total_servers++;
4044 }
4045 break;
4046 case ST_ADM_ACTION_HRUNN:
4047 if (!(sv->track)) {
4048 sv->check.health = sv->check.rise + sv->check.fall - 1;
Emeric Brun5a133512017-10-19 14:42:30 +02004049 srv_set_running(sv, "changed from Web interface", NULL);
William Lallemand74c24fb2016-11-21 17:18:36 +01004050 altered_servers++;
4051 total_servers++;
4052 }
4053 break;
4054 case ST_ADM_ACTION_HNOLB:
4055 if (!(sv->track)) {
4056 sv->check.health = sv->check.rise + sv->check.fall - 1;
Emeric Brun5a133512017-10-19 14:42:30 +02004057 srv_set_stopping(sv, "changed from Web interface", NULL);
William Lallemand74c24fb2016-11-21 17:18:36 +01004058 altered_servers++;
4059 total_servers++;
4060 }
4061 break;
4062 case ST_ADM_ACTION_HDOWN:
4063 if (!(sv->track)) {
4064 sv->check.health = 0;
Emeric Brun5a133512017-10-19 14:42:30 +02004065 srv_set_stopped(sv, "changed from Web interface", NULL);
William Lallemand74c24fb2016-11-21 17:18:36 +01004066 altered_servers++;
4067 total_servers++;
4068 }
4069 break;
4070 case ST_ADM_ACTION_DAGENT:
4071 if (sv->agent.state & CHK_ST_CONFIGURED) {
4072 sv->agent.state &= ~CHK_ST_ENABLED;
4073 altered_servers++;
4074 total_servers++;
4075 }
4076 break;
4077 case ST_ADM_ACTION_EAGENT:
4078 if (sv->agent.state & CHK_ST_CONFIGURED) {
4079 sv->agent.state |= CHK_ST_ENABLED;
4080 altered_servers++;
4081 total_servers++;
4082 }
4083 break;
4084 case ST_ADM_ACTION_ARUNN:
4085 if (sv->agent.state & CHK_ST_ENABLED) {
4086 sv->agent.health = sv->agent.rise + sv->agent.fall - 1;
Emeric Brun5a133512017-10-19 14:42:30 +02004087 srv_set_running(sv, "changed from Web interface", NULL);
William Lallemand74c24fb2016-11-21 17:18:36 +01004088 altered_servers++;
4089 total_servers++;
4090 }
4091 break;
4092 case ST_ADM_ACTION_ADOWN:
4093 if (sv->agent.state & CHK_ST_ENABLED) {
4094 sv->agent.health = 0;
Emeric Brun5a133512017-10-19 14:42:30 +02004095 srv_set_stopped(sv, "changed from Web interface", NULL);
William Lallemand74c24fb2016-11-21 17:18:36 +01004096 altered_servers++;
4097 total_servers++;
4098 }
4099 break;
4100 case ST_ADM_ACTION_READY:
4101 srv_adm_set_ready(sv);
4102 altered_servers++;
4103 total_servers++;
4104 break;
4105 case ST_ADM_ACTION_DRAIN:
4106 srv_adm_set_drain(sv);
4107 altered_servers++;
4108 total_servers++;
4109 break;
4110 case ST_ADM_ACTION_MAINT:
4111 srv_adm_set_maint(sv);
4112 altered_servers++;
4113 total_servers++;
4114 break;
4115 case ST_ADM_ACTION_SHUTDOWN:
Christopher Fauletdfd10ab2021-10-06 14:24:19 +02004116 if (!(px->flags & (PR_FL_DISABLED|PR_FL_STOPPED))) {
Willy Tarreauaf7ea812019-11-14 16:42:04 +01004117 srv_shutdown_streams(sv, SF_ERR_KILLED);
William Lallemand74c24fb2016-11-21 17:18:36 +01004118 altered_servers++;
4119 total_servers++;
4120 }
4121 break;
4122 }
Christopher Faulet2a944ee2017-11-07 10:42:54 +01004123 HA_SPIN_UNLOCK(SERVER_LOCK, &sv->lock);
William Lallemand74c24fb2016-11-21 17:18:36 +01004124 } else {
4125 /* the server name is unknown or ambiguous (duplicate names) */
4126 total_servers++;
4127 }
4128 }
4129 if (reprocess && px && action) {
4130 /* Now, we know the backend and the action chosen by the user.
4131 * We can safely restart from the first server parameter
4132 * to reprocess them
4133 */
4134 cur_param = st_cur_param;
4135 next_param = st_next_param;
4136 reprocess = 0;
4137 goto reprocess_servers;
4138 }
4139
4140 next_param = cur_param;
4141 }
4142 }
4143
4144 if (total_servers == 0) {
Willy Tarreau91cefca2022-05-03 17:08:29 +02004145 ctx->st_code = STAT_STATUS_NONE;
William Lallemand74c24fb2016-11-21 17:18:36 +01004146 }
4147 else if (altered_servers == 0) {
Willy Tarreau91cefca2022-05-03 17:08:29 +02004148 ctx->st_code = STAT_STATUS_ERRP;
William Lallemand74c24fb2016-11-21 17:18:36 +01004149 }
4150 else if (altered_servers == total_servers) {
Willy Tarreau91cefca2022-05-03 17:08:29 +02004151 ctx->st_code = STAT_STATUS_DONE;
William Lallemand74c24fb2016-11-21 17:18:36 +01004152 }
4153 else {
Willy Tarreau91cefca2022-05-03 17:08:29 +02004154 ctx->st_code = STAT_STATUS_PART;
William Lallemand74c24fb2016-11-21 17:18:36 +01004155 }
4156 out:
4157 return 1;
Christopher Faulet2f9a41d2019-02-27 15:30:57 +01004158 wait:
Willy Tarreau91cefca2022-05-03 17:08:29 +02004159 ctx->st_code = STAT_STATUS_NONE;
Christopher Faulet2f9a41d2019-02-27 15:30:57 +01004160 return 0;
Christopher Fauletef779222018-10-31 08:47:01 +01004161}
4162
4163
Willy Tarreau4596fe22022-05-17 19:07:51 +02004164static int stats_send_http_headers(struct stconn *cs, struct htx *htx)
Christopher Fauletef779222018-10-31 08:47:01 +01004165{
Christopher Faulet908628c2022-03-25 16:43:49 +01004166 struct stream *s = __cs_strm(cs);
Christopher Fauletef779222018-10-31 08:47:01 +01004167 struct uri_auth *uri = s->be->uri_auth;
Christopher Faulet908628c2022-03-25 16:43:49 +01004168 struct appctx *appctx = __cs_appctx(cs);
Willy Tarreau91cefca2022-05-03 17:08:29 +02004169 struct show_stat_ctx *ctx = appctx->svcctx;
Christopher Fauletf1ba18d2018-11-26 21:37:08 +01004170 struct htx_sl *sl;
4171 unsigned int flags;
Christopher Fauletef779222018-10-31 08:47:01 +01004172
Christopher Fauletf1ba18d2018-11-26 21:37:08 +01004173 flags = (HTX_SL_F_IS_RESP|HTX_SL_F_VER_11|HTX_SL_F_XFER_ENC|HTX_SL_F_XFER_LEN|HTX_SL_F_CHNK);
4174 sl = htx_add_stline(htx, HTX_BLK_RES_SL, flags, ist("HTTP/1.1"), ist("200"), ist("OK"));
4175 if (!sl)
Christopher Fauletef779222018-10-31 08:47:01 +01004176 goto full;
Christopher Fauletf1ba18d2018-11-26 21:37:08 +01004177 sl->info.res.status = 200;
Christopher Fauletef779222018-10-31 08:47:01 +01004178
Christopher Fauletb829f4c2019-03-29 16:13:55 +01004179 if (!htx_add_header(htx, ist("Cache-Control"), ist("no-cache")))
Christopher Fauletef779222018-10-31 08:47:01 +01004180 goto full;
Willy Tarreau91cefca2022-05-03 17:08:29 +02004181 if (ctx->flags & STAT_FMT_HTML) {
Christopher Fauletef779222018-10-31 08:47:01 +01004182 if (!htx_add_header(htx, ist("Content-Type"), ist("text/html")))
4183 goto full;
4184 }
Willy Tarreau91cefca2022-05-03 17:08:29 +02004185 else if (ctx->flags & (STAT_FMT_JSON|STAT_JSON_SCHM)) {
Christopher Faulet6338a082019-09-09 15:50:54 +02004186 if (!htx_add_header(htx, ist("Content-Type"), ist("application/json")))
4187 goto full;
4188 }
Christopher Fauletef779222018-10-31 08:47:01 +01004189 else {
4190 if (!htx_add_header(htx, ist("Content-Type"), ist("text/plain")))
4191 goto full;
4192 }
4193
Willy Tarreau91cefca2022-05-03 17:08:29 +02004194 if (uri->refresh > 0 && !(ctx->flags & STAT_NO_REFRESH)) {
Christopher Fauletef779222018-10-31 08:47:01 +01004195 const char *refresh = U2A(uri->refresh);
Tim Duesterhusdcf753a2021-03-04 17:31:47 +01004196 if (!htx_add_header(htx, ist("Refresh"), ist(refresh)))
Christopher Fauletef779222018-10-31 08:47:01 +01004197 goto full;
4198 }
4199
Willy Tarreau91cefca2022-05-03 17:08:29 +02004200 if (ctx->flags & STAT_CHUNKED) {
Christopher Fauletef779222018-10-31 08:47:01 +01004201 if (!htx_add_header(htx, ist("Transfer-Encoding"), ist("chunked")))
4202 goto full;
4203 }
4204
4205 if (!htx_add_endof(htx, HTX_BLK_EOH))
4206 goto full;
4207
Christopher Faulet1e2d6362019-02-27 16:28:48 +01004208 channel_add_input(&s->res, htx->data);
Christopher Fauletef779222018-10-31 08:47:01 +01004209 return 1;
4210
4211 full:
4212 htx_reset(htx);
Christopher Fauleta0bdec32022-04-04 07:51:21 +02004213 cs_rx_room_blk(cs);
Christopher Fauletef779222018-10-31 08:47:01 +01004214 return 0;
William Lallemand74c24fb2016-11-21 17:18:36 +01004215}
4216
Christopher Fauletef779222018-10-31 08:47:01 +01004217
Willy Tarreau4596fe22022-05-17 19:07:51 +02004218static int stats_send_http_redirect(struct stconn *cs, struct htx *htx)
Christopher Fauletef779222018-10-31 08:47:01 +01004219{
4220 char scope_txt[STAT_SCOPE_TXT_MAXLEN + sizeof STAT_SCOPE_PATTERN];
Christopher Faulet908628c2022-03-25 16:43:49 +01004221 struct stream *s = __cs_strm(cs);
Christopher Fauletef779222018-10-31 08:47:01 +01004222 struct uri_auth *uri = s->be->uri_auth;
Christopher Faulet908628c2022-03-25 16:43:49 +01004223 struct appctx *appctx = __cs_appctx(cs);
Willy Tarreau91cefca2022-05-03 17:08:29 +02004224 struct show_stat_ctx *ctx = appctx->svcctx;
Christopher Fauletf1ba18d2018-11-26 21:37:08 +01004225 struct htx_sl *sl;
4226 unsigned int flags;
Christopher Fauletef779222018-10-31 08:47:01 +01004227
Willy Tarreau91cefca2022-05-03 17:08:29 +02004228 /* scope_txt = search pattern + search query, ctx->scope_len is always <= STAT_SCOPE_TXT_MAXLEN */
Christopher Fauletef779222018-10-31 08:47:01 +01004229 scope_txt[0] = 0;
Willy Tarreau91cefca2022-05-03 17:08:29 +02004230 if (ctx->scope_len) {
Christopher Faulet908628c2022-03-25 16:43:49 +01004231 const char *scope_ptr = stats_scope_ptr(appctx, cs);
Christopher Fauleted7a0662019-01-14 11:07:34 +01004232
Christopher Fauletef779222018-10-31 08:47:01 +01004233 strcpy(scope_txt, STAT_SCOPE_PATTERN);
Willy Tarreau91cefca2022-05-03 17:08:29 +02004234 memcpy(scope_txt + strlen(STAT_SCOPE_PATTERN), scope_ptr, ctx->scope_len);
4235 scope_txt[strlen(STAT_SCOPE_PATTERN) + ctx->scope_len] = 0;
Christopher Fauletef779222018-10-31 08:47:01 +01004236 }
4237
4238 /* We don't want to land on the posted stats page because a refresh will
4239 * repost the data. We don't want this to happen on accident so we redirect
4240 * the browse to the stats page with a GET.
4241 */
4242 chunk_printf(&trash, "%s;st=%s%s%s%s",
4243 uri->uri_prefix,
Willy Tarreau91cefca2022-05-03 17:08:29 +02004244 ((ctx->st_code > STAT_STATUS_INIT) &&
4245 (ctx->st_code < STAT_STATUS_SIZE) &&
4246 stat_status_codes[ctx->st_code]) ?
4247 stat_status_codes[ctx->st_code] :
Christopher Fauletef779222018-10-31 08:47:01 +01004248 stat_status_codes[STAT_STATUS_UNKN],
Willy Tarreau91cefca2022-05-03 17:08:29 +02004249 (ctx->flags & STAT_HIDE_DOWN) ? ";up" : "",
4250 (ctx->flags & STAT_NO_REFRESH) ? ";norefresh" : "",
Christopher Fauletef779222018-10-31 08:47:01 +01004251 scope_txt);
4252
Christopher Fauletf1ba18d2018-11-26 21:37:08 +01004253 flags = (HTX_SL_F_IS_RESP|HTX_SL_F_VER_11|HTX_SL_F_XFER_LEN|HTX_SL_F_CHNK);
4254 sl = htx_add_stline(htx, HTX_BLK_RES_SL, flags, ist("HTTP/1.1"), ist("303"), ist("See Other"));
4255 if (!sl)
Christopher Fauletef779222018-10-31 08:47:01 +01004256 goto full;
Christopher Fauletf1ba18d2018-11-26 21:37:08 +01004257 sl->info.res.status = 303;
Christopher Fauletef779222018-10-31 08:47:01 +01004258
4259 if (!htx_add_header(htx, ist("Cache-Control"), ist("no-cache")) ||
Christopher Fauletef779222018-10-31 08:47:01 +01004260 !htx_add_header(htx, ist("Content-Type"), ist("text/plain")) ||
4261 !htx_add_header(htx, ist("Content-Length"), ist("0")) ||
4262 !htx_add_header(htx, ist("Location"), ist2(trash.area, trash.data)))
4263 goto full;
4264
4265 if (!htx_add_endof(htx, HTX_BLK_EOH))
4266 goto full;
4267
Christopher Faulet1e2d6362019-02-27 16:28:48 +01004268 channel_add_input(&s->res, htx->data);
Christopher Fauletef779222018-10-31 08:47:01 +01004269 return 1;
4270
4271full:
4272 htx_reset(htx);
Christopher Fauleta0bdec32022-04-04 07:51:21 +02004273 cs_rx_room_blk(cs);
Christopher Fauletef779222018-10-31 08:47:01 +01004274 return 0;
4275}
William Lallemand74c24fb2016-11-21 17:18:36 +01004276
Simon Horman05ee2132017-01-04 09:37:25 +01004277
Willy Tarreau4596fe22022-05-17 19:07:51 +02004278/* This I/O handler runs as an applet embedded in a stream connector. It is
William Lallemand74c24fb2016-11-21 17:18:36 +01004279 * used to send HTTP stats over a TCP socket. The mechanism is very simple.
4280 * appctx->st0 contains the operation in progress (dump, done). The handler
4281 * automatically unregisters itself once transfer is complete.
4282 */
Christopher Fauletb7f88902019-07-15 21:56:43 +02004283static void http_stats_io_handler(struct appctx *appctx)
Christopher Fauletef779222018-10-31 08:47:01 +01004284{
Willy Tarreau91cefca2022-05-03 17:08:29 +02004285 struct show_stat_ctx *ctx = appctx->svcctx;
Willy Tarreau4596fe22022-05-17 19:07:51 +02004286 struct stconn *cs = appctx_cs(appctx);
Christopher Faulet908628c2022-03-25 16:43:49 +01004287 struct stream *s = __cs_strm(cs);
4288 struct channel *req = cs_oc(cs);
4289 struct channel *res = cs_ic(cs);
Christopher Fauletef779222018-10-31 08:47:01 +01004290 struct htx *req_htx, *res_htx;
4291
Amaury Denoyelle072f97e2020-10-05 11:49:37 +02004292 /* only proxy stats are available via http */
Willy Tarreau91cefca2022-05-03 17:08:29 +02004293 ctx->domain = STATS_DOMAIN_PROXY;
Amaury Denoyelle072f97e2020-10-05 11:49:37 +02004294
Christopher Fauletef779222018-10-31 08:47:01 +01004295 res_htx = htx_from_buf(&res->buf);
4296
Willy Tarreau026e8fb2022-05-17 19:47:17 +02004297 if (unlikely(cs->state == SC_ST_DIS || cs->state == SC_ST_CLO))
Christopher Fauletef779222018-10-31 08:47:01 +01004298 goto out;
4299
Ilya Shipitsin856aabc2020-04-16 23:51:34 +05004300 /* Check if the input buffer is available. */
Christopher Fauletef779222018-10-31 08:47:01 +01004301 if (!b_size(&res->buf)) {
Christopher Fauleta0bdec32022-04-04 07:51:21 +02004302 cs_rx_room_blk(cs);
Christopher Fauletef779222018-10-31 08:47:01 +01004303 goto out;
4304 }
4305
4306 /* check that the output is not closed */
Christopher Faulet3a78aa62019-02-27 16:19:48 +01004307 if (res->flags & (CF_SHUTW|CF_SHUTW_NOW|CF_SHUTR))
4308 appctx->st0 = STAT_HTTP_END;
Christopher Fauletef779222018-10-31 08:47:01 +01004309
4310 /* all states are processed in sequence */
4311 if (appctx->st0 == STAT_HTTP_HEAD) {
Christopher Faulet908628c2022-03-25 16:43:49 +01004312 if (stats_send_http_headers(cs, res_htx)) {
Christopher Fauletef779222018-10-31 08:47:01 +01004313 if (s->txn->meth == HTTP_METH_HEAD)
4314 appctx->st0 = STAT_HTTP_DONE;
4315 else
4316 appctx->st0 = STAT_HTTP_DUMP;
4317 }
4318 }
4319
4320 if (appctx->st0 == STAT_HTTP_DUMP) {
Christopher Faulet908628c2022-03-25 16:43:49 +01004321 if (stats_dump_stat_to_buffer(cs, res_htx, s->be->uri_auth))
Christopher Fauletef779222018-10-31 08:47:01 +01004322 appctx->st0 = STAT_HTTP_DONE;
4323 }
4324
4325 if (appctx->st0 == STAT_HTTP_POST) {
Christopher Faulet908628c2022-03-25 16:43:49 +01004326 if (stats_process_http_post(cs))
Christopher Fauletef779222018-10-31 08:47:01 +01004327 appctx->st0 = STAT_HTTP_LAST;
Christopher Faulet3a78aa62019-02-27 16:19:48 +01004328 else if (req->flags & CF_SHUTR)
Christopher Fauletef779222018-10-31 08:47:01 +01004329 appctx->st0 = STAT_HTTP_DONE;
4330 }
4331
4332 if (appctx->st0 == STAT_HTTP_LAST) {
Christopher Faulet908628c2022-03-25 16:43:49 +01004333 if (stats_send_http_redirect(cs, res_htx))
Christopher Fauletef779222018-10-31 08:47:01 +01004334 appctx->st0 = STAT_HTTP_DONE;
4335 }
4336
4337 if (appctx->st0 == STAT_HTTP_DONE) {
Christopher Faulet08b45cb2022-04-07 09:25:13 +02004338 /* no more data are expected. If the response buffer is empty,
4339 * be sure to add something (EOT block in this case) to have
4340 * something to send. It is important to be sure the EOM flags
4341 * will be handled by the endpoint.
4342 */
4343 if (htx_is_empty(res_htx)) {
4344 if (!htx_add_endof(res_htx, HTX_BLK_EOT)) {
Christopher Fauleta0bdec32022-04-04 07:51:21 +02004345 cs_rx_room_blk(cs);
Christopher Faulet08b45cb2022-04-07 09:25:13 +02004346 goto out;
4347 }
4348 channel_add_input(res, 1);
4349 }
Christopher Fauletd1ac2b92020-12-02 19:12:22 +01004350 res_htx->flags |= HTX_FL_EOM;
Christopher Faulet3fa5d192022-03-07 15:52:42 +01004351 res->flags |= CF_EOI;
Willy Tarreaud869e132022-05-17 18:05:31 +02004352 se_fl_set(appctx->sedesc, SE_FL_EOI);
Christopher Faulet3a78aa62019-02-27 16:19:48 +01004353 appctx->st0 = STAT_HTTP_END;
Christopher Fauletef779222018-10-31 08:47:01 +01004354 }
4355
Christopher Faulet3a78aa62019-02-27 16:19:48 +01004356 if (appctx->st0 == STAT_HTTP_END) {
4357 if (!(res->flags & CF_SHUTR)) {
Christopher Fauletef779222018-10-31 08:47:01 +01004358 res->flags |= CF_READ_NULL;
Christopher Fauletda098e62022-03-31 17:44:45 +02004359 cs_shutr(cs);
Christopher Faulet3a78aa62019-02-27 16:19:48 +01004360 }
4361
4362 /* eat the whole request */
4363 if (co_data(req)) {
4364 req_htx = htx_from_buf(&req->buf);
4365 co_htx_skip(req, req_htx, co_data(req));
4366 htx_to_buf(req_htx, &req->buf);
Christopher Fauletef779222018-10-31 08:47:01 +01004367 }
4368 }
Christopher Faulet3a78aa62019-02-27 16:19:48 +01004369
Christopher Fauletef779222018-10-31 08:47:01 +01004370 out:
4371 /* we have left the request in the buffer for the case where we
4372 * process a POST, and this automatically re-enables activity on
4373 * read. It's better to indicate that we want to stop reading when
4374 * we're sending, so that we know there's at most one direction
4375 * deciding to wake the applet up. It saves it from looping when
4376 * emitting large blocks into small TCP windows.
4377 */
Christopher Faulet27ba2dc2018-12-05 11:53:24 +01004378 htx_to_buf(res_htx, &res->buf);
4379 if (!channel_is_empty(res))
Christopher Fauleta0bdec32022-04-04 07:51:21 +02004380 cs_stop_get(cs);
Christopher Fauletef779222018-10-31 08:47:01 +01004381}
4382
Willy Tarreau0baac8c2016-11-22 16:36:53 +01004383/* Dump all fields from <info> into <out> using the "show info" format (name: value) */
Willy Tarreau83061a82018-07-13 11:56:34 +02004384static int stats_dump_info_fields(struct buffer *out,
Willy Tarreau43241ff2019-10-09 11:27:51 +02004385 const struct field *info, unsigned int flags)
Willy Tarreau0baac8c2016-11-22 16:36:53 +01004386{
4387 int field;
4388
4389 for (field = 0; field < INF_TOTAL_FIELDS; field++) {
4390 if (!field_format(info, field))
4391 continue;
4392
Willy Tarreaueaa55372019-10-09 07:39:11 +02004393 if (!chunk_appendf(out, "%s: ", info_fields[field].name))
Willy Tarreau0baac8c2016-11-22 16:36:53 +01004394 return 0;
4395 if (!stats_emit_raw_data_field(out, &info[field]))
4396 return 0;
Willy Tarreau6b19b142019-10-09 15:44:21 +02004397 if ((flags & STAT_SHOW_FDESC) && !chunk_appendf(out, ":\"%s\"", info_fields[field].desc))
4398 return 0;
Willy Tarreau0baac8c2016-11-22 16:36:53 +01004399 if (!chunk_strcat(out, "\n"))
4400 return 0;
4401 }
4402 return 1;
4403}
4404
4405/* Dump all fields from <info> into <out> using the "show info typed" format */
Willy Tarreau83061a82018-07-13 11:56:34 +02004406static int stats_dump_typed_info_fields(struct buffer *out,
Willy Tarreau43241ff2019-10-09 11:27:51 +02004407 const struct field *info, unsigned int flags)
Willy Tarreau0baac8c2016-11-22 16:36:53 +01004408{
4409 int field;
4410
4411 for (field = 0; field < INF_TOTAL_FIELDS; field++) {
4412 if (!field_format(info, field))
4413 continue;
4414
Willy Tarreaueaa55372019-10-09 07:39:11 +02004415 if (!chunk_appendf(out, "%d.%s.%u:", field, info_fields[field].name, info[INF_PROCESS_NUM].u.u32))
Willy Tarreau0baac8c2016-11-22 16:36:53 +01004416 return 0;
4417 if (!stats_emit_field_tags(out, &info[field], ':'))
4418 return 0;
4419 if (!stats_emit_typed_data_field(out, &info[field]))
4420 return 0;
Willy Tarreau6b19b142019-10-09 15:44:21 +02004421 if ((flags & STAT_SHOW_FDESC) && !chunk_appendf(out, ":\"%s\"", info_fields[field].desc))
4422 return 0;
Willy Tarreau0baac8c2016-11-22 16:36:53 +01004423 if (!chunk_strcat(out, "\n"))
4424 return 0;
4425 }
4426 return 1;
4427}
4428
Willy Tarreau0b26b382021-05-08 07:43:53 +02004429/* Fill <info> with HAProxy global info. <info> is preallocated array of length
4430 * <len>. The length of the array must be INF_TOTAL_FIELDS. If this length is
4431 * less then this value, the function returns 0, otherwise, it returns 1. Some
4432 * fields' presence or precision may depend on some of the STAT_* flags present
4433 * in <flags>.
Willy Tarreau0baac8c2016-11-22 16:36:53 +01004434 */
Willy Tarreau0b26b382021-05-08 07:43:53 +02004435int stats_fill_info(struct field *info, int len, uint flags)
Willy Tarreau0baac8c2016-11-22 16:36:53 +01004436{
Willy Tarreaud37e26e2021-05-08 07:40:52 +02004437 struct timeval up;
Willy Tarreau83061a82018-07-13 11:56:34 +02004438 struct buffer *out = get_trash_chunk();
Willy Tarreau0baac8c2016-11-22 16:36:53 +01004439
4440#ifdef USE_OPENSSL
Willy Tarreauc5977722021-05-08 08:14:04 +02004441 double ssl_sess_rate = read_freq_ctr_flt(&global.ssl_per_sec);
4442 double ssl_key_rate = read_freq_ctr_flt(&global.ssl_fe_keys_per_sec);
4443 double ssl_reuse = 0;
Willy Tarreau0baac8c2016-11-22 16:36:53 +01004444
Willy Tarreauc5977722021-05-08 08:14:04 +02004445 if (ssl_key_rate < ssl_sess_rate)
4446 ssl_reuse = 100.0 * (1.0 - ssl_key_rate / ssl_sess_rate);
Willy Tarreau0baac8c2016-11-22 16:36:53 +01004447#endif
4448
Willy Tarreaud37e26e2021-05-08 07:40:52 +02004449 tv_remain(&start_date, &now, &up);
4450
Willy Tarreau0baac8c2016-11-22 16:36:53 +01004451 if (len < INF_TOTAL_FIELDS)
4452 return 0;
4453
4454 chunk_reset(out);
4455 memset(info, 0, sizeof(*info) * len);
4456
4457 info[INF_NAME] = mkf_str(FO_PRODUCT|FN_OUTPUT|FS_SERVICE, PRODUCT_NAME);
Willy Tarreau909b9d82019-01-04 18:20:32 +01004458 info[INF_VERSION] = mkf_str(FO_PRODUCT|FN_OUTPUT|FS_SERVICE, haproxy_version);
Adis Nezirovicb62b78b2021-01-15 13:12:33 +01004459 info[INF_BUILD_INFO] = mkf_str(FO_PRODUCT|FN_OUTPUT|FS_SERVICE, haproxy_version);
Willy Tarreau909b9d82019-01-04 18:20:32 +01004460 info[INF_RELEASE_DATE] = mkf_str(FO_PRODUCT|FN_OUTPUT|FS_SERVICE, haproxy_date);
Willy Tarreau0baac8c2016-11-22 16:36:53 +01004461
Yves Lafon95317282018-02-26 11:10:37 +01004462 info[INF_NBTHREAD] = mkf_u32(FO_CONFIG|FS_SERVICE, global.nbthread);
Willy Tarreau91358592021-06-15 08:08:04 +02004463 info[INF_NBPROC] = mkf_u32(FO_CONFIG|FS_SERVICE, 1);
Willy Tarreaue8422bf2021-06-15 09:08:18 +02004464 info[INF_PROCESS_NUM] = mkf_u32(FO_KEY, 1);
Willy Tarreau0baac8c2016-11-22 16:36:53 +01004465 info[INF_PID] = mkf_u32(FO_STATUS, pid);
4466
4467 info[INF_UPTIME] = mkf_str(FN_DURATION, chunk_newstr(out));
Willy Tarreaud37e26e2021-05-08 07:40:52 +02004468 chunk_appendf(out, "%ud %uh%02um%02us", (uint)up.tv_sec / 86400, ((uint)up.tv_sec % 86400) / 3600, ((uint)up.tv_sec % 3600) / 60, ((uint)up.tv_sec % 60));
Willy Tarreau0baac8c2016-11-22 16:36:53 +01004469
Willy Tarreaue8abc322021-05-08 07:56:56 +02004470 info[INF_UPTIME_SEC] = (flags & STAT_USE_FLOAT) ? mkf_flt(FN_DURATION, up.tv_sec + up.tv_usec / 1000000.0) : mkf_u32(FN_DURATION, up.tv_sec);
4471 info[INF_START_TIME_SEC] = (flags & STAT_USE_FLOAT) ? mkf_flt(FN_DURATION, start_date.tv_sec + start_date.tv_usec / 1000000.0) : mkf_u32(FN_DURATION, start_date.tv_sec);
Willy Tarreau0baac8c2016-11-22 16:36:53 +01004472 info[INF_MEMMAX_MB] = mkf_u32(FO_CONFIG|FN_LIMIT, global.rlimit_memmax);
William Dauchya8766cf2021-01-15 22:41:37 +01004473 info[INF_MEMMAX_BYTES] = mkf_u32(FO_CONFIG|FN_LIMIT, global.rlimit_memmax * 1048576L);
Willy Tarreau0baac8c2016-11-22 16:36:53 +01004474 info[INF_POOL_ALLOC_MB] = mkf_u32(0, (unsigned)(pool_total_allocated() / 1048576L));
William Dauchya8766cf2021-01-15 22:41:37 +01004475 info[INF_POOL_ALLOC_BYTES] = mkf_u32(0, pool_total_allocated());
Willy Tarreau0baac8c2016-11-22 16:36:53 +01004476 info[INF_POOL_USED_MB] = mkf_u32(0, (unsigned)(pool_total_used() / 1048576L));
William Dauchya8766cf2021-01-15 22:41:37 +01004477 info[INF_POOL_USED_BYTES] = mkf_u32(0, pool_total_used());
Willy Tarreau0baac8c2016-11-22 16:36:53 +01004478 info[INF_POOL_FAILED] = mkf_u32(FN_COUNTER, pool_total_failures());
4479 info[INF_ULIMIT_N] = mkf_u32(FO_CONFIG|FN_LIMIT, global.rlimit_nofile);
4480 info[INF_MAXSOCK] = mkf_u32(FO_CONFIG|FN_LIMIT, global.maxsock);
4481 info[INF_MAXCONN] = mkf_u32(FO_CONFIG|FN_LIMIT, global.maxconn);
4482 info[INF_HARD_MAXCONN] = mkf_u32(FO_CONFIG|FN_LIMIT, global.hardmaxconn);
4483 info[INF_CURR_CONN] = mkf_u32(0, actconn);
4484 info[INF_CUM_CONN] = mkf_u32(FN_COUNTER, totalconn);
4485 info[INF_CUM_REQ] = mkf_u32(FN_COUNTER, global.req_count);
4486#ifdef USE_OPENSSL
4487 info[INF_MAX_SSL_CONNS] = mkf_u32(FN_MAX, global.maxsslconn);
Willy Tarreau82531f62021-10-06 12:15:18 +02004488 info[INF_CURR_SSL_CONNS] = mkf_u32(0, global.sslconns);
4489 info[INF_CUM_SSL_CONNS] = mkf_u32(FN_COUNTER, global.totalsslconns);
Willy Tarreau0baac8c2016-11-22 16:36:53 +01004490#endif
4491 info[INF_MAXPIPES] = mkf_u32(FO_CONFIG|FN_LIMIT, global.maxpipes);
4492 info[INF_PIPES_USED] = mkf_u32(0, pipes_used);
4493 info[INF_PIPES_FREE] = mkf_u32(0, pipes_free);
Willy Tarreauc5977722021-05-08 08:14:04 +02004494 info[INF_CONN_RATE] = (flags & STAT_USE_FLOAT) ? mkf_flt(FN_RATE, read_freq_ctr_flt(&global.conn_per_sec)) : mkf_u32(FN_RATE, read_freq_ctr(&global.conn_per_sec));
Willy Tarreau0baac8c2016-11-22 16:36:53 +01004495 info[INF_CONN_RATE_LIMIT] = mkf_u32(FO_CONFIG|FN_LIMIT, global.cps_lim);
4496 info[INF_MAX_CONN_RATE] = mkf_u32(FN_MAX, global.cps_max);
Willy Tarreauc5977722021-05-08 08:14:04 +02004497 info[INF_SESS_RATE] = (flags & STAT_USE_FLOAT) ? mkf_flt(FN_RATE, read_freq_ctr_flt(&global.sess_per_sec)) : mkf_u32(FN_RATE, read_freq_ctr(&global.sess_per_sec));
Willy Tarreau0baac8c2016-11-22 16:36:53 +01004498 info[INF_SESS_RATE_LIMIT] = mkf_u32(FO_CONFIG|FN_LIMIT, global.sps_lim);
4499 info[INF_MAX_SESS_RATE] = mkf_u32(FN_RATE, global.sps_max);
4500
4501#ifdef USE_OPENSSL
Willy Tarreauc5977722021-05-08 08:14:04 +02004502 info[INF_SSL_RATE] = (flags & STAT_USE_FLOAT) ? mkf_flt(FN_RATE, ssl_sess_rate) : mkf_u32(FN_RATE, ssl_sess_rate);
Willy Tarreau0baac8c2016-11-22 16:36:53 +01004503 info[INF_SSL_RATE_LIMIT] = mkf_u32(FO_CONFIG|FN_LIMIT, global.ssl_lim);
4504 info[INF_MAX_SSL_RATE] = mkf_u32(FN_MAX, global.ssl_max);
Willy Tarreauc5977722021-05-08 08:14:04 +02004505 info[INF_SSL_FRONTEND_KEY_RATE] = (flags & STAT_USE_FLOAT) ? mkf_flt(FN_RATE, ssl_key_rate) : mkf_u32(0, ssl_key_rate);
Willy Tarreau0baac8c2016-11-22 16:36:53 +01004506 info[INF_SSL_FRONTEND_MAX_KEY_RATE] = mkf_u32(FN_MAX, global.ssl_fe_keys_max);
Willy Tarreauc5977722021-05-08 08:14:04 +02004507 info[INF_SSL_FRONTEND_SESSION_REUSE_PCT] = (flags & STAT_USE_FLOAT) ? mkf_flt(FN_RATE, ssl_reuse) : mkf_u32(0, ssl_reuse);
4508 info[INF_SSL_BACKEND_KEY_RATE] = (flags & STAT_USE_FLOAT) ? mkf_flt(FN_RATE, read_freq_ctr_flt(&global.ssl_be_keys_per_sec)) : mkf_u32(FN_RATE, read_freq_ctr(&global.ssl_be_keys_per_sec));
Willy Tarreau0baac8c2016-11-22 16:36:53 +01004509 info[INF_SSL_BACKEND_MAX_KEY_RATE] = mkf_u32(FN_MAX, global.ssl_be_keys_max);
4510 info[INF_SSL_CACHE_LOOKUPS] = mkf_u32(FN_COUNTER, global.shctx_lookups);
4511 info[INF_SSL_CACHE_MISSES] = mkf_u32(FN_COUNTER, global.shctx_misses);
4512#endif
Willy Tarreauc5977722021-05-08 08:14:04 +02004513 info[INF_COMPRESS_BPS_IN] = (flags & STAT_USE_FLOAT) ? mkf_flt(FN_RATE, read_freq_ctr_flt(&global.comp_bps_in)) : mkf_u32(FN_RATE, read_freq_ctr(&global.comp_bps_in));
4514 info[INF_COMPRESS_BPS_OUT] = (flags & STAT_USE_FLOAT) ? mkf_flt(FN_RATE, read_freq_ctr_flt(&global.comp_bps_out)) : mkf_u32(FN_RATE, read_freq_ctr(&global.comp_bps_out));
Willy Tarreau0baac8c2016-11-22 16:36:53 +01004515 info[INF_COMPRESS_BPS_RATE_LIM] = mkf_u32(FO_CONFIG|FN_LIMIT, global.comp_rate_lim);
4516#ifdef USE_ZLIB
4517 info[INF_ZLIB_MEM_USAGE] = mkf_u32(0, zlib_used_memory);
4518 info[INF_MAX_ZLIB_MEM_USAGE] = mkf_u32(FO_CONFIG|FN_LIMIT, global.maxzlibmem);
4519#endif
Willy Tarreau955a11e2021-02-24 17:03:30 +01004520 info[INF_TASKS] = mkf_u32(0, total_allocated_tasks());
Willy Tarreau9c7b8082021-02-24 15:10:07 +01004521 info[INF_RUN_QUEUE] = mkf_u32(0, total_run_queues());
Willy Tarreauf9d5e102021-10-08 10:43:59 +02004522 info[INF_IDLE_PCT] = mkf_u32(FN_AVG, clock_report_idle());
Willy Tarreau0baac8c2016-11-22 16:36:53 +01004523 info[INF_NODE] = mkf_str(FO_CONFIG|FN_OUTPUT|FS_SERVICE, global.node);
4524 if (global.desc)
4525 info[INF_DESCRIPTION] = mkf_str(FO_CONFIG|FN_OUTPUT|FS_SERVICE, global.desc);
Willy Tarreau00098ea2018-11-05 14:38:13 +01004526 info[INF_STOPPING] = mkf_u32(0, stopping);
4527 info[INF_JOBS] = mkf_u32(0, jobs);
William Lallemanda7199262018-11-16 16:57:20 +01004528 info[INF_UNSTOPPABLE_JOBS] = mkf_u32(0, unstoppable_jobs);
Willy Tarreau00098ea2018-11-05 14:38:13 +01004529 info[INF_LISTENERS] = mkf_u32(0, listeners);
Willy Tarreau199ad242018-11-05 16:31:22 +01004530 info[INF_ACTIVE_PEERS] = mkf_u32(0, active_peers);
Willy Tarreau2d372c22018-11-05 17:12:27 +01004531 info[INF_CONNECTED_PEERS] = mkf_u32(0, connected_peers);
Willy Tarreau13ef7732018-11-12 07:25:28 +01004532 info[INF_DROPPED_LOGS] = mkf_u32(0, dropped_logs);
Willy Tarreaubeb859a2018-11-22 18:07:59 +01004533 info[INF_BUSY_POLLING] = mkf_u32(0, !!(global.tune.options & GTUNE_BUSY_POLLING));
Emeric Brund30e9a12020-12-23 18:49:16 +01004534 info[INF_FAILED_RESOLUTIONS] = mkf_u32(0, resolv_failed_resolutions);
Willy Tarreau7cf0e452019-05-23 11:39:14 +02004535 info[INF_TOTAL_BYTES_OUT] = mkf_u64(0, global.out_bytes);
Christopher Fauletaaa70852020-07-10 13:56:30 +02004536 info[INF_TOTAL_SPLICED_BYTES_OUT] = mkf_u64(0, global.spliced_out_bytes);
Willy Tarreau7cf0e452019-05-23 11:39:14 +02004537 info[INF_BYTES_OUT_RATE] = mkf_u64(FN_RATE, (unsigned long long)read_freq_ctr(&global.out_32bps) * 32);
Willy Tarreau9b013702019-10-24 18:18:02 +02004538 info[INF_DEBUG_COMMANDS_ISSUED] = mkf_u32(0, debug_commands_issued);
Emeric Brun45c457a2020-07-09 23:23:34 +02004539 info[INF_CUM_LOG_MSGS] = mkf_u32(FN_COUNTER, cum_log_messages);
Amaury Denoyelle5dfdf3e2021-05-05 17:09:12 +02004540
4541 info[INF_TAINTED] = mkf_str(FO_STATUS, chunk_newstr(out));
4542 chunk_appendf(out, "%#x", get_tainted());
4543
Willy Tarreau0baac8c2016-11-22 16:36:53 +01004544 return 1;
4545}
4546
Willy Tarreau4596fe22022-05-17 19:07:51 +02004547/* This function dumps information onto the stream connector's read buffer.
Willy Tarreau0baac8c2016-11-22 16:36:53 +01004548 * It returns 0 as long as it does not complete, non-zero upon completion.
4549 * No state is used.
4550 */
Willy Tarreau4596fe22022-05-17 19:07:51 +02004551static int stats_dump_info_to_buffer(struct stconn *cs)
Willy Tarreau0baac8c2016-11-22 16:36:53 +01004552{
Christopher Faulet908628c2022-03-25 16:43:49 +01004553 struct appctx *appctx = __cs_appctx(cs);
Willy Tarreau91cefca2022-05-03 17:08:29 +02004554 struct show_stat_ctx *ctx = appctx->svcctx;
Christopher Faulet2da02ae2022-02-24 13:45:27 +01004555
Willy Tarreau91cefca2022-05-03 17:08:29 +02004556 if (!stats_fill_info(info, INF_TOTAL_FIELDS, ctx->flags))
Willy Tarreau0baac8c2016-11-22 16:36:53 +01004557 return 0;
4558
4559 chunk_reset(&trash);
4560
Willy Tarreau91cefca2022-05-03 17:08:29 +02004561 if (ctx->flags & STAT_FMT_TYPED)
4562 stats_dump_typed_info_fields(&trash, info, ctx->flags);
4563 else if (ctx->flags & STAT_FMT_JSON)
4564 stats_dump_json_info_fields(&trash, info, ctx->flags);
Willy Tarreau0baac8c2016-11-22 16:36:53 +01004565 else
Willy Tarreau91cefca2022-05-03 17:08:29 +02004566 stats_dump_info_fields(&trash, info, ctx->flags);
Willy Tarreau0baac8c2016-11-22 16:36:53 +01004567
Willy Tarreaud0a06d52022-05-18 15:07:19 +02004568 if (applet_putchk(appctx, &trash) == -1)
Willy Tarreau0baac8c2016-11-22 16:36:53 +01004569 return 0;
Willy Tarreau0baac8c2016-11-22 16:36:53 +01004570
4571 return 1;
4572}
4573
Willy Tarreau4596fe22022-05-17 19:07:51 +02004574/* This function dumps the schema onto the stream connector's read buffer.
Simon Horman6f6bb382017-01-04 09:37:26 +01004575 * It returns 0 as long as it does not complete, non-zero upon completion.
4576 * No state is used.
4577 *
Ilya Shipitsinf38a0182020-12-21 01:16:17 +05004578 * Integer values bounded to the range [-(2**53)+1, (2**53)-1] as
Simon Horman6f6bb382017-01-04 09:37:26 +01004579 * per the recommendation for interoperable integers in section 6 of RFC 7159.
4580 */
Willy Tarreau83061a82018-07-13 11:56:34 +02004581static void stats_dump_json_schema(struct buffer *out)
Simon Horman6f6bb382017-01-04 09:37:26 +01004582{
4583
Willy Tarreau843b7cb2018-07-13 10:54:26 +02004584 int old_len = out->data;
Simon Horman6f6bb382017-01-04 09:37:26 +01004585
4586 chunk_strcat(out,
4587 "{"
4588 "\"$schema\":\"http://json-schema.org/draft-04/schema#\","
4589 "\"oneOf\":["
4590 "{"
4591 "\"title\":\"Info\","
4592 "\"type\":\"array\","
4593 "\"items\":{"
Amaury Denoyellea53ce4c2020-10-02 18:31:59 +02004594 "\"title\":\"InfoItem\","
4595 "\"type\":\"object\","
Simon Horman6f6bb382017-01-04 09:37:26 +01004596 "\"properties\":{"
Simon Horman6f6bb382017-01-04 09:37:26 +01004597 "\"field\":{\"$ref\":\"#/definitions/field\"},"
4598 "\"processNum\":{\"$ref\":\"#/definitions/processNum\"},"
4599 "\"tags\":{\"$ref\":\"#/definitions/tags\"},"
4600 "\"value\":{\"$ref\":\"#/definitions/typedValue\"}"
4601 "},"
4602 "\"required\":[\"field\",\"processNum\",\"tags\","
4603 "\"value\"]"
4604 "}"
4605 "},"
4606 "{"
4607 "\"title\":\"Stat\","
4608 "\"type\":\"array\","
4609 "\"items\":{"
4610 "\"title\":\"InfoItem\","
4611 "\"type\":\"object\","
4612 "\"properties\":{"
4613 "\"objType\":{"
4614 "\"enum\":[\"Frontend\",\"Backend\",\"Listener\","
4615 "\"Server\",\"Unknown\"]"
4616 "},"
4617 "\"proxyId\":{"
4618 "\"type\":\"integer\","
4619 "\"minimum\":0"
4620 "},"
4621 "\"id\":{"
4622 "\"type\":\"integer\","
4623 "\"minimum\":0"
4624 "},"
4625 "\"field\":{\"$ref\":\"#/definitions/field\"},"
4626 "\"processNum\":{\"$ref\":\"#/definitions/processNum\"},"
4627 "\"tags\":{\"$ref\":\"#/definitions/tags\"},"
4628 "\"typedValue\":{\"$ref\":\"#/definitions/typedValue\"}"
4629 "},"
4630 "\"required\":[\"objType\",\"proxyId\",\"id\","
4631 "\"field\",\"processNum\",\"tags\","
4632 "\"value\"]"
4633 "}"
4634 "},"
4635 "{"
4636 "\"title\":\"Error\","
4637 "\"type\":\"object\","
4638 "\"properties\":{"
4639 "\"errorStr\":{"
4640 "\"type\":\"string\""
Amaury Denoyellea53ce4c2020-10-02 18:31:59 +02004641 "}"
4642 "},"
4643 "\"required\":[\"errorStr\"]"
Simon Horman6f6bb382017-01-04 09:37:26 +01004644 "}"
4645 "],"
4646 "\"definitions\":{"
4647 "\"field\":{"
4648 "\"type\":\"object\","
4649 "\"pos\":{"
4650 "\"type\":\"integer\","
4651 "\"minimum\":0"
4652 "},"
4653 "\"name\":{"
4654 "\"type\":\"string\""
4655 "},"
4656 "\"required\":[\"pos\",\"name\"]"
4657 "},"
4658 "\"processNum\":{"
4659 "\"type\":\"integer\","
4660 "\"minimum\":1"
4661 "},"
4662 "\"tags\":{"
4663 "\"type\":\"object\","
4664 "\"origin\":{"
4665 "\"type\":\"string\","
4666 "\"enum\":[\"Metric\",\"Status\",\"Key\","
4667 "\"Config\",\"Product\",\"Unknown\"]"
4668 "},"
4669 "\"nature\":{"
4670 "\"type\":\"string\","
4671 "\"enum\":[\"Gauge\",\"Limit\",\"Min\",\"Max\","
4672 "\"Rate\",\"Counter\",\"Duration\","
4673 "\"Age\",\"Time\",\"Name\",\"Output\","
4674 "\"Avg\", \"Unknown\"]"
4675 "},"
4676 "\"scope\":{"
4677 "\"type\":\"string\","
4678 "\"enum\":[\"Cluster\",\"Process\",\"Service\","
4679 "\"System\",\"Unknown\"]"
4680 "},"
4681 "\"required\":[\"origin\",\"nature\",\"scope\"]"
4682 "},"
4683 "\"typedValue\":{"
4684 "\"type\":\"object\","
4685 "\"oneOf\":["
4686 "{\"$ref\":\"#/definitions/typedValue/definitions/s32Value\"},"
4687 "{\"$ref\":\"#/definitions/typedValue/definitions/s64Value\"},"
4688 "{\"$ref\":\"#/definitions/typedValue/definitions/u32Value\"},"
4689 "{\"$ref\":\"#/definitions/typedValue/definitions/u64Value\"},"
4690 "{\"$ref\":\"#/definitions/typedValue/definitions/strValue\"}"
4691 "],"
4692 "\"definitions\":{"
4693 "\"s32Value\":{"
4694 "\"properties\":{"
4695 "\"type\":{"
4696 "\"type\":\"string\","
4697 "\"enum\":[\"s32\"]"
4698 "},"
4699 "\"value\":{"
4700 "\"type\":\"integer\","
4701 "\"minimum\":-2147483648,"
4702 "\"maximum\":2147483647"
4703 "}"
4704 "},"
4705 "\"required\":[\"type\",\"value\"]"
4706 "},"
4707 "\"s64Value\":{"
4708 "\"properties\":{"
4709 "\"type\":{"
4710 "\"type\":\"string\","
4711 "\"enum\":[\"s64\"]"
4712 "},"
4713 "\"value\":{"
4714 "\"type\":\"integer\","
4715 "\"minimum\":-9007199254740991,"
4716 "\"maximum\":9007199254740991"
4717 "}"
4718 "},"
4719 "\"required\":[\"type\",\"value\"]"
4720 "},"
4721 "\"u32Value\":{"
4722 "\"properties\":{"
4723 "\"type\":{"
4724 "\"type\":\"string\","
4725 "\"enum\":[\"u32\"]"
4726 "},"
4727 "\"value\":{"
4728 "\"type\":\"integer\","
4729 "\"minimum\":0,"
4730 "\"maximum\":4294967295"
4731 "}"
4732 "},"
4733 "\"required\":[\"type\",\"value\"]"
4734 "},"
4735 "\"u64Value\":{"
4736 "\"properties\":{"
4737 "\"type\":{"
4738 "\"type\":\"string\","
4739 "\"enum\":[\"u64\"]"
4740 "},"
4741 "\"value\":{"
4742 "\"type\":\"integer\","
4743 "\"minimum\":0,"
4744 "\"maximum\":9007199254740991"
4745 "}"
4746 "},"
4747 "\"required\":[\"type\",\"value\"]"
4748 "},"
4749 "\"strValue\":{"
4750 "\"properties\":{"
4751 "\"type\":{"
4752 "\"type\":\"string\","
4753 "\"enum\":[\"str\"]"
4754 "},"
4755 "\"value\":{\"type\":\"string\"}"
4756 "},"
4757 "\"required\":[\"type\",\"value\"]"
4758 "},"
4759 "\"unknownValue\":{"
4760 "\"properties\":{"
4761 "\"type\":{"
4762 "\"type\":\"integer\","
4763 "\"minimum\":0"
4764 "},"
4765 "\"value\":{"
4766 "\"type\":\"string\","
4767 "\"enum\":[\"unknown\"]"
4768 "}"
4769 "},"
4770 "\"required\":[\"type\",\"value\"]"
4771 "}"
4772 "}"
4773 "}"
4774 "}"
4775 "}");
4776
Willy Tarreau843b7cb2018-07-13 10:54:26 +02004777 if (old_len == out->data) {
Simon Horman6f6bb382017-01-04 09:37:26 +01004778 chunk_reset(out);
4779 chunk_appendf(out,
4780 "{\"errorStr\":\"output buffer too short\"}");
4781 }
4782}
4783
Willy Tarreau4596fe22022-05-17 19:07:51 +02004784/* This function dumps the schema onto the stream connector's read buffer.
Simon Horman6f6bb382017-01-04 09:37:26 +01004785 * It returns 0 as long as it does not complete, non-zero upon completion.
4786 * No state is used.
4787 */
Willy Tarreaud0a06d52022-05-18 15:07:19 +02004788static int stats_dump_json_schema_to_buffer(struct appctx *appctx)
Simon Horman6f6bb382017-01-04 09:37:26 +01004789{
4790 chunk_reset(&trash);
4791
4792 stats_dump_json_schema(&trash);
4793
Willy Tarreaud0a06d52022-05-18 15:07:19 +02004794 if (applet_putchk(appctx, &trash) == -1)
Simon Horman6f6bb382017-01-04 09:37:26 +01004795 return 0;
Simon Horman6f6bb382017-01-04 09:37:26 +01004796
4797 return 1;
4798}
4799
Aurélien Nephtaliabbf6072018-04-18 13:26:46 +02004800static int cli_parse_clear_counters(char **args, char *payload, struct appctx *appctx, void *private)
Willy Tarreau89d467c2016-11-23 11:02:40 +01004801{
4802 struct proxy *px;
4803 struct server *sv;
4804 struct listener *li;
Amaury Denoyelled3700a72020-10-05 11:49:43 +02004805 struct stats_module *mod;
Willy Tarreau89d467c2016-11-23 11:02:40 +01004806 int clrall = 0;
4807
4808 if (strcmp(args[2], "all") == 0)
4809 clrall = 1;
4810
4811 /* check permissions */
4812 if (!cli_has_level(appctx, ACCESS_LVL_OPER) ||
4813 (clrall && !cli_has_level(appctx, ACCESS_LVL_ADMIN)))
4814 return 1;
4815
Olivier Houchardfbc74e82017-11-24 16:54:05 +01004816 for (px = proxies_list; px; px = px->next) {
Willy Tarreau89d467c2016-11-23 11:02:40 +01004817 if (clrall) {
4818 memset(&px->be_counters, 0, sizeof(px->be_counters));
4819 memset(&px->fe_counters, 0, sizeof(px->fe_counters));
4820 }
4821 else {
4822 px->be_counters.conn_max = 0;
4823 px->be_counters.p.http.rps_max = 0;
4824 px->be_counters.sps_max = 0;
4825 px->be_counters.cps_max = 0;
4826 px->be_counters.nbpend_max = 0;
Christopher Fauletefb41f02019-11-08 14:53:15 +01004827 px->be_counters.qtime_max = 0;
4828 px->be_counters.ctime_max = 0;
4829 px->be_counters.dtime_max = 0;
4830 px->be_counters.ttime_max = 0;
Willy Tarreau89d467c2016-11-23 11:02:40 +01004831
4832 px->fe_counters.conn_max = 0;
4833 px->fe_counters.p.http.rps_max = 0;
4834 px->fe_counters.sps_max = 0;
4835 px->fe_counters.cps_max = 0;
Willy Tarreau89d467c2016-11-23 11:02:40 +01004836 }
4837
4838 for (sv = px->srv; sv; sv = sv->next)
4839 if (clrall)
4840 memset(&sv->counters, 0, sizeof(sv->counters));
4841 else {
4842 sv->counters.cur_sess_max = 0;
4843 sv->counters.nbpend_max = 0;
4844 sv->counters.sps_max = 0;
Christopher Fauletefb41f02019-11-08 14:53:15 +01004845 sv->counters.qtime_max = 0;
4846 sv->counters.ctime_max = 0;
4847 sv->counters.dtime_max = 0;
4848 sv->counters.ttime_max = 0;
Willy Tarreau89d467c2016-11-23 11:02:40 +01004849 }
4850
4851 list_for_each_entry(li, &px->conf.listeners, by_fe)
4852 if (li->counters) {
4853 if (clrall)
4854 memset(li->counters, 0, sizeof(*li->counters));
4855 else
4856 li->counters->conn_max = 0;
4857 }
4858 }
4859
4860 global.cps_max = 0;
4861 global.sps_max = 0;
Olivier Houchard00bc3cb2017-10-17 19:23:25 +02004862 global.ssl_max = 0;
4863 global.ssl_fe_keys_max = 0;
4864 global.ssl_be_keys_max = 0;
Willy Tarreaud80cb4e2018-01-20 19:30:13 +01004865
Amaury Denoyelled3700a72020-10-05 11:49:43 +02004866 list_for_each_entry(mod, &stats_module_list[STATS_DOMAIN_PROXY], list) {
4867 if (!mod->clearable && !clrall)
4868 continue;
4869
4870 for (px = proxies_list; px; px = px->next) {
4871 enum stats_domain_px_cap mod_cap = stats_px_get_cap(mod->domain_flags);
4872
4873 if (px->cap & PR_CAP_FE && mod_cap & STATS_PX_CAP_FE) {
4874 EXTRA_COUNTERS_INIT(px->extra_counters_fe,
4875 mod,
4876 mod->counters,
4877 mod->counters_size);
4878 }
4879
4880 if (px->cap & PR_CAP_BE && mod_cap & STATS_PX_CAP_BE) {
4881 EXTRA_COUNTERS_INIT(px->extra_counters_be,
4882 mod,
4883 mod->counters,
4884 mod->counters_size);
4885 }
4886
4887 if (mod_cap & STATS_PX_CAP_SRV) {
4888 for (sv = px->srv; sv; sv = sv->next) {
4889 EXTRA_COUNTERS_INIT(sv->extra_counters,
4890 mod,
4891 mod->counters,
4892 mod->counters_size);
4893 }
4894 }
4895
4896 if (mod_cap & STATS_PX_CAP_LI) {
4897 list_for_each_entry(li, &px->conf.listeners, by_fe) {
4898 EXTRA_COUNTERS_INIT(li->extra_counters,
4899 mod,
4900 mod->counters,
4901 mod->counters_size);
4902 }
4903 }
4904 }
4905 }
4906
Emeric Brunf8642ee2021-10-29 17:59:18 +02004907 resolv_stats_clear_counters(clrall, &stats_module_list[STATS_DOMAIN_RESOLVERS]);
Amaury Denoyellefbd0bc92020-10-05 11:49:46 +02004908
Willy Tarreaud80cb4e2018-01-20 19:30:13 +01004909 memset(activity, 0, sizeof(activity));
Willy Tarreau89d467c2016-11-23 11:02:40 +01004910 return 1;
4911}
4912
4913
Aurélien Nephtaliabbf6072018-04-18 13:26:46 +02004914static int cli_parse_show_info(char **args, char *payload, struct appctx *appctx, void *private)
Willy Tarreau0baac8c2016-11-22 16:36:53 +01004915{
Willy Tarreau91cefca2022-05-03 17:08:29 +02004916 struct show_stat_ctx *ctx = applet_reserve_svcctx(appctx, sizeof(*ctx));
Willy Tarreau2f397382019-10-09 11:43:59 +02004917 int arg = 2;
4918
Willy Tarreau91cefca2022-05-03 17:08:29 +02004919 ctx->scope_str = 0;
4920 ctx->scope_len = 0;
4921 ctx->flags = 0;
Willy Tarreaud25fc792016-12-16 12:33:47 +01004922
Willy Tarreau2f397382019-10-09 11:43:59 +02004923 while (*args[arg]) {
4924 if (strcmp(args[arg], "typed") == 0)
Willy Tarreau91cefca2022-05-03 17:08:29 +02004925 ctx->flags = (ctx->flags & ~STAT_FMT_MASK) | STAT_FMT_TYPED;
Willy Tarreau2f397382019-10-09 11:43:59 +02004926 else if (strcmp(args[arg], "json") == 0)
Willy Tarreau91cefca2022-05-03 17:08:29 +02004927 ctx->flags = (ctx->flags & ~STAT_FMT_MASK) | STAT_FMT_JSON;
Willy Tarreau2f397382019-10-09 11:43:59 +02004928 else if (strcmp(args[arg], "desc") == 0)
Willy Tarreau91cefca2022-05-03 17:08:29 +02004929 ctx->flags |= STAT_SHOW_FDESC;
Willy Tarreau27456202021-05-08 07:54:24 +02004930 else if (strcmp(args[arg], "float") == 0)
Willy Tarreau91cefca2022-05-03 17:08:29 +02004931 ctx->flags |= STAT_USE_FLOAT;
Willy Tarreau2f397382019-10-09 11:43:59 +02004932 arg++;
4933 }
Willy Tarreau0baac8c2016-11-22 16:36:53 +01004934 return 0;
4935}
4936
4937
Aurélien Nephtaliabbf6072018-04-18 13:26:46 +02004938static int cli_parse_show_stat(char **args, char *payload, struct appctx *appctx, void *private)
Willy Tarreau2b812e22016-11-22 16:18:05 +01004939{
Willy Tarreau91cefca2022-05-03 17:08:29 +02004940 struct show_stat_ctx *ctx = applet_reserve_svcctx(appctx, sizeof(*ctx));
Willy Tarreau2f397382019-10-09 11:43:59 +02004941 int arg = 2;
4942
Willy Tarreau91cefca2022-05-03 17:08:29 +02004943 ctx->scope_str = 0;
4944 ctx->scope_len = 0;
4945 ctx->flags = STAT_SHNODE | STAT_SHDESC;
Willy Tarreau578d6e42019-10-09 11:00:22 +02004946
Willy Tarreau0698c802022-05-11 14:09:57 +02004947 if ((strm_li(appctx_strm(appctx))->bind_conf->level & ACCESS_LVL_MASK) >= ACCESS_LVL_OPER)
Willy Tarreau91cefca2022-05-03 17:08:29 +02004948 ctx->flags |= STAT_SHLGNDS;
Willy Tarreaud25fc792016-12-16 12:33:47 +01004949
Amaury Denoyelle072f97e2020-10-05 11:49:37 +02004950 /* proxy is the default domain */
Willy Tarreau91cefca2022-05-03 17:08:29 +02004951 ctx->domain = STATS_DOMAIN_PROXY;
Tim Duesterhuse5ff1412021-01-02 22:31:53 +01004952 if (strcmp(args[arg], "domain") == 0) {
Amaury Denoyelle072f97e2020-10-05 11:49:37 +02004953 ++args;
4954
Tim Duesterhuse5ff1412021-01-02 22:31:53 +01004955 if (strcmp(args[arg], "proxy") == 0) {
Amaury Denoyelle072f97e2020-10-05 11:49:37 +02004956 ++args;
Emeric Brunf8642ee2021-10-29 17:59:18 +02004957 } else if (strcmp(args[arg], "resolvers") == 0) {
Willy Tarreau91cefca2022-05-03 17:08:29 +02004958 ctx->domain = STATS_DOMAIN_RESOLVERS;
Amaury Denoyellefbd0bc92020-10-05 11:49:46 +02004959 ++args;
4960 } else {
Amaury Denoyelle072f97e2020-10-05 11:49:37 +02004961 return cli_err(appctx, "Invalid statistics domain.\n");
Amaury Denoyellefbd0bc92020-10-05 11:49:46 +02004962 }
Amaury Denoyelle072f97e2020-10-05 11:49:37 +02004963 }
4964
Willy Tarreau91cefca2022-05-03 17:08:29 +02004965 if (ctx->domain == STATS_DOMAIN_PROXY
Amaury Denoyelle072f97e2020-10-05 11:49:37 +02004966 && *args[arg] && *args[arg+1] && *args[arg+2]) {
Willy Tarreaua1b1ed52016-11-25 08:50:58 +01004967 struct proxy *px;
4968
Willy Tarreau2f397382019-10-09 11:43:59 +02004969 px = proxy_find_by_name(args[arg], 0, 0);
Willy Tarreaua1b1ed52016-11-25 08:50:58 +01004970 if (px)
Willy Tarreau91cefca2022-05-03 17:08:29 +02004971 ctx->iid = px->uuid;
Willy Tarreaua1b1ed52016-11-25 08:50:58 +01004972 else
Willy Tarreau91cefca2022-05-03 17:08:29 +02004973 ctx->iid = atoi(args[arg]);
Willy Tarreaua1b1ed52016-11-25 08:50:58 +01004974
Willy Tarreau91cefca2022-05-03 17:08:29 +02004975 if (!ctx->iid)
Willy Tarreau9d008692019-08-09 11:21:01 +02004976 return cli_err(appctx, "No such proxy.\n");
Willy Tarreaua1b1ed52016-11-25 08:50:58 +01004977
Willy Tarreau91cefca2022-05-03 17:08:29 +02004978 ctx->flags |= STAT_BOUND;
4979 ctx->type = atoi(args[arg+1]);
4980 ctx->sid = atoi(args[arg+2]);
Willy Tarreau2f397382019-10-09 11:43:59 +02004981 arg += 3;
4982 }
4983
4984 while (*args[arg]) {
4985 if (strcmp(args[arg], "typed") == 0)
Willy Tarreau91cefca2022-05-03 17:08:29 +02004986 ctx->flags = (ctx->flags & ~STAT_FMT_MASK) | STAT_FMT_TYPED;
Willy Tarreau2f397382019-10-09 11:43:59 +02004987 else if (strcmp(args[arg], "json") == 0)
Willy Tarreau91cefca2022-05-03 17:08:29 +02004988 ctx->flags = (ctx->flags & ~STAT_FMT_MASK) | STAT_FMT_JSON;
Willy Tarreau2f397382019-10-09 11:43:59 +02004989 else if (strcmp(args[arg], "desc") == 0)
Willy Tarreau91cefca2022-05-03 17:08:29 +02004990 ctx->flags |= STAT_SHOW_FDESC;
Willy Tarreau3e320362020-10-23 17:28:57 +02004991 else if (strcmp(args[arg], "no-maint") == 0)
Willy Tarreau91cefca2022-05-03 17:08:29 +02004992 ctx->flags |= STAT_HIDE_MAINT;
Willy Tarreau65141ff2020-10-23 17:19:48 +02004993 else if (strcmp(args[arg], "up") == 0)
Willy Tarreau91cefca2022-05-03 17:08:29 +02004994 ctx->flags |= STAT_HIDE_DOWN;
Willy Tarreau2f397382019-10-09 11:43:59 +02004995 arg++;
Willy Tarreau2b812e22016-11-22 16:18:05 +01004996 }
Willy Tarreau2b812e22016-11-22 16:18:05 +01004997
Willy Tarreau2b812e22016-11-22 16:18:05 +01004998 return 0;
4999}
5000
Willy Tarreau0baac8c2016-11-22 16:36:53 +01005001static int cli_io_handler_dump_info(struct appctx *appctx)
5002{
Willy Tarreau0698c802022-05-11 14:09:57 +02005003 return stats_dump_info_to_buffer(appctx_cs(appctx));
Willy Tarreau0baac8c2016-11-22 16:36:53 +01005004}
5005
Willy Tarreau4596fe22022-05-17 19:07:51 +02005006/* This I/O handler runs as an applet embedded in a stream connector. It is
Willy Tarreau2b812e22016-11-22 16:18:05 +01005007 * used to send raw stats over a socket.
5008 */
5009static int cli_io_handler_dump_stat(struct appctx *appctx)
5010{
Willy Tarreau0698c802022-05-11 14:09:57 +02005011 return stats_dump_stat_to_buffer(appctx_cs(appctx), NULL, NULL);
Willy Tarreau2b812e22016-11-22 16:18:05 +01005012}
5013
Simon Horman6f6bb382017-01-04 09:37:26 +01005014static int cli_io_handler_dump_json_schema(struct appctx *appctx)
5015{
Willy Tarreaud0a06d52022-05-18 15:07:19 +02005016 return stats_dump_json_schema_to_buffer(appctx);
Simon Horman6f6bb382017-01-04 09:37:26 +01005017}
5018
Amaury Denoyelle216a1ce2021-03-18 15:48:14 +01005019int stats_allocate_proxy_counters_internal(struct extra_counters **counters,
5020 int type, int px_cap)
Amaury Denoyelleee63d4b2020-10-05 11:49:42 +02005021{
5022 struct stats_module *mod;
5023
5024 EXTRA_COUNTERS_REGISTER(counters, type, alloc_failed);
5025
5026 list_for_each_entry(mod, &stats_module_list[STATS_DOMAIN_PROXY], list) {
5027 if (!(stats_px_get_cap(mod->domain_flags) & px_cap))
5028 continue;
5029
5030 EXTRA_COUNTERS_ADD(mod, *counters, mod->counters, mod->counters_size);
5031 }
5032
5033 EXTRA_COUNTERS_ALLOC(*counters, alloc_failed);
5034
5035 list_for_each_entry(mod, &stats_module_list[STATS_DOMAIN_PROXY], list) {
5036 if (!(stats_px_get_cap(mod->domain_flags) & px_cap))
5037 continue;
5038
5039 EXTRA_COUNTERS_INIT(*counters, mod, mod->counters, mod->counters_size);
5040 }
5041
5042 return 1;
5043
5044 alloc_failed:
5045 return 0;
5046}
5047
5048/* Initialize and allocate all extra counters for a proxy and its attached
5049 * servers/listeners with all already registered stats module
5050 */
5051int stats_allocate_proxy_counters(struct proxy *px)
5052{
5053 struct server *sv;
5054 struct listener *li;
5055
5056 if (px->cap & PR_CAP_FE) {
5057 if (!stats_allocate_proxy_counters_internal(&px->extra_counters_fe,
5058 COUNTERS_FE,
5059 STATS_PX_CAP_FE)) {
5060 return 0;
5061 }
5062 }
5063
5064 if (px->cap & PR_CAP_BE) {
5065 if (!stats_allocate_proxy_counters_internal(&px->extra_counters_be,
5066 COUNTERS_BE,
5067 STATS_PX_CAP_BE)) {
5068 return 0;
5069 }
5070 }
5071
5072 for (sv = px->srv; sv; sv = sv->next) {
5073 if (!stats_allocate_proxy_counters_internal(&sv->extra_counters,
5074 COUNTERS_SV,
5075 STATS_PX_CAP_SRV)) {
5076 return 0;
5077 }
5078 }
5079
5080 list_for_each_entry(li, &px->conf.listeners, by_fe) {
5081 if (!stats_allocate_proxy_counters_internal(&li->extra_counters,
5082 COUNTERS_LI,
5083 STATS_PX_CAP_LI)) {
5084 return 0;
5085 }
5086 }
5087
5088 return 1;
5089}
5090
Amaury Denoyelle58d395e2020-10-05 11:49:40 +02005091void stats_register_module(struct stats_module *m)
5092{
5093 const uint8_t domain = stats_get_domain(m->domain_flags);
5094
Willy Tarreau2b718102021-04-21 07:32:39 +02005095 LIST_APPEND(&stats_module_list[domain], &m->list);
Amaury Denoyelleee63d4b2020-10-05 11:49:42 +02005096 stat_count[domain] += m->stats_count;
Amaury Denoyelle58d395e2020-10-05 11:49:40 +02005097}
5098
Amaury Denoyelleee63d4b2020-10-05 11:49:42 +02005099static int allocate_stats_px_postcheck(void)
5100{
5101 struct stats_module *mod;
5102 size_t i = ST_F_TOTAL_FIELDS;
5103 int err_code = 0;
Amaury Denoyelle27373f72020-10-05 16:57:33 +02005104 struct proxy *px;
Amaury Denoyelleee63d4b2020-10-05 11:49:42 +02005105
5106 stat_count[STATS_DOMAIN_PROXY] += ST_F_TOTAL_FIELDS;
5107
5108 stat_f[STATS_DOMAIN_PROXY] = malloc(stat_count[STATS_DOMAIN_PROXY] * sizeof(struct name_desc));
5109 if (!stat_f[STATS_DOMAIN_PROXY]) {
5110 ha_alert("stats: cannot allocate all fields for proxy statistics\n");
5111 err_code |= ERR_ALERT | ERR_FATAL;
5112 return err_code;
5113 }
5114
5115 memcpy(stat_f[STATS_DOMAIN_PROXY], stat_fields,
5116 ST_F_TOTAL_FIELDS * sizeof(struct name_desc));
5117
5118 list_for_each_entry(mod, &stats_module_list[STATS_DOMAIN_PROXY], list) {
5119 memcpy(stat_f[STATS_DOMAIN_PROXY] + i,
5120 mod->stats,
5121 mod->stats_count * sizeof(struct name_desc));
5122 i += mod->stats_count;
5123 }
5124
Amaury Denoyelle27373f72020-10-05 16:57:33 +02005125 for (px = proxies_list; px; px = px->next) {
Amaury Denoyelleee63d4b2020-10-05 11:49:42 +02005126 if (!stats_allocate_proxy_counters(px)) {
5127 ha_alert("stats: cannot allocate all counters for proxy statistics\n");
5128 err_code |= ERR_ALERT | ERR_FATAL;
5129 return err_code;
5130 }
5131 }
5132
Christopher Fauletde79cd22021-01-06 07:41:56 +01005133 /* wait per-thread alloc to perform corresponding stat_l allocation */
Amaury Denoyelleee63d4b2020-10-05 11:49:42 +02005134
5135 return err_code;
5136}
5137
5138REGISTER_CONFIG_POSTPARSER("allocate-stats-px", allocate_stats_px_postcheck);
5139
Emeric Brunf8642ee2021-10-29 17:59:18 +02005140static int allocate_stats_rslv_postcheck(void)
Amaury Denoyellefbd0bc92020-10-05 11:49:46 +02005141{
5142 struct stats_module *mod;
5143 size_t i = 0;
5144 int err_code = 0;
5145
Emeric Brunf8642ee2021-10-29 17:59:18 +02005146 stat_f[STATS_DOMAIN_RESOLVERS] = malloc(stat_count[STATS_DOMAIN_RESOLVERS] * sizeof(struct name_desc));
5147 if (!stat_f[STATS_DOMAIN_RESOLVERS]) {
5148 ha_alert("stats: cannot allocate all fields for resolver statistics\n");
Amaury Denoyellefbd0bc92020-10-05 11:49:46 +02005149 err_code |= ERR_ALERT | ERR_FATAL;
5150 return err_code;
5151 }
5152
Emeric Brunf8642ee2021-10-29 17:59:18 +02005153 list_for_each_entry(mod, &stats_module_list[STATS_DOMAIN_RESOLVERS], list) {
5154 memcpy(stat_f[STATS_DOMAIN_RESOLVERS] + i,
Amaury Denoyellefbd0bc92020-10-05 11:49:46 +02005155 mod->stats,
5156 mod->stats_count * sizeof(struct name_desc));
5157 i += mod->stats_count;
5158 }
5159
Emeric Brunf8642ee2021-10-29 17:59:18 +02005160 if (!resolv_allocate_counters(&stats_module_list[STATS_DOMAIN_RESOLVERS])) {
5161 ha_alert("stats: cannot allocate all counters for resolver statistics\n");
Amaury Denoyellefbd0bc92020-10-05 11:49:46 +02005162 err_code |= ERR_ALERT | ERR_FATAL;
5163 return err_code;
5164 }
5165
Christopher Fauletde79cd22021-01-06 07:41:56 +01005166 /* wait per-thread alloc to perform corresponding stat_l allocation */
Amaury Denoyellefbd0bc92020-10-05 11:49:46 +02005167
5168 return err_code;
5169}
5170
Emeric Brunf8642ee2021-10-29 17:59:18 +02005171REGISTER_CONFIG_POSTPARSER("allocate-stats-resolver", allocate_stats_rslv_postcheck);
Amaury Denoyellefbd0bc92020-10-05 11:49:46 +02005172
Christopher Fauletde79cd22021-01-06 07:41:56 +01005173static int allocate_stat_lines_per_thread(void)
5174{
Emeric Brunf8642ee2021-10-29 17:59:18 +02005175 int domains[] = { STATS_DOMAIN_PROXY, STATS_DOMAIN_RESOLVERS }, i;
Christopher Fauletde79cd22021-01-06 07:41:56 +01005176
5177 for (i = 0; i < STATS_DOMAIN_COUNT; ++i) {
5178 const int domain = domains[i];
5179
5180 stat_l[domain] = malloc(stat_count[domain] * sizeof(struct field));
5181 if (!stat_l[domain])
5182 return 0;
5183 }
5184 return 1;
5185}
5186
5187REGISTER_PER_THREAD_ALLOC(allocate_stat_lines_per_thread);
5188
Amaury Denoyelle7f8f6cb2020-11-10 14:24:31 +01005189static int allocate_trash_counters(void)
5190{
5191 struct stats_module *mod;
Emeric Brunf8642ee2021-10-29 17:59:18 +02005192 int domains[] = { STATS_DOMAIN_PROXY, STATS_DOMAIN_RESOLVERS }, i;
Amaury Denoyelle7f8f6cb2020-11-10 14:24:31 +01005193 size_t max_counters_size = 0;
5194
5195 /* calculate the greatest counters used by any stats modules */
5196 for (i = 0; i < STATS_DOMAIN_COUNT; ++i) {
5197 list_for_each_entry(mod, &stats_module_list[domains[i]], list) {
5198 max_counters_size = mod->counters_size > max_counters_size ?
5199 mod->counters_size : max_counters_size;
5200 }
5201 }
5202
5203 /* allocate the trash with the size of the greatest counters */
5204 if (max_counters_size) {
5205 trash_counters = malloc(max_counters_size);
5206 if (!trash_counters) {
5207 ha_alert("stats: cannot allocate trash counters for statistics\n");
5208 return 0;
5209 }
5210 }
5211
5212 return 1;
5213}
5214
5215REGISTER_PER_THREAD_ALLOC(allocate_trash_counters);
5216
Christopher Fauletde79cd22021-01-06 07:41:56 +01005217static void deinit_stat_lines_per_thread(void)
Amaury Denoyellea2a68992020-11-10 14:24:30 +01005218{
Emeric Brunf8642ee2021-10-29 17:59:18 +02005219 int domains[] = { STATS_DOMAIN_PROXY, STATS_DOMAIN_RESOLVERS }, i;
Amaury Denoyellea2a68992020-11-10 14:24:30 +01005220
5221 for (i = 0; i < STATS_DOMAIN_COUNT; ++i) {
5222 const int domain = domains[i];
5223
Willy Tarreau61cfdf42021-02-20 10:46:51 +01005224 ha_free(&stat_l[domain]);
Christopher Fauletde79cd22021-01-06 07:41:56 +01005225 }
5226}
5227
5228
5229REGISTER_PER_THREAD_FREE(deinit_stat_lines_per_thread);
5230
5231static void deinit_stats(void)
5232{
Emeric Brunf8642ee2021-10-29 17:59:18 +02005233 int domains[] = { STATS_DOMAIN_PROXY, STATS_DOMAIN_RESOLVERS }, i;
Christopher Fauletde79cd22021-01-06 07:41:56 +01005234
5235 for (i = 0; i < STATS_DOMAIN_COUNT; ++i) {
5236 const int domain = domains[i];
Amaury Denoyellea2a68992020-11-10 14:24:30 +01005237
5238 if (stat_f[domain])
5239 free(stat_f[domain]);
5240 }
5241}
5242
5243REGISTER_POST_DEINIT(deinit_stats);
5244
Amaury Denoyelle7f8f6cb2020-11-10 14:24:31 +01005245static void free_trash_counters(void)
5246{
5247 if (trash_counters)
5248 free(trash_counters);
5249}
5250
5251REGISTER_PER_THREAD_FREE(free_trash_counters);
5252
Willy Tarreau2b812e22016-11-22 16:18:05 +01005253/* register cli keywords */
5254static struct cli_kw_list cli_kws = {{ },{
Willy Tarreaub205bfd2021-05-07 11:38:37 +02005255 { { "clear", "counters", NULL }, "clear counters [all] : clear max statistics counters (or all counters)", cli_parse_clear_counters, NULL, NULL },
Willy Tarreau27456202021-05-08 07:54:24 +02005256 { { "show", "info", NULL }, "show info [desc|json|typed|float]* : report information about the running process", cli_parse_show_info, cli_io_handler_dump_info, NULL },
Willy Tarreaub205bfd2021-05-07 11:38:37 +02005257 { { "show", "stat", NULL }, "show stat [desc|json|no-maint|typed|up]*: report counters for each proxy and server", cli_parse_show_stat, cli_io_handler_dump_stat, NULL },
5258 { { "show", "schema", "json", NULL }, "show schema json : report schema used for stats", NULL, cli_io_handler_dump_json_schema, NULL },
Willy Tarreau2b812e22016-11-22 16:18:05 +01005259 {{},}
5260}};
5261
Willy Tarreau0108d902018-11-25 19:14:37 +01005262INITCALL1(STG_REGISTER, cli_register_kw, &cli_kws);
5263
William Lallemand74c24fb2016-11-21 17:18:36 +01005264struct applet http_stats_applet = {
5265 .obj_type = OBJ_TYPE_APPLET,
5266 .name = "<STATS>", /* used for logging */
5267 .fct = http_stats_io_handler,
5268 .release = NULL,
5269};
5270
William Lallemand74c24fb2016-11-21 17:18:36 +01005271/*
5272 * Local variables:
5273 * c-indent-level: 8
5274 * c-basic-offset: 8
5275 * End:
5276 */