View | Details | Raw Unified | Return to bug 257984 | Differences between
and this patch

Collapse All | Expand All

(-)b/share/man/man4/rctl.4 (-1 / +26 lines)
Lines 57-65 This defaults to 1, unless Link Here
57
.Cd "options RACCT_DEFAULT_TO_DISABLED"
57
.Cd "options RACCT_DEFAULT_TO_DISABLED"
58
is set in the kernel configuration file.
58
is set in the kernel configuration file.
59
.El
59
.El
60
.Sh SYSCTLS
61
.Bl -tag -width indent
62
.It Va kern.racct.rctl.maxbufsize
63
Maximum output buffer size, in bytes. Default value is 16777216,
64
which is 16 megabytes.
65
.It Va kern.racct.rctl.log_rate_limit
66
Maximum number of log messages per second. Default value is 10.
67
.It Va kern.racct.rctl.devctl_rate_limit
68
Maximum number of devctl messages per second. Default value is 10.
69
.It Va kern.racct.rctl.throttle_min
70
Shortest throttling duration, in hz. Default value is 1.
71
The minimum throttle value must be greater than zero and less than 
72
the maximum throttle value.
73
.It Va kern.racct.rctl.throttle_max
74
Longest throttling duration, in hz. Default value is 2000.
75
The maximum throttle value must be greater than the minimum throttle value.
76
.It Va kern.racct.rctl.throttle_pct
77
Throttling penalty for process consumption, in percent. Default is 100.
78
.It Va kern.racct.rctl.throttle_pct2
79
Throttling penalty for container consumption, in percent. Default is 100.
80
.It Va kern.racct.pcpu_threshold
81
Processes with higher % cpu usage than this value can be throttled.
82
Default value is 1.
83
.El
60
.Sh SEE ALSO
84
.Sh SEE ALSO
61
.Xr rctl.conf 5 ,
85
.Xr rctl.conf 5 ,
62
.Xr rctl 8
86
.Xr rctl 8 ,
87
.Xr sysctl 8
63
.Sh HISTORY
88
.Sh HISTORY
64
The
89
The
65
.Nm
90
.Nm

Return to bug 257984