I\'m typing a shell script to find out the total physical memory in some RHEL linux boxes.
First of all I want to stress that I\'m interested in the total ph
I find htop a useful tool.
htop
sudo apt-get install htop
and then
free -m
will give the information you need.