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

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
...@@ -149,6 +149,7 @@ do ...@@ -149,6 +149,7 @@ do
done done
# Download and expand the tarball on all systems. # 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 for i in $systems
do do
echo Downloading tarball to $i `date` | tee -a "$oldrun/remote-log" echo Downloading tarball to $i `date` | tee -a "$oldrun/remote-log"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment