Commit 3ccfa62
authored
[orchagent] Add FEC frame loss ratio monitoring with predictive analytics (sonic-net#3869)
Implement observed and predicted FEC frame loss ratio calculations, using real-time metrics and linear regression on codeword error distribution for comprehensive network link health monitoring.
The predictive algorithm analyzes FEC codeword error patterns across symbol error bins, applies regression analysis to model error distribution trends, and extrapolates potential frame loss using IEEE FEC specifications. This enables early detection of degrading links before complete failure, supporting proactive network maintenance.
Feature HLD : port_fec_flr.md1 parent 2018ed3 commit 3ccfa62
3 files changed
+485
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
0 commit comments