Re: AIX Memory and Paging Space

From: Mark Ray (raym_at_US.IBM.COM)
Date: 05/04/05

  • Next message: jeff barratt-mccartney: "Re: AIX/SAN Storage"
    Date:         Wed, 4 May 2005 08:26:45 -0400
    To: aix-l@Princeton.EDU
    
    

    Simon is correct; svmon would be your best bet to monitor real memory.
    Here's the syntax to
    do so; by adding an interval count in with the command, you can easily make
    a script that
    will capture snapshots of real memory usage:

    svmon -Pu -t 3|grep -p Pid|grep '^.*[0-9]'

    Basically, this command lists out you top users of real memory.

    Mark Ray

                 "Green, Simon"
                 <Simon.Green@EU.A
                 LTRIA.COM> To
                 Sent by: IBM AIX aix-l@Princeton.EDU
                 Discussion List cc
                 <aix-l@Princeton.
                 EDU> Subject
                                           Re: AIX Memory and Paging Space

                 05/04/2005 05:06
                 AM

                 Please respond to
                      IBM AIX
                  Discussion List

    AIX will always try to use 100% of real memory, (apart from a very small
    amount left unused for sudden demands). If you've got enough memory,
    paging space use will be very low: 5% is about right, allowing for the
    overheads of LVM and a small amount of paging space use after a boot.

    There are several tools which can give you a more detailed picture of how
    memory is being used. "svmon" is very comprehensive. Tools such as topas
    and nmon will also give you a bit more information.

    --
    Simon Green
    Altria ITSC Europe s.a.r.l.
    AIX-L Archive at https://new-lists.princeton.edu/listserv/aix-l.html
    New to AIX? http://publib-b.boulder.ibm.com/redbooks.nsf/portals/UNIX
    N.B. Unsolicited email from vendors will not be appreciated.
    Please post all follow-ups to the list.
          -----Original Message-----
          From: IBM AIX Discussion List [mailto:aix-l@Princeton.EDU] On Behalf
          Of Akash Jain
          Sent: 04 May 2005 07:00
          To: aix-l@Princeton.EDU
          Subject: AIX Memory and Paging Space
          Hi,
          Is it correct to say that AIX server is running on full 100%
          utilisation and memory usage is below 5%( paging space). What does
          this mean? Please explain if any one has any idea about it.
          Is there anyway of monitoring actual memory utilisation without
          paging space.
    

  • Next message: jeff barratt-mccartney: "Re: AIX/SAN Storage"

    Relevant Pages

    • Re: Paging space on a fastT
      ... Concerning adding additional paging space to external disks, ... Depending on the version of AIX ... virtual memory in order to free up segments for other processes. ... that allocates virtual memory and real memory. ...
      (AIX-L)
    • Re: Paging space on a fastT
      ... Here is my vmtune results. ... maximum pinable=80.0% of real memory minperm=20.0% of real memory ... Paging space on a fastT ...
      (AIX-L)
    • Re: Hidden read of indeterminate memory
      ... > 2 the fact that uninitialized objects have indeterminate value ... to all allocated virtual memory, and marked that page read only. ... minimizing the effect of a cache. ... that it was expected all access to go to real memory. ...
      (comp.lang.c)
    • Re: Paging space on a fastT
      ... lvm_bufcnt if the oracle instance under SAP resides on raw devices.. ... Paging space on a fastT ... maximum pinable=80.0% of real memory minperm=20.0% of real memory ...
      (AIX-L)
    • Re: strange memory leak
      ... Every file you touch in AIX is cached in the real memory paging. ...
      (comp.unix.aix)