The display engine session statistics app-type command displays application statistics about an ECA session.
display engine session statistics app-type [ slot slot-id ]
display engine session statistics interface [ interface-type interface-number ] app-type
Parameter | Description | Value |
---|---|---|
slot slot-id |
Displays application statistics about the ECA sessions in the specified slot. If the slot ID is not specified, application statistics about ECA sessions in all slots are displayed. |
The value varies depending on the device configuration. |
interface interface-type interface-number |
Displays application statistics about the ECA sessions on the specified interface. If the interface type and number are not specified, application statistics about ECA sessions on all interfaces are displayed. |
- |
Usage Scenario
To check application statistics about an ECA session and know about service traffic distribution, you can run the display engine session statistics app-type command.
Prerequisites
Before running this command, you must run the defence engine enable command to enable the IAE.
Precautions
ECA session statistics may be inaccurate because collection of these statistics depends on NetStream packet statistics, which have no impact on the ECA function.
# Display application statistics about the ECA sessions on GE0/0/1.
<HUAWEI> display engine session statistics interface gigabitethernet 0/0/1 app-type
GigabitEthernet0/0/1
------------------------------------------------------------------------------------
App-Name Connect-Packet Connect-Byte Percent
------------------------------------------------------------------------------------
Telnet 8933 750614 80.05%
HTTPS 547 182102 19.42%
HTTP 51 4923 0.52%
------------------------------------------------------------------------------------
Total:3
Item |
Description |
---|---|
App-Name |
Application name. |
Connect-Packet |
Number of connection packets. |
Connect-Byte |
Number of connection bytes. |
Percent |
Percentage of the application. |
Total |
Total number of applications. |