On Wed, Feb 9, 2011 at 5:24 PM, Tim Martin
<tim.mar...@ordnancesurvey.co.uk> wrote:
> Hi
>
> I am trying to setup a suitable JMeter work bench to test my GeoServer 
> performance.
>
> I run the python script using a txt file, as suggested, with the following 
> details
>
> wms_request.py -count 100 -region 0 0 700000 1300000 -minsize 500 500 
> -maxsize 500 500 -minres 2.8 -maxres 560 > raster-bbox.csv
>
> As i want random boxes across the whole of the UK, so the coordinates are in 
> British National Grid, and a tile size of 500x500
>
> The result in the CSV doesnt seem to be correct. It seems to have included 
> the tile size in the first coordinate:-
>
> 500;500;75800.662       287115.16       83746.942       295061.44
> 500;500;585818.38       997247.79       633896.21       1045325.6
> 500;500;659957.49       946390.06       671012.46       957445.03
> 500;500;369996.04       403599.46       374020.18       407623.6
> 500;500;522888.93       728545.75       533780.64       739437.46

Odd, the format should be:
769;756;373502.95,4606262.5,378039.59,4610722.4

where separator is the ";", first two params is request size, third param is
the bbox (to be used as in, in the wms request)

Cheers
Andrea

-- 
-------------------------------------------------------
Ing. Andrea Aime
GeoSolutions S.A.S.
Tech lead

Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy

phone: +39 0584 962313
fax:      +39 0584 962313
mob:    +39 333 8128928

http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://www.youtube.com/user/GeoSolutionsIT
http://www.linkedin.com/in/andreaaime
http://twitter.com/geowolf

-------------------------------------------------------

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to