Find Memory Utilization in AIX Server

How to find the memory utilization of AIX server using svmon -G output.

Sample output for svmon -G command from my AIX test server,

               size       inuse        free         pin     virtual
memory      4014080     3995443       18637      575916     1876393
pg space    1179648        6064

               work        pers        clnt       other
pin          439189           0           7      136720
in use      1876393           0     2119050

PageSize   PoolSize      inuse       pgsp        pin    virtual
s   4 KB          -    3880787       6064     501484    1761737
m  64 KB          -       7166          0       4652       7166

How to find the memory usage. Kindly anyone explain using above example output.

Thanks.

try this information.
http://www.aixhealthcheck.com/blog.php?id=255

1 Like

I know that question was about svmon
but why you are not using commands like :
free
topas
nmon

yup, try vmstat, topas, nmon ,sar etc