diff options
author | Josh Stone <jistone@redhat.com> | 2009-09-16 15:16:47 -0700 |
---|---|---|
committer | Josh Stone <jistone@redhat.com> | 2009-09-16 15:16:47 -0700 |
commit | ad7e33d7ceb3251f5141b586dad4f824c519d757 (patch) | |
tree | 6b0e70fc48bdb0a13d7265af7bb9eb414e81c16a /testsuite/systemtap.examples/memory/pfaults.meta | |
parent | c0095e58288c7f98e89437bd4489433baa7e7c0d (diff) | |
download | systemtap-steved-ad7e33d7ceb3251f5141b586dad4f824c519d757.tar.gz systemtap-steved-ad7e33d7ceb3251f5141b586dad4f824c519d757.tar.xz systemtap-steved-ad7e33d7ceb3251f5141b586dad4f824c519d757.zip |
Spelling fixes in the meta of many examples
Diffstat (limited to 'testsuite/systemtap.examples/memory/pfaults.meta')
-rw-r--r-- | testsuite/systemtap.examples/memory/pfaults.meta | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.examples/memory/pfaults.meta b/testsuite/systemtap.examples/memory/pfaults.meta index 480e3b24..827e3816 100644 --- a/testsuite/systemtap.examples/memory/pfaults.meta +++ b/testsuite/systemtap.examples/memory/pfaults.meta @@ -8,6 +8,6 @@ status: production exit: user-controlled output: sorted-list scope: system-wide -description: The pfaults.stp script generates a simple log for each major and minor page fault that occurs on the system. Each line contains a timestamp (in microseconds) when the page fault servicing was completed, the pid of the process, the address of the page fault, the type of access (read or write), the type of fault (major or minor), and the elapsed time for page fault. This log can be examined to determine where the page faults are occuring. +description: The pfaults.stp script generates a simple log for each major and minor page fault that occurs on the system. Each line contains a timestamp (in microseconds) when the page fault servicing was completed, the pid of the process, the address of the page fault, the type of access (read or write), the type of fault (major or minor), and the elapsed time for page fault. This log can be examined to determine where the page faults are occurring. test_check: stap -p4 pfaults.stp test_installcheck: stap pfaults.stp -c "sleep 0.2" |