relab / hotstuff

MIT License
172 stars 53 forks source link

How to get measurement information from remote hosts #108

Open L57-hit opened 10 months ago

L57-hit commented 10 months ago

How could I get the information from remote servers? I tried to add "---output="results" " to the depoy_test.sh, just like following:

docker-compose compose_args exec -T controller /bin/sh -c "hotstuff run --hosts '$(join ',' "${hosts[@]}")' --output results --config ./example_config.toml "

However, it didn't work. The folder "results" doesn't be created at all.