1PCHRT(1) General Commands Manual PCHRT(1)
2
3
4
6 pchrt (python-schedutils) - manipulate the real-time attributes of a
7 process
8
10 pchrt [options] [prio] [pid | cmd [args...]]
11
13 -b, --batch
14 set policy to SCHED_BATCH
15
16 -f, --fifo
17 set policy to SCHED_FIFO
18
19 -i, --idle
20 set policy to SCHED_IDLE
21
22 -p, --pid
23 operate on existing given pid
24
25 -m, --max
26 show min and max valid priorities
27
28 -o, --other
29 set policy to SCHED_OTHER
30
31 -r, --rr
32 set policy to SCHED_RR (default)
33
34 -R, --reset-on-fork
35 set SCHED_RESET_ON_FORK for FIFO or RR
36
37 -h, --help
38 display help
39
40 Note: You must give a priority if changing policy.
41
43 chrt(1)
44
46 pchrt was written by Arnaldo Carvalho de Melo <acme@redhat.com>
47 as part of python-schedutils
48
49 This manual page was written by John Kacur <jkacur@redhat.com>
50
51 Report bugs and send patches to <tuna-devel@lists.fedorahosted.org>
52
53
54
55 May 10 2016 PCHRT(1)