I've created a private Ethereum network and initialized the geth instance. Now I want to monitor it, So I tried running the following command:
geth monitor --attach /path/to/geth.ipc
but I am getting this error:
Fatal: Metric pattern trie/cachemiss resolved to unexpected type: string
How to start monitoring geth?