diff options
author | hunt <hunt> | 2005-05-19 04:33:21 +0000 |
---|---|---|
committer | hunt <hunt> | 2005-05-19 04:33:21 +0000 |
commit | a7261d998f500237e14f8b808a3d171d8f728fc9 (patch) | |
tree | 384ba837572e15b20de13f24cc3cdbbf36772572 /runtime/probes/shellsnoop/stp | |
parent | 782f702b6403e3326e5c60d7b9fe16ffa79fcf51 (diff) | |
download | systemtap-steved-a7261d998f500237e14f8b808a3d171d8f728fc9.tar.gz systemtap-steved-a7261d998f500237e14f8b808a3d171d8f728fc9.tar.xz systemtap-steved-a7261d998f500237e14f8b808a3d171d8f728fc9.zip |
Renamed to shellsnoop.c. Minor fixes.
Diffstat (limited to 'runtime/probes/shellsnoop/stp')
-rwxr-xr-x | runtime/probes/shellsnoop/stp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/probes/shellsnoop/stp b/runtime/probes/shellsnoop/stp index 4a278ac2..ac5472f8 100755 --- a/runtime/probes/shellsnoop/stp +++ b/runtime/probes/shellsnoop/stp @@ -39,7 +39,7 @@ fi ../../stpd/stpd -b 8192 -n 4 $modulename # log to files (relayfs), 4 8K buffers -#../../stpd/stpd -r -b 8192 -n 4 $modulename +#../../stpd/stpd -r -b 65536 -n 4 $modulename # print to screen and log to files, 4 8K buffers #../../stpd/stpd -b 8192 -n 4 |