haproxy/contrib/debug
Willy Tarreau e4f80a076c CONTRIB: debug: also support reading values from stdin
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 -
2020-02-06 18:30:07 +01:00
..
flags.c CONTRIB: debug: also support reading values from stdin 2020-02-06 18:30:07 +01:00
Makefile CONTRIB: debug: add new program "poll" to test poll() events 2019-09-05 09:31:18 +02:00
poll.c CONTRIB: debug: add new program "poll" to test poll() events 2019-09-05 09:31:18 +02:00