fix format

This commit is contained in:
Feng 2016-02-29 22:36:39 +08:00
parent e8cfff6618
commit 99e82ba3ad
2 changed files with 4 additions and 3 deletions

View File

@ -76,6 +76,7 @@ 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. The Dashboard helps monitor broker's running status, statistics and metrics of MQTT packets.
Default Address: http://localhost:18083 Default Address: http://localhost:18083
Default Login/Password: admin/public Default Login/Password: admin/public
## Design ## Design
@ -120,7 +121,7 @@ Read Documents on [emqttd-docs.rtfd.org](http://emqttd-docs.rtfd.org) for instal
## Benchmark ## Benchmark
Latest release of the emqttd broker is scaling to 1.3 million MQTT connections on a 12 Core, 32G CentOS server. Latest release of 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: Benchmark 0.12.0-beta on a CentOS6 server with 8 Core, 32G memory from QingCloud:

View File

@ -184,7 +184,7 @@ For example, enable 'emqttd_plugin_pgsql' plugin::
One Million Connections One Million Connections
----------------------- -----------------------
Latest release of the emqttd broker is scaling to 1.3 million MQTT connections on a 12 Core, 32G CentOS server. Latest release of emqttd broker is scaling to 1.3 million MQTT connections on a 12 Core, 32G CentOS server.
.. NOTE:: .. NOTE::