summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/keyword-index.txt
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/systemtap.examples/keyword-index.txt')
-rw-r--r--testsuite/systemtap.examples/keyword-index.txt24
1 files changed, 24 insertions, 0 deletions
diff --git a/testsuite/systemtap.examples/keyword-index.txt b/testsuite/systemtap.examples/keyword-index.txt
index d3d66fe2..bbee341f 100644
--- a/testsuite/systemtap.examples/keyword-index.txt
+++ b/testsuite/systemtap.examples/keyword-index.txt
@@ -299,6 +299,17 @@ keywords: memory
counts (-m), or exclude certain stack traces (-e).
+memory/numa_faults.stp - Summarize Process Misses across NUMA Nodes
+keywords: memory numa
+
+ 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.
+
+
memory/pfaults.stp - Generate Log of Major and Minor Page Faults
keywords: memory
@@ -386,6 +397,19 @@ keywords: network traffic
source and destination ports, and flags.
+= NUMA =
+
+memory/numa_faults.stp - Summarize Process Misses across NUMA Nodes
+keywords: memory numa
+
+ 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.
+
+
= PER-PROCESS =
io/ttyspy.stp - Monitor tty typing.