Skip to content

assistify/rocket.chat.load.tester

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rocket.chat.load.tester

How to use

Run it and then consume its REST API:

# spawn as many clients you want/can
curl -X POST http://localhost:3000/load/connect -d 'howMany=100'

# log them in
curl -X POST http://localhost:3000/load/login

# subscribe to receive room's messages and events
curl -X POST http://localhost:3000/load/subscribe/GENERAL

# start sending messages
curl -X POST http://localhost:3000/load/message/send

# stop sending messages
curl -X DELETE http://localhost:3000/load/message/send

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.4%
  • Shell 22.6%
  • Dockerfile 2.0%