bigbluebutton-Github/bbb-graphql-middleware/demo/client/stress-test.sh

3 lines
183 B
Bash
Raw Normal View History

2023-04-27 09:03:40 +08:00
#!/bin/bash
# Run 10.000 connections with 20 parallel clients (each client will disconnect at a random time - see main.js for more details)
seq 1 10000 | xargs -n 1 -P 20 node main.js