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]

Re: Systemtap filghtrecorder over network


stap -F -u LOGHOST -p LOGPORT FOO.stp

Remote invocation is indeed out of scope, just the ability to have
native network transport in stap itself.


- Jelle


On 22.10.2012 16:37, Frank Ch. Eigler wrote:

Hi -

[...] It would be practical to let stap run on a machine dumping its
data over an UDP socket just like one would pipe its stdout through
netcat. Having this functionality built in however would be nice.

OK, what would you imagine, other than:


stap FOO.stp | nc -u LOGHOST LOGPORT

(Automated remote invocation is trickier because it involves
authentication/authorization and lots of other setup.)

- FChE

-- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.


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