diff options
Diffstat (limited to 'testsuite/systemtap.examples/traceio.meta')
-rw-r--r-- | testsuite/systemtap.examples/traceio.meta | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.examples/traceio.meta b/testsuite/systemtap.examples/traceio.meta index a82a26aa..da0b99f3 100644 --- a/testsuite/systemtap.examples/traceio.meta +++ b/testsuite/systemtap.examples/traceio.meta @@ -8,6 +8,6 @@ status: production exit: user-controlled output: timed scope: system-wide -description: Every second print out the top ten executables sorted in decending order based on cumulative I/O traffic observed. +description: Every second print out the top ten executables sorted in descending order based on cumulative I/O traffic observed. test_check: stap -p4 traceio.stp test_installcheck: stap traceio.stp -c "sleep 1" |