Skip to content

Commit 63b3520

Browse files
apoorv-aristastepanblyschak
authored andcommitted
[orchagent] Add FEC frame loss ratio monitoring with predictive analytics (#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.md
1 parent cecec8e commit 63b3520

File tree

3 files changed

+485
-2
lines changed

3 files changed

+485
-2
lines changed

orchagent/Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ dist_swss_DATA = \
2929
pfc_restore.lua \
3030
pfc_restore_cisco-8000.lua \
3131
port_rates.lua \
32+
port_flr.lua \
3233
drop_monitor.lua \
3334
watermark_queue.lua \
3435
watermark_pg.lua \

0 commit comments

Comments
 (0)