Options (3)
-p, --pidbooleanDisplay attributes of a process
Example:
chrt {{[-p|--pid]}} {{PID}}-a, --all-tasksbooleanDisplay attributes of all threads of a process
Example:
chrt {{[-a|--all-tasks]}} {{[-p|--pid]}} {{PID}}-m, --maxbooleanDisplay the min/max priority values that can be used with `chrt`
Example:
chrt {{[-m|--max]}}Examples (5)
Display attributes of a process
chrt [-p|--pid] PIDDisplay attributes of all threads of a process
chrt [-a|--all-tasks] [-p|--pid] PIDDisplay the min/max priority values that can be used with `chrt`
chrt [-m|--max]Set the scheduling priority of a process
chrt [-p|--pid] priority PIDSet the scheduling policy of a process
chrt --deadline|idle|batch|rr|fifo|other [-p|--pid] priority PIDmade by @shridhargupta | data from tldr-pages