So the graphs are a nice feature to see usage at a given time (however would be nice to have RAM usage as well). But as droplets have a max disk and bandwidth, how are we able to see these number so we know we are close to the max?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Click below to sign up and get $100 of credit to try our products over 60 days!
Hi,
It’s already shown as df -h or df -m command…
There is one more tool I use for internal monitoring, that is vnstat… install that, it would count the total / monthly and daily bandwidth usage !!
So,
For disk -> df -h For RAM -> free -m For Bandwidth -> vnstat (installation needed)
Thanks…
Currently you would have to check your disk usage from within your droplet by using
Bandwidth usage is currently not displayed in the control panel but this is being worked on. Until these statistics are available in the control panel we are not charging for bandwidth used in excess of your plan limits.