Commit faaaf2ac authored by Paul E. McKenney's avatar Paul E. McKenney
Browse files

torture: Make kvm-remote.sh print size of downloaded tarball



This commit causes kvm-remote.sh to print the size of the tarball that
is downloaded to each of the remote systems.  This size can help with
performance projections and analysis.

Signed-off-by: default avatarPaul E. McKenney <paulmck@kernel.org>
parent ae3357ac
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -149,6 +149,7 @@ do
done

# Download and expand the tarball on all systems.
echo Build-products tarball: `du -h $T/binres.tgz` | tee -a "$oldrun/remote-log"
for i in $systems
do
	echo Downloading tarball to $i `date` | tee -a "$oldrun/remote-log"