kflow 0.1.1

Node-local daemon and TUI that reads kernel conntrack and visualizes per-node network connections.
Documentation
1
2
3
4
5
6
use kflow::cli;

#[tokio::main]
async fn main() -> anyhow::Result<()> {
    cli::run_cli().await
}