import "github.com/ethereum/go-ethereum/ethstats"
Package ethstats implements the network stats reporting service.
New returns a monitoring service ready for stats reporting.
type Service struct {
// contains filtered or unexported fields
}
Service implements an Ethereum netstats reporting daemon that pushes local chain statistics up to a monitoring server.
Start implements node.Lifecycle, starting up the monitoring and reporting daemon.
Stop implements node.Lifecycle, terminating the monitoring and reporting daemon.
Package ethstats imports 27 packages (graph) and is imported by 176 packages. Updated 2021-01-08. Refresh now. Tools for package owners.