Is there an mdb dcmd that will let me look at per process memory utilization? specifically resident memory (though total vm might be useful too.) I see ::ps and ::ptree and ::pmap, but with ::pmap I'd have to manually add up each memory segment.
I suppose in the absolute worst case I could parse through ::ps output and feed each address to ::pmap. Is there anything better than that? _______________________________________________ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org