From: bdemsky Date: Wed, 21 Feb 2007 07:48:48 +0000 (+0000) Subject: various bug fixes.. X-Git-Tag: preEdgeChange~708 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ceb299956771bd338fcb863bdf1e3332d6009b8e;p=IRC.git various bug fixes.. --- diff --git a/Robust/src/Benchmarks/WebServer/Workload/batch/difference.sh b/Robust/src/Benchmarks/WebServer/Workload/batch/difference.sh index fde42f68..2328bba1 100755 --- a/Robust/src/Benchmarks/WebServer/Workload/batch/difference.sh +++ b/Robust/src/Benchmarks/WebServer/Workload/batch/difference.sh @@ -16,7 +16,7 @@ let x=0; for file in `ls *sorted` do echo -n "Diffing $file..."; - diff $file ../pure/trans_inventory.sorted + diff $file ./pure/trans_inventory.sorted if [ $? -ne 0 ] then let "x+=1"; diff --git a/Robust/src/Benchmarks/WebServer/Workload/batch/run.sh b/Robust/src/Benchmarks/WebServer/Workload/batch/run.sh index bed27d70..60523901 100644 --- a/Robust/src/Benchmarks/WebServer/Workload/batch/run.sh +++ b/Robust/src/Benchmarks/WebServer/Workload/batch/run.sh @@ -7,19 +7,23 @@ rm output #Errors and total number of run count are redirected to this file #Sets the BRISTLECONE parameter with a certain instruction count, probability and #number of failures that can be injected export BRISTLECONE="-initializerandom -injectinstructionfailures 10 0.00001667 1 -debugtask" +rm -rf results +mkdir results +cd results while [ $i -le 299 ]; # The number of runs do - ./trans.bin & #Launch server executable in background + ../trans.bin & #Launch server executable in background sleep 2; - ../../workloaderror 2>/dev/null & #Run the first workload + ../Workload/workloaderror 127.0.0.1 2>/dev/null & #Run the first workload echo $i >> output; sleep 5; - ps | grep workloaderror | grep -v grep | awk '{print $1}' | xargs kill -9 #Kill the first workload + process=`ps | grep workloaderror | grep -v grep | awk '{print $1}'` + kill -9 $process #Kill the first workload if [ $? -eq 0 ] #Launch the second worload only if the Failure is injected in the first workload then - ../../workloadtrans 2>/dev/null + ../Workload/workloadtrans 127.0.0.1 2>/dev/null else - echo " Error occured" >> output + echo "No Fault Injected" >> output fi; let "i+=1"; ps | grep trans | grep -v grep | awk '{print $1}' | xargs kill -9 #Kill the server diff --git a/Robust/src/Benchmarks/WebServer/Workload/workloaderror b/Robust/src/Benchmarks/WebServer/Workload/workloaderror index a8650a02..b1c3d407 100755 --- a/Robust/src/Benchmarks/WebServer/Workload/workloaderror +++ b/Robust/src/Benchmarks/WebServer/Workload/workloaderror @@ -1,101 +1,101 @@ #!/bin/bash -wget http://128.195.164.177:9000/trans_add_preroses_15_4 -wget http://128.195.164.177:9000/trans_add_preroses_15_4 -wget http://128.195.164.177:9000/trans_add_preperfume_39_50 -wget http://128.195.164.177:9000/trans_add_predvd_78_19 -wget http://128.195.164.177:9000/trans_buy_preperfume_9_50 -wget http://128.195.164.177:9000/trans_buy_predvd_15_19 -wget http://128.195.164.177:9000/trans_add_preroses_15_4 -wget http://128.195.164.177:9000/trans_add_preperfume_39_50 -wget http://128.195.164.177:9000/trans_add_predvd_78_19 -wget http://128.195.164.177:9000/trans_buy_preperfume_9_50 -wget http://128.195.164.177:9000/trans_buy_predvd_15_19 -wget http://128.195.164.177:9000/trans_add_preroses_15_4 -wget http://128.195.164.177:9000/trans_add_preroses_15_4 -wget http://128.195.164.177:9000/trans_add_preperfume_39_50 -wget http://128.195.164.177:9000/trans_add_predvd_78_19 -wget http://128.195.164.177:9000/trans_buy_preperfume_9_50 -wget http://128.195.164.177:9000/trans_buy_predvd_15_19 -wget http://128.195.164.177:9000/trans_add_preroses_15_4 -wget http://128.195.164.177:9000/trans_add_preroses_15_4 -wget http://128.195.164.177:9000/trans_add_preroses_15_4 -wget http://128.195.164.177:9000/trans_add_preroses_15_4 -wget http://128.195.164.177:9000/trans_add_preperfume_39_50 -wget http://128.195.164.177:9000/trans_add_preperfume_39_50 -wget http://128.195.164.177:9000/trans_add_preperfume_39_50 -wget http://128.195.164.177:9000/trans_add_preperfume_39_50 -wget http://128.195.164.177:9000/trans_add_preperfume_39_50 -wget http://128.195.164.177:9000/trans_add_predvd_78_19 -wget http://128.195.164.177:9000/trans_buy_preperfume_9_50 -wget http://128.195.164.177:9000/trans_buy_predvd_15_19 -wget http://128.195.164.177:9000/trans_add_preroses_15_4 -wget http://128.195.164.177:9000/trans_add_preperfume_39_50 -wget http://128.195.164.177:9000/trans_add_predvd_78_19 -wget http://128.195.164.177:9000/trans_buy_preperfume_9_50 -wget http://128.195.164.177:9000/trans_buy_predvd_15_19 -wget http://128.195.164.177:9000/trans_add_preroses_15_4 -wget http://128.195.164.177:9000/trans_add_preroses_15_4 -wget http://128.195.164.177:9000/trans_add_preperfume_39_50 -wget http://128.195.164.177:9000/trans_add_predvd_78_19 -wget http://128.195.164.177:9000/trans_buy_preperfume_9_50 -wget http://128.195.164.177:9000/trans_buy_predvd_15_19 -wget http://128.195.164.177:9000/trans_add_preroses_15_4 -wget http://128.195.164.177:9000/trans_add_preroses_15_4 -wget http://128.195.164.177:9000/trans_add_preroses_15_4 -wget http://128.195.164.177:9000/trans_add_preroses_15_4 -wget http://128.195.164.177:9000/trans_add_predvd_78_19 -wget http://128.195.164.177:9000/trans_buy_preperfume_9_50 -wget http://128.195.164.177:9000/trans_buy_predvd_15_19 -wget http://128.195.164.177:9000/trans_add_preroses_15_4 -wget http://128.195.164.177:9000/trans_add_preperfume_39_50 -wget http://128.195.164.177:9000/trans_add_predvd_78_19 -wget http://128.195.164.177:9000/trans_buy_preperfume_9_50 -wget http://128.195.164.177:9000/trans_buy_predvd_15_19 -wget http://128.195.164.177:9000/trans_add_preroses_15_4 -wget http://128.195.164.177:9000/trans_add_preroses_15_4 -wget http://128.195.164.177:9000/trans_add_preperfume_39_50 -wget http://128.195.164.177:9000/trans_add_predvd_78_19 -wget http://128.195.164.177:9000/trans_buy_preperfume_9_50 -wget http://128.195.164.177:9000/trans_buy_predvd_15_19 -wget http://128.195.164.177:9000/trans_add_preroses_15_4 -wget http://128.195.164.177:9000/trans_add_preroses_15_4 -wget http://128.195.164.177:9000/trans_add_preroses_15_4 -wget http://128.195.164.177:9000/trans_add_preroses_15_4 -wget http://128.195.164.177:9000/trans_add_predvd_78_19 -wget http://128.195.164.177:9000/trans_buy_preperfume_9_50 -wget http://128.195.164.177:9000/trans_buy_predvd_15_19 -wget http://128.195.164.177:9000/trans_add_preroses_15_4 -wget http://128.195.164.177:9000/trans_add_preperfume_39_50 -wget http://128.195.164.177:9000/trans_add_predvd_78_19 -wget http://128.195.164.177:9000/trans_buy_preperfume_9_50 -wget http://128.195.164.177:9000/trans_buy_predvd_15_19 -wget http://128.195.164.177:9000/trans_add_preroses_15_4 -wget http://128.195.164.177:9000/trans_add_preroses_15_4 -wget http://128.195.164.177:9000/trans_add_preperfume_39_50 -wget http://128.195.164.177:9000/trans_add_predvd_78_19 -wget http://128.195.164.177:9000/trans_buy_preperfume_9_50 -wget http://128.195.164.177:9000/trans_buy_predvd_15_19 -wget http://128.195.164.177:9000/trans_add_preroses_15_4 -wget http://128.195.164.177:9000/trans_add_preroses_15_4 -wget http://128.195.164.177:9000/trans_add_preroses_15_4 -wget http://128.195.164.177:9000/trans_add_preroses_15_4 -wget http://128.195.164.177:9000/trans_add_predvd_78_19 -wget http://128.195.164.177:9000/trans_buy_preperfume_9_50 -wget http://128.195.164.177:9000/trans_buy_predvd_15_19 -wget http://128.195.164.177:9000/trans_add_preroses_15_4 -wget http://128.195.164.177:9000/trans_add_preperfume_39_50 -wget http://128.195.164.177:9000/trans_add_predvd_78_19 -wget http://128.195.164.177:9000/trans_buy_preperfume_9_50 -wget http://128.195.164.177:9000/trans_buy_predvd_15_19 -wget http://128.195.164.177:9000/trans_add_preroses_15_4 -wget http://128.195.164.177:9000/trans_add_preroses_15_4 -wget http://128.195.164.177:9000/trans_add_preperfume_39_50 -wget http://128.195.164.177:9000/trans_add_predvd_78_19 -wget http://128.195.164.177:9000/trans_buy_preperfume_9_50 -wget http://128.195.164.177:9000/trans_buy_predvd_15_19 -wget http://128.195.164.177:9000/trans_add_preroses_15_4 -wget http://128.195.164.177:9000/trans_add_preroses_15_4 -wget http://128.195.164.177:9000/trans_add_preroses_15_4 -wget http://128.195.164.177:9000/trans_add_preroses_15_4 -wget http://128.195.164.177:9000/trans_add_predvd_78_19 -wget http://128.195.164.177:9000/trans_buy_preperfume_9_50 +wget http://$1:9000/trans_add_preroses_15_4 +wget http://$1:9000/trans_add_preroses_15_4 +wget http://$1:9000/trans_add_preperfume_39_50 +wget http://$1:9000/trans_add_predvd_78_19 +wget http://$1:9000/trans_buy_preperfume_9_50 +wget http://$1:9000/trans_buy_predvd_15_19 +wget http://$1:9000/trans_add_preroses_15_4 +wget http://$1:9000/trans_add_preperfume_39_50 +wget http://$1:9000/trans_add_predvd_78_19 +wget http://$1:9000/trans_buy_preperfume_9_50 +wget http://$1:9000/trans_buy_predvd_15_19 +wget http://$1:9000/trans_add_preroses_15_4 +wget http://$1:9000/trans_add_preroses_15_4 +wget http://$1:9000/trans_add_preperfume_39_50 +wget http://$1:9000/trans_add_predvd_78_19 +wget http://$1:9000/trans_buy_preperfume_9_50 +wget http://$1:9000/trans_buy_predvd_15_19 +wget http://$1:9000/trans_add_preroses_15_4 +wget http://$1:9000/trans_add_preroses_15_4 +wget http://$1:9000/trans_add_preroses_15_4 +wget http://$1:9000/trans_add_preroses_15_4 +wget http://$1:9000/trans_add_preperfume_39_50 +wget http://$1:9000/trans_add_preperfume_39_50 +wget http://$1:9000/trans_add_preperfume_39_50 +wget http://$1:9000/trans_add_preperfume_39_50 +wget http://$1:9000/trans_add_preperfume_39_50 +wget http://$1:9000/trans_add_predvd_78_19 +wget http://$1:9000/trans_buy_preperfume_9_50 +wget http://$1:9000/trans_buy_predvd_15_19 +wget http://$1:9000/trans_add_preroses_15_4 +wget http://$1:9000/trans_add_preperfume_39_50 +wget http://$1:9000/trans_add_predvd_78_19 +wget http://$1:9000/trans_buy_preperfume_9_50 +wget http://$1:9000/trans_buy_predvd_15_19 +wget http://$1:9000/trans_add_preroses_15_4 +wget http://$1:9000/trans_add_preroses_15_4 +wget http://$1:9000/trans_add_preperfume_39_50 +wget http://$1:9000/trans_add_predvd_78_19 +wget http://$1:9000/trans_buy_preperfume_9_50 +wget http://$1:9000/trans_buy_predvd_15_19 +wget http://$1:9000/trans_add_preroses_15_4 +wget http://$1:9000/trans_add_preroses_15_4 +wget http://$1:9000/trans_add_preroses_15_4 +wget http://$1:9000/trans_add_preroses_15_4 +wget http://$1:9000/trans_add_predvd_78_19 +wget http://$1:9000/trans_buy_preperfume_9_50 +wget http://$1:9000/trans_buy_predvd_15_19 +wget http://$1:9000/trans_add_preroses_15_4 +wget http://$1:9000/trans_add_preperfume_39_50 +wget http://$1:9000/trans_add_predvd_78_19 +wget http://$1:9000/trans_buy_preperfume_9_50 +wget http://$1:9000/trans_buy_predvd_15_19 +wget http://$1:9000/trans_add_preroses_15_4 +wget http://$1:9000/trans_add_preroses_15_4 +wget http://$1:9000/trans_add_preperfume_39_50 +wget http://$1:9000/trans_add_predvd_78_19 +wget http://$1:9000/trans_buy_preperfume_9_50 +wget http://$1:9000/trans_buy_predvd_15_19 +wget http://$1:9000/trans_add_preroses_15_4 +wget http://$1:9000/trans_add_preroses_15_4 +wget http://$1:9000/trans_add_preroses_15_4 +wget http://$1:9000/trans_add_preroses_15_4 +wget http://$1:9000/trans_add_predvd_78_19 +wget http://$1:9000/trans_buy_preperfume_9_50 +wget http://$1:9000/trans_buy_predvd_15_19 +wget http://$1:9000/trans_add_preroses_15_4 +wget http://$1:9000/trans_add_preperfume_39_50 +wget http://$1:9000/trans_add_predvd_78_19 +wget http://$1:9000/trans_buy_preperfume_9_50 +wget http://$1:9000/trans_buy_predvd_15_19 +wget http://$1:9000/trans_add_preroses_15_4 +wget http://$1:9000/trans_add_preroses_15_4 +wget http://$1:9000/trans_add_preperfume_39_50 +wget http://$1:9000/trans_add_predvd_78_19 +wget http://$1:9000/trans_buy_preperfume_9_50 +wget http://$1:9000/trans_buy_predvd_15_19 +wget http://$1:9000/trans_add_preroses_15_4 +wget http://$1:9000/trans_add_preroses_15_4 +wget http://$1:9000/trans_add_preroses_15_4 +wget http://$1:9000/trans_add_preroses_15_4 +wget http://$1:9000/trans_add_predvd_78_19 +wget http://$1:9000/trans_buy_preperfume_9_50 +wget http://$1:9000/trans_buy_predvd_15_19 +wget http://$1:9000/trans_add_preroses_15_4 +wget http://$1:9000/trans_add_preperfume_39_50 +wget http://$1:9000/trans_add_predvd_78_19 +wget http://$1:9000/trans_buy_preperfume_9_50 +wget http://$1:9000/trans_buy_predvd_15_19 +wget http://$1:9000/trans_add_preroses_15_4 +wget http://$1:9000/trans_add_preroses_15_4 +wget http://$1:9000/trans_add_preperfume_39_50 +wget http://$1:9000/trans_add_predvd_78_19 +wget http://$1:9000/trans_buy_preperfume_9_50 +wget http://$1:9000/trans_buy_predvd_15_19 +wget http://$1:9000/trans_add_preroses_15_4 +wget http://$1:9000/trans_add_preroses_15_4 +wget http://$1:9000/trans_add_preroses_15_4 +wget http://$1:9000/trans_add_preroses_15_4 +wget http://$1:9000/trans_add_predvd_78_19 +wget http://$1:9000/trans_buy_preperfume_9_50 diff --git a/Robust/src/Benchmarks/WebServer/Workload/workloadfile1000 b/Robust/src/Benchmarks/WebServer/Workload/workloadfile1000 index 4094b253..29dce06e 100755 --- a/Robust/src/Benchmarks/WebServer/Workload/workloadfile1000 +++ b/Robust/src/Benchmarks/WebServer/Workload/workloadfile1000 @@ -1,1000 +1,1000 @@ -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index2.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index2.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index3.html +wget http://$1:9000/index2.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index2.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index1.html +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index2.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index2.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index3.html +wget http://$1:9000/index2.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index2.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index1.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index2.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index2.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index3.html +wget http://$1:9000/index2.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index2.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index1.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index2.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index2.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index3.html +wget http://$1:9000/index2.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index2.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index1.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index2.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index2.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index3.html +wget http://$1:9000/index2.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index2.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index1.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index2.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index2.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index3.html +wget http://$1:9000/index2.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index2.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index1.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index2.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index2.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index2.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index3.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index2.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index2.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index2.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index3.html +wget http://$1:9000/index3.html +wget http://$1:9000/index1.html +wget http://$1:9000/index1.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index1.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index1.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index1.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index1.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index1.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index3.html +wget http://$1:9000/index3.html +wget http://$1:9000/index1.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index3.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.3 +wget http://$1:9000/index1.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index3.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.3 +wget http://$1:9000/index1.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index1.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index1.html +wget http://$1:9000/index2.html +wget http://$1:9000/index1.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index3.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index3.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index3.html +wget http://$1:9000/index3.html +wget http://$1:9000/index3.html +wget http://$1:9000/index3.html +wget http://$1:9000/index3.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index3.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index3.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.3 +wget http://$1:9000/index3.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index3.html +wget http://$1:9000/index3.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index3.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html +wget http://$1:9000/index.html +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index2.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index2.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index3.html +wget http://$1:9000/index2.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index2.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index1.html +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index2.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index2.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index3.html +wget http://$1:9000/index2.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.1 +wget http://$1:9000/index1.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index2.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index2.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index3.html +wget http://$1:9000/index2.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index2.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index1.html +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index2.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index2.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index3.html +wget http://$1:9000/index2.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.1 +wget http://$1:9000/index1.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index2.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index2.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index3.html +wget http://$1:9000/index2.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index2.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index1.html +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index2.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index2.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index3.html +wget http://$1:9000/index2.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index2.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index2.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index3.html +wget http://$1:9000/index2.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index2.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index1.html +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index2.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index2.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index3.html +wget http://$1:9000/index2.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index2.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index2.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index3.html +wget http://$1:9000/index2.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index2.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index1.html +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index2.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index2.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index3.html +wget http://$1:9000/index2.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index2.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index2.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index3.html +wget http://$1:9000/index2.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index2.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index1.html +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index2.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index2.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 diff --git a/Robust/src/Benchmarks/WebServer/Workload/workloadmix1000 b/Robust/src/Benchmarks/WebServer/Workload/workloadmix1000 index 6afa6d3c..d6d1746f 100755 --- a/Robust/src/Benchmarks/WebServer/Workload/workloadmix1000 +++ b/Robust/src/Benchmarks/WebServer/Workload/workloadmix1000 @@ -1,1000 +1,1000 @@ -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_pen_5_5 -wget http://128.195.164.177:9000/trans_add_pen_0_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_pen_5_5 -wget http://128.195.164.177:9000/trans_add_pen_0_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_pen_5_5 -wget http://128.195.164.177:9000/trans_add_pen_0_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_book_2 -wget http://128.195.164.177:9000/trans_buy_soap_2 -wget http://128.195.164.177:9000/trans_buy_pen_22 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_car_1 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_pen_5_5 -wget http://128.195.164.177:9000/trans_add_pen_0_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_coke_20_3 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_bread_10000_4 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_car_2_10000 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_soap_20_7 -wget http://128.195.164.177:9000/trans_add_car_20_15000 -wget http://128.195.164.177:9000/trans_add_book_100_50 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_buy_car_2_10000 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_buy_car_2_10000 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_book_2 -wget http://128.195.164.177:9000/trans_buy_soap_2 -wget http://128.195.164.177:9000/trans_buy_pen_22 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_car_1 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_coke_20_3 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_bread_10000_4 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/trans_buy_car_2_10000 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/trans_buy_car_2_10000 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/trans_buy_car_2_10000 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/trans_buy_car_2_10000 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/trans_buy_car_2_10000 -wget http://128.195.164.177:9000/trans_buy_car_2_10000 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/trans_buy_car_2_10000 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/trans_buy_car_2_10000 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/trans_buy_car_2_10000 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/trans_buy_car_2_10000 -wget http://128.195.164.177:9000/trans_buy_car_2_10000 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_soap_20_7 -wget http://128.195.164.177:9000/trans_add_car_20_15000 -wget http://128.195.164.177:9000/trans_add_book_100_50 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_buy_car_2_10000 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_buy_car_2_10000 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_buy_book_2 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_buy_soap_2 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_buy_pen_22 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_car_1 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_coke_20_3 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_bread_10000_4 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_car_2_10000 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_soap_20_7 -wget http://128.195.164.177:9000/trans_add_car_20_15000 -wget http://128.195.164.177:9000/trans_add_book_100_50 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_add_bread_10_4 -wget http://128.195.164.177:9000/trans_add_bread_1340_4 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_pen_5_5 -wget http://128.195.164.177:9000/trans_add_pen_0_5 -wget http://128.195.164.177:9000/trans_add_pen_300_5 -wget http://128.195.164.177:9000/trans_add_pen_45_5 -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_buy_car_2_10000 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_add_bread_10_4 -wget http://128.195.164.177:9000/trans_add_bread_1340_4 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_pen_5_5 -wget http://128.195.164.177:9000/trans_add_pen_0_5 -wget http://128.195.164.177:9000/trans_add_pen_300_5 -wget http://128.195.164.177:9000/trans_add_pen_45_5 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/trans_buy_car_2_10000 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_add_bread_10_4 -wget http://128.195.164.177:9000/trans_add_bread_1340_4 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_pen_5_5 -wget http://128.195.164.177:9000/trans_add_pen_0_5 -wget http://128.195.164.177:9000/trans_add_pen_300_5 -wget http://128.195.164.177:9000/trans_add_pen_45_5 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_add_bread_10_4 -wget http://128.195.164.177:9000/trans_add_bread_1340_4 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_pen_5_5 -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/trans_add_pen_0_5 -wget http://128.195.164.177:9000/trans_add_pen_300_5 -wget http://128.195.164.177:9000/trans_add_pen_45_5 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_pen_5_5 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_pen_5_5 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.3 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_pen_5_5 -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index.html -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_pen_5_5 -wget http://128.195.164.177:9000/trans_add_pen_0_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_pen_5_5 -wget http://128.195.164.177:9000/trans_add_pen_0_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_pen_5_5 -wget http://128.195.164.177:9000/trans_add_pen_0_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_pen_5_5 -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/trans_add_pen_0_5 -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/index1.html -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/index.html.1 -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/index3.html -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/index2.html -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/index.html.2 -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_add_bread_10_4 -wget http://128.195.164.177:9000/trans_add_bread_1340_4 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_inventory +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_pen_5_5 +wget http://$1:9000/trans_add_pen_0_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/index2.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index2.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index3.html +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_pen_5_5 +wget http://$1:9000/trans_add_pen_0_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_pen_5_5 +wget http://$1:9000/trans_add_pen_0_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/index2.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index2.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_book_2 +wget http://$1:9000/trans_buy_soap_2 +wget http://$1:9000/trans_buy_pen_22 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_car_1 +wget http://$1:9000/index3.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index3.html +wget http://$1:9000/index3.html +wget http://$1:9000/index3.html +wget http://$1:9000/index3.html +wget http://$1:9000/index3.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index3.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index3.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.3 +wget http://$1:9000/index3.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index3.html +wget http://$1:9000/index3.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_pen_5_5 +wget http://$1:9000/trans_add_pen_0_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index3.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html +wget http://$1:9000/index.html +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index2.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index2.html +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_coke_20_3 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_bread_10000_4 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/index3.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index3.html +wget http://$1:9000/index3.html +wget http://$1:9000/index3.html +wget http://$1:9000/index3.html +wget http://$1:9000/index3.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index3.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index3.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.3 +wget http://$1:9000/index3.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index3.html +wget http://$1:9000/index3.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index3.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html +wget http://$1:9000/index.html +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index2.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index2.html +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_car_2_10000 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_soap_20_7 +wget http://$1:9000/trans_add_car_20_15000 +wget http://$1:9000/trans_add_book_100_50 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/index3.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index3.html +wget http://$1:9000/index3.html +wget http://$1:9000/index3.html +wget http://$1:9000/index3.html +wget http://$1:9000/index3.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index3.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index3.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.3 +wget http://$1:9000/index3.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index3.html +wget http://$1:9000/index3.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index3.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html +wget http://$1:9000/index.html +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index2.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index2.html +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_buy_car_2_10000 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_buy_car_2_10000 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index1.html +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_book_2 +wget http://$1:9000/trans_buy_soap_2 +wget http://$1:9000/trans_buy_pen_22 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_car_1 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_coke_20_3 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_bread_10000_4 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/trans_inventory +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index2.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/trans_buy_car_2_10000 +wget http://$1:9000/index.html.3 +wget http://$1:9000/trans_buy_car_2_10000 +wget http://$1:9000/index.html.3 +wget http://$1:9000/trans_buy_car_2_10000 +wget http://$1:9000/index.html.3 +wget http://$1:9000/trans_buy_car_2_10000 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/trans_buy_car_2_10000 +wget http://$1:9000/trans_buy_car_2_10000 +wget http://$1:9000/index.html.3 +wget http://$1:9000/trans_buy_car_2_10000 +wget http://$1:9000/index.html.3 +wget http://$1:9000/trans_buy_car_2_10000 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/trans_buy_car_2_10000 +wget http://$1:9000/index.html.3 +wget http://$1:9000/trans_buy_car_2_10000 +wget http://$1:9000/trans_buy_car_2_10000 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_soap_20_7 +wget http://$1:9000/trans_add_car_20_15000 +wget http://$1:9000/trans_add_book_100_50 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_buy_car_2_10000 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_buy_car_2_10000 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index2.html +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/index3.html +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/index.html.1 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/index.html.2 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/index.html.3 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/index2.html +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/index3.html +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_buy_book_2 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_buy_soap_2 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_buy_pen_22 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_car_1 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_coke_20_3 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_bread_10000_4 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_car_2_10000 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_soap_20_7 +wget http://$1:9000/trans_add_car_20_15000 +wget http://$1:9000/trans_add_book_100_50 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_add_bread_10_4 +wget http://$1:9000/trans_add_bread_1340_4 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_pen_5_5 +wget http://$1:9000/trans_add_pen_0_5 +wget http://$1:9000/trans_add_pen_300_5 +wget http://$1:9000/trans_add_pen_45_5 +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_buy_car_2_10000 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index2.html +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_add_bread_10_4 +wget http://$1:9000/trans_add_bread_1340_4 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/index1.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index3.html +wget http://$1:9000/index2.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index1.html +wget http://$1:9000/index1.html +wget http://$1:9000/index1.html +wget http://$1:9000/index1.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index3.html +wget http://$1:9000/index2.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index3.html +wget http://$1:9000/index2.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index3.html +wget http://$1:9000/index2.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index3.html +wget http://$1:9000/index2.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index1.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index3.html +wget http://$1:9000/index2.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.2 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_pen_5_5 +wget http://$1:9000/trans_add_pen_0_5 +wget http://$1:9000/trans_add_pen_300_5 +wget http://$1:9000/trans_add_pen_45_5 +wget http://$1:9000/index3.html +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/trans_buy_car_2_10000 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index2.html +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_add_bread_10_4 +wget http://$1:9000/trans_add_bread_1340_4 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_pen_5_5 +wget http://$1:9000/trans_add_pen_0_5 +wget http://$1:9000/trans_add_pen_300_5 +wget http://$1:9000/trans_add_pen_45_5 +wget http://$1:9000/index3.html +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_add_bread_10_4 +wget http://$1:9000/trans_add_bread_1340_4 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/index3.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index3.html +wget http://$1:9000/index3.html +wget http://$1:9000/index3.html +wget http://$1:9000/index3.html +wget http://$1:9000/index3.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index3.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index3.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.3 +wget http://$1:9000/index3.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index3.html +wget http://$1:9000/index3.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index3.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html +wget http://$1:9000/index.html +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index2.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index2.html +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_pen_5_5 +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index2.html +wget http://$1:9000/index3.html +wget http://$1:9000/trans_add_pen_0_5 +wget http://$1:9000/trans_add_pen_300_5 +wget http://$1:9000/trans_add_pen_45_5 +wget http://$1:9000/index3.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index3.html +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_pen_5_5 +wget http://$1:9000/index3.html +wget http://$1:9000/index3.html +wget http://$1:9000/index3.html +wget http://$1:9000/index3.html +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_pen_5_5 +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/index3.html +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/index3.html +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/index3.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.3 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index2.html +wget http://$1:9000/index3.html +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/index3.html +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index.html.3 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/index.html.3 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/index3.html +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/index3.html +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/index2.html +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index3.html +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/index3.html +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/index.html +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/index.html +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/index.html.1 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/index.html.2 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/index2.html +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/index3.html +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.3 +wget http://$1:9000/index2.html +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_inventory +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index2.html +wget http://$1:9000/index3.html +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_pen_5_5 +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index2.html +wget http://$1:9000/index3.html +wget http://$1:9000/index.html +wget http://$1:9000/index1.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index2.html +wget http://$1:9000/index3.html +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_pen_5_5 +wget http://$1:9000/trans_add_pen_0_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_pen_5_5 +wget http://$1:9000/trans_add_pen_0_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_pen_5_5 +wget http://$1:9000/trans_add_pen_0_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_inventory +wget http://$1:9000/index1.html +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index3.html +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/index2.html +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.2 +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.2 +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_pen_5_5 +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/trans_add_pen_0_5 +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/index1.html +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/index2.html +wget http://$1:9000/index.html.1 +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/index.html.2 +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/index3.html +wget http://$1:9000/index2.html +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/index2.html +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.2 +wget http://$1:9000/index.html.2 +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_add_bread_10_4 +wget http://$1:9000/trans_add_bread_1340_4 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_inventory diff --git a/Robust/src/Benchmarks/WebServer/Workload/workloadtrans b/Robust/src/Benchmarks/WebServer/Workload/workloadtrans index f08ff2e5..b81da8f1 100755 --- a/Robust/src/Benchmarks/WebServer/Workload/workloadtrans +++ b/Robust/src/Benchmarks/WebServer/Workload/workloadtrans @@ -1,101 +1,101 @@ -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/trans_buy_car_2_10000 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_add_soap_20_7 -wget http://128.195.164.177:9000/trans_add_car_20_15000 -wget http://128.195.164.177:9000/trans_add_book_100_50 -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_buy_book_2 -wget http://128.195.164.177:9000/trans_buy_soap_2 -wget http://128.195.164.177:9000/trans_buy_pen_22 -wget http://128.195.164.177:9000/trans_buy_car_1 -wget http://128.195.164.177:9000/trans_add_coke_20_3 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_bread_10000_4 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/trans_buy_car_2_10000 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_soap_20_7 -wget http://128.195.164.177:9000/trans_add_car_20_15000 -wget http://128.195.164.177:9000/trans_add_book_100_50 -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_buy_car_2_10000 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_buy_car_2_10000 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_add_bread_10_4 -wget http://128.195.164.177:9000/trans_add_bread_1340_4 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_add_pen_5_5 -wget http://128.195.164.177:9000/trans_add_pen_0_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_pen_300_5 -wget http://128.195.164.177:9000/trans_add_pen_45_5 -wget http://128.195.164.177:9000/trans_add_soap_2_7 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_add_soap_42_7 -wget http://128.195.164.177:9000/trans_buy_soap_888 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_add_pen_5_5 -wget http://128.195.164.177:9000/trans_add_pen_0_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_inventory +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/trans_buy_car_2_10000 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_add_soap_20_7 +wget http://$1:9000/trans_add_car_20_15000 +wget http://$1:9000/trans_add_book_100_50 +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_buy_book_2 +wget http://$1:9000/trans_buy_soap_2 +wget http://$1:9000/trans_buy_pen_22 +wget http://$1:9000/trans_buy_car_1 +wget http://$1:9000/trans_add_coke_20_3 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_bread_10000_4 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/trans_buy_car_2_10000 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_soap_20_7 +wget http://$1:9000/trans_add_car_20_15000 +wget http://$1:9000/trans_add_book_100_50 +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_buy_car_2_10000 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_buy_car_2_10000 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_add_bread_10_4 +wget http://$1:9000/trans_add_bread_1340_4 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_add_pen_5_5 +wget http://$1:9000/trans_add_pen_0_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_pen_300_5 +wget http://$1:9000/trans_add_pen_45_5 +wget http://$1:9000/trans_add_soap_2_7 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_add_soap_42_7 +wget http://$1:9000/trans_buy_soap_888 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_add_pen_5_5 +wget http://$1:9000/trans_add_pen_0_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_inventory diff --git a/Robust/src/Benchmarks/WebServer/Workload/workloadtrans1000 b/Robust/src/Benchmarks/WebServer/Workload/workloadtrans1000 index 196c4b8a..dc509b5f 100755 --- a/Robust/src/Benchmarks/WebServer/Workload/workloadtrans1000 +++ b/Robust/src/Benchmarks/WebServer/Workload/workloadtrans1000 @@ -1,980 +1,980 @@ -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/trans_buy_car_2_10000 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_add_soap_20_7 -wget http://128.195.164.177:9000/trans_add_car_20_15000 -wget http://128.195.164.177:9000/trans_add_book_100_50 -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_buy_book_2 -wget http://128.195.164.177:9000/trans_buy_soap_2 -wget http://128.195.164.177:9000/trans_buy_pen_22 -wget http://128.195.164.177:9000/trans_buy_car_1 -wget http://128.195.164.177:9000/trans_add_coke_20_3 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_bread_10000_4 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/trans_buy_car_2_10000 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_soap_20_7 -wget http://128.195.164.177:9000/trans_add_car_20_15000 -wget http://128.195.164.177:9000/trans_add_book_100_50 -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_buy_car_2_10000 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_buy_car_2_10000 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_add_bread_10_4 -wget http://128.195.164.177:9000/trans_add_bread_1340_4 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_pen_5_5 -wget http://128.195.164.177:9000/trans_add_pen_0_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_pen_300_5 -wget http://128.195.164.177:9000/trans_add_pen_45_5 -wget http://128.195.164.177:9000/trans_add_soap_2_7 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_add_soap_42_7 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_soap_888 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_soap_72_7 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_car_2_10000 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_soap_20_7 -wget http://128.195.164.177:9000/trans_add_car_20_15000 -wget http://128.195.164.177:9000/trans_add_book_100_50 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_book_2 -wget http://128.195.164.177:9000/trans_buy_soap_2 -wget http://128.195.164.177:9000/trans_buy_pen_22 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_car_1 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_coke_20_3 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_bread_10000_4 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_buy_car_2_10000 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_soap_20_7 -wget http://128.195.164.177:9000/trans_add_car_20_15000 -wget http://128.195.164.177:9000/trans_add_book_100_50 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_car_2_10000 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_car_2_10000 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_add_bread_10_4 -wget http://128.195.164.177:9000/trans_add_bread_1340_4 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_pen_5_5 -wget http://128.195.164.177:9000/trans_add_pen_0_5 -wget http://128.195.164.177:9000/trans_add_pen_300_5 -wget http://128.195.164.177:9000/trans_add_pen_45_5 -wget http://128.195.164.177:9000/trans_add_soap_2_7 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_add_soap_42_7 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_soap_888 -wget http://128.195.164.177:9000/trans_add_soap_72_7 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_car_2_10000 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_soap_20_7 -wget http://128.195.164.177:9000/trans_add_car_20_15000 -wget http://128.195.164.177:9000/trans_add_book_100_50 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_book_2 -wget http://128.195.164.177:9000/trans_buy_soap_2 -wget http://128.195.164.177:9000/trans_buy_pen_22 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_car_1 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_coke_20_3 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_bread_10000_4 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_car_2_10000 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_soap_20_7 -wget http://128.195.164.177:9000/trans_add_car_20_15000 -wget http://128.195.164.177:9000/trans_add_book_100_50 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_car_2_10000 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_car_2_10000 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_add_bread_10_4 -wget http://128.195.164.177:9000/trans_add_bread_1340_4 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_pen_5_5 -wget http://128.195.164.177:9000/trans_add_pen_0_5 -wget http://128.195.164.177:9000/trans_add_pen_300_5 -wget http://128.195.164.177:9000/trans_add_pen_45_5 -wget http://128.195.164.177:9000/trans_add_soap_2_7 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_add_soap_42_7 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_soap_888 -wget http://128.195.164.177:9000/trans_add_soap_72_7 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_car_2_10000 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_soap_20_7 -wget http://128.195.164.177:9000/trans_add_car_20_15000 -wget http://128.195.164.177:9000/trans_add_book_100_50 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_book_2 -wget http://128.195.164.177:9000/trans_buy_soap_2 -wget http://128.195.164.177:9000/trans_buy_pen_22 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_car_1 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_coke_20_3 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_bread_10000_4 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_car_2_10000 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_soap_20_7 -wget http://128.195.164.177:9000/trans_add_car_20_15000 -wget http://128.195.164.177:9000/trans_add_book_100_50 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_car_2_10000 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_car_2_10000 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_add_bread_10_4 -wget http://128.195.164.177:9000/trans_add_bread_1340_4 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_pen_5_5 -wget http://128.195.164.177:9000/trans_add_pen_0_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_pen_300_5 -wget http://128.195.164.177:9000/trans_add_pen_45_5 -wget http://128.195.164.177:9000/trans_add_soap_2_7 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_add_soap_42_7 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_soap_888 -wget http://128.195.164.177:9000/trans_add_soap_72_7 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_car_2_10000 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_soap_20_7 -wget http://128.195.164.177:9000/trans_add_car_20_15000 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_book_100_50 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_book_2 -wget http://128.195.164.177:9000/trans_buy_soap_2 -wget http://128.195.164.177:9000/trans_buy_pen_22 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_car_1 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_coke_20_3 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_bread_10000_4 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_car_2_10000 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_soap_20_7 -wget http://128.195.164.177:9000/trans_add_car_20_15000 -wget http://128.195.164.177:9000/trans_add_book_100_50 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_car_2_10000 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_car_2_10000 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_add_bread_10_4 -wget http://128.195.164.177:9000/trans_add_bread_1340_4 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_pen_5_5 -wget http://128.195.164.177:9000/trans_add_pen_0_5 -wget http://128.195.164.177:9000/trans_add_pen_300_5 -wget http://128.195.164.177:9000/trans_add_pen_45_5 -wget http://128.195.164.177:9000/trans_add_soap_2_7 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_add_soap_42_7 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_soap_888 -wget http://128.195.164.177:9000/trans_add_soap_72_7 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_car_2_10000 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_soap_20_7 -wget http://128.195.164.177:9000/trans_add_car_20_15000 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_book_100_50 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_book_2 -wget http://128.195.164.177:9000/trans_buy_soap_2 -wget http://128.195.164.177:9000/trans_buy_pen_22 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_car_1 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_coke_20_3 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_bread_10000_4 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_buy_car_2_10000 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_soap_20_7 -wget http://128.195.164.177:9000/trans_add_car_20_15000 -wget http://128.195.164.177:9000/trans_add_book_100_50 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_car_2_10000 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_car_2_10000 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_add_bread_10_4 -wget http://128.195.164.177:9000/trans_add_bread_1340_4 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_pen_5_5 -wget http://128.195.164.177:9000/trans_add_pen_0_5 -wget http://128.195.164.177:9000/trans_add_pen_300_5 -wget http://128.195.164.177:9000/trans_add_pen_45_5 -wget http://128.195.164.177:9000/trans_add_soap_2_7 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_add_soap_42_7 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_soap_888 -wget http://128.195.164.177:9000/trans_add_soap_72_7 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_soap_2_7 -wget http://128.195.164.177:9000/trans_add_soap_2_7 -wget http://128.195.164.177:9000/trans_add_soap_2_7 -wget http://128.195.164.177:9000/trans_buy_soap_2000_7 -wget http://128.195.164.177:9000/trans_buy_soap_155_7 -wget http://128.195.164.177:9000/trans_buy_soap_200_7 -wget http://128.195.164.177:9000/trans_buy_soap_155_7 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_soap_155_7 -wget http://128.195.164.177:9000/trans_buy_soap_155_7 -wget http://128.195.164.177:9000/trans_buy_soap_200_7 -wget http://128.195.164.177:9000/trans_buy_soap_200_7 -wget http://128.195.164.177:9000/trans_buy_soap_200_7 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_soap_155_7 -wget http://128.195.164.177:9000/trans_add_soap_2_7 -wget http://128.195.164.177:9000/trans_buy_soap_200_7 -wget http://128.195.164.177:9000/trans_buy_soap_155_7 -wget http://128.195.164.177:9000/trans_buy_soap_200_7 -wget http://128.195.164.177:9000/trans_add_soap_2_7 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_soap_2_7 -wget http://128.195.164.177:9000/trans_buy_soap_155_7 -wget http://128.195.164.177:9000/trans_buy_soap_200_7 -wget http://128.195.164.177:9000/trans_buy_soap_155_7 -wget http://128.195.164.177:9000/trans_buy_soap_200_7 -wget http://128.195.164.177:9000/trans_buy_car_2_10000 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_car_2_10000 -wget http://128.195.164.177:9000/trans_buy_car_2_10000 -wget http://128.195.164.177:9000/trans_buy_car_2_10000 -wget http://128.195.164.177:9000/trans_add_car_15_10000 -wget http://128.195.164.177:9000/trans_add_car_15_10000 -wget http://128.195.164.177:9000/trans_add_car_15_10000 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_car_15_10000 -wget http://128.195.164.177:9000/trans_add_car_15_10000 -wget http://128.195.164.177:9000/trans_add_car_15_10000 -wget http://128.195.164.177:9000/trans_add_car_15_10000 -wget http://128.195.164.177:9000/trans_add_car_15_10000 -wget http://128.195.164.177:9000/trans_buy_car_15_10000 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_car_15_10000 -wget http://128.195.164.177:9000/trans_add_car_15_10000 -wget http://128.195.164.177:9000/trans_buy_car_15_10000 -wget http://128.195.164.177:9000/trans_add_car_15_10000 -wget http://128.195.164.177:9000/trans_buy_car_15_10000 -wget http://128.195.164.177:9000/trans_add_car_15_10000 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_car_15_10000 -wget http://128.195.164.177:9000/trans_add_car_15_10000 -wget http://128.195.164.177:9000/trans_buy_car_15_10000 -wget http://128.195.164.177:9000/trans_add_car_15_10000 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_car_15_10000 -wget http://128.195.164.177:9000/trans_add_car_15_10000 -wget http://128.195.164.177:9000/trans_buy_car_15_10000 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_car_15_10000 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_car_15_10000 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_car_2_10000 -wget http://128.195.164.177:9000/trans_buy_car_2_10000 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_car_2_10000 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_car_2_10000 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_car_2_10000 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_car_2_10000 -wget http://128.195.164.177:9000/trans_buy_car_2_10000 -wget http://128.195.164.177:9000/trans_buy_car_2_10000 -wget http://128.195.164.177:9000/trans_buy_car_2_10000 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_car_2_10000 -wget http://128.195.164.177:9000/trans_buy_car_2_10000 -wget http://128.195.164.177:9000/trans_buy_car_2_10000 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_car_1_10000 -wget http://128.195.164.177:9000/trans_add_car_15_10000 -wget http://128.195.164.177:9000/trans_add_car_15_10000 -wget http://128.195.164.177:9000/trans_add_car_1_10000 -wget http://128.195.164.177:9000/trans_add_car_1_10000 -wget http://128.195.164.177:9000/trans_add_car_1_10000 -wget http://128.195.164.177:9000/trans_add_car_1_10000 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_add_bread_10_4 -wget http://128.195.164.177:9000/trans_add_bread_1340_4 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_pen_5_5 -wget http://128.195.164.177:9000/trans_add_pen_0_5 -wget http://128.195.164.177:9000/trans_add_pen_300_5 -wget http://128.195.164.177:9000/trans_add_pen_45_5 -wget http://128.195.164.177:9000/trans_add_soap_2_7 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_add_soap_42_7 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_soap_888 -wget http://128.195.164.177:9000/trans_add_soap_72_7 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_soap_2_7 -wget http://128.195.164.177:9000/trans_add_soap_2_7 -wget http://128.195.164.177:9000/trans_add_soap_2_7 -wget http://128.195.164.177:9000/trans_buy_soap_2000_7 -wget http://128.195.164.177:9000/trans_buy_soap_155_7 -wget http://128.195.164.177:9000/trans_buy_soap_200_7 -wget http://128.195.164.177:9000/trans_buy_soap_155_7 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_soap_155_7 -wget http://128.195.164.177:9000/trans_buy_soap_155_7 -wget http://128.195.164.177:9000/trans_buy_soap_200_7 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_add_bread_10_4 -wget http://128.195.164.177:9000/trans_add_bread_1340_4 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_pen_5_5 -wget http://128.195.164.177:9000/trans_add_pen_0_5 -wget http://128.195.164.177:9000/trans_add_pen_300_5 -wget http://128.195.164.177:9000/trans_add_pen_45_5 -wget http://128.195.164.177:9000/trans_add_soap_2_7 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_add_soap_42_7 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_soap_888 -wget http://128.195.164.177:9000/trans_add_soap_72_7 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_soap_155_7 -wget http://128.195.164.177:9000/trans_buy_soap_200_7 -wget http://128.195.164.177:9000/trans_buy_soap_155_7 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_soap_155_7 -wget http://128.195.164.177:9000/trans_buy_soap_155_7 -wget http://128.195.164.177:9000/trans_buy_soap_200_7 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_add_bread_10_4 -wget http://128.195.164.177:9000/trans_add_bread_1340_4 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_bread_220 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_buy_soap_8 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_add_book_10_50 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_car_2_10000 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_soap_20_7 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_soap_888 -wget http://128.195.164.177:9000/trans_add_soap_72_7 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_pen_11 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_soap_2_7 -wget http://128.195.164.177:9000/trans_add_soap_2_7 -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/trans_add_car_2_10000 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_car_2_10000 -wget http://128.195.164.177:9000/trans_add_pen_50_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_add_coke_100_5 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_add_soap_20_7 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_soap_888 -wget http://128.195.164.177:9000/trans_add_soap_72_7 -wget http://128.195.164.177:9000/trans_inventory -wget http://128.195.164.177:9000/trans_buy_pen_11 +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/trans_buy_car_2_10000 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_add_soap_20_7 +wget http://$1:9000/trans_add_car_20_15000 +wget http://$1:9000/trans_add_book_100_50 +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_buy_book_2 +wget http://$1:9000/trans_buy_soap_2 +wget http://$1:9000/trans_buy_pen_22 +wget http://$1:9000/trans_buy_car_1 +wget http://$1:9000/trans_add_coke_20_3 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_bread_10000_4 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/trans_buy_car_2_10000 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_soap_20_7 +wget http://$1:9000/trans_add_car_20_15000 +wget http://$1:9000/trans_add_book_100_50 +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_buy_car_2_10000 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_buy_car_2_10000 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_add_bread_10_4 +wget http://$1:9000/trans_add_bread_1340_4 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_pen_5_5 +wget http://$1:9000/trans_add_pen_0_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_pen_300_5 +wget http://$1:9000/trans_add_pen_45_5 +wget http://$1:9000/trans_add_soap_2_7 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_add_soap_42_7 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_soap_888 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_soap_72_7 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_car_2_10000 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_soap_20_7 +wget http://$1:9000/trans_add_car_20_15000 +wget http://$1:9000/trans_add_book_100_50 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_book_2 +wget http://$1:9000/trans_buy_soap_2 +wget http://$1:9000/trans_buy_pen_22 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_car_1 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_coke_20_3 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_bread_10000_4 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_buy_car_2_10000 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_soap_20_7 +wget http://$1:9000/trans_add_car_20_15000 +wget http://$1:9000/trans_add_book_100_50 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_car_2_10000 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_car_2_10000 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_add_bread_10_4 +wget http://$1:9000/trans_add_bread_1340_4 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_pen_5_5 +wget http://$1:9000/trans_add_pen_0_5 +wget http://$1:9000/trans_add_pen_300_5 +wget http://$1:9000/trans_add_pen_45_5 +wget http://$1:9000/trans_add_soap_2_7 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_add_soap_42_7 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_soap_888 +wget http://$1:9000/trans_add_soap_72_7 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_car_2_10000 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_soap_20_7 +wget http://$1:9000/trans_add_car_20_15000 +wget http://$1:9000/trans_add_book_100_50 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_book_2 +wget http://$1:9000/trans_buy_soap_2 +wget http://$1:9000/trans_buy_pen_22 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_car_1 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_coke_20_3 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_bread_10000_4 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_car_2_10000 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_soap_20_7 +wget http://$1:9000/trans_add_car_20_15000 +wget http://$1:9000/trans_add_book_100_50 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_car_2_10000 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_car_2_10000 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_add_bread_10_4 +wget http://$1:9000/trans_add_bread_1340_4 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_pen_5_5 +wget http://$1:9000/trans_add_pen_0_5 +wget http://$1:9000/trans_add_pen_300_5 +wget http://$1:9000/trans_add_pen_45_5 +wget http://$1:9000/trans_add_soap_2_7 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_add_soap_42_7 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_soap_888 +wget http://$1:9000/trans_add_soap_72_7 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_car_2_10000 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_soap_20_7 +wget http://$1:9000/trans_add_car_20_15000 +wget http://$1:9000/trans_add_book_100_50 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_book_2 +wget http://$1:9000/trans_buy_soap_2 +wget http://$1:9000/trans_buy_pen_22 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_car_1 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_coke_20_3 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_bread_10000_4 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_car_2_10000 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_soap_20_7 +wget http://$1:9000/trans_add_car_20_15000 +wget http://$1:9000/trans_add_book_100_50 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_car_2_10000 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_car_2_10000 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_add_bread_10_4 +wget http://$1:9000/trans_add_bread_1340_4 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_pen_5_5 +wget http://$1:9000/trans_add_pen_0_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_pen_300_5 +wget http://$1:9000/trans_add_pen_45_5 +wget http://$1:9000/trans_add_soap_2_7 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_add_soap_42_7 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_soap_888 +wget http://$1:9000/trans_add_soap_72_7 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_car_2_10000 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_soap_20_7 +wget http://$1:9000/trans_add_car_20_15000 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_book_100_50 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_book_2 +wget http://$1:9000/trans_buy_soap_2 +wget http://$1:9000/trans_buy_pen_22 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_car_1 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_coke_20_3 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_bread_10000_4 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_car_2_10000 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_soap_20_7 +wget http://$1:9000/trans_add_car_20_15000 +wget http://$1:9000/trans_add_book_100_50 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_car_2_10000 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_car_2_10000 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_add_bread_10_4 +wget http://$1:9000/trans_add_bread_1340_4 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_pen_5_5 +wget http://$1:9000/trans_add_pen_0_5 +wget http://$1:9000/trans_add_pen_300_5 +wget http://$1:9000/trans_add_pen_45_5 +wget http://$1:9000/trans_add_soap_2_7 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_add_soap_42_7 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_soap_888 +wget http://$1:9000/trans_add_soap_72_7 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_car_2_10000 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_soap_20_7 +wget http://$1:9000/trans_add_car_20_15000 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_book_100_50 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_book_2 +wget http://$1:9000/trans_buy_soap_2 +wget http://$1:9000/trans_buy_pen_22 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_car_1 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_coke_20_3 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_bread_10000_4 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_buy_car_2_10000 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_soap_20_7 +wget http://$1:9000/trans_add_car_20_15000 +wget http://$1:9000/trans_add_book_100_50 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_car_2_10000 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_car_2_10000 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_add_bread_10_4 +wget http://$1:9000/trans_add_bread_1340_4 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_pen_5_5 +wget http://$1:9000/trans_add_pen_0_5 +wget http://$1:9000/trans_add_pen_300_5 +wget http://$1:9000/trans_add_pen_45_5 +wget http://$1:9000/trans_add_soap_2_7 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_add_soap_42_7 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_soap_888 +wget http://$1:9000/trans_add_soap_72_7 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_soap_2_7 +wget http://$1:9000/trans_add_soap_2_7 +wget http://$1:9000/trans_add_soap_2_7 +wget http://$1:9000/trans_buy_soap_2000_7 +wget http://$1:9000/trans_buy_soap_155_7 +wget http://$1:9000/trans_buy_soap_200_7 +wget http://$1:9000/trans_buy_soap_155_7 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_soap_155_7 +wget http://$1:9000/trans_buy_soap_155_7 +wget http://$1:9000/trans_buy_soap_200_7 +wget http://$1:9000/trans_buy_soap_200_7 +wget http://$1:9000/trans_buy_soap_200_7 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_soap_155_7 +wget http://$1:9000/trans_add_soap_2_7 +wget http://$1:9000/trans_buy_soap_200_7 +wget http://$1:9000/trans_buy_soap_155_7 +wget http://$1:9000/trans_buy_soap_200_7 +wget http://$1:9000/trans_add_soap_2_7 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_soap_2_7 +wget http://$1:9000/trans_buy_soap_155_7 +wget http://$1:9000/trans_buy_soap_200_7 +wget http://$1:9000/trans_buy_soap_155_7 +wget http://$1:9000/trans_buy_soap_200_7 +wget http://$1:9000/trans_buy_car_2_10000 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_car_2_10000 +wget http://$1:9000/trans_buy_car_2_10000 +wget http://$1:9000/trans_buy_car_2_10000 +wget http://$1:9000/trans_add_car_15_10000 +wget http://$1:9000/trans_add_car_15_10000 +wget http://$1:9000/trans_add_car_15_10000 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_car_15_10000 +wget http://$1:9000/trans_add_car_15_10000 +wget http://$1:9000/trans_add_car_15_10000 +wget http://$1:9000/trans_add_car_15_10000 +wget http://$1:9000/trans_add_car_15_10000 +wget http://$1:9000/trans_buy_car_15_10000 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_car_15_10000 +wget http://$1:9000/trans_add_car_15_10000 +wget http://$1:9000/trans_buy_car_15_10000 +wget http://$1:9000/trans_add_car_15_10000 +wget http://$1:9000/trans_buy_car_15_10000 +wget http://$1:9000/trans_add_car_15_10000 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_car_15_10000 +wget http://$1:9000/trans_add_car_15_10000 +wget http://$1:9000/trans_buy_car_15_10000 +wget http://$1:9000/trans_add_car_15_10000 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_car_15_10000 +wget http://$1:9000/trans_add_car_15_10000 +wget http://$1:9000/trans_buy_car_15_10000 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_car_15_10000 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_car_15_10000 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_car_2_10000 +wget http://$1:9000/trans_buy_car_2_10000 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_car_2_10000 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_car_2_10000 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_car_2_10000 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_car_2_10000 +wget http://$1:9000/trans_buy_car_2_10000 +wget http://$1:9000/trans_buy_car_2_10000 +wget http://$1:9000/trans_buy_car_2_10000 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_car_2_10000 +wget http://$1:9000/trans_buy_car_2_10000 +wget http://$1:9000/trans_buy_car_2_10000 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_car_1_10000 +wget http://$1:9000/trans_add_car_15_10000 +wget http://$1:9000/trans_add_car_15_10000 +wget http://$1:9000/trans_add_car_1_10000 +wget http://$1:9000/trans_add_car_1_10000 +wget http://$1:9000/trans_add_car_1_10000 +wget http://$1:9000/trans_add_car_1_10000 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_add_bread_10_4 +wget http://$1:9000/trans_add_bread_1340_4 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_pen_5_5 +wget http://$1:9000/trans_add_pen_0_5 +wget http://$1:9000/trans_add_pen_300_5 +wget http://$1:9000/trans_add_pen_45_5 +wget http://$1:9000/trans_add_soap_2_7 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_add_soap_42_7 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_soap_888 +wget http://$1:9000/trans_add_soap_72_7 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_soap_2_7 +wget http://$1:9000/trans_add_soap_2_7 +wget http://$1:9000/trans_add_soap_2_7 +wget http://$1:9000/trans_buy_soap_2000_7 +wget http://$1:9000/trans_buy_soap_155_7 +wget http://$1:9000/trans_buy_soap_200_7 +wget http://$1:9000/trans_buy_soap_155_7 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_soap_155_7 +wget http://$1:9000/trans_buy_soap_155_7 +wget http://$1:9000/trans_buy_soap_200_7 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_add_bread_10_4 +wget http://$1:9000/trans_add_bread_1340_4 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_pen_5_5 +wget http://$1:9000/trans_add_pen_0_5 +wget http://$1:9000/trans_add_pen_300_5 +wget http://$1:9000/trans_add_pen_45_5 +wget http://$1:9000/trans_add_soap_2_7 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_add_soap_42_7 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_soap_888 +wget http://$1:9000/trans_add_soap_72_7 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_soap_155_7 +wget http://$1:9000/trans_buy_soap_200_7 +wget http://$1:9000/trans_buy_soap_155_7 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_soap_155_7 +wget http://$1:9000/trans_buy_soap_155_7 +wget http://$1:9000/trans_buy_soap_200_7 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_add_bread_10_4 +wget http://$1:9000/trans_add_bread_1340_4 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_bread_220 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_buy_soap_8 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_add_book_10_50 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_car_2_10000 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_soap_20_7 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_soap_888 +wget http://$1:9000/trans_add_soap_72_7 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_pen_11 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_soap_2_7 +wget http://$1:9000/trans_add_soap_2_7 +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/trans_add_car_2_10000 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_car_2_10000 +wget http://$1:9000/trans_add_pen_50_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_add_coke_100_5 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_add_soap_20_7 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_soap_888 +wget http://$1:9000/trans_add_soap_72_7 +wget http://$1:9000/trans_inventory +wget http://$1:9000/trans_buy_pen_11 diff --git a/Robust/src/Benchmarks/WebServerJava/WebServerThread.java b/Robust/src/Benchmarks/WebServerJava/WebServerThread.java index cc9da103..50127903 100644 --- a/Robust/src/Benchmarks/WebServerJava/WebServerThread.java +++ b/Robust/src/Benchmarks/WebServerJava/WebServerThread.java @@ -15,7 +15,7 @@ public class WebServerThread extends Thread { this.inventorylist=inventory; } - public void start() { + public void run() { // Process the incoming http request while (!clientrequest()) { } diff --git a/Robust/src/Runtime/object.c b/Robust/src/Runtime/object.c index 8cf5ae62..4e7f7f96 100644 --- a/Robust/src/Runtime/object.c +++ b/Robust/src/Runtime/object.c @@ -20,18 +20,19 @@ int CALL01(___Object______MonitorEnter____, struct ___Object___ * ___this___) { if (self==VAR(___this___)->tid) { VAR(___this___)->lockcount++; } else { -#ifdef PRECISEGC - struct listitem *tmp=stopforgc(stackptr); +#ifdef PRECISE_GC + struct listitem *tmp=stopforgc((struct garbagelist *)___params___); #endif pthread_mutex_lock(&objlock); -#ifdef PRECISEGC +#ifdef PRECISE_GC restartaftergc(tmp); #endif while(1) { if (VAR(___this___)->tid==0) { VAR(___this___)->___prevlockobject___=NULL; VAR(___this___)->___nextlockobject___=(struct ___Object___ *)pthread_getspecific(threadlocks); - VAR(___this___)->___nextlockobject___->___prevlockobject___=VAR(___this___); + if (VAR(___this___)->___nextlockobject___!=NULL) + VAR(___this___)->___nextlockobject___->___prevlockobject___=VAR(___this___); pthread_setspecific(threadlocks, VAR(___this___)); VAR(___this___)->lockcount=1; VAR(___this___)->tid=self; @@ -39,11 +40,11 @@ int CALL01(___Object______MonitorEnter____, struct ___Object___ * ___this___) { break; } { -#ifdef PRECISEGC - struct listitem *tmp=stopforgc(stackptr); +#ifdef PRECISE_GC + struct listitem *tmp=stopforgc((struct garbagelist *)___params___); #endif pthread_cond_wait(&objcond, &objlock); -#ifdef PRECISEGC +#ifdef PRECISE_GC restartaftergc(tmp); #endif } diff --git a/Robust/src/Runtime/runtime.c b/Robust/src/Runtime/runtime.c index 70a52158..ac4d9807 100644 --- a/Robust/src/Runtime/runtime.c +++ b/Robust/src/Runtime/runtime.c @@ -411,6 +411,20 @@ void injectinstructionfailure() { } } #else +#ifdef THREADS + if (injectinstructionfailures) { + if (numfailures==0) + return; + instructioncount=failurecount; + instaccum+=failurecount; + if ((((double)random())/RAND_MAX)0) + numfailures--; + printf("FAILURE!!!\n"); + threadexit(); + } + } +#endif #endif } diff --git a/Robust/src/Runtime/socket.c b/Robust/src/Runtime/socket.c index 63416405..ee88b001 100644 --- a/Robust/src/Runtime/socket.c +++ b/Robust/src/Runtime/socket.c @@ -26,7 +26,15 @@ int CALL12(___ServerSocket______createSocket____I, int port, struct ___ServerSoc perror(NULL); printf("createSocket error #1\n"); #endif +#ifdef TASK longjmp(error_handler,5); +#else +#ifdef THREADS + threadexit(); +#else + exit(-1); +#endif +#endif } if (setsockopt (fd, SOL_SOCKET, SO_REUSEADDR, (char *)&n, sizeof (n)) < 0) { @@ -35,7 +43,15 @@ int CALL12(___ServerSocket______createSocket____I, int port, struct ___ServerSoc perror(NULL); printf("createSocket error #2\n"); #endif - longjmp(error_handler, 6); +#ifdef TASK + longjmp(error_handler,6); +#else +#ifdef THREADS + threadexit(); +#else + exit(-1); +#endif +#endif } #ifdef TASK @@ -50,7 +66,15 @@ int CALL12(___ServerSocket______createSocket____I, int port, struct ___ServerSoc perror(NULL); printf("createSocket error #3\n"); #endif - longjmp(error_handler, 7); +#ifdef TASK + longjmp(error_handler,7); +#else +#ifdef THREADS + threadexit(); +#else + exit(-1); +#endif +#endif } /* listen */ @@ -60,7 +84,15 @@ int CALL12(___ServerSocket______createSocket____I, int port, struct ___ServerSoc perror(NULL); printf("createSocket error #4\n"); #endif - longjmp(error_handler, 8); +#ifdef TASK + longjmp(error_handler,8); +#else +#ifdef THREADS + threadexit(); +#else + exit(-1); +#endif +#endif } /* Store the fd/socket object mapping */ @@ -76,15 +108,33 @@ int CALL02(___ServerSocket______nativeaccept____L___Socket___,struct ___ServerSo unsigned int sinlen=sizeof(sin); int fd=VAR(___this___)->___fd___; int newfd; +#ifdef THREADS +#ifdef PRECISE_GC + struct listitem *tmp=stopforgc((struct garbagelist *)___params___); +#endif +#endif newfd=accept(fd, (struct sockaddr *)&sin, &sinlen); - +#ifdef THREADS +#ifdef PRECISE_GC + restartaftergc(tmp); +#endif +#endif if (newfd<0) { #ifdef DEBUG perror(NULL); printf("acceptSocket error #1\n"); #endif - longjmp(error_handler, 9); +#ifdef TASK + longjmp(error_handler,9); +#else +#ifdef THREADS + threadexit(); +#else + exit(-1); +#endif +#endif + } #ifdef TASK fcntl(newfd, F_SETFL, fcntl(fd, F_GETFL)|O_NONBLOCK); @@ -117,7 +167,17 @@ int CALL02(___Socket______nativeRead_____AR_B, struct ___Socket___ * ___this___, int fd=VAR(___this___)->___fd___; int length=VAR(___b___)->___length___; char * charstr=((char *)& VAR(___b___)->___length___)+sizeof(int); +#ifdef THREADS +#ifdef PRECISE_GC + struct listitem *tmp=stopforgc((struct garbagelist *)___params___); +#endif +#endif int byteread=read(fd, charstr, length); +#ifdef THREADS +#ifdef PRECISE_GC + restartaftergc(tmp); +#endif +#endif if (byteread<0) { printf("ERROR IN NATIVEREAD\n"); diff --git a/Robust/src/Runtime/thread.c b/Robust/src/Runtime/thread.c index 54cb32b7..54ea0b55 100644 --- a/Robust/src/Runtime/thread.c +++ b/Robust/src/Runtime/thread.c @@ -4,7 +4,7 @@ #include #include #include "thread.h" - +#include "option.h" #include int threadcount; @@ -28,6 +28,10 @@ void threadexit() { pthread_mutex_lock(&objlock);//wake everyone up pthread_cond_broadcast(&objcond); pthread_mutex_unlock(&objlock); + pthread_mutex_lock(&gclistlock); + threadcount--; + pthread_cond_signal(&gccond); + pthread_mutex_unlock(&gclistlock); pthread_exit(NULL); } @@ -48,6 +52,7 @@ void initializethreads() { pthread_mutex_init(&objlock,NULL); pthread_cond_init(&objcond,NULL); pthread_key_create(&threadlocks, NULL); + processOptions(); sig.sa_sigaction=&threadhandler; sig.sa_flags=SA_SIGINFO;