You are viewing the version of this documentation from Perl blead. This is the main development branch of Perl. (git commit 9c9651bdfc0bf3e337e42ce9252164858de66866)
getpriority WHICH,WHO

Returns the current priority for a process, a process group, or a user. (See getpriority(2).) Will raise a fatal exception if used on a machine that doesn't implement getpriority(2).

WHICH can be any of PRIO_PROCESS, PRIO_PGRP or PRIO_USER imported from "RESOURCE CONSTANTS" in POSIX.

Portability issues: "getpriority" in perlport.