|
|
Subscribe / Log in / New account

Unshared memory usage

Unshared memory usage

Posted Aug 9, 2005 4:22 UTC (Tue) by daniel (guest, #3181)
In reply to: Unshared memory usage by ajross
Parent article: Our bloat problem

pmap 2430 | grep rw | awk '{total += $2}; END {print total}'

Bloat must be hunted down and exterminated wherever it is found :-)


to post comments

Unshared memory usage

Posted Aug 11, 2005 5:16 UTC (Thu) by sholden (guest, #7881) [Link]

pmap 2430 | awk '/rw/ {total += $2}; END {print total}'


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds