summaryrefslogtreecommitdiff
path: root/content/html/gemfeed/2018-06-01-realistic-load-testing-with-ioriot-for-linux.draft.html
diff options
context:
space:
mode:
authorPaul Buetow <pbuetow@mimecast.com>2021-05-10 10:12:56 +0100
committerPaul Buetow <git@mx.buetow.org>2021-05-21 05:11:04 +0100
commitc55a4f4deebe5df614184029cd0257c1bdf98018 (patch)
treec1d6faf23d40726c2834a35083811ab0ace4d9ed /content/html/gemfeed/2018-06-01-realistic-load-testing-with-ioriot-for-linux.draft.html
parent6b35e57c78637118438ba57704d373e22f6200a4 (diff)
fix sed on macOS
Diffstat (limited to 'content/html/gemfeed/2018-06-01-realistic-load-testing-with-ioriot-for-linux.draft.html')
-rw-r--r--content/html/gemfeed/2018-06-01-realistic-load-testing-with-ioriot-for-linux.draft.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/html/gemfeed/2018-06-01-realistic-load-testing-with-ioriot-for-linux.draft.html b/content/html/gemfeed/2018-06-01-realistic-load-testing-with-ioriot-for-linux.draft.html
index 895652d5..df23a3b8 100644
--- a/content/html/gemfeed/2018-06-01-realistic-load-testing-with-ioriot-for-linux.draft.html
+++ b/content/html/gemfeed/2018-06-01-realistic-load-testing-with-ioriot-for-linux.draft.html
@@ -32,7 +32,7 @@ li { color: #98be65; }
jgs\__/'---'\__/
</pre>
<h2>Foreword</h2>
-<p>This text first was published in the german ADMIN computer Magazine. 3 years have passed since and I decided to publish it on my blog too. </p>
+<p>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. </p>
<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 />
<p>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 involving I/O.</p>
<p>I am eagerly looking forward to revamp I/O Riot so that it uses the new BPF Linux capabilities instead of Systemtap. Also, when I wrote I/O Riot initially, I didn't have any experience with the Go programming language yet and therefore I wrote it in C. Once it gets revamped I might consider using Go instead of C as it would spare me from many segmentation faults and headaches during development ;-). I might also just stick to C for plain performance reasons and just refactor the code dealing with concurrency.</p>