From: Calin Burloiu Date: Mon, 25 Oct 2010 12:44:37 +0000 (+0300) Subject: make torrent scripts for TSUP updated X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=64111d67a31203cec7f61ae67c517d13fd6a14f1;p=p2p-testing-infrastructure.git make torrent scripts for TSUP updated --- diff --git a/Utils/tsup-experiment/tsup_torrents_gen.sh b/Utils/tsup-experiment/tsup_torrents_gen.sh index a079084..f9ea5e0 100755 --- a/Utils/tsup-experiment/tsup_torrents_gen.sh +++ b/Utils/tsup-experiment/tsup_torrents_gen.sh @@ -8,12 +8,12 @@ # 16MiB, 64MiB, 256MiB, 1GiB. # -tracker_url_array=( 10.3.8.1:6969 10.3.8.2:6969 -10.3.8.3:6969 10.3.8.4:6969 -10.3.8.5:6969 10.3.8.6:6969 -10.3.8.7:6969 10.3.8.8:6969 -10.3.8.9:6969 10.3.8.10:6969 -10.3.8.11:6969 10.3.8.12:6969 ) +tracker_url_array=( http://10.3.8.1:6969 http://10.3.8.2:6969 +http://10.3.8.3:6969 http://10.3.8.4:6969 +http://10.3.8.5:6969 http://10.3.8.6:6969 +http://10.3.8.7:6969 http://10.3.8.8:6969 +http://10.3.8.9:6969 http://10.3.8.10:6969 +http://10.3.8.11:6969 http://10.3.8.12:6969 ) for i in 4M 16M 64M 256M 1024M; do index=1 diff --git a/Utils/tsup-experiment/tsup_torrents_gen700.sh b/Utils/tsup-experiment/tsup_torrents_gen700.sh index 3c1317b..66a6cb3 100755 --- a/Utils/tsup-experiment/tsup_torrents_gen700.sh +++ b/Utils/tsup-experiment/tsup_torrents_gen700.sh @@ -8,16 +8,16 @@ # 16MiB, 64MiB, 256MiB, 1GiB. # -tracker_url_array=( 10.3.8.1:6969 10.3.8.2:6969 -10.3.8.3:6969 10.3.8.4:6969 -10.3.8.5:6969 10.3.8.6:6969 -10.3.8.7:6969 10.3.8.8:6969 -10.3.8.9:6969 10.3.8.10:6969 -10.3.8.11:6969 10.3.8.12:6969 ) +tracker_url_array=( http://10.3.8.1:6969 http://10.3.8.2:6969 +http://10.3.8.3:6969 http://10.3.8.4:6969 +http://10.3.8.5:6969 http://10.3.8.6:6969 +http://10.3.8.7:6969 http://10.3.8.8:6969 +http://10.3.8.9:6969 http://10.3.8.10:6969 +http://10.3.8.11:6969 http://10.3.8.12:6969 ) index=1 for url_item in ${tracker_url_array[@]}; do - filename=Data.700M.bin + filename=Data.700M if [ -e $filename ]; then echo "Making $filename.tracker$index.torrent for" echo " tracker_index: $index, tracker_url: $url_item, file_size: 700M"