SkillAgentSearch skills...

Akinji

socket.io stress testing / benchmarking tool

Install / Use

/learn @sonsuzdongu/Akinji
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

akinji

socket.io stress testing / benchmarking tool

prerequisites

<pre>pip install socketIO-client</pre>

usage

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

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

known issues

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

View on GitHub
GitHub Stars28
CategoryDevelopment
Updated4y ago
Forks4

Languages

Python

Security Score

60/100

Audited on May 7, 2021

No findings