Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more debugging information about blocks produced #292

Closed
matthewdarwin opened this issue May 21, 2022 · 0 comments · Fixed by #537
Closed

Add more debugging information about blocks produced #292

matthewdarwin opened this issue May 21, 2022 · 0 comments · Fixed by #537
Assignees
Labels
3.2 Candidate OCI OCI working this issue...
Milestone

Comments

@matthewdarwin
Copy link

matthewdarwin commented May 21, 2022

Original issue: EOSIO/eos#8477

To ease troubleshooting it would be very helpful to log more information about the size of the block in nodeos standard output

Today it looks like this:

Received block 2804890f34cb6cd3... #101125076 @ 2020-01-20T16:11:58.500 signed by eoseouldotio [trxs: 8, lib: 101124757, conf: 0, latency: 265 ms]

Request is to add things like:

  • size of the block (number of bytes) as seen by the producer in question
  • amount of CPU used by the producer in question

If computing this information will take additional CPU, the probably it should be optionally controlled by either a configuration or logging option.

@heifner heifner added 3.1 Candidates OCI OCI working this issue... labels May 21, 2022
@heifner heifner self-assigned this Jun 23, 2022
@arhag arhag added this to the Mandel 3.2.0-rc1 milestone Jul 1, 2022
@stephenpdeos stephenpdeos modified the milestones: Mandel 3.2.0-rc1, Mandel 3.2.0 Aug 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.2 Candidate OCI OCI working this issue...
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants