]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: implement oneline format for "show quic"
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 5 May 2023 14:08:34 +0000 (16:08 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 5 May 2023 16:08:37 +0000 (18:08 +0200)
commit2273af11e003503767075a1f19bf1201ac8f100f
tree279d7e7cc0295dceb127044f59156a5c2af1c945
parentbc1f5fed7223786aa04677d4534e326843cb2b65
MINOR: quic: implement oneline format for "show quic"

Add a new output format "oneline" for "show quic" command. This prints
one connection per line with minimal information. The objective is to
have an equivalent of the netstat/ss tools with just enough information
to quickly find connection which are misbehaving.

A legend is printed on the first line to describe the field columns
starting with a dash character.

This should be backported up to 2.7.
doc/management.txt
src/quic_conn.c