Closed georgepisaltu closed 1 year ago
Fixes https://github.com/casper-network/casper-db-utils/issues/23
This PR implements the execution_results_summary subcommand. It takes the path to a storage.lmdb file and optionally an output file path for dumping the JSON, otherwise it uses standard output.
execution_results_summary
storage.lmdb
The output looks like:
{ "execution_results_size": { "average": 1.5, "median": 2, "max": 3 }, "chunks_statistics": { "average": 1.5, "median": 2, "max": 3 } }
Added @sacherjj as a reviewer for the API and CLI usage only.
Fixes https://github.com/casper-network/casper-db-utils/issues/23
This PR implements the
execution_results_summary
subcommand. It takes the path to astorage.lmdb
file and optionally an output file path for dumping the JSON, otherwise it uses standard output.The output looks like:
Added @sacherjj as a reviewer for the API and CLI usage only.