Sponsored link Serve your customers, not your servers, with VERIO Linux VPS. Full-access test-drive here. |
Unshared memory usageUnshared memory usagePosted Aug 4, 2005 16:27 UTC (Thu) by ajross (subscriber, #4563)In reply to: Our bloat problem by jg Parent article: Our bloat problem
Looking only at the writable, unshared memory of my clock-applet
% pmap 2430 | fgrep rw | sed 's/K rw.*//' | sed 's/.* //' | awk '{total+=$1};END{print total}'
4304
So maybe the complaint should be amended to "It is a sad world
(Log in to post comments)
Unshared memory usage Posted Aug 4, 2005 19:49 UTC (Thu) by pphaneuf (subscriber, #23480) [Link] I use wmcalclock, and the same command-line you get tells me 288. ps' vsz is 2868.
Maybe I'm just too old school or something.
Unshared memory usage Posted Aug 7, 2005 5:45 UTC (Sun) by komarek (subscriber, #7295) [Link] I ran the same commandline on gkrellm2, which includes a clock among many other monitors. I get 3436, more than wmaclock but still less than the clock applet. Crazy stuff.
Unshared memory usage Posted Aug 9, 2005 4:22 UTC (Tue) by daniel (subscriber, #3181) [Link] pmap 2430 | grep rw | awk '{total += $2}; END {print total}'
Bloat must be hunted down and exterminated wherever it is found :-)
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 © 2008, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds
Powered by Rackspace Managed Hosting.