summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeah Leshchinsky <lleshchi@redhat.com>2022-06-22 13:28:23 -0400
committerJohn Kacur <jkacur@redhat.com>2022-06-23 09:12:52 -0400
commitd02ed73a8bc0b80d7f7eb61fd24c89497c9cacad (patch)
treefbb327492c9fce5222e405956bd81405f335c9b2
parent681304a9a57a9c2b05fcc2cc372e3d921b5ff415 (diff)
downloadtuna-d02ed73a8bc0b80d7f7eb61fd24c89497c9cacad.tar.gz
tuna: Add missing command line options to man page
Some of the tuna command line options currently available are not documented in the man pages. Add options (-Q, --show_irqs), (-N, --nohz_full), (-D, --debug), and (-L, --logging) to man page. Signed-off-by: Leah Leshchinsky <lleshchi@redhat.com> Signed-off-by: John Kacur <jkacur@redhat.com>
-rw-r--r--docs/tuna.812
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/tuna.8 b/docs/tuna.8
index bd6299b..3a06556 100644
--- a/docs/tuna.8
+++ b/docs/tuna.8
@@ -40,6 +40,9 @@ Set thread scheduler tunables: POLICY and RTPRIO. POLICY is one of OTHER, FIFO,
\fB\-P\fR, \fB\-\-show_threads\fR
Show thread list.
.TP
+\fB\-Q\fR, \fB\-\-show_irqs\fR
+Show IRQ list.
+.TP
\fB\-r\fR, \fB\-\-run\fR=\fI"COMMAND"\fR
Run the COMMAND. If arguments are passed, the entire command line must be provided inside "quotes". Modifiers \fB-c\fR and \fB-p\fR can be used to set the affinity and scheduler tunables of the given COMMAND. The arg[0] (i.e. the command) will be set in THREAD\-LIST. Likewise the \fB-t\fR, the COMMAND accepts the prefix \fB+\fR and \fB-\fR as wildcards in order to be appended or removed from THREAD\-LIST, respectively.
.TP
@@ -68,6 +71,9 @@ Operation will affect children threads.
\fB\-d\fR, \fB\-\-disable_perf\fR
Explicitly disable usage of perf in GUI for process view
.TP
+\fB\-D\fR, \fB\-\-debug\fR
+Print DEBUG level logging details to console.
+.TP
\fB\-f\fR, \fB\-\-filter\fR
Disable display of selected CPUs in \fB--gui\fR. Requires \fB-c\R.
.TP
@@ -77,6 +83,12 @@ Display the processes with the type of cgroups they are in. Requires \fB-P\R.
\fB\-K\fR, \fB\-\-no_kthreads\fR
Operations will not affect kernel threads.
.TP
+\fB\-L\fR, \fB\-\-logging\fR=\fILOG\-LEVEL\fR
+Log application details to log file for given LOG-LEVEL
+.TP
+\fB\-N\fR, \fB\-\-nohz_full\fR
+CPUs in nohz_full= kernel command line parameter will be affected by operations
+.TP
\fB\-q\fR, \fB\-\-irqs\fR=\fIIRQ\-LIST\fR
IRQ\-LIST affected by commands. Requires an IRQ number or a comma-separated list of IRQ numbers.
.TP