+------------------------------------------------------------------------------
| On 2010-09-09 03:09:01, Peter Steiner wrote:
| 
| How can I find out the current memory usage of every process?
| 
| There should be at least two values:
| One for the physical memory and the second for the memory usage in 
swapfile/swap partition.
| 
| How can I achieve this?

The usual way, with ps(1).

  $ ps -e -o zone,user,group,vsz,rss,comm,args
-- 
bdha
cyberpunk is dead. long live cyberpunk.
_______________________________________________
opensolaris-help mailing list
opensolaris-help@opensolaris.org

Reply via email to