Howto find out AIX UNIX RAM size memory from command line
Q. How do I find out the memory size of my AIX UNIX server? Can you tell us the command name to do the same?
A. You need to use bootinfo command to determines and displays various boot information, including boot device type and boot device name.
Command to check RAM in AIX UNIX
The bootinfo command uses the device configuration databases in information searches.
Just type the following command as the root user:
bootinfo -r
It will displays amount of real memory in kilobytes. bootinfo command may not be available in latest AIX UNIX version, try following command:
$ lsattr -El sys0 | grep realmem
svmon command - Captures and analyzes a snapshot of virtual memory
The svmon command displays information about the current state of memory. The displayed information does not constitute a true snapshot of memory, because the svmon command runs at user level with interrupts enabled. To print out global statistics, type:
# svmon -G
Read the man page of svmon for more information.
Subscribe to our free e-mail newsletter or RSS feed to get all updates.
You can Email this page to a friend.
Related Linux / UNIX FAQ:
- Linux find out what process are eating all memory and time allocated to process
- Linux basic memory test for errors
- How To Identify Server ECC Memory Modules
- Linux: How do I find out causes for memory faults?
- FreeBSD find out RAM size including total amount of free and used memory size
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Please do not use the comment form to ask for help / question. Ask your question on the excellent Linux tech support forum. Thank you very much for stopping by our site!
Tags: aix unix, boot device, bootinfo_command, command displays, configuration databases, current state, device configuration, global statistics, kilobytes, lsattr_command, memory size, snapshot, svmon_command, unix server, unix version, virtual memory ~ Last updated on: December 5, 2007



Recent Comments
Today ~ 17 Comments
Today ~ 2 Comments
Today ~ 37 Comments
Today ~ 46 Comments
Yesterday ~ 2 Comments