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: [ltt-dev] LTTng-UST vs SystemTap userspace tracing benchmarks


On 02/15/2011 10:53 AM, Julien Desfossez wrote:
> LTTng-UST vs SystemTap userspace tracing benchmarks
> 
> February 15th, 2011
> 
> Authors: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
>          Julien Desfossez <julien.desfossez@polymtl.ca>

> * SystemTap probe (stap testutrace.stp -F) :
> probe process("./.libs/tracepoint_benchmark").mark("single_trace") {
>     printf("%d : %s\n", gettimeofday_ns(), $arg1);
> }



Hi Julien,

How much of the SystemTap overhead is due to the printf() statement in the probe? What is the run time for the following:

probe process("./.libs/tracepoint_benchmark").mark("single_trace") {}


Is the code for the benchmarks available, so we can take a look at reducing the overhead of SystemTap?

-Will


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