Skip to content

Commit a9d0f27

Browse files
committed
Update README with download data information
1 parent 0f9b0b1 commit a9d0f27

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ It merely needs the Python interpreter to run it and to install the dependencies
2020
To launch the clients we have developed a repository to automatize running the clients using a docker-compose file. Please refer [here](https://github.com/migalabs/eth2-clients-setup) to discover more about it.
2121

2222

23+
## Data
24+
25+
Data has been collected from Prometheus and from a Python script developed by us to double check the Prometheus data is correct.
26+
You may see the download script from Prometheus in the `download_data` folder.
27+
The Python project can be found [here](https://github.com/migalabs/eth2-client-analyzer).
28+
2329
## Configuration Instructions
2430

2531
The Execution command looks like the following:
@@ -28,7 +34,7 @@ The Execution command looks like the following:
2834
python3 plot_data.py <config-file> csv-files
2935
3036
Example:
31-
python3 plot_data.py configs/config_plot_NEvs_cpu.ini mainnet2/grandine_sample_13300.csv mainnet2/NE_grandine.csv
37+
python3 plot_data.py configs/config_plot_NEvs_cpu.ini mainnet2/grandine_sample.csv mainnet2/NE_grandine.csv
3238
3339
```
3440
Keep in mind that there are several different keywords we can give as metricType argument:

0 commit comments

Comments
 (0)