1DEADLINE_TEST(8)            System Manager's Manual           DEADLINE_TEST(8)
2
3
4
5# SPDX-License-Identifier: GPL-2.0-only
6

NAME

8       deadline_test - High resolution test program
9

DESCRIPTION

11       This  program  is  used  to test the deadline scheduler (SCHED_DEADLINE
12       tasks)
13

SYNOPSIS

15       deadline_test [ -hb ] [ -c CPUSET ] [ -i INTV ] [ -p  PERCENT  ]  [  -P
16       PERCENT ] [ -r PRIO ]  [ -s STEP ] [ -t NUM ]
17

OPTIONS

19       -b     Bind on the last cpu. (shortcut for -c <lastcpu>)
20
21       -c CPUSET
22              Comma/hyphen separated list of CPUs to run deadline tasks on
23
24       -h     Show this help menu
25
26       -i INTV
27              The shortest deadline for the tasks
28
29       -p PERCENT
30              The percent of bandwidth to use (1-90%)
31
32       -P PERCENT
33              The percent of runtime for execution completion (default 100%)
34
35       -r PRIO
36              Add an RT task with given prio to stress system
37
38       -s STEP
39              The amount to increase the deadline for each task in us (default
40              500us)
41
42       -t NUM The number of threads to run as deadline (default 1)
43

AUTHOR

45       Deadline test was written by Steven Rostedt <rostedt@goodmis.org>
46
47       This manual page was written by John Kacur <jkacur@redhat.com>
48
49
50
51                               November 1, 2018               DEADLINE_TEST(8)
Impressum