From 7f24dd744bc6dbef16024c2ec3cbb0ee8e0d4ee5 Mon Sep 17 00:00:00 2001 From: Rajasekhar Duddu Date: Mon, 21 Dec 2009 17:10:54 +0530 Subject: Tracepoint based tapset for memory subsystem. --- testsuite/systemtap.examples/memory/vm.tracepoints.meta | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 testsuite/systemtap.examples/memory/vm.tracepoints.meta (limited to 'testsuite/systemtap.examples/memory/vm.tracepoints.meta') diff --git a/testsuite/systemtap.examples/memory/vm.tracepoints.meta b/testsuite/systemtap.examples/memory/vm.tracepoints.meta new file mode 100644 index 00000000..9fdb73f6 --- /dev/null +++ b/testsuite/systemtap.examples/memory/vm.tracepoints.meta @@ -0,0 +1,13 @@ +title: Collect slab allocation statistics +name: vm.tracepoints.stp +version: 1.0 +author: Rajasekhar +keywords: memory slab allocator +subsystem: memory +status: production +exit: user-controlled +output: sorted-list +scope: system-wide +description: The script will probe all memory slab/slub allocations and collects information about the size of the object (bytes requested) and user-space process in execution. When run over a period of time, it helps to correlate kernel-space memory consumption owing to user-space processes. +test_check: stap -p4 vm.tracepoints.stp +test_installcheck: stap vm.tracepoints.stp -c "sleep 10" -- cgit