On the Solaris operating system, the priocntl command displays or sets the scheduling parameters of the specified processes.

Syntax

priocntl [-l] [-d] [-s] [-e] [-i idType] [idlist] [-c class] [class-specific-options] [arguments]

Examples

priocntl -s -c RT -t 1 -r 10 -i idType idlist

Sets the class of any non-real-time processes selected by idType and idlist to real-time and sets their real-time priority to the default value of 0.

  • Syntax
  • Examples
  • Related commands
  • Linux commands help

If the -i idType option is omitted when using the -d or -s options the default idType of pid is assumed.

nice — Invoke a command with an altered scheduling priority.ps — Report the status of a process or processes.