mirror of
https://github.com/logos-messaging/logos-messaging-simulator.git
synced 2026-01-08 08:53:08 +00:00
* fix wakusim hostname see https://github.com/status-im/infra-misc/pull/388 * chore: update docker compose command in README.md (#99) * Using shards, pubsubtopic is deprecated (#102) * Move the rest-traffic logic inside waku-simulator (#103) * Move the rest-traffic logic inside waku-simulator to be built locally * Enable timestamp for rest-traffic --------- Co-authored-by: Anton Iakimov <yakimant@gmail.com> Co-authored-by: Ivan FB <128452529+Ivansete-status@users.noreply.github.com>
317 B
317 B
rest-traffic
Test utility for 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