Difference between revisions of "Benchmarking 2012"

From OSGeo
Jump to navigation Jump to search
(Created page with "== Basic Premise == Following up on last year's exercise, the performance shoot-out presentation at FOSS4G2012 will test how long each Web mapping ser...")
 
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
== Basic Premise  ==
 
== Basic Premise  ==
  
Following up on [[Benchmarking 2011|last year's exercise]], the performance shoot-out presentation at [[FOSS4G2012]] 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.
+
Following up on [[Benchmarking 2011|last year's exercise]], the performance shoot-out presentation at [[FOSS4G 2012]] 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.
 +
 
 +
== 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 (you can use [http://webchat.freenode.net/ webchat] to connect in browser)
 +
 
 +
 
 +
== Participants  ==
 +
 
 +
''Server Teams:''
 +
 
 +
{| border="1"
 +
|-
 +
| '''Mapping Server'''
 +
| '''Development Team Leader'''
 +
| '''Confirmed'''
 +
|-
 +
| MapServer
 +
| [[User:Jmckenna|Jeff McKenna]],  [[User:msmitherdc|Michael Smith]]
 +
| Yes
 +
|}
 +
 
 +
 
 +
== SVN ==
 +
 
 +
* The project files (minus data) will be stored in Subversion (http://svn.osgeo.org/osgeo/foss4g/benchmarking/wms/2012/).  If you need commit access contact jmckenna on IRC.
 +
 
 +
* Existing committers can give new OSGeoID users permissions through this page: https://www.osgeo.org/cgi-bin/auth/ldap_group.py?group=osgeo
 +
 
 +
 
 +
----
 +
 
 +
[[Category:FOSS4G2012]]
 +
[[Category:Benchmarking]]

Latest revision as of 04:07, 25 February 2015

Basic Premise

Following up on last year's exercise, the performance shoot-out presentation at FOSS4G 2012 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.

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 (you can use webchat to connect in browser)


Participants

Server Teams:

Mapping Server Development Team Leader Confirmed
MapServer Jeff McKenna, Michael Smith Yes


SVN