Skip to content

millerw8/ddf-load-test

 
 

Repository files navigation

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 main.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 https://localhost:8089 to open the Load Test UI.

About

Simple Load Test using locustio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%