- Joined
- Jul 20, 2016
- Messages
- 271
- Points
- 18
I have a VPS 4 GB of RAM and I want to check if I am having exact amount what I bought from my hosting provider. How can I see total installed RAM in Linux on my VPS?
wget http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-10.noarch.rpm
rpm -ivh epel-release-7-10.noarch.rpm
yum install htop
apt-get install htop