summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/keyword-index.txt
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2010-01-12 11:49:48 -0500
committerFrank Ch. Eigler <fche@elastic.org>2010-01-12 11:49:48 -0500
commit1ff1a65d89bf66a877a1685e96d20a2a1379cece (patch)
tree7b91bca00653d0c2e4b7d8c93a73de2055d779c3 /testsuite/systemtap.examples/keyword-index.txt
parentc28668eaddf956b8c481e436e939d0b35bacaf68 (diff)
downloadsystemtap-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/keyword-index.txt')
-rw-r--r--testsuite/systemtap.examples/keyword-index.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/testsuite/systemtap.examples/keyword-index.txt b/testsuite/systemtap.examples/keyword-index.txt
index 99441976..4a9d5ccb 100644
--- a/testsuite/systemtap.examples/keyword-index.txt
+++ b/testsuite/systemtap.examples/keyword-index.txt
@@ -436,6 +436,14 @@ keywords: memory numa
limited to a single node) on a NUMA computer.
+memory/overcommit.stp - Log failed process memory allocation due to overcommit limits
+keywords: memory process
+
+ 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.
+
+
memory/pfaults.stp - Generate Log of Major and Minor Page Faults
keywords: memory
@@ -616,6 +624,14 @@ keywords: network traffic per-process
= PROCESS =
+memory/overcommit.stp - Log failed process memory allocation due to overcommit limits
+keywords: memory process
+
+ 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.
+
+
process/errsnoop.stp - tabulate system call errors
keywords: process syscall