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
Tuesday, February 9, 2010
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
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
Labels:
MEMORY,
Memory usage in Linux Server
Subscribe to:
Posts (Atom)