This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
Re: Systemtap filghtrecorder over network
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