Skip to content

ngotchac/eth-metrics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eth-Metrics

This is a script to gather some metrics for a given Ethereum Node binary. Currently it only gathers peer count and the block height, but this can be easily extended.

It runs the binary for some time, and creates graphs for the gathered metrics

Usage

eth-metrics --bin <BINARY> --data <FOLDER> --name <NAME> --output <FOLDER>

The --data folder should be a Parity data folder, thus containing a chains directory. The idea is that this would be the starting point of all the runs, thus having this folder containing DB for a few thousands blocks (we had some issue with node sending wrong first blocks on Foundation, thus skipping the first few thousands blocks makes more reliable runs).

Graphs

Example Block Height Example Peer Count

About

Gather Ethereum metrics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages