ethstats
script that quickly measures network device throughput
Install
- All systems
-
curl cmd.cat/ethstats.sh
- Debian
-
apt-get install ethstats - Ubuntu
-
apt-get install ethstats - Kali Linux
-
apt-get install ethstats - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install ethstats - Raspbian
-
apt-get install ethstats
ethstats
script that quickly measures network device throughput
ethstats works by parsing the /proc/net/dev file that the Linux kernel maintains, and thus utilizes a negligible amount of CPU time. ethstats shows the throughput of each device in both megabits per second and packets per second.