Memory per user on AIX

aixmemory usagevirtual-memory

nmon is showing me 99% memory usage and swap activity. My user is not very active at the moment so it should be someone elses fault.

Is there a way I figure how much memory each user is taking?
Must be a non root command. It is an AIX 5 box.

thanks.

Best Answer

You can't do this without being root. You need to be root, and you use svmon -U

You can get some information from ps, topas, maybe even nmon, but not down to the user level. That's what svmon is for.