Differences From Artifact [7ef4797782]:
- Executable file bin/sleeprunner — part of check-in [05c1588699] at 2014-09-11 08:29:52 on branch v1.55 — Added sleeprunner for simulating long queue times in distributed computing systems (user: mrwellan, size: 142) [annotate] [blame] [check-ins using] [more...]
To Artifact [64ce489f3b]:
- Executable file bin/sleeprunner — part of check-in [827994d606] at 2015-06-11 00:17:34 on branch v1.60 — Improved utilization on openlava (user: matt, size: 142) [annotate] [blame] [check-ins using] [more...]
1 2 3 | #!/bin/bash if [[ $SLEEPRUNNER == "" ]];then | | | 1 2 3 4 5 6 7 | #!/bin/bash if [[ $SLEEPRUNNER == "" ]];then SLEEPRUNNER=0 fi echo "nbfake $@ &> /dev/null" | at now + $SLEEPRUNNER minutes &> /dev/null |