diff options
Diffstat (limited to 'testsuite/systemtap.examples/keyword-index.txt')
-rw-r--r-- | testsuite/systemtap.examples/keyword-index.txt | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/testsuite/systemtap.examples/keyword-index.txt b/testsuite/systemtap.examples/keyword-index.txt index 96ad06bd..1066d277 100644 --- a/testsuite/systemtap.examples/keyword-index.txt +++ b/testsuite/systemtap.examples/keyword-index.txt @@ -250,6 +250,18 @@ keywords: io line. +io/iodevstats.stp - List Executables Reading and Writing the Most Data by Device +keywords: io profiling + + The iodevstats.stp script measures the amount of data successfully + read and written by all the executables for each io device on the + system. The output is sorted from greatest sum of bytes read and + written to a device by an executable to the least. The output + contains device major/minor number, the count of operations (reads + and writes), the totals and averages for the number of bytes read and + written. + + io/iostat-scsi.stp - iostat for SCSI Devices keywords: io profiling scsi @@ -670,6 +682,18 @@ keywords: process scheduler time tracepoint = PROFILING = +io/iodevstats.stp - List Executables Reading and Writing the Most Data by Device +keywords: io profiling + + The iodevstats.stp script measures the amount of data successfully + read and written by all the executables for each io device on the + system. The output is sorted from greatest sum of bytes read and + written to a device by an executable to the least. The output + contains device major/minor number, the count of operations (reads + and writes), the totals and averages for the number of bytes read and + written. + + io/iostat-scsi.stp - iostat for SCSI Devices keywords: io profiling scsi |