Loading...
After Akvorado is deployed, the real value is not attractive charts. The value is converting flow data into repeatable operational questions. Common questions include which device or VLAN consumes internet bandwidth, whether backup links actually carry traffic, whether a spike comes from one host, whether external traffic concentrates around unexpected ASNs or countries, and whether capacity upgrades are supported by data.
Before analysis, validate data quality. Exporters must send flows consistently, Inlet metrics should show packet counters increasing, Outlet should continue writing into ClickHouse, and only then should Console be used for trend interpretation. If the data source itself is unstable, Top Talkers and geography charts may reflect exporter interruption, sampling changes, or failed SNMP enrichment rather than real traffic behavior.
flowchart LR A["Confirm data ingestion<br/>Inlet metrics / exporter packets"] B["Select time window<br/>business hours, peak, incident time"] C["Review aggregate volume<br/>edge, interface, direction"] D["Break down Top Talkers<br/>source, destination, ASN, country"] E["Correlate evidence<br/>SNMP, Syslog, NMS alerts"] F["Produce conclusion<br/>capacity, anomaly, action"] A --> B B --> C C --> D D --> E E --> F
The important rule is not to start with one IP address. Confirm the time window first, check aggregate volume, split talkers and direction, then correlate with SNMP, Syslog, and NMS alerts. For IT Monitoring and Management Systems, flow analysis is usually the second layer of evidence that explains why an indicator is abnormal. It should not replace the alerting system.

The Console home view is a useful first checkpoint. The markers can be read in order:
Top Talkers is the easiest Akvorado use case to understand, but it is also easy to misuse. If the largest IP is treated as the source of the problem, NAT gateways, proxies, VPN servers, or backup servers may be blamed incorrectly. A more stable method switches dimensions in sequence:
Keep a normal baseline during analysis. A cloud backup every morning or weekly system-update traffic may be expected. The real issue is behavior that deviates from baseline: wrong time, wrong destination, wrong source device, wrong direction, or sudden growth large enough to affect service quality.
Abnormal traffic does not always mean a security incident. It can be user behavior, backup scheduling, cloud sync, weak network design, or device misconfiguration. Akvorado helps narrow the scope first, then the team can decide whether packet capture, endpoint inspection, or firewall logs are needed.
If flow analysis is only used after incidents, its value is underestimated. Akvorado can also support capacity planning for office internet edge, data-center egress, site VPN, backup links, and large file synchronization.
tcpdump on the collector to confirm UDP flow packets reach the expected port.akvorado_inlet_flow_input_udp_packets_total and confirm exporters appear.use-src-addr-for-exporter-addr.Akvorado works best as part of scheduled inspection, not only during incidents. At least monthly or quarterly, summarize edge volume, Top Talkers, site traffic, ASN/country distribution, and major spikes. If the organization already uses Zabbix, LibreNMS, Grafana, or Graylog, Akvorado reports should align with the existing alert timeline so bandwidth, error rate, device state, and flow evidence share one incident context.
In WalksCloud network and monitoring services, this evidence is converted into trackable improvement work: shifting backup windows, redesigning VLANs, limiting specific egress paths, upgrading circuits, strengthening firewall rules, or improving remote-site return paths. The tool itself is not the outcome. Turning traffic visibility into executable decisions is the real value of flow analysis.
Start with Akvorado Flow Collector Architecture and Basic Deployment: SNMP/NMS is better for device health, interface errors, and availability, while Akvorado adds traffic source, destination, Top Talkers, and capacity-trend visibility.
Follow Akvorado Traffic Analysis Tutorial: confirm exporters keep sending flows, Inlet counters increase, Outlet writes into ClickHouse, and sampling plus SNMP enrichment remain stable.