]> arthur.barton.de Git - netatalk.git/blob - man/man1/aecho.1
Initial revision
[netatalk.git] / man / man1 / aecho.1
1 .TH AECHO 1 "17 Dec 1991" "netatalk 1.2"
2 .SH NAME
3 aecho \- send AppleTalk Echo Protocol packets to network hosts
4 .SH SYNOPSIS
5 .B aecho
6 [
7 .B \-c\fI count
8 ]
9 (
10 .I address
11 |
12 .I nbpname
13 )
14 .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.
39 .SH EXAMPLE
40 Check to see if a particular host is up and responding to AEP packets:
41 .sp
42 .RS
43 .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
57 .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).