diff options
Diffstat (limited to 'testsuite/systemtap.examples/index.txt')
-rw-r--r-- | testsuite/systemtap.examples/index.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/systemtap.examples/index.txt b/testsuite/systemtap.examples/index.txt index c1f7baff..48494841 100644 --- a/testsuite/systemtap.examples/index.txt +++ b/testsuite/systemtap.examples/index.txt @@ -259,6 +259,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 |