]> git.ipfire.org Git - thirdparty/util-linux.git/commit - schedutils/chrt.1
chrt: add support for SCHED_DEADLINE
authorKarel Zak <kzak@redhat.com>
Wed, 20 Jan 2016 13:04:32 +0000 (14:04 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 20 Jan 2016 13:04:32 +0000 (14:04 +0100)
commit1a7e63950bbbbe0301c15c46d455af14ec0567d3
tree15fadf19487edcb69332503c8629a290bd7ec820
parent15167589fb40be9479e1afe261bea0bf23b33a83
chrt: add support for SCHED_DEADLINE

This patch introduces

-d, --deadline
-T, --sched-runtime
-D, --sched-deadline
-P, --sched-period

command line options. The functionality is available only for Linux with
sched_setattr() [kernel >=3.14]

Signed-off-by: Karel Zak <kzak@redhat.com>
schedutils/chrt.1
schedutils/chrt.c