cdist/doc/dev/benchmark-parallel-deploy
Nico Schottelius 9b3a95e244 ++logs +beginning of benchmark
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
2011-09-14 01:49:00 +02:00

12 lines
247 B
Bash
Executable file

#!/bin/sh
outfile="$1"; shift
(
for host in "$@"; do
hosts="$hosts $host"
cdist config -c ~/p/cdist-nutzung -p $hosts
done
) | tee "$outfile"
echo "----------"
grep 'INFO: Total processing time for' "$outfile" | sed 's/.*: //'