PE_DROPTOTAL#

code: 1750

# get
<module-index>/<port-index> PE_DROPTOTAL ?

Description#

Obtains statistics concerning all the packets dropped between this receive port and its partner TX port.

Actions#

get

Parameters#

  1. pkt_drop_count_total: long integer, total number of packets dropped in all flows.

  2. pkt_drop_count_programmed: long integer, total number of packets dropped as programmed in all flows.

  3. pkt_drop_count_bandwidth: long integer, total number of packets dropped due to bandwidth control in all flows.

  4. pkt_drop_count_other: long integer, total number of packets dropped for other reasons in all flows.

  5. pkt_drop_ratio_total: long integer, ratio of number of packets dropped in all flows, expressed in ppm.

  6. pkt_drop_ratio_programmed: long integer, ratio of number of packets dropped as programmed in all flows, expressed in ppm.

  7. pkt_drop_ratio_bandwidth: long integer, ratio of number of packets dropped due to bandwidth control in all flows, expressed in ppm.

  8. pkt_drop_ratio_other: long integer, ratio of number of packets dropped for other reasons in all flows, expressed in ppm.

Example#

# get
input:  0/1 PE_DROPTOTAL ?
output: 0/1 PE_DROPTOTAL 123456789123 123456789123 123456789123 123456789123 123456789123 123456789123 123456789123 123456789123