Knowledge Base Article
How do I check the memory usage on my Dedicated server?
First you have to login to your Dedicated server as root via SSH. Then type the following command to receive information about the free RAM and the amount used by the server:
free -m -t
The numbers you will receive are in megabytes. If you want to see the free memory in gigabytes, use the command below:
free -g -t
Rating
|
Related Articles |
Views |

