From 46b2aa6bae23b1c98efc48b797c85b7304b6c567 Mon Sep 17 00:00:00 2001 From: Feng Date: Mon, 29 Feb 2016 22:27:24 +0800 Subject: [PATCH] Dashboard --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index a750bef17..3059c49c6 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,6 @@ emqttd is a massively scalable and clusterable MQTT V3.1/V3.1.1 broker written i emqttd is fully open source and licensed under the Apache Version 2.0. emqttd implements both MQTT V3.1 and V3.1.1 protocol specifications, and supports WebSocket, STOMP, SockJS, CoAP and MQTT-SN in the same time. -Latest release of the emqttd broker is scaling to 1.3 million MQTT connections on a 12 Core, 32G CentOS server. - emqttd requires Erlang R17+ to build. Demo Server: tcp://t.emqtt.io:1883 @@ -73,14 +71,13 @@ Plugin | Desc ## Dashboard -A Web Dashboard will be loaded when the emqttd broker started successfully. The Dashboard helps monitor broker's running status, statistics and metrics of MQTT packets. +A Web Dashboard will be loaded when the emqttd broker started successfully. + +The Dashboard helps monitor broker's running status, statistics and metrics of MQTT packets. Default Address | http://localhost:18083 --------------------|------------------------ - Default Login | admin --------------------|------------------------ - Default Password | public --------------------|------------------------ +Default Login | admin +Default Password | public ## Design @@ -124,6 +121,8 @@ Read Documents on [emqttd-docs.rtfd.org](http://emqttd-docs.rtfd.org) for instal ## Benchmark +Latest release of the emqttd broker is scaling to 1.3 million MQTT connections on a 12 Core, 32G CentOS server. + Benchmark 0.12.0-beta on a CentOS6 server with 8 Core, 32G memory from QingCloud: 250K Connections, 250K Topics, 250K Subscriptions, 4K Qos1 Messages/Sec In, 20K Qos1 Messages/Sec Out, 8M+(bps) In, 40M+(bps) Out Traffic