1ATMDIAG(8) Maintenance Commands ATMDIAG(8)
2
3
4
6 atmdiag - show ATM device driver diagnostics
7
9 atmdiag [-z] [interface...]
10
12 atmdiag shows statistic counters maintained by ATM device drivers. If
13 one or more interface numbers are specified, the statistics of only
14 these interfaces are shown. Otherwise, statistics of all interfaces are
15 displayed.
16
17 The following counters are shown for each AAL:
18
19 TX_okay
20 number of successfully sent PDUs.
21
22 TX_err number of PDUs not sent because of errors.
23
24 RX_okay
25 number of successfully received PDUs.
26
27 RX_err number of PDUs discarded because of errors.
28
29 RX_drop
30 number of PDUs dropped because of lack of memory.
31
33 -z zero all counters after showing them.
34
36 Werner Almesberger, EPFL ICA <Werner.Almesberger@epfl.ch>
37
39 atmdump(8), sonetdiag(8)
40
41
42
43Linux April 26, 2000 ATMDIAG(8)