summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Wagner <dwagner@suse.de>2021-05-19 19:01:21 +0200
committerJohn Kacur <jkacur@redhat.com>2021-05-21 23:46:23 -0400
commit2d9528f148157feeebd8399b9f172ae71204e0f5 (patch)
tree6f90a5a9e6b183a1897a71597d40916275cfaaee
parent6b6be5f37289a28f43e7f775deef1bb31db33c43 (diff)
downloadrt-tests-2d9528f148157feeebd8399b9f172ae71204e0f5.tar.gz
cyclicdeadline: 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/sched_deadline/cyclicdeadline.85
1 files changed, 4 insertions, 1 deletions
diff --git a/src/sched_deadline/cyclicdeadline.8 b/src/sched_deadline/cyclicdeadline.8
index 59b60ca..1a56ed0 100644
--- a/src/sched_deadline/cyclicdeadline.8
+++ b/src/sched_deadline/cyclicdeadline.8
@@ -17,7 +17,7 @@ cyclicdeadline \- This program is used to test the deadline scheduler (SCHED_DEA
.PP
.SH SYNOPSIS
.B cyclicdeadline
-.RI "[-a [CPUSET]] [-D TIME] [-h] [-i INTV] [-s STEP] [-t NUM] [-q]"
+.RI "[-a [CPUSET]] [-D TIME] [-h] [-i INTV] [--json FILENAME] [-s STEP] [-t NUM] [-q]"
.PP
.SH DESCRIPTION
.B cyclicdeadline
@@ -38,6 +38,9 @@ Show this help menu
.B \-i \-\-interval INTV
The shortest deadline for the tasks in us. (default 1000us)
.TP
+.B \-\-json=FILENAME
+Write final results into FILENAME, JSON formatted.
+.TP
.B \-s \-\-step STEP
The amount to increase the deadline for each task in us. (default 500us)
.TP