You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SAI_POLICER_STAT_YELLOW_PACKETS = number ; packets
143
+
SAI_POLICER_STAT_YELLOW_BYTES = number ; uint64
144
+
SAI_POLICER_STAT_RED_PACKETS = number ; packets
145
+
SAI_POLICER_STAT_RED_BYTES = number ; uint64
146
146
```
147
147
148
148
@@ -200,7 +200,7 @@ E.g:
200
200
201
201
### CLI
202
202
203
-
*policerstat* utility is added to reads counters from the COUNTERS DB using the POLICER table in CONFIG DB and the COUNTERS_POLICER_NAME_MAP. It maps each POLICER to its VID and fetches counter values. If a map entry or VID is missing, it shows N/A, indicating either the POLICER was created without a counter, the policer/map entry isn't created yet, polling is disabled, or syncd hasn't updated the COUNTERS DB.
203
+
The *policerstat* utility is added to reads counters from the COUNTERS DB using the POLICER table in CONFIG DB and the COUNTERS_POLICER_NAME_MAP. It maps each POLICER to its VID and fetches counter values. If a map entry or VID is missing, it shows N/A, indicating either the POLICER was created without a counter, the policer/map entry isn't created yet, polling is disabled, or syncd hasn't updated the COUNTERS DB.
0 commit comments