Project

General

Profile

Actions

Bug #3674

closed

'show rate-counters' VTY command uses ambiguous group titles

Added by stsp over 5 years ago. Updated over 5 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
-
Target version:
-
Start date:
10/26/2018
Due date:
% Done:

0%

Spec Reference:

Description

The 'show rate-counters' command added in commit 73b7fa61096c69c137bc3a1cbac0a83355cf8b5f shows the name of each counter group. If there are multiple instances of a given counter group, they all share the same description. This makes it hard to tell where the displayed counters belong.

For instance, osmo-mgw maintains RTP statistics per connection, and if more than one connection exists, we get a list of counter groups with no indication which connection the counters belong to:

OsmoMGW> show rate-counters
rtp connection statistics:
      stream_err_tstmp:in:          0 (0/s 0/m 0/h 0/d) Inbound rtp-stream timestamp errors.
     stream_err_tstmp:out:          0 (0/s 0/m 0/h 0/d) Outbound rtp-stream timestamp errors.
           rtp:packets_rx:          3 (0/s 0/m 0/h 0/d) Inbound rtp packets.
            rtp:octets_rx:         48 (0/s 0/m 0/h 0/d) Inbound rtp octets.
           rtp:packets_tx:          0 (0/s 0/m 0/h 0/d) Outbound rtp packets.
            rtp:octets_rx:          0 (0/s 0/m 0/h 0/d) Outbound rtp octets.
              rtp:dropped:          0 (0/s 0/m 0/h 0/d) dropped rtp packets.
rtp connection statistics:
      stream_err_tstmp:in:          0 (0/s 0/m 0/h 0/d) Inbound rtp-stream timestamp errors.
     stream_err_tstmp:out:          0 (0/s 0/m 0/h 0/d) Outbound rtp-stream timestamp errors.
           rtp:packets_rx:          0 (0/s 0/m 0/h 0/d) Inbound rtp packets.
            rtp:octets_rx:          0 (0/s 0/m 0/h 0/d) Inbound rtp octets.
           rtp:packets_tx:          3 (0/s 0/m 0/h 0/d) Outbound rtp packets.
            rtp:octets_rx:         48 (0/s 0/m 0/h 0/d) Outbound rtp octets.
              rtp:dropped:          0 (0/s 0/m 0/h 0/d) dropped rtp packets.
Actions

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 48.8 MB)