Load Testing & perfomance suggestions

We have an web-app which will go in production shortly. Before we push it to the production, we want to get a benchmark of our app. We’ve tried using meteor-down for a single subscription with concurrent user of 100. and having a powerful multicore server, we cannot really max out the CPU. And meteor is also a single thread application.Unfortunately web socket rejects connection if we try to add more concurrent user when using meteor-down. Thus we’re seeking out suggestions for what we really need to benchmark our app.

1 Like

Take a look at this issue and @arunoda’s explanation/recommendation:

1 Like