Differences From Artifact [4b5138d43f]:
- Executable file utils/loadrunner — part of check-in [f869ded11e] at 2014-01-27 21:13:38 on branch inmem-per-run-db — Switching to loadrunner (user: matt, size: 866) [annotate] [blame] [check-ins using] [more...]
- Executable file utils/nbload — part of check-in [ecd53bb6c4] at 2014-01-10 08:48:16 on branch v1.55 — Fixed nbload utility (user: mrwellan, size: 866) [annotate] [blame] [check-ins using]
To Artifact [3fad28f85d]:
- File utils/loadrunner — part of check-in [6e708371ee] at 2014-02-22 14:20:18 on branch v1.60 — Clean up fdktestqa (user: matt, size: 870) [annotate] [blame] [check-ins using] [more...]
︙ | |||
21 22 23 24 25 26 27 | 21 22 23 24 25 26 27 28 29 | - + | if [[ $lperc -lt $max_load ]];then echo "Load acceptable: lperc=$lperc %, max_load=$max_load %, load=$load, numcpu=$numcpu, MAX_ALLOWED_LOAD=$MAX_ALLOWED_LOAD %" echo "Starting command: \"$@\"" nbfake "$@" else # echo "Load too high: lperc=$lperc, max_load=$max_load, waiting two minutes before trying to run command: \"$@\"" |