Open In App

chrt command in Linux with examples

chrt command in Linux is known for manipulating the real-time attributes of a process. It sets or retrieves the real-time scheduling attributes of an existing PID, or runs the command with the given attributes.

Syntax:



$ chrt [options] priority command [argument ...]
$ chrt [options] -p [priority] pid

Policy Options:

Scheduling Options:



Options:

Examples:

Article Tags :