Skip to content

Commit

Permalink
[watermark] Fix error: BUFFER_POOL_WATERMARK isn't enabled by default (
Browse files Browse the repository at this point in the history
…#4882) (#5455)

* Fix error: watermarkstat -t buffer_pool doesn't work

Signed-off-by: Stephen Sun <[email protected]>
  • Loading branch information
stephenxs authored Sep 29, 2020
1 parent 97bbd83 commit e9c2fdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dockers/docker-orchagent/enable_counters.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ def enable_counters():
enable_counter_group(db, 'PFCWD')
enable_counter_group(db, 'PG_WATERMARK')
enable_counter_group(db, 'QUEUE_WATERMARK')
enable_counter_group(db, 'BUFFER_POOL_WATERMARK')
enable_counter_group(db, 'PORT_BUFFER_DROP')

def get_uptime():
Expand Down

0 comments on commit e9c2fdb

Please sign in to comment.