summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/keyword-index.txt
diff options
context:
space:
mode:
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