To find the RAM size for an Linux server.

Hi Gurus,

Can someone let me know how to find the RAM size,ROM size and Number of processors for a linux server.
Version :Linux 2.4.9-e.57smp
Also what does "e.57smp" stands for?

Thanks in advance gurus.....
cheers.

Hi Gurus,
Kindly help...Its very urgent.
thanks.

1:- SMP
Symmetric multiprocessing, or SMP, is a multiprocessor computer architecture where two or more identical processors are connected to a single shared main memory. Most common multiprocessor systems today use an SMP architecture.
SMP systems allow any processor to work on any task no matter where the data for that task are located in memory; with proper operating system support, SMP systems can easily move tasks between processors to balance the workload efficiently.

2:- To check the RAM size

# dmesg | grep RAM

There are three another way to check memory on Linux

1:- free -t -m
2: vmstat
3: top

Please go thru the man pages for all three commands.