ivring driver

From: Mathieu Desnoyers
Date: Tue Jun 05 2012 - 11:29:46 EST


Hi Yoshihiro,

I stumbled on your post on ivring (https://lkml.org/lkml/2012/6/5/143)
for buffering trace data from guest to host. I notice that it would be
very interesting to see a comparison of its performance against:

- ftrace ring buffer
- perf ring buffer
- lttng 2.0 ring buffer
- lttng-ust 2.0 (user-space tracing) ring buffer

Comparing only with network-related mechanisms does not seem to provide
a complete picture of where it stands wrt other ring buffers out there.

One of the metric we have used in the past is the number of nanoseconds
it takes to write a single event, based on a test that writes lots of
events into various buffer sizes, into flight recorder mode buffers
(which overwrites oldest information on buffer full condition, with data
collection to disk disabled, to remove I/O from the picture -- I/O can
then be performed in "snapshot" mode, after some error condition is
detected).

Best regards,

Mathieu

--
Mathieu Desnoyers
Operating System Efficiency R&D Consultant
EfficiOS Inc.
http://www.efficios.com
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/