Skip to content

Commit 94d85c0

Browse files
committed
Merge branch 'master' of https://github.com/takanorig/mqtt-bench
2 parents bcd4173 + 08f04ed commit 94d85c0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ Supported benchmark pattern is:
77
* Parallel subscribe from clients
88

99
## Getting started
10-
### Installed
10+
### Installation
11+
```
12+
$ go get github.com/takanorig/mqtt-bench
13+
$ go install github.com/takanorig/mqtt-bench
14+
```
1115

1216
### Publish
1317
* Precondition
@@ -28,7 +32,7 @@ Result : broker=tcp://192.168.1.100:1883, clients=10, totalCount=1000, duration=
2832
(Keep the messages before subscribing)
2933
$ mqtt-bench -broker=tcp://192.168.1.100:1883 -action=pub -retain=true
3034
31-
$ mqtt-bench -broker=tcp://{host}:{port} -action=sub
35+
$ mqtt-bench -broker=tcp://192.168.1.100:1883 -action=sub
3236
2015-04-04 12:50:27.188396 +0900 JST Start benchmark
3337
2015-04-04 12:50:27.477896 +0900 JST End benchmark
3438

0 commit comments

Comments
 (0)