aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2016-03-04 15:49:07 -0600
committerClark Williams <williams@redhat.com>2016-03-04 15:49:07 -0600
commit6f26f7c4c3f73b1b65a376dd807427e5960436bf (patch)
treec8de3b8df5e0ab4f6332188e115408623855ffcb
parentf6c6e0625ae95bc27969d056ab4e85f63dcfaf71 (diff)
downloadrteval-6f26f7c4c3f73b1b65a376dd807427e5960436bf.tar.gz
added cpulist options to man page
Signed-off-by: Clark Williams <williams@redhat.com>
-rw-r--r--doc/rteval.816
1 files changed, 11 insertions, 5 deletions
diff --git a/doc/rteval.8 b/doc/rteval.8
index 7eb46ec..e1bb269 100644
--- a/doc/rteval.8
+++ b/doc/rteval.8
@@ -30,7 +30,7 @@ The rteval program is used to evaluate the realtime performance of a
realtime Linux kernel on a particular hardware system. There is
nothing that actually requires a realtime Linux kernel, but the
latency measurements will usually be pretty bad on a stock Linux
-kernel.
+kernel.
.SH OPTIONS
@@ -66,11 +66,17 @@ Increase the verbosity of output during the test run
.B \-w, \-\-workdir=WORKDIR
Tell rteval to change directory to WORKDIR before creating any
subdirectories for report files. The default WORKDIR is the directory
-in which rteval was started.
+in which rteval was started.
.TP
.B \-l, \-\-loaddir=LOADDIR
Tell rteval where to find the source for the loads
.TP
+.B \-\-loads\-cpulist=CPULIST
+List of CPUs where loads will run
+.TP
+.B \-\-measurement-cpulist=CPULIST
+List of CPUs where measurement applciation will run
+.TP
.B \-s, \-\-sysreport
Have rteval run the sysreport utility after a run to gather
information on the running system.
@@ -83,7 +89,7 @@ Have rteval send report data to HOST following the run, using XML-RPC
.TP
.B \-Z, \-\-summarize
Have rteval summarize an existing report. This will not cause loads or
-meausurement utilities to be run.
+meausurement utilities to be run.
.\" .SH SEE ALSO
.\" .BR bar (1),
.\" .BR baz (1).
@@ -94,14 +100,14 @@ meausurement utilities to be run.
This is a directory created by rteval to hold the summary.xml file as
well as other files collected on the system. It is the current Year,
Month, and Day, followed by a sequence number for multiple runs on the
-same day.
+same day.
.BR summary.xml
This is an XML file that contains information about a test run and the
host system upon which rteval was run.
.BR dmesg
This is the output of the dmesg(1) program immediately following
-system boot. It is copied from /var/log/dmesg.
+system boot. It is copied from /var/log/dmesg.
.SH SEE ALSO
.BR cyclictest(8).