diff options
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 |