diff options
| author | Paul Buetow <paul@buetow.org> | 2023-04-08 12:32:25 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-04-08 12:32:25 +0300 |
| commit | 89f83d49ad7d4cd8baa815993d3172ca72e5b30e (patch) | |
| tree | f91acfa483e4ef3a0632af7f0f91d8b45cc9d76d /gemfeed/2018-06-01-realistic-load-testing-with-ioriot-for-linux.html | |
| parent | d0098c5faf74b0b3291395114b99bc5c309718b3 (diff) | |
Update content for html
Diffstat (limited to 'gemfeed/2018-06-01-realistic-load-testing-with-ioriot-for-linux.html')
| -rw-r--r-- | gemfeed/2018-06-01-realistic-load-testing-with-ioriot-for-linux.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/gemfeed/2018-06-01-realistic-load-testing-with-ioriot-for-linux.html b/gemfeed/2018-06-01-realistic-load-testing-with-ioriot-for-linux.html index 9a20eef7..3fbc20bf 100644 --- a/gemfeed/2018-06-01-realistic-load-testing-with-ioriot-for-linux.html +++ b/gemfeed/2018-06-01-realistic-load-testing-with-ioriot-for-linux.html @@ -10,7 +10,7 @@ <body> <h1 style='display: inline'>Realistic load testing with I/O Riot for Linux</h1><br /> <br /> -<span class=quote>Published at 2018-06-01T14:50:29+01:00; Updated at 2021-05-08</span><br /> +<span class='quote'>Published at 2018-06-01T14:50:29+01:00; Updated at 2021-05-08</span><br /> <br /> <pre> .---. @@ -27,7 +27,7 @@ jgs\__/'---'\__/ <br /> <span>This text first was published in the german IT-Administrator computer Magazine. 3 years have passed since and I decided to publish it on my blog too. </span><br /> <br /> -<a class=textlink href='https://www.admin-magazin.de/Das-Heft/2018/06/Realistische-Lasttests-mit-I-O-Riot'>https://www.admin-magazin.de/Das-Heft/2018/06/Realistische-Lasttests-mit-I-O-Riot</a><br /> +<a class='textlink' href='https://www.admin-magazin.de/Das-Heft/2018/06/Realistische-Lasttests-mit-I-O-Riot'>https://www.admin-magazin.de/Das-Heft/2018/06/Realistische-Lasttests-mit-I-O-Riot</a><br /> <br /> <span>I havn't worked on I/O Riot for some time now, but all what is written here is still valid. I am still using I/O Riot to debug I/O issues and pattern once in a while, so by all means the tool is not obsolete yet. The tool even helped to resolve a major production incident at work caused by disk I/O.</span><br /> <br /> @@ -179,7 +179,7 @@ Total time: 1213.00s <br /> <span>The tool has already proven to be very useful and will continue to be actively developed as time and priority permits. Mimecast intends to be an ongoing contributor to Open Source. You can find I/O Riot at:</span><br /> <br /> -<a class=textlink href='https://github.com/mimecast/ioriot'>https://github.com/mimecast/ioriot</a><br /> +<a class='textlink' href='https://github.com/mimecast/ioriot'>https://github.com/mimecast/ioriot</a><br /> <br /> <h2 style='display: inline'>Systemtap</h2><br /> <br /> @@ -187,18 +187,18 @@ Total time: 1213.00s <br /> <span>For example, the open syscall opens a file and returns the responsible file descriptor. The read and write syscalls can operate on a file descriptor and return the number of read or written bytes. The close syscall closes a given file descriptor. I/O Riot comes with a ready-made Systemtap program, which you have already compiled into a kernel module and installed to /opt/ioriot. In addition to open, read and close, it logs many other I/O-relevant calls.</span><br /> <br /> -<a class=textlink href='https://sourceware.org/systemtap/'>https://sourceware.org/systemtap/</a><br /> +<a class='textlink' href='https://sourceware.org/systemtap/'>https://sourceware.org/systemtap/</a><br /> <br /> <h2 style='display: inline'>More refereces</h2><br /> <br /> -<a class=textlink href='http://www.iozone.org/'>IOZone</a><br /> -<a class=textlink href='https://www.coker.com.au/bonnie++/'>Bonnie++</a><br /> -<a class=textlink href='https://graphiteapp.org'>Graphite</a><br /> -<a class=textlink href='https://en.wikipedia.org/wiki/Memory-mapped_I/O'>Memory mapped I/O</a><br /> +<a class='textlink' href='http://www.iozone.org/'>IOZone</a><br /> +<a class='textlink' href='https://www.coker.com.au/bonnie++/'>Bonnie++</a><br /> +<a class='textlink' href='https://graphiteapp.org'>Graphite</a><br /> +<a class='textlink' href='https://en.wikipedia.org/wiki/Memory-mapped_I/O'>Memory mapped I/O</a><br /> <br /> <span>E-Mail your comments to hi@paul.cyou :-)</span><br /> <br /> -<a class=textlink href='../'>Back to the main site</a><br /> +<a class='textlink' href='../'>Back to the main site</a><br /> <p class="footer"> Generated with <a href="https://codeberg.org/snonux/gemtexter">Gemtexter</a> | served by <a href="https://www.OpenBSD.org">OpenBSD</a>/<a href="https://man.openbsd.org/httpd.8">httpd(8)</a> | |
