Ticket #1500: test_rasql_implementation.sh

File test_rasql_implementation.sh, 291 bytes (added by Bang Pham Huu, 7 years ago)

test scripts with 10000 requests

Line 
1#!/bin/bash
2for i in {1..10000}
3do
4 wget --spider "http://localhost:8080/rasdaman/ows?&SERVICE=WCS&VERSION=2.0.1&REQUEST=GetCoverage&COVERAGEID=test_mr&SUBSET=i(0)&SUBSET=j(0)&FORMAT=text/csv"
5 # if [[ $((i % 5)) == 0 ]]; then
6 echo "$i....stop"
7 # sleep 5
8 # fi
9# sleep 1
10done
11
12