Skip to content

er-contreras/tether_monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Tether Monitor

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.

πŸš€ Features

  • πŸ“‘ 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.

πŸ“Έ Example Output

$ ./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)

Compile

gcc tether_hud_x11.c -lX11 -lGL -lm -o tether_hud_x11
tether_HUD

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages