Originally posted by: amy_dahoon
Dear all,
I am new in AIX... I use "topas" command to see Paging Space Size in MB and here are the output:
PAGING SPACE SIZE, MB 4608
% Used 53.1
% Free 46.8
Then I would like to know what processes are using the PAGING SPACE up to 46.8%, I issue the command with "ps avg" displays info about all processes.
Here are the output (some of them):
PID TTY STAT TIME PGIN SIZE RSS LIM TSIZ TRS %CPU %MEM COMMAND 0 - A 47:39 7 64 64 xx 0 0 0.0 0.0 swapper
1 - A 0:09 108 824 860 1280000 25 36 0.0 0.0 /etc/in
8196 - A 65714:54 0 48 48 xx 0 0 48.7 0.0 wait
12294 - A 65715:21 0 48 48 xx 0 0 48.7 0.0 wait
16392 - A 0:00 0 48 48 xx 0 0 0.0 0.0 wait
20490 - A 0:00 0 48 48 xx 0 0 0.0 0.0 wait
24588 - A 0:00 0 48 48 xx 0 0 0.0 0.0 wait
28686 - A 0:00 0 48 48 xx 0 0 0.0 0.0 wait
32784 - A 0:00 0 48 48 xx 0 0 0.0 0.0 wait
36882 - A 0:00 0 48 48 xx 0 0 0.0 0.0 wait
40980 - A 0:00 0 48 48 xx 0 0 0.0 0.0 wait
45078 - A 0:00 0 48 48 xx 0 0 0.0 0.0 wait
We have total paging space 4608 MB and 53.1% is used (4608 MB * 53.1% = 2446 MB has been used). I want to know what processes are using and how much paging space has been used for each process. As a result, I use command "ps avg".
I have 2 questions:
1) Is it I sum up all the "SIZE" column (ps avg) and the total paging space should be round 2446 MB (4608 MB * 53.1% = 2446 MB has been used)?
I have try but it seems not.
2) What does not mean in column "TIME" and "STAT"?
I have read the document and in STAT column R means Running, S means sleeping and Z means Zombie. But it didn't say "A" stands for what?
Please advice,
Amy