Problem monitoring geth instance

0 votes

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?

Jan 22, 2019 in Blockchain by slayer
• 29,350 points
538 views

1 answer to this question.

0 votes

Try the following command:

geth monitor --attach ./chain-data/geth.ipc system/memory/allocs/AvgRate05Min

To monitor geth, geth attach must be started with metrics. So when you use the metrics used in the above command, the error is solved.

answered Jan 22, 2019 by Omkar
• 69,230 points

Related Questions In Blockchain

+1 vote
1 answer

What problem does pow(proof of work) solves in blockchain?

Proof of Work: When a miner gets a ...READ MORE

answered Aug 6, 2018 in Blockchain by digger
• 26,740 points
933 views
0 votes
1 answer

How can I sync geth and testrpc private nodes locally?

node running on testrpc cannot be connected ...READ MORE

answered May 17, 2018 in Blockchain by Shashank
• 10,400 points
553 views
0 votes
1 answer

Geth account password on command line

You've got the following two ways to create ...READ MORE

answered May 29, 2018 in Blockchain by Perry
• 17,100 points
2,088 views
0 votes
0 answers

Error: Unexpected token o in JSON at position 1

I have been working with Interacting a ...READ MORE

Mar 6, 2019 in Blockchain by saeedi
• 120 points

edited Mar 6, 2019 by Omkar 2,235 views
0 votes
1 answer

Truffle tests not running after truffle init

This was a bug. They've fixed it. ...READ MORE

answered Sep 11, 2018 in Blockchain by Christine
• 15,790 points
1,736 views
0 votes
1 answer

Hyperledger Sawtooth vs Quorum in concurrency and speed Ask

Summary: Both should provide similar reliability of ...READ MORE

answered Sep 26, 2018 in IoT (Internet of Things) by Upasana
• 8,620 points
1,260 views
0 votes
1 answer

Geth 'sendTransaction' not working

When transactions are put in a loop, ...READ MORE

answered Jul 3, 2018 in Blockchain by Omkar
• 69,230 points
1,221 views
0 votes
1 answer

Where is the geth.exe in the Ethereum mist?

In Windows, you will find geth.exe in a path ...READ MORE

answered Oct 10, 2018 in Blockchain by Omkar
• 69,230 points
684 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP