This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug runtime/3888] New: need accumulated memory usage counter


For purposes of debugging, it would be nice to have exported from
the runtime a number (or a function that returns a number) that
corresponds to the total amount of dynamic kmalloc/vmalloc memory
allocated by the runtime for the probe module.  This should include
the I/O buffers and arrays and any other bulky stuff.

Then, this value should be included in the printk emitted by
the translator's c_unparser::emit_module_init.

-- 
           Summary: need accumulated memory usage counter
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: runtime
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: fche at redhat dot com


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

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]