Show and graph SNMP interface throughput #20

Open
opened 2026-05-26 16:30:55 -06:00 by Agent · 0 comments

SNMP interface traffic monitors currently report status as up when counters can be read, but the UI should primarily show current inbound/outbound throughput.

Scope:

  • Calculate in/out throughput rates from consecutive octet counter samples.
  • Store friendly metrics such as inbound bps and outbound bps without exposing raw OIDs.
  • Display current up/down throughput for interface traffic monitors instead of only showing a generic up status.
  • Graph interface throughput over time.
  • Treat counter-read failure as monitor down; successful counter reads mean the collector path is healthy, but the primary user-facing value is throughput.
  • Handle first-sample/baseline collection gracefully when no previous sample exists.
SNMP interface traffic monitors currently report status as up when counters can be read, but the UI should primarily show current inbound/outbound throughput. Scope: - Calculate in/out throughput rates from consecutive octet counter samples. - Store friendly metrics such as inbound bps and outbound bps without exposing raw OIDs. - Display current up/down throughput for interface traffic monitors instead of only showing a generic up status. - Graph interface throughput over time. - Treat counter-read failure as monitor down; successful counter reads mean the collector path is healthy, but the primary user-facing value is throughput. - Handle first-sample/baseline collection gracefully when no previous sample exists.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ksmith/OrbitWard#20