logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pchrt - manipulate the real-time attributes of a process (python-schedutils)

Author

       pchrt was written by Arnaldo Carvalho de Melo <acme@redhat.com>
       as part of python-schedutils

       This manual page was written by John Kacur <jkacur@redhat.com>

       Report bugs and send patches to <tuna-devel@lists.fedorahosted.org>

                                                   May 10 2016                                          PCHRT(1)

Name

pchrt-manipulatethereal-timeattributesofaprocess(python-schedutils)

Options

-b,--batch
              set policy to SCHED_BATCH

       -f,--fifo
              set policy to SCHED_FIFO

       -i,--idle
              set policy to SCHED_IDLE

       -p,--pid
              operate on existing given pid

       -m,--max
              show min and max valid priorities

       -o,--other
              set policy to SCHED_OTHER

       -r,--rr
              set policy to SCHED_RR (default)

       -R,--reset-on-fork
              set SCHED_RESET_ON_FORK for FIFO or RR

       -h,--help
              display help

       Note:  You must give a priority if changing policy.

See Also

chrt(1)

Synopsis

       pchrt [options] [prio] [pid | cmd [args...]]

See Also