Skip to content

Commit

Permalink
Made correction in counter attributes.
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekverma-arista authored Sep 12, 2024
1 parent cccd69d commit 8918480
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/voq/aggregate_voq_counters.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ The VOQ stats will be updated in a new table `COUNTERS_VOQ`

The following new VOQ counters should be available for each VOQ entry in the DB:
* `COUNTERS_VOQ : LINECARD | ASIC | EthernetXXX @ LINECARD | ASIC : VOQ_index`
* `SAI_VOQ_STAT_PACKETS`
* `SAI_VOQ_STAT_BYTES`
* `SAI_VOQ_STAT_DROPPED_PACKETS`
* `SAI_VOQ_STAT_DROPPED_BYTES`
* `SAI_QUEUE_STAT_PACKETS`
* `SAI_QUEUE_STAT_BYTES`
* `SAI_QUEUE_STAT_DROPPED_PACKETS`
* `SAI_QUEUE_STAT_DROPPED_BYTES`
* `SAI_QUEUE_STAT_CREDIT_WD_DELETED_PACKETS`

* `COUNTERS_VOQ` is the table name.
Expand Down

0 comments on commit 8918480

Please sign in to comment.