diff options
author | William Cohen <wcohen@redhat.com> | 2009-07-10 10:34:13 -0400 |
---|---|---|
committer | William Cohen <wcohen@redhat.com> | 2009-07-10 10:34:13 -0400 |
commit | c728b7da8be430367aa33f9fbacda93d4add9ea2 (patch) | |
tree | 5d76f646d43b78ee5b15e4c09483da127ecfcdc0 /testsuite/systemtap.examples/memory/numa_faults.meta | |
parent | 880fc23fa180ae9c9557e7ff945f5f1e750aef15 (diff) | |
download | systemtap-steved-c728b7da8be430367aa33f9fbacda93d4add9ea2.tar.gz systemtap-steved-c728b7da8be430367aa33f9fbacda93d4add9ea2.tar.xz systemtap-steved-c728b7da8be430367aa33f9fbacda93d4add9ea2.zip |
Add numa_faults.stp example.
Diffstat (limited to 'testsuite/systemtap.examples/memory/numa_faults.meta')
-rw-r--r-- | testsuite/systemtap.examples/memory/numa_faults.meta | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testsuite/systemtap.examples/memory/numa_faults.meta b/testsuite/systemtap.examples/memory/numa_faults.meta new file mode 100644 index 00000000..34034bef --- /dev/null +++ b/testsuite/systemtap.examples/memory/numa_faults.meta @@ -0,0 +1,13 @@ +title: Summarize Process Misses across NUMA Nodes +name: numa_faults.stp +version: 1.0 +author: IBM +keywords: memory numa +subsystem: memory +status: production +exit: user-controlled +output: list +scope: system-wide +description: The numa_faults.stp script tracks the read and write pages faults for each process. When the script exits it prints out the total read and write pages faults for each process. The script also providea a break down of page faults per node for each process. This script is useful for determining whether the program has good locality (page faults limited to a single node) on a NUMA computer. +test_check: stap -p4 numa_faults.stp +test_installcheck: stap numa_faults.stp -c "sleep 1" |