diff options
author | William Cohen <wcohen@redhat.com> | 2008-05-08 18:15:16 -0400 |
---|---|---|
committer | William Cohen <wcohen@redhat.com> | 2008-05-08 18:15:16 -0400 |
commit | 0382b42d78fb0d6355b0bec2219fbdc2ef9dca8c (patch) | |
tree | 448aa2cebae35d3625b8c5d5e731005fa7124040 | |
parent | ec8cb22b048c06d9284694edf855c3210cf2ffe7 (diff) | |
download | systemtap-steved-0382b42d78fb0d6355b0bec2219fbdc2ef9dca8c.tar.gz systemtap-steved-0382b42d78fb0d6355b0bec2219fbdc2ef9dca8c.tar.xz systemtap-steved-0382b42d78fb0d6355b0bec2219fbdc2ef9dca8c.zip |
Adjust iotime.meta description.
-rw-r--r-- | testsuite/systemtap.examples/iotime.meta | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.examples/iotime.meta b/testsuite/systemtap.examples/iotime.meta index 4c1971f5..f656ff85 100644 --- a/testsuite/systemtap.examples/iotime.meta +++ b/testsuite/systemtap.examples/iotime.meta @@ -8,6 +8,6 @@ status: production exit: user-controlled output: trace scope: system-wide -description: The script watches each open, close, read and write syscalls on the system. For each file the scripts observes opened it accumulates the amount of wall clock time spend in read and write operations and the number of bytes read and written. When a file is closed the script prints out a pair of lines for the file. Both lines begin with a timestamp in microseconds, the PID number, and the executable name in parenthesese. The first line with the "access" keyword lists the file name, the number of bytes attempted for the read and write operations. The second line with the "iotime" keyword list the file name and the number of microseconds accumulated in the read and write syscalls. +description: The script watches each open, close, read, and write syscalls on the system. For each file the scripts observes opened it accumulates the amount of wall clock time spend in read and write operations and the number of bytes read and written. When a file is closed the script prints out a pair of lines for the file. Both lines begin with a timestamp in microseconds, the PID number, and the executable name in parenthesese. The first line with the "access" keyword lists the file name, the attempted number of bytes for the read and write operations. The second line with the "iotime" keyword list the file name and the number of microseconds accumulated in the read and write syscalls. test_check: stap -p4 iotime.stp test_installcheck: stap iotime.stp -c "sleep 1" |