To see all processes memory usage and more run the next command in your console.
ps -e -o "%z %C %U %p %t %c" |sort -n
%z ought to show the virtual size of each process in KB , and we sort the output from min usage to max.
very good tips about Managing processes on AIX Systems
No comments:
Post a Comment