atmdiag - Man Page

show ATM device driver diagnostics

Synopsis

atmdiag [-z] [interface...]

Description

atmdiag shows statistic counters maintained by ATM device drivers. If one or more interface numbers are specified, the statistics of only these interfaces are shown. Otherwise, statistics of all interfaces are displayed.

The following counters are shown for each AAL:

TX_okay

number of successfully sent PDUs.

TX_err

number of PDUs not sent because of errors.

RX_okay

number of successfully received PDUs.

RX_err

number of PDUs discarded because of errors.

RX_drop

number of PDUs dropped because of lack of memory.

Options

-z

zero all counters after showing them.

Author

Werner Almesberger, EPFL ICA <Werner.Almesberger@epfl.ch>

See Also

atmdump(8), sonetdiag(8)

Referenced By

atmdump(8), atmloop(8), atmtcp(8).

April 26, 2000 Linux Maintenance Commands