#

Blog

Of benching a wicked fast storage array with a very dodgy tcsh script…

Testing our new secret filesystem... no caching or silly business going on here, all raw spindles and extremely suspect but reproducible fork bombs courtesy of tcsh. Where hosts contains 20 machines... [root@localhost jcuff]# foreach h (`cat hosts`) foreach? ssh $h /mnt/share/jcuff/dd.sh $h & foreach? end And where dd.sh is simply a 16 way fork bomb: [root@localhost jcuff]# cat dd.sh #!/bin/tcsh foreach h…