[port_buffer_drop] Add Port buffer drop counters in SONiC doc#658
Merged
liat-grozovik merged 2 commits intosonic-net:masterfrom Oct 13, 2020
Merged
[port_buffer_drop] Add Port buffer drop counters in SONiC doc#658liat-grozovik merged 2 commits intosonic-net:masterfrom
liat-grozovik merged 2 commits intosonic-net:masterfrom
Conversation
Signed-off-by: Mykola Faryma <[email protected]>
| ## 2.1 Functional Requirements | ||
| 1. New flex counter group is introduced for the port-level buffer drop counters | ||
| 2. The FC group is enabled by default | ||
| 3. The polling interval is 60s by defaul |
| -------------------------- ------------------ -------- | ||
| QUEUE_STAT default (10000) enable | ||
| PORT_STAT default (1000) enable | ||
| PORT_BUFFER_DROP default (60000) enable |
Collaborator
There was a problem hiding this comment.
suggest to mark the added one comparing to the current implementation.
| ### 3.1.3 Setting new polling interval | ||
| ``` | ||
| admin@sonic:~$ counterpoll port-buffer-drop interval 30000 | ||
| ``` No newline at end of file |
Collaborator
There was a problem hiding this comment.
do you have schema update, right? please add it to the design.
Collaborator
Author
There was a problem hiding this comment.
Port buffer drop counters does not introduce any new schema.
Signed-off-by: Mykola Faryma <[email protected]>
liat-grozovik
approved these changes
Aug 27, 2020
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.
Add req doc for sonic-net/sonic-swss#1368 as the community requested
Signed-off-by: Mykola Faryma [email protected]