Skip to content

Commit faaaf2a

Browse files
committed
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 <[email protected]>
1 parent ae3357a commit faaaf2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/testing/selftests/rcutorture/bin/kvm-remote.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ do
149149
done
150150

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

0 commit comments

Comments
 (0)