JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
System Administration Guide: Advanced Administration     Oracle Solaris 11 Express 11/10
search filter icon
search icon

Document Information

Preface

1.  Managing Terminals, Modems and Serial Port Services (Tasks)

2.  Displaying and Changing System Information (Tasks)

3.  Scheduling System Tasks (Tasks)

4.  Managing System Processes (Tasks)

Managing System Processes (Task Map)

Commands for Managing System Processes

Using the ps Command

Using the /proc File System and Commands

Managing Processes With Process Commands (/proc)

How to List Processes

How to Display Information About Processes

How to Control Processes

Terminating a Process (pkill, kill)

How to Terminate a Process (pkill)

How to Terminate a Process (kill)

Debugging a Process (pargs, preap)

Managing Process Class Information (Task Map)

Managing Process Class Information

Changing the Scheduling Priority of Processes (priocntl)

How to Display Basic Information About Process Classes (priocntl)

How to Display the Global Priority of a Process

How to Designate a Process Priority (priocntl)

How to Change Scheduling Parameters of a Timesharing Process (priocntl)

How to Change the Class of a Process (priocntl)

Changing the Priority of a Timesharing Process (nice)

How to Change the Priority of a Process (nice)

Troubleshooting Problems With System Processes

5.  Monitoring System Performance (Tasks)

6.  Troubleshooting Software Problems (Tasks)

7.  Managing Core Files (Tasks)

8.  Managing System Crash Information (Tasks)

9.  Troubleshooting Miscellaneous System Problems (Tasks)

Index

Managing Process Class Information (Task Map)

Task
Description
For Instructions
Display basic information about process classes.
Use the priocntl -l command. to Display process scheduling classes and priority ranges.
Display the global priority of a process.
Use the ps -ecl command to display the global priority of a process.
Designate a process priority.
Start a process with a designated priority by using the priocntl -e -c command.
Change scheduling parameters of a timesharing process.
Use the priocntl -s -m command to change scheduling parameters in a timesharing process.
Change the class of a process.
Use the priocntl -s -c command to change the class of a process.
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.