Changes between Version 4 and Version 5 of PerformanceTesting


Ignore:
Timestamp:
Mar 8, 2009, 1:11:02 PM (15 years ago)
Author:
jlacroix
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PerformanceTesting

    v4 v5  
    22
    33|| '''Description''' || '''Parallel Requests''' || '''Number of request done in 20 seconds''' ||
    4 || CGI request on state_shp layer with square extents and square maps || 1 || 295 to 305 ||
    5 || WMS request on state_shp layer with square extents and square maps || 1 || 270 to 280 ||
    6 || CGI request on state_shp layer with square extents and square maps with 100 layer in mapfile || 1 || 275 to 280 ||
    7 || CGI request on state_shp layer with square extents and square maps with EPSG code in map object || 1 || 295 to 297 ||
     4|| CGI request on state_shp layer with square extents and square maps * || 1 || 297 to 305 ||
     5|| WMS request on state_shp layer with square extents and square maps * || 1 || 270 to 280 ||
     6|| CGI request on state_shp layer with square extents and square maps with 100 layer in mapfile ** || 1 || 275 to 280 ||
     7|| CGI request on state_shp layer with square extents and square maps with EPSG code in map object *** || 1 || 295 to 297 ||
     8
     9{{{
     10* Used the mapfile below out of the box with the extents below to draw a 500x500 square map with a square extent. I've only tested with one parallel request since I only have one CPU.
     11
     12** Copied the 3 layers in the mapfile multiple times to get a total of 100 layers. The copied layers were not called like the 3 original ones.
     13
     14*** Only changed the MAP projection block to be "init=epsg:4326" instead of the projection string.
     15}}}
    816
    917== Test machine ==
     
    1826[http://www.acme.com/software/http_load/ http_load] for load creation[[BR]]
    1927gprof 2.18.93.20081009[[BR]]
     28GeoServer performance test data and mapfile (see below for the mapfile)[[BR]]
    2029
    2130=== Width 500x500 Extent: ===