logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

atmdiag - show ATM device driver diagnostics

Author

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

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.

Name

       atmdiag - show ATM device driver diagnostics

Options

-z     zero all counters after showing them.

See Also

atmdump(8), sonetdiag(8)

Linux                                            April 26, 2000                                       ATMDIAG(8)

Synopsis

atmdiag [-z] [interface...]

See Also