I.e. is it the O(1) scheduler, the CFS scheduler, or an older one?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
|
You can call If
I'm not sure how you could distinguish the O(1) scheduler from other obsolete schedulers. You could use the kernel version I suppose, but since distributions applied patches to their shipped kernels, this will be unreliable. |
|||||
|
|
The scheduler of a process can be defined by the programmer, using this funcion man sched_setscheduler to see the scheduler uses by a process you can use the top command for change the scheduler of a procces chrt |
|||
|
|