πŸ”§Extra tools

Manage your node like a PRO

External tools

Internal tools

chevron-rightvnstat - monitor bandwidth and data flowhashtag
sudo apt update && sudo apt install vnstat

To check the current bandwidth usage use vnstat. To check hourly stats e use vnstat -h. Daily: vnstat -d. Monthly: vnstat -m. Top 10 traffic days: vnstat -t.

chevron-rightspeedtest - monitor bandwidth speedhashtag
sudo apt-get install curl
curl -s https://packagecloud.io/install/repositories/ookla/speedtest-cli/script.deb.sh | sudo bash
sudo apt-get install speedtest
chevron-righthtop - monitor all processes and resources' consumptionhashtag
sudo apt update && sudo apt install htop

To use it just type htop


Last updated