mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
- sched_4bsd is no longer a default system scheduler on some
architectures, so call it "traditional" instead. - sched_ule is no longer buggy or experimental (according to rev. 1.7 of sched_ule(4)), so don't call it experimental (reported by a user on stable@). Reviewed by: rwatson
This commit is contained in:
parent
9b42c272d5
commit
5ac818f6f3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=175638
@ -24,7 +24,7 @@
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd June 5, 2007
|
||||
.Dd January 21, 2008
|
||||
.Os
|
||||
.Dt SCHED_4BSD 4
|
||||
.Sh NAME
|
||||
@ -36,7 +36,7 @@
|
||||
The
|
||||
.Nm
|
||||
scheduler
|
||||
is the default system scheduler, providing both high throughput and solid
|
||||
is the traditional system scheduler, providing both high throughput and solid
|
||||
interactive response in the presence of load.
|
||||
.Pp
|
||||
The following sysctls are relevant to the operation of
|
||||
|
@ -24,7 +24,7 @@
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd June 5, 2007
|
||||
.Dd January 21, 2008
|
||||
.Os
|
||||
.Dt SCHED_ULE 4
|
||||
.Sh NAME
|
||||
@ -36,10 +36,10 @@
|
||||
The
|
||||
.Nm
|
||||
scheduler
|
||||
is an experimental scheduler that provides a number of advanced scheduler
|
||||
provides a number of advanced scheduler
|
||||
features not present in
|
||||
.Xr sched_4bsd 4 ,
|
||||
the default system scheduler.
|
||||
the traditional system scheduler.
|
||||
These features address SMP and interactivity and include:
|
||||
.Pp
|
||||
.Bl -bullet -compact -offset indent
|
||||
@ -60,14 +60,6 @@ The following sysctls are relevant to the operation of
|
||||
.It Va kern.sched.name
|
||||
This read-only sysctl reports the name of the active scheduler.
|
||||
.El
|
||||
.Pp
|
||||
The
|
||||
.Nm
|
||||
scheduler
|
||||
is disabled by default as it is experimental.
|
||||
See the
|
||||
.Sx BUGS
|
||||
section for more information.
|
||||
.Sh SEE ALSO
|
||||
.Xr sched_4bsd 4 ,
|
||||
.Xr sysctl 8
|
||||
|
Loading…
Reference in New Issue
Block a user