Skip to content

maxgalbu/websockets-stress-test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm version

Description

WebSockets Stress Test - Tool written in NodeJS that allows to make a stress test for your application that uses WebSockets. You can create behavior scenarios that tool will run on every connection in test.

Installation

npm install -g wsst

Usage

//Help
wsst -h

//Run 100 connections
wsst -c 100 ws://localhost:1080 your-scenario.js