https://github.com/rzwiefel/ddf-load-test
Simple Load Test using locustio
https://github.com/rzwiefel/ddf-load-test
loadtest locustio
Last synced: 8 months ago
JSON representation
Simple Load Test using locustio
- Host: GitHub
- URL: https://github.com/rzwiefel/ddf-load-test
- Owner: rzwiefel
- Created: 2017-03-21T23:00:21.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-31T16:46:46.000Z (almost 9 years ago)
- Last Synced: 2025-09-09T11:38:25.180Z (8 months ago)
- Topics: loadtest, locustio
- Language: Python
- Size: 22.8 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DDF Load Test
A simple load testing tool taking advantage of locust.io.

## Setup
#### This requires python 3.5+ to run.
1. Ensure python 3.5+ is installed on your system.
2. Install requirements by running `pip install -r requirements.txt`
1. `pip` may be aliased to `pip3` on macOS
## Running
1. Run `python DDFLoadTest.py --host=https://localhost:8993` to start the application
- `python` may be aliased to `python3` on macOS
- replace `localhost:8993` with running server address
2. Navigate to [http://localhost:8089](http://localhost:8089) to open the Load Test UI.
# DDF Ingest Performance Test
A simple performance testing tool
## Setup
#### This requires python 3.5+ to run.
1. Ensure python 3.5+ is installed on your system.
2. Install requirements by running `pip install -r requirements.txt`
1. `pip` may be aliased to `pip3` on macOS
## Running
1. Start DDF
2. Run `python DDFIngestTest.py ` to start the application
- `python` may be aliased to `python3` on macOS