summaryrefslogtreecommitdiffstats
path: root/staprun.8.in
diff options
context:
space:
mode:
authorhunt <hunt>2007-03-14 16:19:37 +0000
committerhunt <hunt>2007-03-14 16:19:37 +0000
commite65b03c170887fa9076119afd123a7384c12c630 (patch)
tree1cf3a108a3dbb33f66eb7de64268896ce5b388da /staprun.8.in
parent8c235ce57600584d3126ad86520b4fb44765c8ec (diff)
downloadsystemtap-steved-e65b03c170887fa9076119afd123a7384c12c630.tar.gz
systemtap-steved-e65b03c170887fa9076119afd123a7384c12c630.tar.xz
systemtap-steved-e65b03c170887fa9076119afd123a7384c12c630.zip
2007-03-14 Martin Hunt <hunt@redhat.com>
* Makefile.am (staprun_SOURCES): Sources now live in runtime/staprun. * makefile.in: Rebuilt. * staprun.8.in: Updated. * buildrun.cxx (run_pass): Use "-v" instead of not "-q" to be compatible with latest staprun. * translate.cxx (emit_module_exit): Print warning using _stp_printf so it shows up at the end of all output. (translate_pass): Replace STP_RELAYFS with STP_BULKMODE. Eliminate STP_RELAYFS_MERGE.
Diffstat (limited to 'staprun.8.in')
-rw-r--r--staprun.8.in20
1 files changed, 7 insertions, 13 deletions
diff --git a/staprun.8.in b/staprun.8.in
index acfb90af..4b325fe8 100644
--- a/staprun.8.in
+++ b/staprun.8.in
@@ -39,34 +39,28 @@ This manual corresponds to version @VERSION@.
The systemtap translator supports the following options. Any other option
prints a list of supported options.
.TP
-.B \-q
-Quiet mode. Don't display trace to standard output.
-.TP
-.B \-p
-Print only. Don't log to files.
+.B \-v
+Verbose mode.
.TP
.B \-c CMD
Command CMD will be run and the staprun program will exit when CMD
does. The '_stp_target' variable will contain the pid for CMD.
.TP
-.B \-t PID
+.B \-x PID
The '_stp_target' variable will be set to PID.
.TP
-.\" TODO - need a better description of what this does
-.B \-d PID
-Pass the systemtap driver's PID.
-.TP
.B \-o FILE
-Send output to FILE.
+Send output to FILE. Is the module uses bulk mode, the output will
+be in percpu files FILE_x where 'x' is the cpu number.
.TP
.B \-u USERNAME
-Run commands as USERNAME.
+Run commands as USERNAME. Used with the \-c option.
.TP
.B \-b BUFFER_SIZE
The systemtap module will specify a buffer size.
Setting one here will override that value. The value should be
an integer between 1 and 64 which be assumed to be the
-buffer size in MB. That value will be per-cpu if relayfs is used.
+buffer size in MB. That value will be per-cpu if bulk mode is used.
.SH ARGUMENTS