Replies: 1 comment
|
Ok, I figure this out. The measurement information is stored into the controller container. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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.
All reactions