Scroll to navigation

ethbw(X) EFSFFCLIRG (Man Page) ethbw(X)

NAME

ethbw

ethbw gathers RDMA data movement statistics via counters in /sys/class/infiniband. The delta in counter values over the interval (default of 1 second), results in the average bandwidth for the given interval. Both transmit (xmt) and receive (rcv) bandwidth is monitored. ethbw also monitors Intel NICs for any RDMA retransmit or input packet discards, in which case, the xmt or rcv respectively, is shown as red.

The following cases may present the need to improve PFC tuning:

1)
Retransmits can represent packet loss or corruption in the network and may indicate opportunities to improve PFC tuning or high bit error rates (BER) on some cables or devices.

2)
Input packet discards indicate packets the NIC itself dropped upon receipt. This can represent opportunities to improve PFC tuning but can also be normal for some environments. Retransmits at the remote NICs which are communicating with this NIC are a stronger indicator of PFC or BER causes for packet loss.

Syntax

ethbw [-i seconds] [-d seconds] [ nic ... ]

Options

Produces full help text.

Interval at which bandwidth will be shown. Values of 1-60 allowed. Defaults to 1.

Duration to monitor for. Default is 'infinite'.

Where each nic specified is an RDMA NIC name. If no NICs are specified, all RDMA NICs will be monitored.

Examples

ethbw

ethbw irdma1 irdma3

ethbw -i 2 -d 300 irdma1 irdma3

Intel Corporation Copyright(C) 2020-2023