Where can I check how much RAM my VPS is using?

You can check the RAM usage of your VPS easily by logging into SolusVM, but if you would like a more in-depth view of which processes are running and their exact usage, use this guide.

You can use the command free -m to check the memory usage:

# free -m
total used free shared buffers cached
Mem: 1024 186 837 0 0 0
-/+ buffers/cache: 186 837
Swap: 0 0 0
#

Total = Total RAM available.
Used = RAM used.
Available RAM = RAM guaranteed minuw used RAM.

To see which processes are commanding higher load, use top -c
While running the command press + p to sort the process by cpu usage.
To sort it by memory usage press + m.

Was this answer helpful?

 Print this Article

Also Read

How to Install & Enable tomcat for an account using WHM?

Step to Install Tomcat and enable tomcat service . 1. Login to WHM as root user. 2. Go to Whm...

SSH Usage and Helpful Commands

passwd : Change the password you use to login to SSH. You can amend this command with a...

Powered by WHMCompleteSolution