summaryrefslogtreecommitdiff
path: root/doc/devblog
diff options
context:
space:
mode:
authorGravatar http://schnouki.net/ <Schnouki@web>2015-05-29 12:20:09 +0000
committerGravatar admin <admin@branchable.com>2015-05-29 12:20:09 +0000
commit104a7a5ac9787edcc432f45eae462e34637b0189 (patch)
tree61e64e0c66f55a76b9833024507904d64f9ed64b /doc/devblog
parentb6f40fc336cdad4029281ce9541a937d144c1bf8 (diff)
Added a comment
Diffstat (limited to 'doc/devblog')
-rw-r--r--doc/devblog/day_288__microrelease_prep/comment_3_17752e96baaf46f3048b14a9ec288e3b._comment8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/devblog/day_288__microrelease_prep/comment_3_17752e96baaf46f3048b14a9ec288e3b._comment b/doc/devblog/day_288__microrelease_prep/comment_3_17752e96baaf46f3048b14a9ec288e3b._comment
new file mode 100644
index 000000000..b6e65a929
--- /dev/null
+++ b/doc/devblog/day_288__microrelease_prep/comment_3_17752e96baaf46f3048b14a9ec288e3b._comment
@@ -0,0 +1,8 @@
+[[!comment format=mdwn
+ username="http://schnouki.net/"
+ nickname="Schnouki"
+ subject="comment 3"
+ date="2015-05-29T12:20:08Z"
+ content="""
+A while ago I needed a tool to emulate slow IO (low bandwidth and high latency). I ended writing a small FUSE driver (in Go, just for fun) that did this by adding some delay to each function call. Hacky, but simpler than setting up a device mapper or NBD. I guess you could also emulate IO errors with something like this. If you're interested I can clean up my code and push it to a public repo.
+"""]]