< Home

display pm measure-info

Function

The display pm measure-info command displays information about performance statistics counters.

Format

display pm measure-info [ instance-type instance-type ]

Parameters

Parameter Description Value
instance-type instance-type

Specifies the type of an instance bound to a performance statistics task.

The enumerated values include:
  • ipfpm: collects IP FPM statistics.

  • uni-mng-as-port: collects statistics on an AS port.

  • wlan-ap: collects AP statistics:

  • wlan-radio: collects statistics about a specified AP radio.

  • wlan-ssid: collects statistics about a service set bound to a specific AP radio.

  • wlan-ap-wiredport: collects statistics on an AP wired port.

NOTE:

The S6720-SI and S6720S-SI only support the uni-mng-as-port.

Views

All views

Default Level

1: Monitoring level

Usage Guidelines

Before running the measure disable command to configure performance statistics counters for instances of a specific type, run the display pm measure-info command to view information about available performance statistics counters, including the name, type, maximum value, and minimum value of each counter.

Example

# Display information about performance statistics counters of the instance of the IPFPM type.

<HUAWEI> display pm measure-info instance-type ipfpm
Total instance types: 1, total measures: 10
--------------------------------------------------------------------------------
Instance Type: ipfpm, Measures Count: 10
  Measure Name                : forward-loss-ratio-max
  Measure Type                : Maximum
  Measure Counter Size(bits)  : 32
  Measure MaxValue            : 100000000
  Measure MinValue            : -100000000

  Measure Name                : forward-loss-ratio-min
  Measure Type                : Minimum
  Measure Counter Size(bits)  : 32
  Measure MaxValue            : 100000000
  Measure MinValue            : -100000000

  Measure Name                : forward-loss-pkts-inc
  Measure Type                : Increase
  Measure Counter Size(bits)  : 64
  Measure MaxValue            : 9223372036854775807
  Measure MinValue            : -9223372036854775808
......
Table 1 Description of the display pm measure-info command output

Item

Description

Total instance types

Total types of measurement instances.

total measures

Total statistics counters.

Instance Type

Type of an instance.

Measures Count

Number of a performance statistics counter.

Measure Name

Name of a performance statistics counter.

Measure Type

Type of a performance statistics counter. The value can be:

  • Increase: Accumulated performance statistics are compared with the counter.
  • Actual: The currently collected performance statistics are compared with the counter.
  • Maximum: The maximum performance statistics are compared with the counter.
  • Minimum: The minimum performance statistics are compared with the counter.
  • Average: The average performance statistics are compared with the counter.

Measure Counter Size(bits)

Size of a performance statistics counter, 32 bits or 64 bits.

Measure MaxValue

Maximum value of a performance statistics counter.

Measure MinValue

Minimum value of a performance statistics counter.

Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >