-
Notifications
You must be signed in to change notification settings - Fork 671
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NOISSUE - Improve MQTT benchmarking tools #828
Conversation
Signed-off-by: drasko <[email protected]>
Signed-off-by: drasko <[email protected]>
Signed-off-by: drasko <[email protected]>
Signed-off-by: drasko <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #828 +/- ##
==========================================
- Coverage 85.57% 85.53% -0.05%
==========================================
Files 72 72
Lines 4701 4701
==========================================
- Hits 4023 4021 -2
- Misses 442 444 +2
Partials 236 236
Continue to review full report at Codecov.
|
@@ -0,0 +1,25 @@ | |||
[mqtt] | |||
[mqtt.broker] | |||
url = "tcp://localhost:1883" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tcps://localhost:8883
@@ -0,0 +1,25 @@ | |||
[mqtt] | |||
[mqtt.broker] | |||
url = "tcp://localhost:1883" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tcps://localhost:8883
tools/mqtt-bench/README.md
Outdated
cd benchmark | ||
go build -o mqtt-bench *.go | ||
drasko@Marx:~/go/src/github.com/mainflux/mainflux/tools/mqtt-bench$ ./mqtt-bench --help | ||
Tool for exctensive load and benchmarking of MQTT brokers used withing Mainflux platform. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'withing Mainflux'
tools/mqtt-bench/README.md
Outdated
The tool supports multiple concurrent clients, publishers and subscribers configurable message size, etc: | ||
|
||
``` | ||
cd benchmark | ||
go build -o mqtt-bench *.go | ||
drasko@Marx:~/go/src/github.com/mainflux/mainflux/tools/mqtt-bench$ ./mqtt-bench --help |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove your prompt. If really want the path to be there, exchange it with cd $GOPATH/mainflux/mainflux...
and then the help command
Signed-off-by: drasko <[email protected]>
Signed-off-by: drasko <[email protected]>
* Refactor mqtt-bench Signed-off-by: drasko <[email protected]> * Refactor mqtt-bench and provision tools Signed-off-by: drasko <[email protected]> * Improve README Signed-off-by: drasko <[email protected]> * Remove provision generated toml file Signed-off-by: drasko <[email protected]> * Update README Signed-off-by: drasko <[email protected]> * Replace `tcp` with `tcps` for mtls Signed-off-by: drasko <[email protected]>
* Refactor mqtt-bench Signed-off-by: drasko <[email protected]> * Refactor mqtt-bench and provision tools Signed-off-by: drasko <[email protected]> * Improve README Signed-off-by: drasko <[email protected]> * Remove provision generated toml file Signed-off-by: drasko <[email protected]> * Update README Signed-off-by: drasko <[email protected]> * Replace `tcp` with `tcps` for mtls Signed-off-by: drasko <[email protected]>
No description provided.