SSH

SSH command for detailed memory information

in SSH

Use below SSH command to find detailed memory information about your server. It will show you total memory, free memory, used memory, cached memory etc.

cat /proc/meminfo
 

How to find CentOS version installed

in SSH

You can check centOS version installed on your dedicated derver / VPS using below SSH command.

cat /etc/*release*

Check Dedicated / VPS memory details through SSH

in SSH

You can check your dedicated server or VPS memory details using SSH command.

free –m

This command will show total memory installed, currently used memory, currently free memory and other details.

How to exit from top command in SSH

in SSH

Top command in SSH is used to display top process using high CPU.

To exit top press the q key