> I would suggest something relatively simple and basic as far as
> performance & characteristics measurements goes - x apps, y traces /
> second - measure CPU, memory, i/o, file size across the various
> mechanisms.

Yes, something relatively simple should do. For a process writing to syslog, 
you get a system call, two context switches and a number of other things, as 
compared to simply writing a few bytes in memory. And you should probably not 
try to benchmark printk by recording all system calls using it, your kernel 
will burst.

_______________________________________________
lttng-dev mailing list
[email protected]
http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev

Reply via email to