PR_PFCSTATS#

code: 374

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

Description#

Obtains statistics of received Priority Flow Control (PFC) packets on a port.

Actions#

get

Parameters#

  1. packet_count: long integer, the total number of Priority Flow Control (PFC) packets received since statistics were cleared

  2. quanta_prio_0: long integer, the total number of valid PFC quanta received on the port for priority level 0 since statistics were cleared

  3. quanta_prio_1: long integer, the total number of valid PFC quanta received on the port for priority level 1 since statistics were cleared

  4. quanta_prio_2: long integer, the total number of valid PFC quanta received on the port for priority level 2 since statistics were cleared

  5. quanta_prio_3: long integer, the total number of valid PFC quanta received on the port for priority level 3 since statistics were cleared

  6. quanta_prio_4: long integer, the total number of valid PFC quanta received on the port for priority level 4 since statistics were cleared

  7. quanta_prio_5: long integer, the total number of valid PFC quanta received on the port for priority level 5 since statistics were cleared

  8. quanta_prio_6: long integer, the total number of valid PFC quanta received on the port for priority level 6 since statistics were cleared

  9. quanta_prio_7: long integer, the total number of valid PFC quanta received on the port for priority level 7 since statistics were cleared

Example#

# get
input:  0/1 PR_PFCSTATS ?
output: 0/1 PR_PFCSTATS 10 0 0 0 0 0 0 0 0