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

Enhancement: Allow inspection of various queues within nodeos #109

Closed
matthewdarwin opened this issue Sep 6, 2022 · 0 comments · Fixed by #182
Closed

Enhancement: Allow inspection of various queues within nodeos #109

matthewdarwin opened this issue Sep 6, 2022 · 0 comments · Fixed by #182
Assignees
Labels
enhancement New feature or request OCI Work exclusive to OCI team

Comments

@matthewdarwin
Copy link

On a block producing (and other nodes), there are various transactions queued up for various purposes. Pending queue for example on A BP node.

Add producer APIs to allow the inspection of these kind of queues.

Show the transaction id, authorizing account, cpu usage and other interesting things.

This request is vague as I am not sure what information is easy to obtain. The goal is to provide node operators details to manage situation where their nodes are under heavy CPU load and can easily find which account/contract is heavy user and possibly take actions to mitigate the impact of high levels of "abuse".

@matthewdarwin matthewdarwin changed the title Allow inspection of various queues within nodeos Enhancement: Allow inspection of various queues within nodeos Sep 6, 2022
@stephenpdeos stephenpdeos moved this to Todo in Team Backlog Sep 8, 2022
@stephenpdeos stephenpdeos added the enhancement New feature or request label Sep 8, 2022
@stephenpdeos stephenpdeos added this to the Leap 3.2.0-rc1 milestone Sep 8, 2022
@heifner heifner added the OCI Work exclusive to OCI team label Sep 9, 2022
@heifner heifner self-assigned this Sep 14, 2022
@stephenpdeos stephenpdeos moved this from Todo to In Progress in Team Backlog Sep 15, 2022
heifner added a commit that referenced this issue Sep 17, 2022
heifner added a commit that referenced this issue Sep 17, 2022
heifner added a commit that referenced this issue Sep 21, 2022
[3.2] Add /v1/chain/get_unapplied_transactions to producer_api_plugin
Repository owner moved this from In Progress to Done in Team Backlog Sep 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request OCI Work exclusive to OCI team
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants