Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

flanpan/snlocust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

35 Commits

Repository files navigation

snlocust

Description

A high performence load test tool, implement with skynet and locust.

Design

flowchart TD;
browser[browser 1..n]<--http get data-->web
agent[agent 1..n]-->stats[stats 1..n]-->web
agent-->counter[counter 1..n]-->web
logger-->web--websocket push log-->browser
Loading

Install

pull submodule

git submodule update --init

build linux

make linux

or macosx

make macosx

run

./start.sh

open the browser with default url http://127.0.0.1:8001

About

A high performence load test tool, implement with skynet and locust web ui.

Topics

Resources

Readme

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors