diff options
author | William Cohen <wcohen@redhat.com> | 2009-08-31 16:53:40 -0400 |
---|---|---|
committer | William Cohen <wcohen@redhat.com> | 2009-08-31 16:53:40 -0400 |
commit | 0dc23d1d3435d0a1b8721618e6c898b9216a27e2 (patch) | |
tree | 45073bf69363dc8f0517561dacde002d4f18e19c /testsuite/systemtap.examples/memory/mmreclaim.meta | |
parent | d97876c8cd8488865753fa6a6055ab3a58d7219a (diff) | |
download | systemtap-steved-0dc23d1d3435d0a1b8721618e6c898b9216a27e2.tar.gz systemtap-steved-0dc23d1d3435d0a1b8721618e6c898b9216a27e2.tar.xz systemtap-steved-0dc23d1d3435d0a1b8721618e6c898b9216a27e2.zip |
Add virtual memory subsystem tracepoint examples.
Diffstat (limited to 'testsuite/systemtap.examples/memory/mmreclaim.meta')
-rw-r--r-- | testsuite/systemtap.examples/memory/mmreclaim.meta | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testsuite/systemtap.examples/memory/mmreclaim.meta b/testsuite/systemtap.examples/memory/mmreclaim.meta new file mode 100644 index 00000000..f9c9b523 --- /dev/null +++ b/testsuite/systemtap.examples/memory/mmreclaim.meta @@ -0,0 +1,13 @@ +title: Track Virtual Memory System Page Reclamation +name: mmreclaim.stp +version: 1.0 +author: Red Hat +keywords: memory +subsystem: memory +status: experimental +exit: user-controlled +output: sorted-list +scope: system-wide +description: The mmreclaim.stp script uses the virtual memory tracepoints available in some kernels to track page reclaim activity that occured while the script was running. Its useful is debugging performance problems that occur due to page reclamation. +test_check: stap -p4 mmreclaim.stp +test_installcheck: stap mmreclaim.stp -c "sleep 1" |