-
Notifications
You must be signed in to change notification settings - Fork 684
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[pg drop counters] Remove backup with cached PG drop counters after '…
…config reload', add user info when polling disabled Signed-off-by: Andriy Yurkiv <ayurkiv@nvidia.com>
- Loading branch information
1 parent
58e7e87
commit 84fe4da
Showing
5 changed files
with
72 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
27 changes: 27 additions & 0 deletions
27
sonic-utilities-tests/mock_tables/pgdrop_input/config_db.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"FLEX_COUNTER_TABLE|QUEUE": { | ||
"POLL_INTERVAL": "10000", | ||
"FLEX_COUNTER_STATUS": "enable" | ||
}, | ||
"FLEX_COUNTER_TABLE|PORT": { | ||
"POLL_INTERVAL": "1000", | ||
"FLEX_COUNTER_STATUS": "enable" | ||
}, | ||
"FLEX_COUNTER_TABLE|PORT_BUFFER_DROP": { | ||
"POLL_INTERVAL": "60000", | ||
"FLEX_COUNTER_STATUS": "enable" | ||
}, | ||
"FLEX_COUNTER_TABLE|QUEUE_WATERMARK": { | ||
"POLL_INTERVAL": "10000", | ||
"FLEX_COUNTER_STATUS": "enable" | ||
}, | ||
"FLEX_COUNTER_TABLE|PG_WATERMARK": { | ||
"POLL_INTERVAL": "10000", | ||
"FLEX_COUNTER_STATUS": "enable" | ||
}, | ||
"FLEX_COUNTER_TABLE|PG_DROP": { | ||
"POLL_INTERVAL": "10000", | ||
"FLEX_COUNTER_STATUS": "disable" | ||
} | ||
} | ||
|
This file contains 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