aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/rcutorture/bin
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@kernel.org>2021-08-05 10:51:11 -0700
committerPaul E. McKenney <paulmck@kernel.org>2021-09-16 10:32:35 -0700
commitfaaaf2ac03a81ad6f9dece28d9cb0b65b515a5cb (patch)
tree72e7439613f2915ba62e941620819d2296466d3b /tools/testing/selftests/rcutorture/bin
parenttorture: Allot 1G of memory for scftorture runs (diff)
downloadlinux-dev-faaaf2ac03a81ad6f9dece28d9cb0b65b515a5cb.tar.xz
linux-dev-faaaf2ac03a81ad6f9dece28d9cb0b65b515a5cb.zip
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>
Diffstat (limited to 'tools/testing/selftests/rcutorture/bin')
-rwxr-xr-xtools/testing/selftests/rcutorture/bin/kvm-remote.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/rcutorture/bin/kvm-remote.sh b/tools/testing/selftests/rcutorture/bin/kvm-remote.sh
index 03126eb6ec5a..c7d42ef80c53 100755
--- a/tools/testing/selftests/rcutorture/bin/kvm-remote.sh
+++ b/tools/testing/selftests/rcutorture/bin/kvm-remote.sh
@@ -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"