Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sonic-clear counters does not clear FEC histogram counters #3741

Open
bobbymcgonigle opened this issue Jan 29, 2025 · 0 comments
Open

sonic-clear counters does not clear FEC histogram counters #3741

bobbymcgonigle opened this issue Jan 29, 2025 · 0 comments
Assignees

Comments

@bobbymcgonigle
Copy link

The FEC histogram feature works and actively polls the FEC bins for symbol errors. These counters increment as expected, but they are unable to be cleared by the sonic-clear counters command or any other command that I have found.

root@switch:~# show int counters fec-histogram Ethernet0
Symbol Errors Per Codeword         Codewords
----------------------------  --------------
BIN0                          77092897948028
BIN1                                 5529181
BIN2                                   85996
BIN3                                     217
BIN4                                       0
BIN5                                       0
BIN6                                       0
BIN7                                       0
BIN8                                       0
BIN9                                       0
BIN10                                      0
BIN11                                      0
BIN12                                      0
BIN13                                      0
BIN14                                      0
BIN15                                      0

root@switch:~# sonic-clear counters
Cleared counters

root@switch:~# show int counters fec-histogram Ethernet0
Symbol Errors Per Codeword         Codewords
----------------------------  --------------
BIN0                          77093367001233
BIN1                                 5529214
BIN2                                   85996
BIN3                                     217
BIN4                                       0
BIN5                                       0
BIN6                                       0
BIN7                                       0
BIN8                                       0
BIN9                                       0
BIN10                                      0
BIN11                                      0
BIN12                                      0
BIN13                                      0
BIN14                                      0
BIN15                                      0
root@switch:~#
@prgeor prgeor self-assigned this Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants