mqtt-stresser icon indicating copy to clipboard operation
mqtt-stresser copied to clipboard

Load testing tool to stress MQTT message broker

Results 22 mqtt-stresser issues
Sort by recently updated
recently updated
newest added

Hello! I'm stress testing a broker and and I noticed a lot bigger receiving througput with QoS 1 and 2. Otherwise same parameters. Broker is on AWS. No errors, all...

To ease systematic benchmark, we should export the benchmark results in a machine readable format. This allows import in evaluation tool chains like jupyter notebooks, R or Excel.

enhancement

The problem occurs while stress testing some brokers like Bevywise MQTT Route and HiveMq as they support only 25 clients to be connected in their evaluation versions. MQTT Route keeps...

enhancement

via CI builds?

enhancement

Hello, i got an unexpected behavior while testing our broker: Test timeout. Wait 5s to allow disconnection of clients. The Debug Log: DEBUG: 13:03:17.305348 worker.go:190: [5] starting control loop test/test/76027e37ce19/worker5-1693134756...

We wanted to only start sending messages when all clients successfully subscribed to their topics. Setting the flag -await-clients does that. When all workers issued a SubscribedEvent they in turn...

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.7.0 to 0.17.0. Commits b225e7c http2: limit maximum handler goroutines to MaxConcurrentStreams 88194ad go.mod: update golang.org/x dependencies 2b60a61 quic: fix several bugs in flow control accounting 73d82ef...

dependencies

Hello, For clarification purposes, would it be possible to add some description covering which layers and protocols this tool explores? For reliability tests, this would be pretty useful! Thanks!

we have the requirement of generating messages with varying sizes throughout a load-test run given min and max limits. This change adds the ability to specify that via two new...