- Table of Contents
-
- 13-Network Management and Monitoring Command Reference
- 00-Preface
- 01-System maintenance and debugging commands
- 02-NQA commands
- 03-iNQA commands
- 04-NTP commands
- 05-PTP commands
- 06-SNMP commands
- 07-RMON commands
- 08-Event MIB commands
- 09-NETCONF commands
- 10-SmartMC commands
- 11-EPA commands
- 12-CWMP commands
- 13-EAA commands
- 14-Process monitoring and maintenance commands
- 15-Sampler commands
- 16-Mirroring commands
- 17-sFlow commands
- 18-Information center commands
- 19-Packet capture commands
- 20-VCF fabric commands
- 21-Cloud connection commands
- 22-eMDI commands
- 23-SQA commands
- 24-TCP connection trace commands
- Related Documents
-
Title | Size | Download |
---|---|---|
15-Sampler commands | 52.08 KB |
Sampler commands
display sampler
Use display sampler to display configuration information for a sampler.
Syntax
display sampler [ sampler-name ] [ slot slot-number ]
Views
Any view
Predefined user roles
network-admin
network-operator
Parameters
sampler-name: Specifies a sampler by its name, a case-insensitive string of 1 to 31 characters. If you do not specify a sampler, this command displays configuration information for all samplers.
slot slot-number: Specifies an IRF member device by its member ID. If you do not specify a member device, this command displays sampler configuration information for the master device.
Examples
# Display the configuration information about sampler 256.
<Sysname> display sampler 256
Sampler name: 256
Mode: Random; Packet-interval: 8; IsNpower: Y
Table 1 Command output
Field |
Description |
Sampler name |
Name of the sampler. |
Mode |
Sampling mode. |
Packet-interval |
Sampling rate. |
IsNpower |
Whether the sampling rate is 2 to the nth power: · Y—Yes. · N—No. |
sampler
Use sampler to create a sampler.
Use undo sampler to delete a sampler.
Syntax
sampler sampler-name mode random packet-interval n-power rate
undo sampler sampler-name
Default
No samplers exist.
Views
System view
Predefined user roles
network-admin
Parameters
sampler-name: Specifies a sampler by its name, a case-insensitive string of 1 to 31 characters.
random: Specifies the random sampling mode. A sampler in this mode randomly selects a packet out of a group of packets. Which packet is selected for each sampling varies.
n-power: Specifies the sampling rate as 2 to the nth power.
rate: Specifies the sampling rate. One packet is selected from 2 to the rateth power packets in each sampling. For example, if n-power 8 is specified, one packet is selected from 256 (2 to the 8th power) packets in each sampling.
Usage guidelines
Each port can only use one sampler. If the sampler name, sampling rate, or sampling target specified by different services is inconsistent, the sampler cannot be shared on the same port.
Examples
# Create sampler abc in random sampling mode. Set the sampling rate to 8 to select one packet from 256 packets in each sampling.
<Sysname> system-view
[Sysname] sampler abc mode random packet-interval n-power 8