Skip to content

Commit

Permalink
modify Readme.md (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
heya-naohiro authored May 2, 2024
1 parent 2206f5e commit 7377bdf
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ OPTIONS:
@ MacBook Pro (Retina, 15-inch, Mid 2015)

tool: [https://github.com/inovex/mqtt-stresser](https://github.com/inovex/mqtt-stresser)

<details>
<summary>./mqtt-stresser -broker tcp://localhost:8883 -num-clients 1 -num-messages 50000 -rampup-delay 1s -rampup-size 10 -global-timeout 180s -timeout 20s -publisher-qos 0</summary>

```
[~/mqtt-stresser]$./mqtt-stresser -broker tcp://localhost:8883 -num-clients 1 -num-messages 50000 -rampup-delay 1s -rampup-size 10 -global-timeout 180s -timeout 20s -publisher-qos 0
1 worker started
Expand Down Expand Up @@ -85,6 +89,12 @@ Median: 119381 msg/sec
< 119381 msg/sec 100%
```

</details>

<details>
<summary>./mqtt-stresser -broker tcp://localhost:8883 -num-clients 10 -num-messages 50000 -rampup-size 10 -global-timeout 180s -timeout 20s -publisher-qos 0</summary>

```
$ ./mqtt-stresser -broker tcp://localhost:8883 -num-clients 10 -num-messages 50000 -rampup-size 10 -global-timeout 180s -timeout 20s -publisher-qos 0
10 worker started
Expand Down Expand Up @@ -122,6 +132,11 @@ Median: 46254 msg/sec
< 55142 msg/sec 100%
```

</details>

<details>
<summary>./mqtt-stresser -broker tcp://localhost:8883 -num-clients 100 -num-messages 5000 -rampup-size 10 -global-timeout 180s -timeout 20s -publisher-qos 0</summary>

```
$ ./mqtt-stresser -broker tcp://localhost:8883 -num-clients 100 -num-messages 5000 -rampup-size 10 -global-timeout 180s -timeout 20s -publisher-qos 0
# Configuration
Expand Down Expand Up @@ -167,3 +182,5 @@ Median: 1788 msg/sec
< 50636 msg/sec 99%
< 55597 msg/sec 100%
```

</details>

0 comments on commit 7377bdf

Please sign in to comment.