summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Wagner <dwagner@suse.de>2021-05-19 19:00:29 +0200
committerJohn Kacur <jkacur@redhat.com>2021-05-21 23:38:53 -0400
commit0d2bd81cd820fdf05c7a1be7f4406adfaa3c6577 (patch)
tree4f2b3b224ff3bc91ea5bb20c2f7558446c5f3081
parent1c6cd355b2d7fce655c563120949f89f3aa13608 (diff)
downloadrt-tests-0d2bd81cd820fdf05c7a1be7f4406adfaa3c6577.tar.gz
oslat: Add --json to man page
Add the newly introduced --json command line to the man page. Signed-off-by: Daniel Wagner <dwagner@suse.de> Signed-off-by: John Kacur <jkacur@redhat.com>
-rw-r--r--src/oslat/oslat.88
1 files changed, 6 insertions, 2 deletions
diff --git a/src/oslat/oslat.8 b/src/oslat/oslat.8
index b481d8d..4b28abd 100644
--- a/src/oslat/oslat.8
+++ b/src/oslat/oslat.8
@@ -5,8 +5,9 @@ oslat \- OS Latency Detector
.SH SYNOPSIS
.SY oslat
.RI "[ \-shvz ] [ \-b " bucket-size " ] [ \-B " bias " ] [ \-c " cpu-list " ] \
-[ \-C " cpu-main-thread " ] [ \-f " rt-prio " ] [ \-m " workload-mem " ] \
-[\-t " runtime " ] [ \-T " trace-threshold " ] [ \-w " workload " ]"
+[ \-C " cpu-main-thread " ] [ \-f " rt-prio " ] [ \-\-json " filename " ] \
+[ \-m " workload-mem " ] [\-t " runtime " ] [ \-T " trace-threshold " ] \
+[ \-w " workload " ]"
.SH DESCRIPTION
.B oslat
is an open source userspace polling mode stress program to detect OS level
@@ -30,6 +31,9 @@ Specify which CPU the main thread runs on. Default is cpu0.
Using specific SCHED_FIFO priority (1-99). Otherwise use the default
priority, normally it will be SCHED_OTHER.
.TP
+.B \-\-json=FILENAME
+Write final results into FILENAME, JSON formatted.
+.TP
.B \-m, \-\-workload-mem=SIZE
Size of the memory to use for the workload (e.g., 4K, 1M).
Total memory usage will be this value multiplies 2*N,