ADC CLI Commands

protocol-http3

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

stat protocol http3

Displays statistics of the HTTP3 protocol.

Synopsis

stat protocol http3 [-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

HTTP3 requests rcvd (H3ReqRcvd) Total number of HTTP/3 requests received

HTTP3 requests sent (H3ReqSent) Total number of HTTP/3 requests sent

HTTP3 responses rcvd (H3ResRcvd) Total number of HTTP/3 responses received

HTTP3 responses sent (H3ResSent) Total number of HTTP/3 responses sent

Connection-info alloc failures (H3ConninfAlcFail) Number of HTTP/3 connection-info allocation failures

NSB alloc failures (H3NSBAlcFail) Number of HTTP/3 NSB allocation failures

Stream-info alloc failures (H3StrminfAlcFail) Number of HTTP/3 stream-info allocation failures

Stream PCB alloc failures (H3StrmPCBAlcFail) Number of HTTP/3 stream PCB allocation failures

protocol-http3