This commit is contained in:
Ery Lee 2015-04-20 04:58:59 +08:00
parent c799e06b8b
commit 628609d495
1 changed files with 5 additions and 5 deletions

View File

@ -1,18 +1,18 @@
# Overview [![Build Status](https://travis-ci.org/emqtt/emqttd.svg?branch=master)](https://travis-ci.org/emqtt/emqttd)
## Overview [![Build Status](https://travis-ci.org/emqtt/emqttd.svg?branch=master)](https://travis-ci.org/emqtt/emqttd)
emqttd is a clusterable, massively scalable MQTT V3.1/V3.1.1 broker written in Erlang/OTP. emqttd support both MQTT V3.1/V3.1.1 Protocol Specification.
emqttd requires Erlang R17+ to build.
Download binary packeges for linux, mac and freebsd from [emqtt.io/downloads](http://emqtt.io/downloads)
## Download
Download binary packeges for linux, mac and freebsd from [emqtt.io/downloads](http://emqtt.io/downloads)
## Benchmark
Benchmark 0.5.4-alpha on a ubuntu/14.04 server with 8 cores, 32G memory from QingCloud:
200K Connections, 200K Topics, 20K Messages/sec, 20Mbps In/Out with 7G Memory, 40%CPU/core
Benchmark 0.6.1-alpha on a ubuntu/14.04 server with 8 cores, 32G memory from QingCloud:
200K+ Connections, 200K+ Topics, 20K+ In/Out Messages/sec, 20Mbps+ In/Out with 8G Memory, 50%CPU/core
## Featues