summaryrefslogtreecommitdiff
path: root/sysutils/p5-GTop/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/p5-GTop/DESCR')
-rw-r--r--sysutils/p5-GTop/DESCR9
1 files changed, 9 insertions, 0 deletions
diff --git a/sysutils/p5-GTop/DESCR b/sysutils/p5-GTop/DESCR
new file mode 100644
index 00000000000..01e6e2036fa
--- /dev/null
+++ b/sysutils/p5-GTop/DESCR
@@ -0,0 +1,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.