Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update show queue counters api to use -n (#15944)
Description of PR Previously we're using sudo ip netns exec asic0 show queue counter for showing the queue counter in multi-asic. However with the new apis, -n is supported natively in show queue counter -n asic0 This PR updates so that in get_egress_queue_count will use the new queue counters. The queue counter support was added in the original PR: suppport multi asic for show queue counter sonic-utilities#2439 Cherry-pick to 202205: Double commit #2439 suppport multi asic for show queue counter sonic-utilities#2647 Summary: Fixes # (issue) #15856 Approach What is the motivation for this PR? How did you do it? Adjust the command to use the new format show queue counter -n asic0 Signed-off-by: Austin Pham <[email protected]>
- Loading branch information