AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
 View Only
Expand all | Collapse all

How to determine actual free physical memory in AIX

  • 1.  How to determine actual free physical memory in AIX

    Posted Thu May 29, 2008 02:38 AM

    Originally posted by: sck


    Hi,

    How to determine actual free physical memory in AIX.

    Regards
    #AIX-Forum


  • 2.  Re: How to determine actual free physical memory in AIX

    Posted Thu May 29, 2008 03:38 AM

    Originally posted by: ostost


    vmstat shows the number of free pages. Also take a look at the numperm value (can be displayed with vmstat -v) which shows what percentage of the memory is used for file caching. AIX will use unused memory as file cache. Therefore it's not unusual that most of the memory is in use. But it's important to differentiate how much of that is actually used for running processes and how much for file cache.
    #AIX-Forum