P_UE_LLR_TX_STATS

code: 1023

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

Description

Return the LLR Tx statistics for the port.

To clear the LLR Tx statistics counters, use PT_CLEAR

Actions

get

Parameters

  1. tx_llr_eligible_good_fcs, long, A count of the number of LLR-eligible frames transmitted with a good FCS (irrespective of the sequence number)

  2. tx_llr_eligible_poisoned_fcs: long, A count of the number of LLR-eligible frames transmitted with a poisoned FCS (irrespective of the sequence number)

  3. tx_llr_eligible_bad_fcs: long, A count of the number of LLR-eligible frames transmitted with a bad FCS (irrespective of the sequence number)

  4. tx_llr_eligible_discard: long, A count of the number of LLR-eligible frames discarded by the LLR TX when the TX state machine is in the INIT state and the llr_init_behavior is set to DISCARD, or when the TX state machine is in the FLUSH state and the llr_flush_behavior is set to DISCARD.

  5. tx_llr_eligible_total: long, Tx total LLR-eligible frames count

  6. tx_llr_ineligible_good_fcs: long, A count of the number of LLR-ineligible frames transmitted with a good FCS.

  7. tx_llr_ineligible_bad_fcs: long, A count of the number of LLR-ineligible frames transmitted with a bad FCS.

  8. tx_llr_ineligible_total: long, Tx total LLR-ineligible frames count.

  9. tx_replayed: long, A count of the number of frames transmitted by the LLR TX that were replayed from the LLR replay buffer.

  10. tx_llr_eligible_good_fcs_good_seq: long, Number of LLR-eligible frames transmitted with a good FCS and a good sequence number.

  11. tx_llr_eligible_poisoned_fcs_good_seq: long, Number of LLR-eligible frames transmitted with a poisoned FCS and a good sequence number.

  12. tx_llr_eligible_bad_fcs_good_seq: long, Number of LLR-eligible frames transmitted with a bad FCS and a good sequence number.

  13. tx_llr_eligible_missing_seq`, long, Number of LLR-eligible frames that with missing sequence number (irrespective of the FCS).

  14. tx_llr_eligible_duplicate_seq`, long, Number of LLR-eligible frames that with duplicate sequence number (irrespective of the FCS).

  15. tx_replay_operations: long, Number of times the LLR TX state machine has exited the REPLAY state (replay operations).

Example

# get
input:  0/1 P_UE_LLR_TX_STATS ?
output: 0/1 P_UE_LLR_TX_STATS 100 100 100 100 400 100 100 200 50 50 50 50 25 25 10