1RTKITCTL(8) System Manager's Manual RTKITCTL(8)
2
3
4
6 rtkitctl - Realtime Policy and Watchdog daemon control
7
9 rtkitctl [options]
10
12 RealtimeKit is a D-Bus system service that changes the scheduling pol‐
13 icy of user processes/threads to SCHED_RR (i.e. realtime scheduling
14 mode) on request. It is intended to be used as a secure mechanism to
15 allow real-time scheduling to be used by normal user processes.
16
18 -h, --help
19 Show a summary of options.
20
21 --version
22 Show version.
23
24 --reset-known
25 Reset real-time status of known threads.
26
27 --reset-all
28 Reset real-time status of all threads.
29
30 --start
31 Start RealtimeKit if it is not running already.
32
33 -k, --exit
34 Terminate running RealtimeKit daemon.
35
37 RealtimeKit was written by Lennart Poettering <lennart@poettering.net>.
38
39
40
41 July 1, 2009 RTKITCTL(8)