summaryrefslogtreecommitdiffstats
path: root/scripts/kprobes_test/default.cfg
diff options
context:
space:
mode:
authorMark Wielaard <mjw@redhat.com>2009-01-23 14:28:47 +0100
committerMark Wielaard <mjw@redhat.com>2009-01-23 14:28:47 +0100
commitc3bad3042df505a3470f1e20b09822a9df1d4761 (patch)
tree6842e8eaa705e406379d34cf07a85431b6d71344 /scripts/kprobes_test/default.cfg
parent750b1f2f5c84acaf0776de5239dc81e2e95c1dec (diff)
parentf120873cb40cfc16cc94f06fd722abc927b96227 (diff)
downloadsystemtap-steved-c3bad3042df505a3470f1e20b09822a9df1d4761.tar.gz
systemtap-steved-c3bad3042df505a3470f1e20b09822a9df1d4761.tar.xz
systemtap-steved-c3bad3042df505a3470f1e20b09822a9df1d4761.zip
Merge branch 'master' into pr6866.
Diffstat (limited to 'scripts/kprobes_test/default.cfg')
-rw-r--r--scripts/kprobes_test/default.cfg16
1 files changed, 16 insertions, 0 deletions
diff --git a/scripts/kprobes_test/default.cfg b/scripts/kprobes_test/default.cfg
new file mode 100644
index 00000000..c1c8acdb
--- /dev/null
+++ b/scripts/kprobes_test/default.cfg
@@ -0,0 +1,16 @@
+# -*-python-*-
+
+# Commands to run to generate a system load
+config_opts['load_cmds'] = [
+ [ '/usr/local/ltp/runltp', '-t', '600s', '-f', 'syscalls', ],
+ [ '/usr/local/ltp/runltp', '-t', '600s', '-f', 'nfs', ],
+ [ '/usr/local/ltp/runltp', '-t', '600s', '-f', 'rpc', ],
+ [ '/usr/local/ltp/runltp', '-t', '600s', '-f', 'ipc', ],
+ [ '/usr/local/ltp/runltp', '-t', '600s', '-f', 'dio', ],
+ [ '/usr/local/ltp/runltp', '-t', '600s', '-f', 'fs', ],
+ [ '/usr/local/ltp/runltp', '-t', '600s', '-f', 'mm', ],
+ [ '/usr/local/ltp/runltp', '-t', '600s', '-f', 'tcp_cmds', ],
+ # [ '/usr/local/ltp/runltp', '-t', '600s', '-f', 'ltp-aio-stress.part1', ],
+ [ '/usr/local/ltp/runltp', '-t', '600s', '-f', 'lvm.part1' ],
+ ]
+