summaryrefslogtreecommitdiff
path: root/sysutils/p5-GTop/DESCR
blob: 01e6e2036faa845865e713b5f2cdb9ae2935b7df (plain)
1
2
3
4
5
6
7
8
9
This Perl extension implements the BSD process resource limit functions
        getrusage()     getrlimit()     setrlimit()
and the BSD process priority functions.  These are available also via
core Perl but here we do more tricks so that the PRIO_* are available.
        getpriority()   setpriority()
Also is provided
        times()
which provides the same functionality as the one in core Perl, only
with better time resolution.