Groups | Search | Server Info | Login | Register
Groups > comp.unix.aix > #41710
| From | John McCue <jmclnx@gmail.com.invalid> |
|---|---|
| Newsgroups | comp.unix.aix |
| Subject | Re: show top memory consumption processes in AIX |
| Date | 2025-07-09 18:15 +0000 |
| Organization | A noiseless patient Spider |
| Message-ID | <104mbk2$15bdn$1@dont-email.me> (permalink) |
| References | <104lcv8$1sk9u$2@paganini.bofh.team> <104mbc9$15a6b$1@dont-email.me> |
John McCue <jmclnx@gmail.com.invalid> wrote:
> Marco Moock <mm@dorfdsl.de> wrote:
>> Hello!
>>
<snip>
> I have been away from AIX for a couple of years :(
>
> But you can try something like this:
>
> ps -wwwxo %mem,pid,command | sort
>
Found my old notes :), try this:
ps -Af -o mem,pid,user,args:w | sort
--
[t]csh(1) - "An elegant shell, for a more... civilized age."
- Paraphrasing Star Wars
Back to comp.unix.aix | Previous | Next — Previous in thread | Find similar
show top memory consumption processes in AIX Marco Moock <mm@dorfdsl.de> - 2025-07-09 11:32 +0200
Re: show top memory consumption processes in AIX John McCue <jmclnx@gmail.com.invalid> - 2025-07-09 18:11 +0000
Re: show top memory consumption processes in AIX John McCue <jmclnx@gmail.com.invalid> - 2025-07-09 18:15 +0000
csiph-web