May 2005
Intermediate to advanced
738 pages
18h 22m
English
To analyze memory, you first need to know how much memory you have. Example 2-5 on page 32 demonstrates how to find out how much memory your system has.
[node4][/]> lsattr -El mem0 goodsize 8192 Amount of usable physical memory in Mbytes False size 8192 Total amount of physical memory in Mbytes False |
The lsattr command will report the amount of memory in MB, so in the example above the machine has 8GB of memory.
In a multi-user, multi-processor environment, the careful control of system resources is paramount. System memory, whether paging space or real memory, when not carefully managed, can result in poor performance and even program and application ...
Read now
Unlock full access