PP_RXFECSTATS
code: 286
# get
<module-index>/<port-index> PP_RXFECSTATS ?
Description
Provides statistics on how many FEC codewords have been seen with a given number of symbol errors.
Actions
get
Parameters
stats_type
: long integer, stats type (currently always 0).data_count
: long integer, the length ofcorrection_stats + 1
. Sincecorrection_stats
has a length ofn+2
, the value ofdata_count
isn+3
correction_stats
: long integer list, array of lengthdata_count-1
. The array shows how many FEC codewords have been seen with[0, 1, 2, 3....n, >n]
symbol errors, wheren
is the uncorrectable error threshold, the point at which the error correction fails to recover because the symbol errors are too numerous.
Important
FEC codewords with
<=n
symbol errors are correctable.FEC codewords with
>n
symbol errors are uncorrectable.
sum_of_zero_and_correctable_fec_codewords
: long integer, the sum of FEC codewords with<=n
symbol errors.
Example
# get
input: 0/1 PP_RXFECSTATS ?
output: 0/1 PP_RXFECSTATS 0 18 11585906049992 460533565 106553 86 0 0 0 0 0 0 0 0 0 0 0 0 0 11586366690196