Skip to content

sonsuzdongu/akinji

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

akinji

socket.io stress testing / benchmarking tool

prerequisites

pip install socketIO-client

usage

Command below opens 100 sockets to locahost:3000, waits for 100 seconds and listens for "some msg" and print those messages

python akinji.py -c 100 --host localhost --port 3000 --waitFor 100 --on "some msg"

known issues

CTRL+C doesnt work since threads joined. you may need to kill the process from another shell

About

socket.io stress testing / benchmarking tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages