Skip to content

terrestris/geoserver_loadtest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GeoServer loadtest

This is a basic GeoServer load tester implemented with locust

Usage

Edit the config.toml and layers.csv to your needs.

Start a GeoServer like docker run -it -p 8080:8080 docker.osgeo.org/geoserver:2.27.2

  • pip install locust
  • python -m venv venv
  • source venv/bin/activate
  • pip install -r requirements.txt
  • locust -f loadtest.py
  • Open http://0.0.0.0:8089/ and define "number of users" (50) and "ramp up" (10) to start a test

Note

Authentication against GeoServer is not yet supported.

About

A basic GeoServer load tester implemented with locust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages