mirror of
https://github.com/logos-messaging/logos-messaging-simulator.git
synced 2026-01-07 08:23:11 +00:00
16 lines
317 B
Markdown
16 lines
317 B
Markdown
# rest-traffic
|
|
|
|
Test utility for [nwaku](https://github.com/waku-org/nwaku).
|
|
Given the REST API endpoint, it injects traffic with a given message size at a given rate.
|
|
|
|
See usage:
|
|
```
|
|
./python traffic.py ---help
|
|
```
|
|
|
|
Use with docker:
|
|
```
|
|
build:
|
|
context: ./tools/rest-traffic
|
|
dockerfile: Dockerfile
|
|
``` |