emqx / emqtt-bench

Lightweight MQTT benchmark tool written in Erlang
https://www.emqx.com
Apache License 2.0
511 stars 132 forks source link

Sometimes the `-c` is not work #220

Closed Rory-Z closed 12 months ago

Rory-Z commented 1 year ago

I'm using emqtt-bench-0.4.11-ubuntu22.04-amd64-quic.tar.gz in AWS EC2

and when I'm running ./bin/emqtt_bench pub -h 10.11.7.83 -p 31883 -t 't/%i'-c 10000 -k 300 -l, looks -c is not work, the connect_succ is keep 200.

but if I'm running ./bin/emqtt_bench pub -c 10000 -h 10.11.7.83 -p 31883 -t 't/%i' -k 300 -l, the -c is work.

Rory-Z commented 1 year ago
image
Rory-Z commented 1 year ago

My bad, I'm miss space