-
Notifications
You must be signed in to change notification settings - Fork 659
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[show priority-group drop counters] Do not show table when PG counter…
…s disabled & add Unit test
- Loading branch information
1 parent
1c2f21d
commit 3b772ae
Showing
3 changed files
with
53 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"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