Managing Network Virtualization and Network Resources in Oracle® Solaris 11.2

Exit Print View

Updated: September 2014
 
 

Displaying Network Traffic Statistics of Link Aggregations

The dlstat show-aggr command shows network packet statistics for each aggregation's ports when traffic traverses the aggregation on the system.

Example 8-10  Displaying Network Traffic Statistics for Link Aggregations
# dlstat show-aggr
LINK      PORT    IPKTS   RBYTES    OPKTS   OBYTES
aggr0     --         13      832       13      780
aggr0     net0        0        0       13      780
aggr0     net3       13      832        0        0

In this example, the output indicates the configuration of a link aggregation aggr0 with two underlying links, net0 and net3. As network traffic is received or sent by the system through the aggregation, information about incoming and outgoing packets and their respective sizes is reported for every port. The ports are identified by the underlying links of the aggregation.

For information about link aggregations, see Chapter 2, Configuring High Availability by Using Link Aggregations, in Managing Network Datalinks in Oracle Solaris 11.2 .