1DEADLINE_TEST(8) System Manager's Manual DEADLINE_TEST(8)
2
3
4
6 deadline_test - High resolution test program
7
9 This program is used to test the deadline scheduler (SCHED_DEADLINE
10 tasks)
11
13 deadline_test [ -hb ] [ -r prio ] [ -c cpulist ] [ -i interval ] [ -p
14 percent ] [ -P percent ] [ -t threads ] [ -s step[us) ]
15
16
18 -h Show this help menu
19
20 -b Bind on the last cpu. (shortcut for -c <lastcpu>)
21
22 -r prio
23 Add an RT task with given prio to stress system
24
25 -c cpulist
26 Comma/hyphen separated list of CPUs to run deadline tasks on
27
28 -i interval
29 The shortest deadline for the tasks
30
31 -p percent
32 The percent of bandwidth to use (1-90%)
33
34 -P percent
35 The percent of runtime for execution completion
36 (Default 100%)
37
38 -t threads
39 The number of threads to run as deadline (default 1)
40
41 -s step(us)
42 The amount to increase the deadline for each task (default
43 500us)
44
46 Deadline test was written by Steven Rostedt <rostedt@goodmis.org>
47
48 This manual page was written by John Kacur <jkacur@redhat.com>
49
50
51
52 November 1, 2018 DEADLINE_TEST(8)