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/12620] New: Eliminate polling in runtime/transport/ring_buffer.c


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

           Summary: Eliminate polling in runtime/transport/ring_buffer.c
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: runtime
        AssignedTo: systemtap@sourceware.org
        ReportedBy: wcohen@redhat.com


When a systemtap script is started the runtime transport ring buffer code
starts polling at 100 times a second. Even if a script has no output at all the
transport code still polls at 100 times a second. It would be nice particularly
for scripts that are doing system health monitoring, if the polling was removed
and the transport code only started when there was something to actually read
from the ring buffers.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


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