Skip to content

Commit

Permalink
Update aggregate_voq_counters.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekverma-arista authored Aug 23, 2024
1 parent 4353040 commit c5bcbd3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/voq/aggregate_voq_counters.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ 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|fsi_id|asic_id|intf@fsi_id|asic_id:VOQ_index`
* `SAI_VOQ_STAT_PACKETS`
* `SAI_VOQ_STAT_BYTES`
* `SAI_VOQ_STAT_DROPPED_PACKETS`
* `SAI_VOQ_STAT_DROPPED_BYTES`
* `SAI_QUEUE_STAT_CREDIT_WD_DELETED_PACKETS`
* `SAI_VOQ_STAT_PACKETS`
* `SAI_VOQ_STAT_BYTES`
* `SAI_VOQ_STAT_DROPPED_PACKETS`
* `SAI_VOQ_STAT_DROPPED_BYTES`
* `SAI_QUEUE_STAT_CREDIT_WD_DELETED_PACKETS`

* The first part of the key ( before @ ) `fsi_id|asic_id|intf` denotes the physical location of the interface ( or full system port name )
* The second part of the key ( after @ ) `fsi_id|asic_id:VOQ_index` denotes the location of the VOQ and its index.
Expand Down

0 comments on commit c5bcbd3

Please sign in to comment.