Task |
Description |
For Instructions |
---|---|---|
Display basic information about process classes. |
Use the priocntl -l command. to Display process scheduling classes and priority ranges. |
How to Display Basic Information About Process Classes (priocntl) |
Display the global priority of a process. |
Use the ps |
How to Display the Global Priority of a Process |
Designate a process priority. |
Start a process with a designated priority by using the priocntl |
How to Designate a Process Priority (priocntl) |
Change scheduling parameters of a timesharing process. |
Use the priocntl |
How to Change Scheduling Parameters of a Timesharing Process (priocntl) |
Change the class of a process. |
Use the priocntl |
How to Change the Class of a Process (priocntl) |
Change the priority of a process. |
Use the /usr/bin/nice command with the appropriate options to lower or raise the priority of a process. |
How to Change the Priority of a Process (nice) |