Search:
Login
Preferences
Help/Guide
About Trac
Forgot your password?
Wiki
Roadmap
View Tickets
Search
Patch Manager
Context Navigation
Back to Ticket #1500
Ticket #1500
: test_rasql_implementation.sh
File test_rasql_implementation.sh,
291 bytes
(added by
Bang Pham Huu
,
8 years ago
)
test scripts with 10000 requests
Line
1
#!/bin/bash
2
for
i in
{
1
..10000
}
3
do
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
10
done
11
12
Download in other formats:
Original Format