TLDR
Enter a command. For example: diff3, bspwm, cpufreq aperf, rename.

chrt

 
Manipulate the real-time attributes of a process. More information: https://man7.org/linux/man-pages/man1/chrt.1.html.
 
  • Display attributes of a process:
     
    chrt --pid {{PID}}
     
  • Display attributes of all threads of a process:
     
    chrt --all-tasks --pid {{PID}}
     
  • Display the min/max priority values that can be used with chrt:
     
    chrt --max
     
  • Set the scheduling policy for a process:
     
    chrt --pid {{PID}} --{{deadline|idle|batch|rr|fifo|other}}

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.