Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
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.
I cannot answer your question about the dashboards but to get the real memory usage from the command line you can use this command free -h it will give you your total RAM, currently used, free, shared buffered and cached, this is the output from one of my servers
root@backup01:~# free -h
total used free shared buffers cached
Mem: 7.7G 7.0G 683M 89M 4.1G 891M
-/+ buffers/cache: 2.0G 5.7G
Swap: 7.9G 406M 7.5G
The values in the first line could be misleading look at the second one it says 2.0G of my 7.7G are used which means memory usage is 25% what are your values?
Also note that these values differ from time to time so check the last value in your dashboard with the value you got in your terminal.
Hope this helps.
Do yourself a favor, as me, migrate everything to VULTR. Too much better than digital ocean!
Thank me later :)
Where is the status of the bug? We need this resolving as we are getting mem alerts, and have to log in to console each time to run Free -h
Can we get a timescale please?