返回排行榜

akvorado/akvorado

Godemo.akvorado.net

Flow collector, enricher and visualizer

collectornetflowsflowipfixclickhousekafka
Star 增长趋势
Star
2.3k
Forks
171
周增长
Issues
25
5001k1.5k2k
2022年7月2023年11月2025年3月2026年7月
制品库Go Modulesgo get github.com/akvorado/akvorado
README

Akvorado: flow collector, enricher and visualizer · Build status Codecov License Latest release

This program receives flows (currently NetFlow/IPFIX and sFlow), enriches them with interface names (using SNMP), geo information (using IPinfo.io), and exports them to ClickHouse. It also exposes a web interface to browse the collected data.

Timeseries graph

Sankey graph

Akvorado is developed by Free, a French ISP, and is licensed under the AGPLv3 license.

A demo site using fake data and running the latest stable version is available on demo.akvorado.net. It is the direct result of running docker compose up on a fresh checkout but flow ports are not accessible (you cannot send your own flows). Please, be gentle with this resource. The demo site also enables you to browse the documentation for the current version (the one in docs/ is for the next version).

By default, Akvorado is using IPinfo databases for geolocation data.

A Grafana plugin is available.

[!CAUTION] Be sure to always read the changelog before upgrading.

Getting help

The first step is to read the documentation:

If you still need help, you can use the discussions. Be sure to explain what you tried to solve your problem. Enclose code using triple backticks:

```
# akvorado version | head -2
akvorado v1.11.2
 Built with: go1.23.2 X:loopvar
```