Search This Blog

Tuesday, November 25, 2008

job's memory/process usage under UNIX

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: