Knowledgebase

How can I see how much RAM or disk space I am using?


Problem:

How can I see how much RAM or disk space I am using?



Solution:

To check your resources you can login to your server through SSH and type the following commands:

free -m (to check RAM allocation and allocation)
df (to check disk space allocation and usage)

Ensim and cPanel users can also view disk space allocation and usage through the main control panel of their servers.