Monitoring Tools You Should Install in Your VPS
By Fahad Ahammed
- One minute read - 186 wordsMonitoring server is very important. You can prevent many unwanted things by monitoring regularly. I am assuming that you own a VPS as you are reading this post. You are new happy owner of your personal VPS. So why don’t you take a look about some monitoring tools?
I will show you how to monitor and what are the tools. I will first ask you to install some tools by below command.
Ubuntu/Debian Base VPS:
Fedora/CentOS Base VPS:
HTOP:
By HTOP you can get many information in one window. Just type “htop” in your terminal or SSH window like putty.You can also get some useful informations by setting up as your need and also this colors are customizable.
IFTOP:
This is the most powerful tool that will show you the every incoming and outgoing bytes including hostname and IP. Just type “iftop” in terminal or putty screen.
NLOAD:
This tool is interactive Upload/Download monitoring tool. Just type “nload”.
SLURM:
Slurm is another nice Bandwidth monitoring tool.
For KVM/XEN
slurm -i eth0
for OpenVZ
slurm -i venet0
These tools can help you to monitor your server. 🙂