summaryrefslogtreecommitdiffstats
path: root/runtime/bench2/README
diff options
context:
space:
mode:
authorhunt <hunt>2006-03-09 08:48:06 +0000
committerhunt <hunt>2006-03-09 08:48:06 +0000
commit68642a15584f9e4fbf8cfc5765a3cfaeac0a5bbb (patch)
tree456b5d73292446a4017fcecf5162e5b20be86e95 /runtime/bench2/README
parent43efac911763c31250e953fcd633d7f275d88270 (diff)
downloadsystemtap-steved-68642a15584f9e4fbf8cfc5765a3cfaeac0a5bbb.tar.gz
systemtap-steved-68642a15584f9e4fbf8cfc5765a3cfaeac0a5bbb.tar.xz
systemtap-steved-68642a15584f9e4fbf8cfc5765a3cfaeac0a5bbb.zip
2006-03-09 Martin Hunt <hunt@redhat.com>
* bench2: New directory containing a benchmark framework.
Diffstat (limited to 'runtime/bench2/README')
-rw-r--r--runtime/bench2/README26
1 files changed, 26 insertions, 0 deletions
diff --git a/runtime/bench2/README b/runtime/bench2/README
new file mode 100644
index 00000000..626d4675
--- /dev/null
+++ b/runtime/bench2/README
@@ -0,0 +1,26 @@
+This is a framework for profiling systemtap scripts and the
+underlying runtime functions.
+
+To try the tests:
+>make
+./run_bench
+./stap_bench
+
+You will need ruby installed. "yum install ruby" or "up2date ruby" to get it.
+
+---- FILES ----
+a.st - sample script test file
+b.st - sample script test file
+
+itest.c - used by tests. Type "make" to build
+Makefile - makefile for itest
+
+run_bench - test driver with some test scripts. Tests may
+be supplied in files (as in a.st and b.st) or in strings, as
+in this example.
+
+stap_bench - test driver that tests all files ending in ".st"
+
+bench.rb - bench classes used by drivers.
+
+results.txt - Some results of "run_bench" on different machines.