HAProxy Enterprise Documentation 2.7r1

show quic

Display details on active QUIC frontend connections.

Description

The show quic command displays details on active QUIC frontend connections.

An optional argument can be specified to control the verbosity. Specify either oneline, the default, or full.

By default, connections on closing or draining state are not displayed. To include them in the output, specify the additional argument all.

This command requires a permission level of operator or admin.

This command is available only on the QUIC-enabled HAProxy Enterprise load balancer. For details, see HTTP/3

Examples

Show active connections in single-line format.

$ echo "show quic" | \
   sudo socat stdio unix-connect:/var/run/hapee-2.7/hapee-lb.sock
# conn/frontend            state   in_flight  infl_p  lost_p  from                 to                 local & remote CIDs
0x55640121edd0[00]/ft_web  ESTAB   0          0       0       78.2.87.205:39160    172.31.39.255:443  b254b4d91c508339
0x7fd2b8052380[01]/ft_web  ESTAB   0          0       0       99.161.85.162:57929  172.31.39.255:443  642481da17fe200c

Show all connections in multi-line format.

$ echo "show quic full all" | \
   sudo socat stdio unix-connect:/var/run/hapee-2.7/hapee-lb.sock
* 0x7fd2b8054000[01]: scid=aefb0b99275aecd2........................ dcid=........................................
loc. TPs: odcid=12710e64754ea485 iscid=aefb0b99275aecd2
   midle_timeout=30000ms mudp_payload_sz=2048 ack_delay_exp=3 mack_delay=25ms act_cid_limit=8
   md=1687140 msd_bidi_l=16380 msd_bidi_r=16380 msd_uni=16380 ms_bidi=100 ms_uni=3
   (no_act_migr,stless_rst_tok)
rem. TPs: iscid=
   midle_timeout=30000ms mudp_payload_sz=1472 ack_delay_exp=3 mack_delay=25ms act_cid_limit=2
   md=15728640 msd_bidi_l=6291456 msd_bidi_r=6291456 msd_uni=6291456 ms_bidi=100 ms_uni=103

st=opened           mux=ready                                     expire=27s
fd=-1               from=99.161.85.162:57929 to=172.31.39.255:443
[initl]             rx.ackrng=1      tx.inflight=0                [hndshk] rx.ackrng=1      tx.inflight=0
[01rtt]             rx.ackrng=1      tx.inflight=0
srtt=135  rttvar=37   rttmin=129  ptoc=0    cwnd=14153  mcwnd=14153  lostpkts=0
| stream=3        off=0        ack=17

See also


Next up

show resolvers