Friday, 6 July 2012

To check the Physical RAM size in a Linux server


Top command: using top command you will get complete information.
free –m  - This gives Physical memory (RAM) size in Megabytes
free –k - This gives Physical memory (RAM) size in Kilobytes
cat /proc/meminfo - This also gives Physical memory (RAM) size in Kilobytes

No comments:

Post a Comment