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]

trace over network is supported?


On Fri, Sep 10, 2010 at 8:48 AM, Masami Hiramatsu
<masami.hiramatsu.pt@hitachi.com> wrote:
>
> Yeah, I know about tracing over ssh connection, but
> that is too heavy to record high-freq system events
> (e.g. systemcalls).
>
> I meant that something like trace-data listener and
> sender over UDP or TCP.
>


You can use bash redirection too I guess.
example: put all the stap output to a tcp connection:
stap ... &> /dev/tcp/hostname/port


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