diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2018-03-06 17:38:59 +0000 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2018-03-06 17:38:59 +0000 |
| commit | 26b3b3e368a79ce29df732ea04e72a4c002ae2ce (patch) | |
| tree | e3fc8d7461ab371279f7bf9c692096cd39cc92f6 /systemtap/src | |
| parent | ae2221660f9b411fa78cdf8034f0803e9a870cde (diff) | |
rename into ioriot
Diffstat (limited to 'systemtap/src')
| -rw-r--r-- | systemtap/src/ioriot.stp (renamed from systemtap/src/ioreplay.stp) | 2 | ||||
| -rw-r--r-- | systemtap/src/javaioriot.stp (renamed from systemtap/src/javaioreplay.stp) | 2 | ||||
| -rw-r--r-- | systemtap/src/targetedioriot.stp (renamed from systemtap/src/targetedioreplay.stp) | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/systemtap/src/ioreplay.stp b/systemtap/src/ioriot.stp index c4b4f0b..9ea6a68 100644 --- a/systemtap/src/ioreplay.stp +++ b/systemtap/src/ioriot.stp @@ -15,7 +15,7 @@ # limitations under the License. # This script is used to capture I/O on a Linux based system in order to replay -# the same I/O via the ioreplay command line utility. +# the same I/O via the ioriot command line utility. # # The tool will generate one line per captured I/O syscall to a .capture log # file. diff --git a/systemtap/src/javaioreplay.stp b/systemtap/src/javaioriot.stp index 4fca0ef..3943971 100644 --- a/systemtap/src/javaioreplay.stp +++ b/systemtap/src/javaioriot.stp @@ -15,7 +15,7 @@ # limitations under the License. # This script is used to capture I/O on a Linux based system in order to replay -# the same I/O via the ioreplay command line utility. +# the same I/O via the ioriot command line utility. # # The tool will generate one line per captured I/O syscall to a .capture log # file. diff --git a/systemtap/src/targetedioreplay.stp b/systemtap/src/targetedioriot.stp index 139a89b..f72dc66 100644 --- a/systemtap/src/targetedioreplay.stp +++ b/systemtap/src/targetedioriot.stp @@ -15,7 +15,7 @@ # limitations under the License. # This script is used to capture I/O on a Linux based system in order to replay -# the same I/O via the ioreplay command line utility. +# the same I/O via the ioriot command line utility. # # The tool will generate one line per captured I/O syscall to a .capture log # file. |
