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
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)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)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)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.tx_llr_eligible_total: long, Tx total LLR-eligible frames counttx_llr_ineligible_good_fcs: long, A count of the number of LLR-ineligible frames transmitted with a good FCS.tx_llr_ineligible_bad_fcs: long, A count of the number of LLR-ineligible frames transmitted with a bad FCS.tx_llr_ineligible_total: long, Tx total LLR-ineligible frames count.tx_replayed: long, A count of the number of frames transmitted by the LLR TX that were replayed from the LLR replay buffer.tx_llr_eligible_good_fcs_good_seq: long, Number of LLR-eligible frames transmitted with a good FCS and a good sequence number.tx_llr_eligible_poisoned_fcs_good_seq: long, Number of LLR-eligible frames transmitted with a poisoned FCS and a good sequence number.tx_llr_eligible_bad_fcs_good_seq: long, Number of LLR-eligible frames transmitted with a bad FCS and a good sequence number.tx_llr_eligible_missing_seq`, long, Number of LLR-eligible frames that with missing sequence number (irrespective of the FCS).tx_llr_eligible_duplicate_seq`, long, Number of LLR-eligible frames that with duplicate sequence number (irrespective of the FCS).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