summaryrefslogtreecommitdiffstats
path: root/staprun.8.in
diff options
context:
space:
mode:
authorMasami Hiramatsu <mhiramat@redhat.com>2009-03-20 13:31:18 -0400
committerMasami Hiramatsu <mhiramat@redhat.com>2009-03-20 13:31:18 -0400
commit701c41be909697d5ab36f7604a1f3620c7d04abc (patch)
treeb9dda527c756bbdbb6cd3c243b713073ec00c698 /staprun.8.in
parentacd56c22068963ad48f39890f5307600ff7d5278 (diff)
downloadsystemtap-steved-701c41be909697d5ab36f7604a1f3620c7d04abc.tar.gz
systemtap-steved-701c41be909697d5ab36f7604a1f3620c7d04abc.tar.xz
systemtap-steved-701c41be909697d5ab36f7604a1f3620c7d04abc.zip
PR6930: stap: supports on-file flight recorder options
Add on-file flight recorder options (the combination of -F and -o, and -S option) to stap command, and change manpages and NEWS. - Both of -F and -o is specified, stap passes -D option to staprun. - stap just passes -S option to staprun.
Diffstat (limited to 'staprun.8.in')
-rw-r--r--staprun.8.in15
1 files changed, 14 insertions, 1 deletions
diff --git a/staprun.8.in b/staprun.8.in
index c7e77dc4..68b5c947 100644
--- a/staprun.8.in
+++ b/staprun.8.in
@@ -52,7 +52,8 @@ The '_stp_target' variable will be set to PID.
.TP
.B \-o FILE
Send output to FILE. If the module uses bulk mode, the output will
-be in percpu files FILE_x where 'x' is the cpu number.
+be in percpu files FILE_x(FILE_cpux in backgroud and bulk mode)
+where 'x' is the cpu number.
.TP
.B \-b BUFFER_SIZE
The systemtap module will specify a buffer size.
@@ -73,6 +74,18 @@ Attach to loaded systemtap module.
Delete a module. Only detached or unused modules
the user has permission to access will be deleted. Use "*"
(quoted) to delete all unused modules.
+.TP
+.BI \-D
+Run staprun in background as a daemon and show it's pid.
+.TP
+.BI \-S " size[,N]"
+Sets the maximum size of output file and the maximum number of output files.
+If the size of output file will exceed
+.B size
+, systemtap switches output file to the next file. And if the number of
+output files exceed
+.B N
+, systemtap removes the oldest output file. You can omit the second argument.
.SH ARGUMENTS
.B MODULE