Difference between revisions of "Benchmarking 2011"

From OSGeo
Jump to navigation Jump to search
(→‎External Related Links: add 2009 and 2010 results)
Line 44: Line 44:
 
| Mapnik  
 
| Mapnik  
 
| [[User:Springmeyer|Dane Springmeyer]]
 
| [[User:Springmeyer|Dane Springmeyer]]
|  
+
| Dec 8th, 2010
|  
+
| Yes
 
|-
 
|-
 
| MapServer  
 
| MapServer  

Revision as of 14:17, 8 December 2010

Basic Premise

Following up on last year's exercise, the performance shoot-out presentation at FOSS4G2011 will test how long each Web mapping server takes to generate a map image, from a common set of spatial data, on a common platform. The data will be served by each Web mapping server through the WMS standard, which will serve exactly the same set of LAYERS. A JMeter load will be run on the testing box to measure various aspects of those layers.

Potential Participants

Mapping Server Development Team Leader Contacted Confirmed
Cadcorp GeognoSIS Martin Daly
Constellation-SDI Adrian Custer, Cédric Briançon
Erdas Apollo Dimitri Monie
ESRI ArcServer Satish Sankaran
GeoServer Andrea Aime
MapGuide Open Source
Mapnik Dane Springmeyer Dec 8th, 2010 Yes
MapServer Jeff McKenna
Oracle MapViewer Michael Smith
QGIS mapserver Marco Hugentobler

Timeline

January 1st, 2011 begin contacting all mapping servers
March 1st, 2011 commitment due by all interested mapping servers
March 2nd, 2011 exercise begins (and weekly meetings)
August 1st, 2011 final testing begins
September 1st, 2011 no further testing
September 2nd, 2011 final results due from all teams
September 12-16, 2011 present results at FOSS4G2011

Rules of Engagement (unofficial, copied from 2010)

  1. All parties must contribute any changes that they make to their software for this exercise, back to their community. Note that the changes don't have to be contributed before the conference, just in a reasonable period of time.
  2. Comparisons will be made of the best available version of the software, be it a formal release or a development version.
  3. Two tests will be run: one 'baseline' test with the data in its raw format (with spatial indexes), and another 'best effort' test where 'the sky is the limit' for what changes you want to make to the data (change format, generalize, etc)
  4. Teams must document all steps they did to manipulate the data/server for both the 'baseline' and 'best effort' tests. If a team does not document the steps on this wiki then that team's test results will not be used.
  5. Data formats to be used will be shapefiles for vectors, and uncompressed geotiffs for rasters.
  6. WMS output formats to be used will be png8 and png24 where possible


Documenting Server Details and Differences

It is the responsibility of each team to document their setup with regard to data.

Please keep your notes in your servers directory in svn: http://svn.osgeo.org/osgeo/foss4g/benchmarking/

Datasets

SVN

The project files (minus data) are stored in Subversion (http://svn.osgeo.org/osgeo/foss4g/benchmarking/).

Hardware

Communication

Coordination/communication is primarily via the Benchmarking mailing list: http://lists.osgeo.org/mailman/listinfo/benchmarking

Weekly meetings will occur through IRC chat in the #foss4g channel on irc.freenode.net

Next IRC meeting

External Related Links