diff options
Diffstat (limited to '')
-rw-r--r-- | schedutils/uclampset.1 | 18 | ||||
-rw-r--r-- | schedutils/uclampset.1.adoc | 8 |
2 files changed, 20 insertions, 6 deletions
diff --git a/schedutils/uclampset.1 b/schedutils/uclampset.1 index 7f0f50e..480d5ea 100644 --- a/schedutils/uclampset.1 +++ b/schedutils/uclampset.1 @@ -2,12 +2,12 @@ .\" Title: uclampset .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 2.0.20 -.\" Date: 2023-12-01 +.\" Date: 2024-03-20 .\" Manual: User Commands -.\" Source: util-linux 2.39.3 +.\" Source: util-linux 2.40 .\" Language: English .\" -.TH "UCLAMPSET" "1" "2023-12-01" "util\-linux 2.39.3" "User Commands" +.TH "UCLAMPSET" "1" "2024-03-20" "util\-linux 2.40" "User Commands" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 @@ -51,6 +51,16 @@ Setting a task\(cqs \fIuclamp_min\fP to a none zero value will effectively boost By setting a task\(cqs \fIuclamp_max\fP below 1024, this will effectively cap the task as when it runs it\(cqll never be able to go above this utilization value. .sp The full utilization range is: [0:1024]. The special value \-1 is used to reset to system\(cqs default. +.sp +Consult latest kernel documentation for more details: +.sp +.if n .RS 4 +.nf +.fam C +https://kernel.org/doc/html/latest/scheduler/sched\-util\-clamp.html +.fam +.fi +.if n .RE .SH "OPTIONS" .sp \fB\-m\fP @@ -135,7 +145,7 @@ will prevent any task from being boosted higher than 512. And all tasks in the s Consult your kernel docs for the exact expected behavior on that kernel. .SH "AUTHORS" .sp -.MTO "qais.yousef\(atarm.com" "Qais Yousef" "" +.MTO "qyousef\(atlayalina.io" "Qais Yousef" "" .SH "SEE ALSO" .sp \fBnice\fP(1), diff --git a/schedutils/uclampset.1.adoc b/schedutils/uclampset.1.adoc index 62295d3..9558819 100644 --- a/schedutils/uclampset.1.adoc +++ b/schedutils/uclampset.1.adoc @@ -2,7 +2,7 @@ //// uclampset(1) manpage -Copyright (C) 2020-2021 Qais Yousef <qais.yousef@arm.com> +Copyright (C) 2020-2021 Qais Yousef <qyousef@layalina.io> Copyright (C) 2020-2021 Arm Ltd This is free documentation; you can redistribute it and/or @@ -60,6 +60,10 @@ By setting a task's _uclamp_max_ below 1024, this will effectively cap the task The full utilization range is: [0:1024]. The special value -1 is used to reset to system's default. +Consult latest kernel documentation for more details: + + https://kernel.org/doc/html/latest/scheduler/sched-util-clamp.html + == OPTIONS *-m*:: @@ -121,7 +125,7 @@ Consult your kernel docs for the exact expected behavior on that kernel. == AUTHORS -mailto:qais.yousef@arm.com[Qais Yousef] +mailto:qyousef@layalina.io[Qais Yousef] == SEE ALSO |