Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Traffic Graphs

The default landing tab: time-series traffic graphs rendered with Apache ECharts, driven by the shared date-range control (top of every data tab) and a filter panel.

Graphs tab

Filters

ControlEffect
DisplayGroup series by Sources, Protocols, or Ports
SourcesAny configured source, all, or a specific subset
ProtocolsAny / TCP / UDP / ICMP / Others
Data typeTraffic / Packets / Flows
UnitBits or Bytes

Data comes from Datasource::get_graph_data() — RRD or VictoriaMetrics, whichever is configured (see Data Sources). The graph re-renders live: every nfcapd import broadcasts rrd:live to every open tab (see Import Pipeline), so the “LIVE last update” badge and the plotted series update without a manual refresh.

Resolution & display controls

Below the chart: a data-points slider (points to render, trading resolution for render cost), linear/logarithmic scale, stacked/line series display, and step/curve plot style — all client-side ECharts options, no server round-trip.