anotherwon / network-graph

Create a graph of all network interfaces and their relationships.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

network-graph

Creates a graph of all network interfaces and their relationships. Supports network namespaces.

Dependencies

  • iproute2
  • python3
  • python3-graphviz
  • graphviz

Usage

sudo ./network-dump.sh > network.json
./network-graph.py network.json > network.gv
dot -Tpng network.gv > network.png

Or all in one:

sudo ./network-dump.sh | network-graph.py | dot -Tx11

TODO

  • captions for edges
  • cgroups support

About

Create a graph of all network interfaces and their relationships.


Languages

Language:Python 95.8%Language:Shell 4.2%