diff options
author | Wenji Huang <wenji.huang@oracle.com> | 2009-11-18 17:59:24 +0800 |
---|---|---|
committer | Wenji Huang <wenji.huang@oracle.com> | 2009-11-18 17:59:24 +0800 |
commit | 66f73b62a4ed147b229237407a00688e61f96d5a (patch) | |
tree | 83e36258ada8be05220b976b350d580a36733565 /testsuite/systemtap.examples/memory/mmwriteback.meta | |
parent | 2e66901da2ffed2261784f458a2fc57d6f059725 (diff) | |
download | systemtap-steved-66f73b62a4ed147b229237407a00688e61f96d5a.tar.gz systemtap-steved-66f73b62a4ed147b229237407a00688e61f96d5a.tar.xz systemtap-steved-66f73b62a4ed147b229237407a00688e61f96d5a.zip |
Clean up 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 76cc53a7..62b52cf9 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 unexpected 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. It's 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" |