~ubuntu-branches/debian/lenny/netatalk/lenny

« back to all changes in this revision

Viewing changes to man/man1/aecho.1

  • Committer: Bazaar Package Importer
  • Author(s): Ante Karamatic
  • Date: 2005-10-07 13:46:11 UTC
  • mfrom: (1.1.2 upstream) (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20051007134611-r07qa2g67xwkp2if
Tags: 2.0.3-1ubuntu1
* debian/netatalk.init
  - run cnid_metad if CNID_METAD_RUN=yes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH AECHO 1 "17 Dec 1991" "netatalk 1.2"
 
1
.TH aecho 1 "17 Dec 1991" 2.0.3 Netatalk 
2
2
.SH NAME
3
3
aecho \- send AppleTalk Echo Protocol packets to network hosts
4
4
.SH SYNOPSIS
5
 
.B aecho
6
 
[
7
 
.B \-c\fI count
8
 
]
9
 
(
10
 
.I address
11
 
|
12
 
.I nbpname
13
 
)
 
5
aecho [ \fB\-c\fR\fI count\fR
 
6
] ( address | nbpname )
14
7
.SH DESCRIPTION
15
 
.B aecho
16
 
repeatedly sends an Apple Echo Protocol (AEP) packet to the host
17
 
specified by the given AppleTalk
18
 
.I address
19
 
or
20
 
.I nbpname
21
 
and reports whether a reply was received.  Requests are sent at the
22
 
rate of one per second.
23
 
.LP
24
 
.I address
25
 
is parsed by
26
 
.BR atalk_aton (3).
27
 
.I nbpname
28
 
is parsed by
29
 
.BR nbp_name (3).
30
 
The nbp type defaults to
31
 
.RB ` Workstation '.
32
 
.LP
33
 
When
34
 
.B aecho
35
 
is terminated, it reports the number of packets sent, the number of
36
 
responses received, and the percentage of packets lost.  If any
37
 
responses were received, the minimum, average, and maximum round trip
38
 
times are reported.
 
8
aecho repeatedly sends an Apple Echo Protocol
 
9
(AEP) packet to the host specified by the given AppleTalk
 
10
address or nbpname and reports
 
11
whether a reply was received. Requests are sent at the rate of one per
 
12
second.
 
13
.PP
 
14
address is parsed by
 
15
\fBatalk_aton\fR(3).
 
16
nbpname is parsed by \fBnbp_name\fR(3).
 
17
The nbp type defaults to `\fIWorkstation\fR'.
 
18
.PP
 
19
When aecho is terminated, it reports the number
 
20
of packets sent, the number of responses received, and the percentage of
 
21
packets lost. If any responses were received, the minimum, average, and
 
22
maximum round trip times are reported.
39
23
.SH EXAMPLE
40
 
Check to see if a particular host is up and responding to AEP packets:
41
 
.sp
42
 
.RS
 
24
Check to see if a particular host is up and responding to AEP
 
25
packets:
 
26
.PP
43
27
.nf
44
 
        example% aecho bloodsport
45
 
        11 bytes from 8195.13: aep_seq=0. time=10. ms
46
 
        11 bytes from 8195.13: aep_seq=1. time=10. ms
47
 
        11 bytes from 8195.13: aep_seq=2. time=10. ms
48
 
        11 bytes from 8195.13: aep_seq=3. time=10. ms
49
 
        11 bytes from 8195.13: aep_seq=4. time=10. ms
50
 
        11 bytes from 8195.13: aep_seq=5. time=9. ms
51
 
        ^C
52
 
        ----8195.13 AEP Statistics----
53
 
        6 packets sent, 6 packets received, 0% packet loss
54
 
        round-trip (ms)  min/avg/max = 9/9/10
55
 
.fi
56
 
.RE
 
28
example% \fBaecho bloodsport
 
29
11 bytes from 8195.13: aep_seq=0. time=10. ms
 
30
11 bytes from 8195.13: aep_seq=1. time=10. ms
 
31
11 bytes from 8195.13: aep_seq=2. time=10. ms
 
32
11 bytes from 8195.13: aep_seq=3. time=10. ms
 
33
11 bytes from 8195.13: aep_seq=4. time=10. ms
 
34
11 bytes from 8195.13: aep_seq=5. time=9. ms
 
35
^C
 
36
\-\-\-\-8195.13 AEP Statistics\-\-\-\-
 
37
6 packets sent, 6 packets received, 0% packet loss
 
38
round\-trip (ms)  min/avg/max = 9/9/10
 
39
\fR.fi
57
40
.SH OPTIONS
58
 
.TP
59
 
.B \-c\fI count
60
 
Stop after
61
 
.I count
62
 
packets.
63
 
.SH SEE ALSO
64
 
.BR ping (1),
65
 
.BR atalk_aton (3),
66
 
.BR nbp_name (3),
67
 
.\" .BR aep (4),
68
 
.BR atalkd (8).
 
41
.TP 
 
42
\fB\-c\fR\fI count\fR
 
43
Stop after \fIcount\fR packets.
 
44
.SH "SEE ALSO"
 
45
\fBping\fR(1),
 
46
\fBatalk_aton\fR(3),
 
47
\fBnbp_name\fR(3),
 
48
\fBaep\fR(4),
 
49
\fBatalkd\fR(8).
 
50