logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

sched_ule — ULE scheduler

Authors

       Jeff Roberson <jeff@FreeBSD.org>

Debian                                           August 10, 2012                                    SCHED_ULE(4)

Description

       The  sched_ule  scheduler  provides a number of advanced scheduler features not present in sched_4bsd(4),
       the traditional system scheduler.  These features address SMP and interactivity and include:

                Thread CPU affinity.
                CPU topology awareness, including for hyper-threading.
                Per-CPU run queues.
                Interactivity heuristics that detect interactive applications and schedules them preferentially
                 under high load.

       The following sysctls are relevant to the operation of sched_ule:

       kern.sched.name
               This read-only sysctl reports the name of the active scheduler.

       kern.sched.quantum
               This read-write sysctl reports or sets the length of the quantum (in micro-seconds) granted to  a
               thread.

History

       The sched_ule scheduler first appeared in FreeBSD 5.1.

Name

       sched_ule — ULE scheduler

See Also

sched_4bsd(4), sysctl(8)

Synopsis

optionsSCHED_ULE

See Also