From f8c6fdb0fb1243b026d84116779152d3e7a652da Mon Sep 17 00:00:00 2001 From: Lena <126529524+acuteenvy@users.noreply.github.com> Date: Mon, 6 May 2024 03:12:24 +0200 Subject: [PATCH] chrt: update page (#12736) --- pages/linux/chrt.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pages/linux/chrt.md b/pages/linux/chrt.md index 8121a16d0..cbbd14635 100644 --- a/pages/linux/chrt.md +++ b/pages/linux/chrt.md @@ -15,6 +15,10 @@ `chrt --max` -- Set the scheduling policy for a process: +- Set the scheduling priority of a process: + +`chrt --pid {{priority}} {{PID}}` + +- Set the scheduling policy of a process: `chrt --{{deadline|idle|batch|rr|fifo|other}} --pid {{priority}} {{PID}}`