RSMuthu / locust

Scalable user load testing tool written in Python

Home Page:http://locust.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Locust (0.7.5)

Build Status Gitter Chat

Links

Description

This is a fork from this official git (Locust 0.7.5)

Addups

  • Distributed testing compactibility in the CLI mode

    Master - Slave spawning can be done in CLI mode also. But the number of slaves is predefined unlike WebUI mode.

  • Timely Test Response stats available in CLI mode also (which can be used for plaotting)

    In case of the WebUI, we get Locust data in JSON format visiting [http://localhost:8089/stats/requests] while test is on run. Same way, the WebUI also will generate the data is the same similar format. (Futher extended for plotting and others things while in CLI also)

About

Scalable user load testing tool written in Python

http://locust.io

License:MIT License


Languages

Language:Python 86.3%Language:HTML 6.2%Language:JavaScript 4.6%Language:CSS 2.8%Language:Makefile 0.1%