From 8be770fad976d6b9d07069c5e8be10845198f734 Mon Sep 17 00:00:00 2001 From: Julien Desfossez Date: Thu, 17 Feb 2011 10:27:17 -0500 Subject: [PATCH] Basic comment to describe the tests and the requirements Signed-off-by: Julien Desfossez --- ust-systemtap-tracepoints/runtest.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/ust-systemtap-tracepoints/runtest.sh b/ust-systemtap-tracepoints/runtest.sh index f4d5424..9301162 100644 --- a/ust-systemtap-tracepoints/runtest.sh +++ b/ust-systemtap-tracepoints/runtest.sh @@ -1,6 +1,13 @@ #!/bin/sh -#UST scalability test +# UST vs SystemTap scalability test +# This script can run 4 different tests : +# - UST in flight recorder mode +# - UST writing the trace to disk +# - SystemTap in flight recorder mode +# - SystemTap writing the trace to disk + +# You need to be root to run the SystemTap tests because of the rmmod BINARY=tracepoint_benchmark REPORT=/tmp/testreport -- 2.34.1