diff options
author | David Smith <dsmith@redhat.com> | 2009-01-20 15:59:47 -0600 |
---|---|---|
committer | David Smith <dsmith@redhat.com> | 2009-01-20 15:59:47 -0600 |
commit | f53975c8047cad5fb37e59196c48daaa99613207 (patch) | |
tree | 938ef8a8cd7232267a0403f61742e54f4b13e32d /scripts/kprobes_test/default.cfg | |
parent | 316ac9052cb44a69729357f74a331b66f15d12f0 (diff) | |
download | systemtap-steved-f53975c8047cad5fb37e59196c48daaa99613207.tar.gz systemtap-steved-f53975c8047cad5fb37e59196c48daaa99613207.tar.xz systemtap-steved-f53975c8047cad5fb37e59196c48daaa99613207.zip |
Adding kprobes test scripts.
Diffstat (limited to 'scripts/kprobes_test/default.cfg')
-rw-r--r-- | scripts/kprobes_test/default.cfg | 16 |
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' ], + ] + |