Read-only mirror of https://git.vdb.to/cerc-io/go-ethereum (Statediffing-fork of the official Go implementation of the Ethereum protocol)
GNU Lesser General Public License v3.0
13
stars
4
forks
source link
Additional statediff metrics and logging. #304
Closed
telackey closed 1 year ago
Adds counters and logging for the number of statediff API requests, number of statediffs underway, etc.
We had some fine-grained performance stats related to the indexing of an individual block, which looked like this:
But we lacked a more general information like the number of statediffs performed so far, how many were executing at this moment, and so forth.
Output of the new code looks like:
And: