How to monitor VPS resources with htop and Netdata
Part 1: htop (quick terminal monitoring)
Install htop
sudo apt update
sudo apt install htop -yRun it
htopWhat each color means in htop
Keyboard shortcuts
Key
What it does
Understanding the output
Part 2: Netdata (real-time monitoring dashboard)
Install Netdata
Verify it is running
Access the dashboard
What the dashboard shows
Securing the dashboard
Netdata configuration file
Part 3: Bonus - disk usage check
When to use each tool
Situation
Tool
Conclusion
Last updated