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

Feature: Anomaly counter discovery mode #254

Open
jbemmel opened this issue Oct 16, 2023 · 0 comments
Open

Feature: Anomaly counter discovery mode #254

jbemmel opened this issue Oct 16, 2023 · 0 comments

Comments

@jbemmel
Copy link

jbemmel commented Oct 16, 2023

Inspired by a Meta presentation at NANOG89 where they found some 1 in 100000 packet drops counters seen in egress VOQ counters that weren't being monitored:

  1. Subscribe on-change to root (/)
  2. Say 1000 paths come back. Eliminate 50% of the most frequently changing paths by re-subscribing to sub-paths
  3. Repeat step 2 until a shortlist of occasionally changing paths remains -> report in order of change rate frequency (filtering paths that did not change at all)

Step 1 may have to accommodate paths that don't support on-change monitoring

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

1 participant