I would like to gain insight in how Libra currently scales in terms of number of Validator nodes. Currently the project provide performance metrics via Terraform but it seems to be entangled with Amazon Web services (AWS). My question is: Can I get performance metrics with Terraform from my local docker network? I create my network via the following commands:
docker/validator-dynamic/run.sh
docker/mint/run.sh libra_mint:latest 172.18.0.10 8000 info
cargo run -p cli --bin cli ā -a 172.18.0.10 -p 8000 -f 172.18.0.2:8000
And if this is not (yet) possible then what would be the best approach for getting performance metrics such as:
Transaction finality time
Transaction throughput
When enabling the metrics in the metrics_config.rs file the nodes do create a metrics file in the folder: ā/opt/libra/data/common/metrics/ā. Is there currently a script that parses this file into readable metrics?