ADC CLI Commands

protocol-udp

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

stat protocol udp

Displays statistics of the UDP protocol.

Synopsis

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

Packets received (UDPPktRx) Total number of UDP packets received.

Bytes received (UDPbRx) Total number of UDP data received in bytes.

Packets transmitted (UDPPktTx) Total number of UDP packets transmitted.

Bytes transmitted (UDPbTx) Total number of UDP data transmitted in bytes.

Current rate threshold (UDPThs) Limit for UDP packets handled every 10 milliseconds. Default value, 0, applies no limit. This is a configurable value using the set rateControl command.

Unknown service (UDPUnSvc) Stray UDP packets dropped due to no configured listening service.

Bad UDP checksum (UDPBadCkSum) Packets received with a UDP checksum error.

Rate threshold exceeded (UDPRtEx) Number of times the UDP rate threshold is exceeded. If this counter continuously increases, first make sure the UDP packets received are genuine. If they are, increase the current rate threshold. This is a configurable value using the set rateControl command.

protocol-udp