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/mmwriteback.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/mmwriteback.meta')
-rw-r--r-- | testsuite/systemtap.examples/memory/mmwriteback.meta | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.examples/memory/mmwriteback.meta b/testsuite/systemtap.examples/memory/mmwriteback.meta index 1ad4947c..dbcaa476 100644 --- a/testsuite/systemtap.examples/memory/mmwriteback.meta +++ b/testsuite/systemtap.examples/memory/mmwriteback.meta @@ -8,7 +8,7 @@ status: experimental exit: user-controlled output: sorted-list scope: system-wide -description: The mmwriteback.stp script uses the virtual memory tracepoints available in some kernels to report all of the file writebacks that occur form kupdate, pdflush and kjournald while the script is running. Its useful in determining where writes are coming from on a supposedly idle system that is experiencing upexpected IO. +description: The mmwriteback.stp script uses the virtual memory tracepoints available in some kernels to report all of the file writebacks that occur form kupdate, pdflush and kjournald while the script is running. Its useful in determining where writes are coming from on a supposedly idle system that is experiencing unexpected IO. test_support: stap -l kernel.trace("mm_pdflush_bgwriteout"),kernel.trace("mm_pdflush_kupdate"),kernel.trace("mm_pagereclaim_pgout") test_check: stap -p4 mmwriteback.stp test_installcheck: stap mmwriteback.stp -c "sleep 0.2" |