package
0.9.39
Repository: https://github.com/maticnetwork/go-ethereum.git
Documentation: pkg.go.dev

# Functions

CollectProcessMetrics periodically collects various metrics about the running process.
NewMeter create a new metrics Meter, either a real one of a NOP stub depending on the metrics flag.
NewTimer create a new metrics Timer, either a real one of a NOP stub depending on the metrics flag.
ReadDiskStats retrieves the disk IO stats belonging to the current process.

# Variables

MetricsEnabledFlag is the CLI flag name to use to enable metrics collections.

# Structs

DiskStats is the per process disk io stats.