[Bug runtime/14491] New: Add a proper stapdyn transport layer

jistone at redhat dot com sourceware-bugzilla@sourceware.org
Sat Aug 18 01:51:00 GMT 2012


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

             Bug #: 14491
           Summary: Add a proper stapdyn transport layer
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: runtime
        AssignedTo: systemtap@sourceware.org
        ReportedBy: jistone@redhat.com
            Blocks: 14178
    Classification: Unclassified


Right now there's not transport layer at all in stapdyn.  Communication is only
going stapdyn->module via inferior calls, and script output is writing directly
on the target's stdout/err.

We really need a means for bidirectional communication, both for control
messages and for general script output.  For a first draft, I propose listening
on a socket in stapdyn, opening that in the target with an inferior call, and
then send messages just as we do with staprun and kernel modules.

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



More information about the Systemtap mailing list