DST-shadow
Go to file
Alberto Soutullo 59d0af374b
Export metric port to 8008 in Dockerfile
2024-06-03 17:56:32 +02:00
nimbledeps Add shadow node 2023-09-01 10:12:05 +02:00
tools Add shadow node 2023-09-01 10:12:05 +02:00
.gitignore Modified gitignore and testing signing 2023-10-18 13:02:56 +02:00
Dockerfile Export metric port to 8008 in Dockerfile 2024-06-03 17:56:32 +02:00
LICENSE Initial commit 2023-08-10 11:42:46 +02:00
README.md Add shadow node 2023-09-01 10:12:05 +02:00
cron_runner.sh Modified node to inject messages at constant rate 2023-12-04 18:22:58 +01:00
main.nim Change metric port to 8008 2024-06-03 17:55:26 +02:00
runner.sh Updated docker image to match requirements from chronos. 2024-01-24 19:43:04 +01:00
test_node.nimble Add metrics server and do connections though service 2024-05-28 13:55:43 +02:00

README.md

dst-gossipsub-test-node

  • DST gossipsub test node
  • incl shadow simulation setup

Shadow example

nimble install -dy
cd shadow
# the default shadow.yml will start 5k nodes, you might want to change that by removing
# lines and setting PEERS to the number of instances
./run.sh
# the output is a "latencies" file, or you can find each host output in the
# data.shadow folder

# you can use the plotter tool to extract useful metrics & generate a graph
cd ../tools
nim -d:release c plotter
./plotter ../shadow/latencies "Clever graph name"
# will output averages, and generate a "test.svg" graph

The dependencies will be installed in the nimbledeps folder, which enables easy tweaking