diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2010-01-12 11:49:48 -0500 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2010-01-12 11:49:48 -0500 |
commit | 1ff1a65d89bf66a877a1685e96d20a2a1379cece (patch) | |
tree | 7b91bca00653d0c2e4b7d8c93a73de2055d779c3 /testsuite/systemtap.examples/memory/overcommit.meta | |
parent | c28668eaddf956b8c481e436e939d0b35bacaf68 (diff) | |
download | systemtap-steved-1ff1a65d89bf66a877a1685e96d20a2a1379cece.tar.gz systemtap-steved-1ff1a65d89bf66a877a1685e96d20a2a1379cece.tar.xz systemtap-steved-1ff1a65d89bf66a877a1685e96d20a2a1379cece.zip |
new sample script: overcommit failure monitor
Diffstat (limited to 'testsuite/systemtap.examples/memory/overcommit.meta')
-rw-r--r-- | testsuite/systemtap.examples/memory/overcommit.meta | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/systemtap.examples/memory/overcommit.meta b/testsuite/systemtap.examples/memory/overcommit.meta new file mode 100644 index 00000000..72fb1579 --- /dev/null +++ b/testsuite/systemtap.examples/memory/overcommit.meta @@ -0,0 +1,6 @@ +title: Log failed process memory allocation due to overcommit limits +name: overcommit.stp +keywords: memory process +description: The overcommit.stp script prints a line each time the kernel refuses a memory allocation request from a process because of /proc/sys/vm/overcommit* limits. +test_check: stap -p4 overcommit.stp +test_installcheck: stap overcommit.stp -c "sleep 0.2" |