process_get_priority
Retrieve the nice priority level of a running process by specifying its PID. Use this to check process scheduling priority and manage system performance.
Instructions
Get nice priority level of a running process by PID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pid | Yes | Target Process ID (PID). |