Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
be0efd884d63079163c747e0d9382456a500007f
/
src
/
dumpstats.c
55058a7
MINOR: stats: report HTTP compression stats per frontend and per backend
by Willy Tarreau
· 12 years ago
83d84cf
BUILD: silence a warning on Solaris about usage of isdigit()
by Willy Tarreau
· 12 years ago
85d47f9
MINOR: cli: report an error message on missing argument to compression rate
by Willy Tarreau
· 12 years ago
e3a7d99
MINOR: compression: report zlib memory usage
by William Lallemand
· 12 years ago
096f554
MINOR: compression: rate limit in 'show info'
by William Lallemand
· 12 years ago
1feca01
MINOR: cli: report the fd state in "show sess xxx"
by Willy Tarreau
· 12 years ago
7a0169a
BUILD: cli: fix build when SSL is enabled
by Willy Tarreau
· 12 years ago
bc174aa
MINOR: cli: report connection status in "show sess xxx"
by Willy Tarreau
· 12 years ago
110ecc1
MINOR: config: support process ranges for "bind-process"
by Willy Tarreau
· 12 years ago
3fdb366
MAJOR: connection: replace struct target with a pointer to an enum
by Willy Tarreau
· 12 years ago
7f7ad91
BUILD: stream_interface: remove si_fd() and its references
by Willy Tarreau
· 12 years ago
d85f917
MINOR: compression: maximum compression rate limit
by William Lallemand
· 12 years ago
0711541
MEDIUM: stick-table: allocate the table key of size buffer size
by Willy Tarreau
· 12 years ago
19d14ef
MEDIUM: make the trash be a chunk instead of a char *
by Willy Tarreau
· 12 years ago
7780473
CLEANUP: replace chunk_printf() with chunk_appendf()
by Willy Tarreau
· 12 years ago
f2943dc
MAJOR: session: detach the connections from the stream interfaces
by Willy Tarreau
· 12 years ago
c919dc6
CLEANUP: remove trashlen
by Willy Tarreau
· 12 years ago
35b7b16
MEDIUM: cli: allow the stats socket to be bound to a specific set of processes
by Willy Tarreau
· 12 years ago
9b28e03
MAJOR: channel: replace the struct buffer with a pointer to a buffer
by Willy Tarreau
· 12 years ago
5b3a202
REORG: server: move the check-specific parts into a check subsection
by Willy Tarreau
· 12 years ago
f7bc57c
REORG: connection: rename the data layer the "transport layer"
by Willy Tarreau
· 12 years ago
050536d
MEDIUM: proxy: add the global frontend to the list of normal proxies
by Willy Tarreau
· 12 years ago
3c7a79d
MINOR: cli: allow to set frontend maxconn to zero
by Willy Tarreau
· 12 years ago
a7944ad
BUG: stats: fix regression introduced by commit 4348fad1
by Willy Tarreau
· 12 years ago
3aaba44
BUILD: fix compilation error with DEBUG_FULL
by Cyril Bonté
· 12 years ago
d578120
MEDIUM: stats: make use of the standard "bind" parsers to parse global socket
by Willy Tarreau
· 12 years ago
c53d422
MEDIUM: stats: remove the stats_sock struct from the global struct
by Willy Tarreau
· 12 years ago
290e63a
REORG: listener: move unix perms from the listener to the bind_conf
by Willy Tarreau
· 12 years ago
4348fad
MAJOR: listeners: use dual-linked lists to chain listeners with frontends
by Willy Tarreau
· 12 years ago
a020fbd
MINOR: stats: fill the file and line numbers in the stats frontend
by Willy Tarreau
· 12 years ago
28a47d6
MINOR: config: pass the file and line to config keyword parsers
by Willy Tarreau
· 12 years ago
d1d5454
REORG: split "protocols" files into protocol and listener
by Willy Tarreau
· 12 years ago
986a9d2
MAJOR: connection: move the addr field from the stream_interface
by Willy Tarreau
· 12 years ago
3cefd52
REORG: connection: move the target pointer from si to connection
by Willy Tarreau
· 12 years ago
03cdb7c
CLEANUP: channel: usr CF_/CHN_ prefixes instead of BF_/BUF_
by Willy Tarreau
· 12 years ago
c7e4238
REORG: buffers: split buffers into chunk,buffer,channel
by Willy Tarreau
· 12 years ago
c578891
CLEANUP: connection: split sock_ops into data_ops, app_cp and si_ops
by Willy Tarreau
· 12 years ago
75bf2c9
REORG: sock_raw: rename the files raw_sock*
by Willy Tarreau
· 12 years ago
572bf90
REORG/MAJOR: extract "struct buffer" from "struct channel"
by Willy Tarreau
· 12 years ago
7421efb
REORG/MAJOR: use "struct channel" instead of "struct buffer"
by Willy Tarreau
· 12 years ago
654694e
MEDIUM: stats/cli: add support for "set table key" to enter values
by Willy Tarreau
· 12 years ago
dec9814
MINOR: stats/cli: add plans to support more stick-table actions
by Willy Tarreau
· 12 years ago
4f8a83c
MEDIUM: stats: add the ability to kill sessions from the admin interface
by Willy Tarreau
· 12 years ago
d728224
MEDIUM: stats: add support for soft stop/soft start in the admin interface
by Willy Tarreau
· 12 years ago
d88fd82
MEDIUM: protocol: add a pointer to struct sock_ops to the listener struct
by Emeric Brun
· 12 years ago
9498113
REORG/MEDIUM: stream_interface: move applet->state and private to connection
by Willy Tarreau
· 12 years ago
fb7508a
REORG/MINOR: stream_interface: move si->fd to struct connection
by Willy Tarreau
· 12 years ago
73b013b
MINOR: stream_interface: introduce a new "struct connection" type
by Willy Tarreau
· 12 years ago
9580d16
BUG/MAJOR: checks: don't call set_server_status_* when no LB algo is set
by Willy Tarreau
· 12 years ago
7af4605
BUG/MAJOR: trash must always be the size of a buffer
by David du Colombier
· 12 years ago
59b9479
BUG/MEDIUM: stream_interface: restore get_src/get_dst
by Willy Tarreau
· 12 years ago
c63190d
REORG: use the name sock_raw instead of stream_sock
by Willy Tarreau
· 12 years ago
0a3dd74
MEDIUM: cfgparse: use the new error reporting framework for remaining cfg_keywords
by Willy Tarreau
· 12 years ago
d04b1bc
MEDIUM: http: improve error capture reports
by Willy Tarreau
· 12 years ago
060781f
REORG: stream_interface: create a struct sock_ops to hold socket operations
by Willy Tarreau
· 13 years ago
9dab5fc
MEDIUM: buffers: rename a number of buffer management functions
by Willy Tarreau
· 13 years ago
a458b67
MAJOR: http: move buffer->lr to http_msg->next
by Willy Tarreau
· 13 years ago
363a5bb
MAJOR: buffers: replace buf->r with buf->p + buf->i
by Willy Tarreau
· 13 years ago
89fa706
MAJOR: buffers: replace buf->w with buf->p - buf->o
by Willy Tarreau
· 13 years ago
02d6cfc
MAJOR: buffer: replace buf->l with buf->{o+i}
by Willy Tarreau
· 13 years ago
2e046c6
MAJOR: buffer rework: replace ->send_max with ->o
by Willy Tarreau
· 13 years ago
90690c7
MINOR: cli: display the 4 IP addresses and ports on "show sess XXX"
by Daniel Schultze
· 13 years ago
ceafb4a
CLEANUP: Fix some minor typos
by Aman Gupta
· 13 years ago
9a13e84
MINOR: Add release callback to si_applet
by Aman Gupta
· 13 years ago
19979e1
MINOR: stats admin: reduce memcmp()/strcmp() calls on status codes
by Cyril Bonté
· 13 years ago
aa0a45d
MINOR: stats admin: use the backend id instead of its name in the form
by Cyril Bonté
· 13 years ago
cf8d9ae
MINOR: stats admin: allow unordered parameters in POST requests
by Cyril Bonté
· 13 years ago
afdb6e5
MINOR: patch for minor typo (ressources/resources)
by Adrian Bridgett
· 13 years ago
8fa52f4
BUG/MINOR: cli: correctly remove the whole table on "clear table"
by Willy Tarreau
· 13 years ago
4426770
CLEANUP: rename possibly confusing struct field "tracked"
by Willy Tarreau
· 13 years ago
6471afb
MINOR: remove the client/server side distinction in SI addresses
by Willy Tarreau
· 13 years ago
eabea07
[MINOR] stats: report the number of requests intercepted by the frontend
by Willy Tarreau
· 13 years ago
69c0117
[BUILD] stats: stdint is not present on solaris
by Willy Tarreau
· 13 years ago
45a1251
[MEDIUM] poll: add a measurement of idle vs work time
by Willy Tarreau
· 13 years ago
52b2d22
[MEDIUM] stats: offer the possibility to kill sessions by server
by Willy Tarreau
· 13 years ago
d52c41e
[CLEANUP] stats: centralize tests for backend/server inputs on the CLI
by Willy Tarreau
· 13 years ago
a295edc
[MEDIUM] stats: offer the possibility to kill a session from the CLI
by Willy Tarreau
· 13 years ago
532a450
[MEDIUM] stats: add the ability to enable/disable/shutdown a frontend at runtime
by Willy Tarreau
· 13 years ago
3c63fd8
[MEDIUM] don't limit peers nor stats socket to maxconn nor maxconnrate
by Willy Tarreau
· 13 years ago
f5b2287
[MEDIUM] stats: add the ability to adjust the global maxconnrate
by Willy Tarreau
· 13 years ago
9cd552d
[MINOR] stats: report the current and max global connection rates
by Willy Tarreau
· 13 years ago
81c25d0
[MEDIUM] add support for global.maxconnrate to limit the per-process conn rate.
by Willy Tarreau
· 13 years ago
91886b6
[MEDIUM] stats: add the "set maxconn" setting to the command line interface
by Willy Tarreau
· 13 years ago
c2adf8b
[MEDIUM] stats: disable complex socket reservation for stats socket
by Willy Tarreau
· 13 years ago
5094333
[MINOR] stats: display "<NONE>" instead of the frontend name when unknown
by Willy Tarreau
· 13 years ago
631f01c
[MINOR] make use of addr_to_str() and get_host_port() to replace many inet_ntop()
by Willy Tarreau
· 13 years ago
e17a8d0
[BUG] possible crash in 'show table' on stats socket
by Willy Tarreau
· 13 years ago
2a0f4d2
[MEDIUM] stats: add support for changing frontend's maxconn at runtime
by Willy Tarreau
· 13 years ago
237250c
[BUG] proxy: stats frontend and peers were missing many initializers
by Willy Tarreau
· 13 years ago
a17c2d9
[MINOR] stats: report a "WAITING" state for sockets waiting for resource
by Willy Tarreau
· 13 years ago
562515c
[CLEANUP] proxy: rename a few proxy states (PR_STIDLE and PR_STRUN)
by Willy Tarreau
· 13 years ago
619e3cc
[MINOR] Allow showing and clearing by key of string stick tables
by Simon Horman
· 13 years ago
cec9a22
[MINOR] Allow showing and clearing by key of integer stick tables
by Simon Horman
· 13 years ago
c5b89f6
[MINOR] Allow showing and clearing by key of ipv6 stick tables
by Simon Horman
· 13 years ago
c88b887
[MINOR] More flexible clearing of stick table
by Simon Horman
· 13 years ago
d5b9fd9
[MINOR] Break out all stick table socat command parsing
by Simon Horman
· 13 years ago
17bce34
[MINOR] Allow listing of stick table by key
by Simon Horman
· 13 years ago
121f305
[MINOR] Break out processing of clear table
by Simon Horman
· 13 years ago
d936658
[MINOR] Break out dumping table
by Simon Horman
· 13 years ago
9bd2c73
[CLEANUP] dumpstats: make symbols static where possible
by Simon Horman
· 13 years ago
Next »