Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hw requirements - 5K users, 25-50 msgs/sec, QoS=1 #209

Closed
santif opened this issue Jul 24, 2015 · 1 comment
Closed

Hw requirements - 5K users, 25-50 msgs/sec, QoS=1 #209

santif opened this issue Jul 24, 2015 · 1 comment
Assignees
Milestone

Comments

@santif
Copy link

santif commented Jul 24, 2015

We're evaluating to migrate from a plain websocket based service to MQTT over websockets and QoS=1, using emqttd.
What are the minimum server requirements for 5K users? Clients don't send messages. The server sends 25-50 msgs/sec to all clients using QoS=1.. Each message has 100-150 bytes. Any help will be appreciated, thanks!

@emqplus emqplus added this to the 0.12.0 milestone Oct 8, 2015
@emqplus emqplus self-assigned this Oct 8, 2015
@emqplus
Copy link
Contributor

emqplus commented Oct 8, 2015

@santif, Are your sure about your requirements? It means the broker should publish messages at the rate of 125K~250K msg/sec!

I write a new benchmark tool. Your could benchmark the case with the latest broker by yourself:

Subscribe with 5000 clients:

./emqtt_bench_sub -h 10.61.63.50 -i 10 -c 5000 -t bench -q 1

Publish messages at the rate of 10 msg/sec:

./emqtt_bench_pub -h 10.61.63.50 -c 1 -I 100 -t bench -q 1 -s 150

@emqplus emqplus closed this as completed Oct 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants