Back

Explore Courses Blog Tutorials Interview Questions
0 votes
3 views
in Blockchain by (12.7k points)

I've created a private Ethereum network and would like to explore the monitoring. I started a geth instance in one terminal window.

 I tried running geth monitor --attach /path/to/geth.ipc and receive the following error:

Fatal: Metric pattern trie/cachemiss resolved to unexpected type: string

What is the best way to go about monitoring the node(s) on my private network?

1 Answer

0 votes
by (29.5k points)

Hi,You should point out metrics in command line: geth monitor --attach ./chain-data/geth.ipc system/memory/allocs/AvgRate05Min

Important prerequisite is thatgeth must be started with --metrics

Related questions

Browse Categories

...