Using SCHED_DEADLINE

Sdílet
Vložit
  • čas přidán 28. 08. 2024
  • Using SCHED_DEADLINE - Steven Rostedt, Red Hat
    Starting in Linux version 3.14, a new scheduling class was introduced. This class is called SCHED_DEADLINE. It implements Earliest Deadline First (EDF) along with a Constant Bandwidth Scheduler (CBS) that is used to give applications a guaranteed amount of CPU for a periodic period. This type of scheduling is advantageous for robotics, media players and recorders, as well as virtual machine guest management. This talk will discuss how to implement an application that uses SCHED_DEADLINE as well various issues that one must cope with. This scheduling class is rather new to Linux and still has some issues left to solve. Those will also be discussed as well as some ways to work around those issues.
    About Steven Rostedt
    Steven Rostedt currently works for Red Hat on their Real Time team. He's the maintainer of the stable releases for the Real Time patch (PREEMPT_RT). He is also one of the original developers for the Real Time patch. Steven is the main developer and maintainer for ftrace, the official tracer of the Linux kernel, as well as the user space tools trace-cmd and kernelshark. He also develops ktest.pl (in the kernel) and make localmodconfig.

Komentáře •