Who's there...

Tuesday, February 9, 2010

How To find Vendor details for LINUX servers

Login as root user in to the Linux Server where you want to verify the vendor details and use following command to get the details.

# dmidecode | grep Product

Eg:
Product Name: Sun Fire X4100 Server

How to find free memory in Linux server

Following commands can be used for finding the memory usage in the server.

Display free memory size in MB:
$ free -m

Displays a line containing the totals memory in MB:
$ free -t -m

Type vmstat command at shell prompt:
$ vmstat

Type top command at shell prompt:
$ top