public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug kprobes/10839] New: kretprobes use excessive memory on x86_64 rawhide
@ 2009-10-24  2:30 jistone at redhat dot com
  2009-10-25  8:01 ` [Bug kprobes/10839] " fche at redhat dot com
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: jistone at redhat dot com @ 2009-10-24  2:30 UTC (permalink / raw)
  To: systemtap

Consider the following session on 2.6.31.1-56.fc12.x86_64:

$ MOD=$(stap -e 'probe kernel.function("*@fs/*").return { next }' -p4)
$ free
             total       used       free     shared    buffers     cached
Mem:       1992712     308924    1683788          0       7628     133084
-/+ buffers/cache:     168212    1824500
Swap:       522104          0     522104
$ staprun $MOD -D -o /dev/null
1564
# (give it a moment to load all the probes)
$ free
             total       used       free     shared    buffers     cached
Mem:       1992712    1459972     532740          0       7628     133096
-/+ buffers/cache:    1319248     673464
Swap:       522104          0     522104


That's a 1124MB increase in "used" when the module is loaded!  I bumped my VM up
to 2GB for this test, but normally I run with only 512MB, so scripts were
causing me to get OOM.

For comparison, I get 43MB on 2.6.31.1-56.fc12.i686, and I get 72MB on
2.6.30.8-64.fc11.x86_64.  These numbers still seem high, but they're not so
outrageous...

-- 
           Summary: kretprobes use excessive memory on x86_64 rawhide
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: kprobes
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: jistone at redhat dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=10839

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-10-30 22:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-10-24  2:30 [Bug kprobes/10839] New: kretprobes use excessive memory on x86_64 rawhide jistone at redhat dot com
2009-10-25  8:01 ` [Bug kprobes/10839] " fche at redhat dot com
2009-10-26 23:07 ` jistone at redhat dot com
2009-10-26 23:14 ` jistone at redhat dot com
2009-10-29 17:02 ` [Bug translator/10839] KRETACTIVE should have a smaller default value jistone at redhat dot com
2009-10-30 12:12 ` fche at redhat dot com
2009-10-30 22:50 ` jistone at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).