summaryrefslogtreecommitdiffstats
path: root/clover/test/script/lb-test.sh
blob: 4d1038649208362088013133e6dadba09becdfe3 (plain)
1
2
3
4
5
6
7
#!/bin/bash
for i in `seq 1 20`;
do
    #wget http://10.244.0.1:32580/
    wget http://$1:$2/
    sleep 1
done