Originally posted by: hdkutz
Hello,
use
-
svmon -U <YOUR_ORACLE_USER>
svmon command shows how much Memory is consumed by a user.
If using nmon, type t and then sort the Process Display to size by typing 4.
You should see now the Processes which consume most memory.
or
-
svmon -Put 10 # top 10 users of memory
-
svmon -Pgt 10 # top 10 users or paging space
or
ps av |head -1;ps av |sort +5 -r |head -n 5|grep -v PID
Cheers,
ku
#AIX-Forum