From 89f83d49ad7d4cd8baa815993d3172ca72e5b30e Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 8 Apr 2023 12:32:25 +0300 Subject: Update content for html --- ...1-realistic-load-testing-with-ioriot-for-linux.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'gemfeed/2018-06-01-realistic-load-testing-with-ioriot-for-linux.html') 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 @@

Realistic load testing with I/O Riot for Linux



-Published at 2018-06-01T14:50:29+01:00; Updated at 2021-05-08
+Published at 2018-06-01T14:50:29+01:00; Updated at 2021-05-08

        .---.
@@ -27,7 +27,7 @@ jgs\__/'---'\__/
 
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.

-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

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.

@@ -179,7 +179,7 @@ Total time: 1213.00s
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:

-https://github.com/mimecast/ioriot
+https://github.com/mimecast/ioriot

Systemtap



@@ -187,18 +187,18 @@ Total time: 1213.00s
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.

-https://sourceware.org/systemtap/
+https://sourceware.org/systemtap/

More refereces



-IOZone
-Bonnie++
-Graphite
-Memory mapped I/O
+IOZone
+Bonnie++
+Graphite
+Memory mapped I/O

E-Mail your comments to hi@paul.cyou :-)

-Back to the main site
+Back to the main site