p---pid Verified current stable Not installed?

P Pid / Print Io Scheduling Class And Priority Of Running Process

Print Io Scheduling Class And Priority Of Running Process

P Pid command syntax to print io scheduling class and priority of running process. Copyable examples, output expectations, and common mistakes.

$
Terminal
ionice -p <pid>

Command Breakdown

What each part is doing

ionice
Base Command
The executable that performs this operation. Here it runs P Pid before the shell applies any redirect operators.
-p
p| pid
The value supplied for p| pid.
<pid>
pid
The value supplied for pid.
-p
Command Option
Tool-specific option used by this command invocation.

Alternative Approaches

Comparable commands in other tools

Alternative tools for a closely related operation.