Skip to content

Commit

Permalink
Merge pull request sonic-net#314 from BRCM-SONIC/bdbg-temp-1
Browse files Browse the repository at this point in the history
BDBG : Updated the time format for the "around" option
  • Loading branch information
bandaru-viswanath authored Dec 13, 2021
2 parents 586fe93 + d9417f3 commit 9f5d98b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devops/tam/bdbg-hld.md
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ The `buffer` parameter takes buffer name as the value to display the congestion

The optional parameter `num-events` can be used to limit the output to a preferred number of congestion events.

The optional parameter `time` specified in the `HH:MM:SS` format, can be used to look at the history around a specific time. By default 10 events are shown. If `num-events` is also specified, as many events are shown.
The optional parameter `time` specified in the `DD:MMM:YYYY:HH:MM:SS` format, can be used to look at the history around a specific time. By default 10 events are shown. If `num-events` is also specified, as many events are shown.

An example invocation is as below.

Expand Down Expand Up @@ -680,7 +680,7 @@ shell # bdbg show drops history {flows | reasons | locations | interface <interf

- The optional parameter `num-events` can be used to limit the output to a preferred number of drop events.

- The optional parameter `time` specified in the `HH:MM:SS` format, can be used to look at the history around a specific time. By default 10 events are shown. If `num-events` is also specified, as many events are shown.
- The optional parameter `time` specified in the `DD:MMM:YYYY:HH:MM:SS` format, can be used to look at the history around a specific time. By default 10 events are shown. If `num-events` is also specified, as many events are shown.

Example invocations are as below:

Expand Down

0 comments on commit 9f5d98b

Please sign in to comment.