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 :-)
Posted Aug 11, 2005 5:16 UTC (Thu)
by sholden (guest, #7881)
[Link]
pmap 2430 | awk '/rw/ {total += $2}; END {print total}'Unshared memory usage
