Originally posted by: SzymonMiotk
Hello,
I'm investigating memory usage on one AIX 5.3 server and I'm a bit
puzzled.
The server has 16GB and svmon shows the following usage:
bw_test@dtibbw01 /usr/local/stat/2011/07 $ svmon -G
size inuse free pin virtual
memory 4046848 3614960 431888 759611 4513329
pg space 2588672 1563676
work pers clnt other
pin 622641 0 0 136970
in use 3516509 0 98451
So the 14GB are "inuse".
So I want to find which processes are using the memory.
I do
svmon -Pn | egrep "Y|N" #egrep to print the summary line only
The sum of all "inuse" is 1992673 - 7.7GB
Where is the missing 6.3GB memory? It's not gone for caching because topas reports:
% Comp 89
% Noncomp 7
% Client 7
Thank you in advance,
Szymon Miotk
#AIX-Forum