A simple load testing tool taking advantage of locust.io.
- Ensure python 3.5+ is installed on your system.
- Install requirements by running
pip install -r requirements.txt
pip
may be aliased topip3
on macOS
- Run
python DDFLoadTest.py --host=https://localhost:8993
to start the applicationpython
may be aliased topython3
on macOS- replace
localhost:8993
with running server address
- Navigate to http://localhost:8089 to open the Load Test UI.
A simple performance testing tool
- Ensure python 3.5+ is installed on your system.
- Install requirements by running
pip install -r requirements.txt
pip
may be aliased topip3
on macOS
- Start DDF
- Run
python DDFIngestTest.py <csw | rest> <path-to-xml-file> <metadata-format>
to start the applicationpython
may be aliased topython3
on macOS