# network-graph-statistics **Repository Path**: homingfly/network-graph-statistics ## Basic Information - **Project Name**: network-graph-statistics - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-12-25 - **Last Updated**: 2025-12-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Network Graph Statistics These python tools rely on `ss` (from iproute2) to read all/most TCP socket statistics from the kernel. ## Usage Run an application you want to monitor. Then ```./collect.sh HOSTS``` will collect the network statistics from `HOSTS` ```./parse.py``` will parse the `ss` output into a python dictionary ```./graph.py``` will produce a network graph using the latency and bandwidth statistics