Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 474 Bytes

README.md

File metadata and controls

32 lines (28 loc) · 474 Bytes

How to run

Normal

./run.sh <is_bootstrap> <execution_duration_in_secs>

Example: Running 3 peers with 1 being the bootstrap node for 20 seconds.

./run.sh bootstrap 20
./run.sh 20
./run.sh 20

Testing

./test.sh <node_count> <debug_mode>

Example: Running 3 peers.

./test.sh 3

Logging

What do I log?

  • of put message

  • of get messages

    • of successful gets

    • of failed gets

  • latencies per message