Re: [MapServer-users] GetMap request inside python script; measuring speed of WMS?

2023-01-24 Thread David Hoese
I did something recently to compare my MapServer performance with local mounted storage for geotiffs and S3 geotiffs. I ended up building a Python script using Locust: https://locust.io/ I ended up putting something together that worked for what I wanted and could scale to different numbers

Re: [MapServer-users] GetMap request inside python script; measuring speed of WMS?

2023-01-24 Thread Seth G
6347c7def05a478ba013ae9486487...@cloudferro.com?anonymous=signature> > > > > *From:* Seth G > *Sent:* Tuesday, January 24, 2023 11:39 AM > *To:* Marcin Niemyjski ; MapServer Users > > *Subject:* Re: [MapServer-users] GetMap request inside python script; > measuring s

Re: [MapServer-users] GetMap request inside python script; measuring speed of WMS?

2023-01-24 Thread Marcin Niemyjski via MapServer-users
ary 24, 2023 11:39 AM To: Marcin Niemyjski ; MapServer Users Subject: Re: [MapServer-users] GetMap request inside python script; measuring speed of WMS? Hi Marcin, Have a look at the example Python script at https://github.com/MapServer/MapServer/blob/main/mapscript/python/examples/wxs.py

Re: [MapServer-users] GetMap request inside python script; measuring speed of WMS?

2023-01-24 Thread Rahkonen Jukka
Hi, If you want to use less time for programming, then JMeter is widely used for that kind of testing and it was also used in the FOSS4G benchmarks https://wiki.osgeo.org/wiki/FOSS4G_Benchmark. Maybe you can get some inspiration from the wiki. The subversion repository is also alive and I

Re: [MapServer-users] GetMap request inside python script; measuring speed of WMS?

2023-01-24 Thread Seth G
Hi Marcin, Have a look at the example Python script at https://github.com/MapServer/MapServer/blob/main/mapscript/python/examples/wxs.py - this shows creating and calling a WMS request. Seth -- web:https://geographika.net twitter: @geographika On Tue, Jan 24, 2023, at 11:36 AM, Marcin