440
display flow-statistics statistics interface
Use
display flow-statistics statistics interface
to display the traffic statistics of an interface.
Syntax
display flow-statistics statistics interface
interface-type interface-number
{
inbound
|
outbound
}
[
|
{
begin
|
exclude
|
include
}
regular-expression
]
Views
Any view
Default command level
1: Monitor level
Parameters
interface-type interface-number
: Specifies an interface by its type and number.
inbound
: Displays traffic statistics in the inbound direction of an interface.
outbound
: Displays traffic statistics in the outbound direction of an interface.
|
: Filters command output by specifying a regular expression. For more information about regular
expressions, see
Fundamentals Configuration Guide
.
begin
: Displays the first line that matches the specified regular expression and all lines that follow.
exclude
: Displays all lines that do not match the specified regular expression.
include
: Displays all lines that match the specified regular expression.
regular-expression
: Specifies a regular expression, a case-sensitive string of 1 to 256 characters.
Examples
# Display the inbound traffic statistics of interface GigabitEthernet 3/0/1.
<Sysname> display flow-statistics statistics interface gigabitethernet 3/0/1 inbound
Flow Statistics Information
------------------------------------------------------------
Interface : GigabitEthernet3/0/1
------------------------------------------------------------
Total number of existing sessions : 70
Session establishment rate : 10/s
TCP sessions : 10
Half-open TCP sessions : 10
Half-close TCP sessions : 10
TCP session establishment rate : 10/s
UDP sessions : 10
UDP session establishment rate : 10/s
ICMP sessions : 10
ICMP session establishment rate : 10/s
RAWIP sessions : 10
RAWIP session establishment rate : 10/s