summaryrefslogtreecommitdiff
path: root/DEVELOPERS
diff options
context:
space:
mode:
Diffstat (limited to 'DEVELOPERS')
-rw-r--r--DEVELOPERS6
1 files changed, 6 insertions, 0 deletions
diff --git a/DEVELOPERS b/DEVELOPERS
index e350530..c79395c 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -112,3 +112,9 @@ commands of the shell).
bonnie is a good stress and performance tester. Don't despair because
of poor performance, that's normal. :-)
+Several shells in parallel doing:
+
+while(true);do
+ mkdir mnt/bla
+ rmdir mnt/bla
+done