This commit is contained in:
Feng Lee 2015-03-23 01:42:53 +08:00
parent 3a7103a728
commit 40b07c5e4c
2 changed files with 25 additions and 1 deletions

View File

@ -2,6 +2,30 @@
eMQTTD ChangeLog
==================
0.5.4-alpha (2015-03-22)
-------------------------
Benchmark this release on a ubuntu/14.04 server with 8 cores, 32G memory from QingCloud.com:
```
200K Connections,
30K Messages/Sec,
20Mbps In/Out Traffic,
200K Topics,
200K Subscribers,
Consumed 7G memory, 40% CPU/core
```
Benchmark code: https://github.com/emqtt/emqttd_benchmark
Change: rewrite emqttd_pubsub to handle more concurrent subscribe requests.
Change: ./bin/emqttd_ctl add 'stats', 'metrics' commands.
Bugfix: issue #71, #72
0.5.3-alpha (2015-03-19)
-------------------------

View File

@ -1,7 +1,7 @@
{application, emqttd,
[
{description, "Erlang MQTT Broker"},
{vsn, "0.5.3"},
{vsn, "0.5.4"},
{modules, []},
{registered, []},
{applications, [kernel,