show running-config telemetry profile (queue)

Displays the attributes configured for telemetry streaming queue statistics.

Syntax

show running-config telemetry profile [ enhanced-queue-discard-pkts | enhanced-queue-max-queue-depth | queue ]

Parameters

enhanced-queue-discard-pkts
This profile captures the summary of 32 queues having most number of packets discarded in descending order of the packet discards observed per device.
enhanced-queue-max-queue-depth
This profile captures the summary of 32 queues reaching the maximum max-queue-size in descending order of the max-queue-size observed per device.
queue
This profile captures the overall queue statistics per device in the system.

Modes

Privileged EXEC mode

Usage Guidelines

The queue profile types are supported only on SLX 9540 and SLX 9640 devices.

The system utilization statistics gathered by the enhanced-queue-discard-pkts profile are:
  • interval
  • interface range
  • discard pkts
The system utilization statistics gathered by the enhanced-queue-max-queue-depth profile are:
  • interval
  • interface range
  • max-queue-depth
The system utilization statistics gathered by the queue profile are:
  • interval
  • interface range
  • enq-pkt-count
  • enq-byte-count
  • discard-pkt-count
  • discard-byte-count
  • current-queue-size
  • max-queue-depth-size

Examples

Example of the attributes configured for the enhanced-queue-discard-pkts profile.

device# show running-config telemetry profile enhanced-queue-discard-pkts
telemetry profile enhanced-queue-discard-pkts default_enhanced_queue_discard_pkts_statistics
interval 240
interface-range 0/1-2,0/3:1-2
add discard-pkts

Example of the attributes configured for the enhanced-queue-max-queue-depth profile.

device# show running-config telemetry profile enhanced-queue-max-queue-depth
telemetry profile enhanced-queue-max-queue-depth default_enhanced_queue_max_queue_depth_statistics
interval 240
interface-range 0/4-5,0/6
add max-queue-depth

Example of the attributes configured for the queue profile.

device# show running-config telemetry profile queue
telemetry profile queue default_queue_statistics
interval 240
add enq-pkt-count
add enq-byte-count
add discard-pkt-count
add discard-byte-count
add current-queue-size
add max-queue-depth-size