Originally posted by: Tibor_B
I can not explain it because I dont understand AIX memory management deeply.
On linux it would be simplier but this is not your question.
But when I check if the server has enough memory (it goes slowly, or somebody is complaining) I check following:
paging (vmstat command, columns pi/po) - if any paging is there (usually there are zeros) it means server must send data back and forth from RAM to swap (disk)
Another symptom of RAM shortage is CPU spending time in "Wait state" (=waiting for I/O operations)(column wa in vmstat)
From numbers you posted there I understand mainly line "pg space", if inuse grows - it is bad sign, though the very fact that some data are swapped out is not that bad. Also (near) full pg space indicates that system is going out of memory, that is bad.
So this is my view but I might be mistaken though :)
#AIX-Forum