Changes to increase poll interval 10sec for port counter on supervisor.#507
Merged
abdosi merged 1 commit intoAzure:202405from Jan 9, 2025
Merged
Changes to increase poll interval 10sec for port counter on supervisor.#507abdosi merged 1 commit intoAzure:202405from
abdosi merged 1 commit intoAzure:202405from
Conversation
Reducing poll interval decreases cpu load as on packet chassis we can have 600+ ethernet backplane ports. For voq chaassis it is no-op as their is no ethernet port Signed-off-by: Abhishek Dosi <abdosi@microsoft.com>
Contributor
Author
|
@yejianquan / @rlhui for viz. |
Contributor
Author
|
For master will raise separate PR as code flow is different where FLEX_COUNTER_TABLE in init_cfg.json is getting populated from |
Contributor
Author
|
@anamehra for viz. |
Contributor
|
Hi @abdosi, can you do this only for the |
liushilongbuaa
pushed a commit
that referenced
this pull request
Mar 25, 2026
…lly (#24623) #### Why I did it src/sonic-gnmi ``` * 5a62935 - (HEAD -> master, origin/master, origin/HEAD) gNOI: Add gNMI Server changes for Healthz Acknowledge RPC (#509) (25 hours ago) [jayaragini-hcl] * ca045ea - Add support for ACL counter (#540) (2 days ago) [Feng-msft] * 4a5afd4 - gNOI: Add support for Healthz List and Check RPC (#487) (2 days ago) [jayaragini-hcl] * 08f7266 - gNOI: Add gNMI Server changes for Healthz Get RPC (#507) (2 days ago) [jayaragini-hcl] ``` #### How I did it #### How to verify it #### Description for the changelog
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What I did:
Changes to increase poll interval 10sec for port counter on supervisor.
Reducing poll interval decreases cpu load as on packet chassis we can
have 600+ ethernet backplane ports.
For voq chaassis it is no-op as their is no ethernet port
How I verify:
Manual Verification of syncd cpu usage goes down.
Counter working fine.