From 1ff1a65d89bf66a877a1685e96d20a2a1379cece Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Tue, 12 Jan 2010 11:49:48 -0500 Subject: new sample script: overcommit failure monitor --- testsuite/systemtap.examples/keyword-index.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'testsuite/systemtap.examples/keyword-index.txt') 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 -- cgit