mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-25 14:12:13 +00:00
e4f80a076c
This is convenient when processing large dumps, it allows to copy-paste values to inspect from one window to another, or to directly transfer a "show fd"/"show stream" output through sed. In order to do this, simply pass "-" alone instead of the value and they will all be read one line at a time from stdin. For example, in order to quickly print the different set of connection flags from "show fd", this is sufficient: sed -ne 's/^.* cflg=\([^ ]*\).*/\1/p' | contrib/debug/flags conn - |
||
---|---|---|
.. | ||
51d/src | ||
base64 | ||
debug | ||
deviceatlas | ||
halog | ||
hpack | ||
ip6range | ||
iprange | ||
mod_defender | ||
modsecurity | ||
netsnmp-perl | ||
plug_qdisc | ||
prometheus-exporter | ||
selinux | ||
spoa_example | ||
spoa_server | ||
syntax-highlight | ||
systemd | ||
tcploop | ||
trace | ||
wireshark-dissectors/peers | ||
wurfl |