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.tx_llr_eligible_poisoned_fcs: long, A count of the number of LLR-eligible frames transmitted with a poisoned FCS.tx_llr_eligible_bad_fcs: long, A count of the number of LLR-eligible frames transmitted with a bad FCS.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 count (not yet implemented, will be -1)tx_llr_ineligible_good_fcs: long, A count of the number of LLR-ineligible frames transmitted with a good FCS. (not yet implemented, will be -1)tx_llr_ineligible_bad_fcs: long, A count of the number of LLR-ineligible frames transmitted with a bad FCS. (not yet implemented, will be -1)tx_llr_ineligible_total: long, Tx total LLR-ineligible frames count. (not yet implemented, will be -1)tx_replayed: long, A count of the number of frames transmitted by the LLR TX that were replayed from the LLR replay buffer.
Example
# get
input: 0/1 P_UE_LLR_TX_STATS ?
output: 0/1 P_UE_LLR_TX_STATS 100 200 1 300 -1 -1 -1 -1 1234