mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 19:50:36 +00:00
e3: recon metrics (#5984)
This commit is contained in:
parent
1e5a513657
commit
160407b36a
@ -878,6 +878,7 @@ func ReconstituteState(ctx context.Context, s *StageState, dirs datadir.Dirs, wo
|
||||
prevTime = currentTime
|
||||
prevCount = count
|
||||
prevRollbackCount = rollbackCount
|
||||
syncMetrics[stages.Execution].Set(bn)
|
||||
log.Info("State reconstitution", "workers", workerCount, "progress", fmt.Sprintf("%.2f%%", progress),
|
||||
"tx/s", fmt.Sprintf("%.1f", speedTx), "workCh", fmt.Sprintf("%d/%d", len(workCh), cap(workCh)),
|
||||
"repeat ratio", fmt.Sprintf("%.2f%%", repeatRatio), "queue.len", rs.QueueLen(), "blk", bn,
|
||||
|
Loading…
Reference in New Issue
Block a user