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

Sankey Diagram

A flow-volume Sankey diagram (source → destination, ranked by bytes or packets) rendered with ECharts, backed by a new nfdump aggregation query (SankeyActions.php) rather than reusing the Flows/Statistics query shapes.

Sankey tab

Filters

Same shape as Statistics — date range, sources, nfdump filter, min/max bytes — plus:

ControlEffect
Top pairsHow many src→dst pairs to render
Rank / size byBytes or packets
PortsAdd the destination L4 port as a middle column (src IP → dst port → dst IP)

With Ports on, the aggregation key gains the destination port (-A srcip,dstport,dstip) and the payload becomes three columns: the middle port: nodes carry a per-port total, so all traffic src→port and port→dst is summed into shared ribbons.

Sankey with the destination-port middle column enabled