From 9996b615a6ad49ba8adccf7c9395045016ef74e0 Mon Sep 17 00:00:00 2001 From: Eugene Teo Date: Fri, 30 Oct 2009 19:52:23 -0400 Subject: plimit: Add plimit.stp sample script --- testsuite/systemtap.examples/process/plimit.meta | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 testsuite/systemtap.examples/process/plimit.meta (limited to 'testsuite/systemtap.examples/process/plimit.meta') diff --git a/testsuite/systemtap.examples/process/plimit.meta b/testsuite/systemtap.examples/process/plimit.meta new file mode 100644 index 00000000..d5cd4e8b --- /dev/null +++ b/testsuite/systemtap.examples/process/plimit.meta @@ -0,0 +1,7 @@ +title: print resource limits +name: plimit.stp +keywords: process +subsystem: general +description: The script prints a variety of resource limits for a given pid, like /proc/$$/limits on recent kernels. +test_check: stap -gp4 plimit.stp $$ +test_installcheck: stap -g plimit.stp $$ -- cgit