mqttwrk

Crates.iomqttwrk
lib.rsmqttwrk
version0.2.0
sourcesrc
created_at2020-05-05 13:02:45.41178
updated_at2023-05-03 10:14:51.15868
descriptionWrk inspired tool for scale and performance testing mqtt brokers
homepage
repositoryhttps://github.com/bytebeamio/mqttwrk
max_upload_size
id237713
size213,146
Ravi Teja (tekjar)

documentation

README

mqttwrk

Wrk/Wrk2 inspired tool for conformance and scale testing mqtt brokers

Examples


  • Run 10K connection producing
    • total of 20 messages
    • 1 publisher per connection
    • 0 subscribers per connection
    • 1 message/second frequency per publisher
cargo run --release -- bench -n 20 -p 1 -s 0 -r 1
Commit count: 151

cargo fmt