0
我已經創建了一個以太網專用網絡並希望探索監控。我在一個終端窗口中啓動了geth
實例。我試圖運行geth monitor --attach /path/to/geth.ipc
,並收到以下錯誤:監測以太坊專用網絡
Fatal: Metric pattern trie/cachemiss resolved to unexpected type: string
什麼去我的專用網絡上監控節點(S)的最好方法?
我已經創建了一個以太網專用網絡並希望探索監控。我在一個終端窗口中啓動了geth
實例。我試圖運行geth monitor --attach /path/to/geth.ipc
,並收到以下錯誤:監測以太坊專用網絡
Fatal: Metric pattern trie/cachemiss resolved to unexpected type: string
什麼去我的專用網絡上監控節點(S)的最好方法?
你應該指出的指標在命令行:geth monitor --attach ./chain-data/geth.ipc system/memory/allocs/AvgRate05Min
重要的前提是,必須GETH與--metrics
更多細節開始https://github.com/ethereum/go-ethereum/wiki/Metrics-and-Monitoring