How does this Ethereum Console output mean

0 votes

I was going through I link on Github and I found a console output. I did not understand what it means. There is no enough information for me to understand the output. The output is as follows:

2018-03-09 00:05:12 UTC Syncing #4896969 61ee…bdad     2 blk/s  508 tx/s  16 Mgas/s    645+    1 Qed  #4897616   17/25 peers      4 MiB chain  135 MiB db   42 MiB queue    5 MiB sync  RPC:  0 conn,  0 req/s, 182 µs

What does it mean?

Aug 1, 2018 in Blockchain by slayer
• 29,350 points
456 views

1 answer to this question.

0 votes

I have divided the output into different parts to make it easy to explain what each of the parts means. So the output is divided like this:

2018-03-09 00:05:12 UTC(1) Syncing #4896969(2) 61ee…bdad(3) 2 blk/s(4) 508 tx/s(5) 16 Mgas/s(6) 645+(7) 1(8) Qed #4897616(9) 17/25 peers(10) 4 MiB chain(11) 135 MiB db(12) 42 MiB queue(13) 5 MiB sync(14) RPC: 0 conn(15), 0 req/s(16), 182 µs(17)

And the meaning is as follows:

  1. Timestamp
  2. Best block number (latest verified block number)
  3. Best block hash
  4. Blocks downloaded per second
  5. Transactions downloaded per second
  6. Millions of gas processed per second
  7. Unverified queue size
  8. Verified queue size
  9. Latest block number
  10. Number of active peer nodes/number of total peer nodes
  11. Blockchain header cache size
  12. Blockchain state cache size
  13. Queue cache size
  14. Node sync metadata cache size
  15. Number of open RPC sessions to your node
  16. RPC requests per second
  17. Approximate roundtrip ping
answered Aug 1, 2018 by digger
• 26,740 points

Related Questions In Blockchain

0 votes
1 answer

How can i integrate Omnet++ with ethereum ?? or is there any other simulator which can do this??

You can use Hive Validator. Using this, you ...READ MORE

answered Apr 9, 2019 in Blockchain by Omkar
• 69,210 points
1,247 views
0 votes
1 answer

what coding language is this in for ethereum and does this work for trading if setup right?

Hi there, I dont know about ethereum, but ...READ MORE

answered Jan 4, 2021 in Blockchain by Achuth
• 150 points
2,101 views
+4 votes
4 answers

How does the blockchain verification process work?

First of all, when someone creates a ...READ MORE

answered Mar 26, 2018 in Blockchain by Perry
• 17,100 points
2,167 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,232 views
0 votes
1 answer

How to create a Genesis Block in a Private Network?

{     "nonce": "0x0000000000000042",     "difficulty": "0x000000100",     "alloc": {     },     "mixhash": "0x0000000000000000000000000000000000000000000000000000000000000000",     "coinbase": "0x0000000000000000000000000000000000000000",     "timestamp": "0x00",     "parentHash": ...READ MORE

answered Jul 12, 2018 in Blockchain by digger
• 26,740 points
1,805 views
0 votes
1 answer

Invalid Batch or signature in Savtooth

This will solve your problem import org.apache.commons.codec.binary.Hex; Transaction txn ...READ MORE

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

How does my peer communicate with fabric CA?

Peers do not communicate with CA directly.. ...READ MORE

answered Jul 6, 2018 in Blockchain by digger
• 26,740 points
697 views
0 votes
1 answer
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