ADC CLI Commands

protocol-quic

The following operations can be performed on “protocol-quic”:

stat protocol quic

Displays statistics of the QUIC protocol.

Synopsis

stat protocol quic [-detail] [-fullValues] [-ntimes ] [-logFile ] [-clearstats ( basic | full )]

Arguments

detail Specifies detailed output (including more statistics). The output can be quite voluminous. Without this argument, the output will show only a summary.

fullValues Specifies that numbers and strings should be displayed in their full form. Without this option, long strings are shortened and large numbers are abbreviated

ntimes The number of times, in intervals of seven seconds, the statistics should be displayed. Default value: 1 Minimum value: 0

logFile The name of the log file to be used as input.

clearstats Clear the statsistics / counters

Possible values: basic, full

Output

Counters

Client UDP Datagrams rcvd (QuicClntDgrmRcvd) Total QUIC client UDP datagrams received

Server UDP Datagrams rcvd (QuicSvrDgrmRcvd) Total QUIC server UDP datagrams received

Client UDP Datagrams sent (QuicClntDgrmSent) Total QUIC client UDP datagrams sent

Server UDP Datagrams sent (QuicSvrDgrmSent) Total QUIC server UDP datagrams sent

Client connections (QuicCurClntConn) Current QUIC client connections

Server connections (QuicCurSvrConn) Current QUIC server connections

Local Conn IDs allocated (QuicLclConnID) Current QUIC local connection IDs allocated

Client connections (QuicTotClntConn) Total QUIC client connections

Server connections (QuicTotSvrConn) Total QUIC server connections

Migrated QUIC connections (QuicMigConn) Total number of migrated QUIC connections

Jumbo frames rcvd (QuicJMBFrRcvd) Total number of QUIC jumbo frames received

Retry pkts sent (QuicRetPktSent) Number of QUIC Retry packets sent

Handshake messages completed (QuicHndShkCmpltd) Number of QUIC handshake messages completed

Trans Conn Close pkts sent (QuicTrnsptConnClPktSent) Number of QUIC transport no-error Connection Close packets sent

App Conn Close pkts sent (QuicAppConnClPktSent) Number of QUIC application no-error Connection Close packets sent

Session allocations failed (QuicConninfAlcFail) Quic session allocations failed

NSB allocations failed (QuicNSBAlcFail) Quic NSB allocations failed

TLS transport errors sent (QuicTLSAlrtSent) Total QUIC TLS 1.3 transport errors sent

Stateless Conn Close pkts sent (QuicStlessConnClPktSent) Number of QUIC stateless Connection Close packets sent

Version Negotiation pkts sent (QuicVerNegPktSent) Number of QUIC Version Negotiation packets sent

Trans Conn Close pkts failed (QuicTrnsptConnClPktFail) Number of QUIC transport error Connection Close packets sent

App Conn Close pkts failed (QuicAppConnClPktFail) Number of QUIC application error Connection Close packets sent

Retry token verification failed (QuicRetTknVerFail) Number of times QUIC Retry token verification failed

NEW_TOKEN verification failed (QuicNewTknVerFail) Number of times QUIC NEW_TOKEN token verification failed

protocol-quic