The display emdi statistics history command displays historical statistics of a specified channel or all channels in the upstream direction.
The display emdi statistics history outbound command displays historical statistics of a specified channel or all channels in the downstream direction.
This command is supported only on the NetEngine 8000 F1A.
display emdi statistics history channel [ channel-name ] [ start start-index end end-index ]
display emdi statistics history channel [ channel-name ] latest-record record-number
display emdi statistics history outbound channel [ channel-name ] [ start start-index end end-index ] slot slot-id
display emdi statistics history outbound channel [ channel-name ] latest-record record-number slot slot-id
Parameter | Description | Value |
---|---|---|
channel-name |
Specifies the name of a channel. |
The name is a string of 1 to 31 case-sensitive characters, spaces not supported. |
start start-index |
Specifies the start index of historical statistics of a specified channel. |
The value is an integer ranging from 1 to 1000. |
end end-index |
Specifies the end index of historical statistics of a specified channel. |
The value is an integer ranging from 1 to 1000 and must be greater than or equal to start-index. |
channel |
Specifies a channel. |
- |
latest-record record-number |
Specifies the number of latest records of a specified channel. |
The value is an integer ranging from 1 to 5. |
outbound |
Displays historical statistics of an EMDI channel in the downstream direction. |
- |
slot slot-id |
Specifies a slot ID. |
The value is a string of 1 to 15 case-sensitive characters, spaces not supported. |
Usage Scenario
After EMDI detection on video traffic transmitted on a device, to view historical statistics of a specified channel or all channels in the upstream direction, run the display emdi statistics history command. To view historical statistics of a specified channel or all channels in the downstream direction, run the display emdi statistics history outbound command. If the channel-name parameter is specified, historical statistics about the specified channel are displayed. If the parameter is not specified, historical statistics about all channels are displayed. In addition, you can use the start start-indexend end-index parameter to specify the start index and end index of historical records or use the latest-record record-number parameter to specify the number of the latest records to be queried. If these parameters are not specified, all historical records are queried.
Precautions
This command displays statistics about abnormal traffic only, including packet loss, packet out-of-order, jitter, or service interruption. During detection, if all data is displayed as 0 in the display emdi statistics history command output, traffic is interrupted.
The actual command output varies according to the device. The command output here is only an example.
<HUAWEI> display emdi statistics history outbound channel abc start 3 end 5 slot 1 Channel Name : abc Total Records : 3 Latest Rate(pps) : 0 Latest Detect Time : 2021-02-18 21:22:40 -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Record Record Monitor Monitor Received Rate Rate RTP-LC RTP-SE RTP-LR RTP-SER RTP Interface Index Time Period(s) Status Packets pps bps (1/100000) (1/100000) Jitter(ms) --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 3 2018-02-02:08-31-20 10 Normal 4393232 439323 4871215641 6700 6633 152 151 0 GigabitEthernet0/1/0 4 2018-02-02:08-31-10 10 Normal 4388533 438853 4866005390 6700 6633 152 151 0 GigabitEthernet0/1/0 5 2018-02-02:08-31-00 10 Normal 4388218 438821 4865656118 6700 6633 152 151 0 GigabitEthernet0/1/0 ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
<HUAWEI> display emdi statistics history channel abc latest-record 2
Channel Name : abc
Total Records : 2 Latest Rate(pps) : 0 Latest Detect Time : 2021-02-18 21:22:40
---------------------------------------------------------------------------------------------------------------------------------------------------------
Record Record Monitor Monitor Received Rate Rate RTP-LC RTP-SE RTP-LR RTP-SER RTP
Index Time Period(s) Status Packets pps bps (1/100000) (1/100000) Jitter(ms)
---------------------------------------------------------------------------------------------------------------------------------------------------------
1 2018-02-02:08-31-10 10 Normal 4388533 438853 4866005390 6700 6633 152 151 729
2 2018-02-02:08-31-00 10 Normal 4388218 438821 4865656118 6700 6633 152 151 0
---------------------------------------------------------------------------------------------------------------------------------------------------------
<HUAWEI> display emdi statistics history channel abc start 3 end 5
Channel Name : abc
Total Records : 3 Latest Rate(pps) : 0 Latest Detect Time : 2021-02-18 21:22:40
---------------------------------------------------------------------------------------------------------------------------------------------------------
Record Record Monitor Monitor Received Rate Rate RTP-LC RTP-SE RTP-LR RTP-SER RTP
Index Time Period(s) Status Packets pps bps (1/100000) (1/100000) Jitter(ms)
---------------------------------------------------------------------------------------------------------------------------------------------------------
3 2018-02-02:08-31-20 10 Normal 4393232 439323 4871215641 6700 6633 152 151 0
4 2018-02-02:08-31-10 10 Normal 4388533 438853 4866005390 6700 6633 152 151 0
5 2018-02-02:08-31-00 10 Normal 4388218 438821 4865656118 6700 6633 152 151 0
---------------------------------------------------------------------------------------------------------------------------------------------------------
Item | Description |
---|---|
Channel Name | Channel name. |
Total Records | Records number. |
Latest Rate(pps) | Latest rate. |
Latest Detect Time | Latest detect time. |
Record Index | Index of a historical record. |
Record Time | Time when a historical statistic is recorded. |
Monitor Period(s) | Monitoring period. |
Monitor Status | Monitoring status.
|
Received Packets | Number of received packets. |
Rate pps | Rate of video streams, in packets/second. |
Rate bps | Rate of video streams, in bits/second. The item indicates a Layer 3 rate. |
RTP-LC | Number of lost packets. |
RTP-SE | Number of disorderly packets. |
RTP Jitter(ms) | Jitter. If the value is "0", the jitter indicator is not detected. |
Interface | Interface name. |
RTP-LR(1/100000) | Packet loss rate. |
RTP-SER(1/100000) | Packet disorder rate. |