The command displays UDP traffic statistics including different types of received and sent packets. For example, packets with checksum errors. In addition, connection-related statistics are displayed, for example, the number of broadcast packets. The preceding statistics are expressed in number of packets.
<HUAWEI> display udp statistics
Received packets:
Total: 0
Total(64bit high-capacity counter): 0
checksum error: 0
shorter than header: 0
data length larger than packet: 0
unicast(no socket on port): 0
broadcast/multicast(no socket on port): 0
not delivered, input socket full: 0
input packets missing pcb cache: 0
Sent packets:
Total: 0
Total(64bit high-capacity counter): 0
Item |
Description |
---|---|
Received packet: Total Total (64bit high-capacity counter) |
Total number of received UDP packets. Total number of received UDP packets (using the 64-bit counter). |
checksum error |
Number of packets with checksum errors. |
shorter than header |
Number of packets whose length is shorter than the packet header. |
data length larger than packet |
Number of packets whose data length is greater than the packet length. |
unicast (no socket on port) |
Number of unicast packets. |
broadcast/multicast (no socket on port) |
Number of broadcast and multicast packets. |
not delivered, input socket full |
Number of packets that are not sent out because the socket buffer is full. |
input packets missing pcb cache |
Number of sent packets that are not found in the PCB cache. |
Sent packets: Total Total (64bit high-capacity counter) |
Total number of sent UDP packets. Total number of sent UDP packets (using the 64-bit counter). |