Re: memory by pid Adolfo wrote:
> Hello,
>
>
> Is there any command to see the memory, physical and swap, that it is
> using any process?
>
> Regards
UNIX95=1 ps -ef -o pid,sz,vsz,comm
should get you started. If you need something more detailed (usage by
object type) you'll need to use pstat or Glance.
Don |