Forrest logo
back to context overview

chrt

List of commands for chrt:

  • chrt:tldr:2601d chrt: Display the min/max priority values that can be used with `chrt`.
    $ chrt --max
    try on your machine
    explain this command
  • chrt:tldr:69d15 chrt: Display attributes of all threads of a process.
    $ chrt --all-tasks --pid ${PID}
    try on your machine
    explain this command
  • chrt:tldr:9ed09 chrt: Set the scheduling policy for a process.
    $ chrt --pid ${PID} --${select}
    try on your machine
    explain this command
  • chrt:tldr:dd51a chrt: Display attributes of a process.
    $ chrt --pid ${PID}
    try on your machine
    explain this command
back to context overview