display cpu-overload-control statistics [ packet-type packet-type | task task-name ] slot slot-id
Parameter |
Description |
Value |
---|---|---|
packet-type packet-type |
Specifies a protocol type. |
The value is of the enumerated type:
NOTE:
S2720-EI, S5720I-SI, S5720-LI, S5735-L, S5735S-L, S5735S-L-M, S5720S-LI, S5720S-SI, S5720-SI, S5735-S, S5735S-S, S5735-S-I, S5730S-EI, S5730-SI, S6720-LI, S6720S-LI, S6720S-SI, and S6720-SI do not support arp-miss parameter. If this parameter is not specified, OLC statistics in the specified slot are displayed. |
task task-name |
Specifies a task name. |
The value is of the enumerated type:
If this parameter is not specified, OLC statistics in the specified slot are displayed. |
slot slot-id |
Specifies a slot ID. |
The value must be set according to the device configuration. |
You can run this command to view OLC statistics of a specified protocol, task, or slot, including the number of protocol packets leaving or dropped by the leaky bucket, total running time of a task, and delay in processing a task.
# Display OLC statistics of the DHCP protocol in slot 0.
<HUAWEI> display cpu-overload-control statistics packet-type dhcp slot 0 -------------------------------------------------------------------------------- Protocol Total pass Total drop Average pass Average drop (packet) (packet) (packet) (packet) -------------------------------------------------------------------------------- dhcp 0 0 0 0 --------------------------------------------------------------------------------
# Display OLC statistics of the ACL task in slot 0.
<HUAWEI> display cpu-overload-control statistics task ACL slot 0 -------------------------------------------------------------------------------- Task Total Runtime Total Delaytime Average Runtime Average Delaytime (ms) (ms) (ms) (ms) -------------------------------------------------------------------------------- ACL 0 0 0 0 --------------------------------------------------------------------------------
# Display OLC statistics in slot 0.
<HUAWEI> display cpu-overload-control statistics slot 0 -------------------------------------------------------------------------------- Task Total Runtime Total Delaytime Average Runtime Average Delaytime (ms) (ms) (ms) (ms) -------------------------------------------------------------------------------- ARPA 3170 0 0 0 ACL 0 0 0 0 -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- Protocol Total Pass Total Drop Average Pass Average Drop (packet) (packet) (packet) (packet) -------------------------------------------------------------------------------- 8021x-1st 0 0 0 0 8021x-other 0 0 0 0 arp-request 0 0 0 0 arp-reply 0 0 0 0 icmp 0 0 0 0 dhcp 0 0 0 0 arp-miss 0 0 0 0 igmp 0 0 0 0 ttl-expired 0 0 0 0 ip-frag 0 0 0 0 fib-hit 0 0 0 0 icmpv6 0 0 0 0 dhcpv6 0 0 0 0 nd 0 0 0 0 mld 0 0 0 0 cos-4 0 0 0 0 cos-3 0 0 0 0 cos-2 0 0 0 0 cos-1 0 0 0 0 cos-0 0 0 0 0 --------------------------------------------------------------------------------
Item |
Description |
---|---|
Task |
Task name. |
Total Runtime |
Total running time of the task, in milliseconds. |
Total Delaytime |
Total delay in processing the task, in milliseconds. |
Average Runtime |
Running time of the task in the last second, in milliseconds. |
Average Delaytime |
Delay in processing the task in the last second, in milliseconds. |
Protocol |
Protocol type. |
Total Pass |
Total number of protocol packets leaving the leaky bucket. |
Total Drop |
Total number of protocol packets dropped by the leaky bucket. |
Average Pass |
Number of protocol packets leaving the leaky bucket in the last second. |
Average Drop |
Number of protocol packets dropped by the leaky bucket in the last second. |