A lightweight terminal-based tool written in C that tracks real-time internet data usage (RX and TX bytes) on Linux systems β ideal for USB tethering or general interface monitoring.
- π‘ Monitors data received (RX) and transmitted (TX) via a network interface.
- π Tracks delta: the difference in RX/TX usage between each update.
- π Displays live updates in the terminal.
- π§ͺ Designed to be simple, fast, and hackable.
$ ./tether_monitor
RX: 76.90 MB (+0.28 MB) | TX: 4.96 MB (+0.01 MB)
RX: 77.12 MB (+0.22 MB) | TX: 4.98 MB (+0.02 MB)
RX: 77.36 MB (+0.24 MB) | TX: 5.01 MB (+0.03 MB)
gcc tether_hud_x11.c -lX11 -lGL -lm -o tether_hud_x11
