Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Paul E. McKenney <paulmck@kernel.org>

+1
+1
tools/testing/selftests/rcutorture/bin/kvm-remote.sh
··· 149 149 done 150 150 151 151 # Download and expand the tarball on all systems. 152 + echo Build-products tarball: `du -h $T/binres.tgz` | tee -a "$oldrun/remote-log" 152 153 for i in $systems 153 154 do 154 155 echo Downloading tarball to $i `date` | tee -a "$oldrun/remote-log"