From a9805ed93a5c6518ae351bf050ea339f4bbe1052 Mon Sep 17 00:00:00 2001 From: Yang Sun Date: Fri, 27 Sep 2024 05:02:10 +0800 Subject: [PATCH] [cli] add docs for trel counters (#10756) --- src/cli/README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/cli/README.md b/src/cli/README.md index 417a850f998..fbf037d96f8 100644 --- a/src/cli/README.md +++ b/src/cli/README.md @@ -3949,6 +3949,26 @@ Done Done ``` +### trel counters + +Get the TREL counters. + +```bash +> trel counters +Inbound: Packets 32 Bytes 4000 +Outbound: Packets 4 Bytes 320 Failures 1 +Done +``` + +### trel counters reset + +Reset the TREL counters. + +```bash +> trel counters reset +Done +``` + ### trel port Get the TREL UDP port number.