mirror of
https://github.com/Telecominfraproject/ols-nos.git
synced 2025-11-02 11:07:46 +00:00
[enable counters] Enable port buffer drops by default and update MLNX SAI submodule (#5059)
* Enable port buffer drops by default * [Mellanox] Update SAI_Implementation Signed-off-by: Mykola Faryma <mykolaf@mellanox.com>
This commit is contained in:
@@ -18,6 +18,7 @@ def enable_counters():
|
||||
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():
|
||||
with open('/proc/uptime') as fp:
|
||||
|
||||
Reference in New Issue
Block a user