Skip to content

Commit 117ad80

Browse files
fraserg-aristarameshraghupathy
authored andcommitted
generate_dump: add interface FEC stats (sonic-net#4093)
Add FEC stats to the tarball produced by "show tech". The stats can be found in files named "interface.counters.fec-stats_$idx". Signed-off-by: Fraser Gordon <[email protected]> Signed-off-by: Ramesh Raghupathy <[email protected]>
1 parent 3cc08cc commit 117ad80

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/generate_dump

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2306,6 +2306,7 @@ save_counter_snapshot() {
23062306

23072307
save_cmd "echo $counter_t" "date.counter_$idx"
23082308
save_cmd "show interface counters" "interface.counters_$idx"
2309+
save_cmd "show interface counters fec-stats" "interface.counters.fec-stats_$idx"
23092310
if ! $IS_SUPERVISOR; then
23102311
save_cmd "show queue counters" "queue.counters_$idx"
23112312
fi

0 commit comments

Comments
 (0)