Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rodo/tsung-gis
Tsung module for load test in GIS systems
https://github.com/rodo/tsung-gis
Last synced: 3 months ago
JSON representation
Tsung module for load test in GIS systems
- Host: GitHub
- URL: https://github.com/rodo/tsung-gis
- Owner: rodo
- License: gpl-3.0
- Created: 2014-02-14T10:04:07.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2021-03-08T13:26:11.000Z (over 3 years ago)
- Last Synced: 2024-04-16T07:03:10.786Z (7 months ago)
- Language: Erlang
- Size: 224 KB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-tsung - tsung-gis - Tsung module for load testing GIS systems. (Tools / Plugins)
README
tsung-gis
=========Tsung module for load test in GIS systems
Templates
=========build_scenario.py create a file called 'tsung.xml' in outputdir, and
a set of file load as ENTITY in 'tsung.xml' for each action defined in
all modules passed as parameter.Usage :
$ build_scenario.py -o OUTPUT_DIR -m MODULE name
Sample usage :
$ build_scenario.py -o ~/tsung/bench_one/ -m wms -m xyz -m wfs
Modules
=======* randomcoord : generate random coordinate
* slippymap : convert coord to/from slippy map numbers quad tile
* tms : generate urls based on moves on a tile map
* wms : Web Mapping Service url generator
Running tests
=============To run unit all tests you can do :
$ make dotest
Or for only one module, ``tms`` for example
$ make test
$ /usr/bin/erl -noshell -pa ./ebin-test -s eunit test tms_tests -s init stopDocumentation
=============The documentation is online at http://tsung-gis.readthedocs.org/