Where in the Linux code, I can find the default process scheduler at the time of launching a process. For a running process, chrt
shows SCHED_OTHER
. On the hand, in various websites, I see that the default scheduler is CFS. So, are these the same? I know SCHED_OTHER
and SCHED_NORMAL
are equal, but not sure about CFS.
Any thoughts on that?