From a844a9b19e6ab76fd158a9006d67f20c454b1aff Mon Sep 17 00:00:00 2001 From: Bandaru Viswanath Date: Mon, 13 Dec 2021 21:37:19 +0530 Subject: [PATCH 1/2] BDBG : Updated the time format for the "around" option BDBG : Updated the time format for the "around" option --- devops/tam/bdbg-hld.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devops/tam/bdbg-hld.md b/devops/tam/bdbg-hld.md index 8d2cdd477a6f..8daba5e67afc 100644 --- a/devops/tam/bdbg-hld.md +++ b/devops/tam/bdbg-hld.md @@ -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. @@ -680,7 +680,7 @@ shell # bdbg show drops history {flows | reasons | locations | interface Date: Mon, 13 Dec 2021 21:43:38 +0530 Subject: [PATCH 2/2] Corrected a '-' character separator to ':' --- devops/tam/bdbg-hld.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devops/tam/bdbg-hld.md b/devops/tam/bdbg-hld.md index 8daba5e67afc..455157571200 100644 --- a/devops/tam/bdbg-hld.md +++ b/devops/tam/bdbg-hld.md @@ -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 `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. +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. @@ -680,7 +680,7 @@ shell # bdbg show drops history {flows | reasons | locations | interface