Add a README for dependencies
authorJulien Desfossez <julien.desfossez@polymtl.ca>
Thu, 17 Feb 2011 15:58:40 +0000 (10:58 -0500)
committerJulien Desfossez <julien.desfossez@polymtl.ca>
Thu, 17 Feb 2011 15:58:40 +0000 (10:58 -0500)
Signed-off-by: Julien Desfossez <julien.desfossez@polymtl.ca>
ust-systemtap-tracepoints/README.txt [new file with mode: 0644]

diff --git a/ust-systemtap-tracepoints/README.txt b/ust-systemtap-tracepoints/README.txt
new file mode 100644 (file)
index 0000000..5888ded
--- /dev/null
@@ -0,0 +1,16 @@
+The purpose of this benchmark is to compare the performance for
+userspace tracing of SystemTap and LTTng-UST.
+10 million events generated per thread, number of threads vary.  Each
+event generates a time-stamp and contains a 4-byte integer value.
+
+These four tests can be performed :
+- UST in flight recorder mode
+- UST writing the trace to disk
+- SystemTap in flight recorder mode
+- SystemTap writing the trace to disk
+
+Dependencies
+- LTTng-UST (tested on v0.11) : git://git.lttng.org/ust.git
+- SystemTap (tested on v1.2-5 from debian packages)
+- systemtap-sdt-dev for dtrace
+
This page took 0.02366 seconds and 4 git commands to generate.