trace over network is supported?
Tim Beaulen
tbscope@gmail.com
Fri Sep 10 07:46:00 GMT 2010
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
More information about the Systemtap
mailing list