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}}`