Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 272 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 272 Bytes

loadtest

nodejs APP to provide some load by spawning CHILD_PROCESSES amount of connections to your stream

required env variables

  • STREAM_URL - link to your stream
  • CHILD_PROCESSES - amount of connections

To start

Simply write: npm i

then: npm start