[GIS] Performing GIS benchmarks

benchmarkperformance

I was searching the web for benchmarks (but couldn't find any) that would indicate hardware performance (probably cpu in particular) in different GIS software in time consuming tasks (like hillshade generation, raster reproject, topology buildup), not for the purpose of comparing different GIS software but to compare performance for different cpus, multithreading impact, ssd, etc. If i started with that, I suppose i'd need a standarized set of data, publicly available so anyone could try and post results. But does anyone know if such comparisons already exist anywhere?

Best Answer

At FOSS4G they perform a Benchmark test every year against various WMS Servers. Being in the Open Source spirit, they use free datasets, document everything, and release the source code so you can probably pick what you want from it.

You can find out a little more from the wiki page: http://wiki.osgeo.org/wiki/FOSS4G_Benchmark

Unfortunately it looks to be a poorly maintained wiki and many pages don't like to other relevant pages so you'll have to search a bit to find everything (its scattered around). http://wiki.osgeo.org/wiki/Category:Benchmarking might be a good place to start.

They also have results where they discuss things like what was limiting stuff, including hardware, i.e. from slashgeo

This year, benchmark includes bottlenecks from CPU, disk access, network access and remote database access.

Related Question