]> arthur.barton.de Git - netatalk.git/blob - man/man1/aecho.1
Freshly generated manpages from XML sources
[netatalk.git] / man / man1 / aecho.1
1 '\" t
2 .\"     Title: aecho
3 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
5 .\"      Date: 17 Dec 1991
6 .\"    Manual: Netatalk 2.2
7 .\"    Source: Netatalk 2.2
8 .\"  Language: English
9 .\"
10 .TH "AECHO" "1" "17 Dec 1991" "Netatalk 2.2" "Netatalk 2.2"
11 .\" -----------------------------------------------------------------
12 .\" * set default formatting
13 .\" -----------------------------------------------------------------
14 .\" disable hyphenation
15 .nh
16 .\" disable justification (adjust text to left margin only)
17 .ad l
18 .\" -----------------------------------------------------------------
19 .\" * MAIN CONTENT STARTS HERE *
20 .\" -----------------------------------------------------------------
21 .SH "NAME"
22 aecho \- send AppleTalk Echo Protocol packets to network hosts
23 .SH "SYNOPSIS"
24 .PP
25 \fBaecho\fR\fB\fR\fB\fR
26 [
27 \fB\-c\fR\fI count\fR
28 ] (
29 \fBaddress\fR
30 |
31 \fBnbpname\fR
32 )
33 .SH "DESCRIPTION"
34 .PP
35 \fBaecho\fR
36 repeatedly sends an Apple Echo Protocol (AEP) packet to the host specified by the given AppleTalk
37 \fBaddress\fR
38 or
39 \fBnbpname\fR
40 and reports whether a reply was received\&. Requests are sent at the rate of one per second\&.
41 .PP
42 \fBaddress\fR
43 is parsed by
44 \fBatalk_aton\fR(3)\&.
45 \fBnbpname\fR
46 is parsed by
47 \fBnbp_name\fR(3)\&. The nbp type defaults to `\fBWorkstation\fR\'\&.
48 .PP
49 When
50 \fBaecho\fR
51 is terminated, it reports the number of packets sent, the number of responses received, and the percentage of packets lost\&. If any responses were received, the minimum, average, and maximum round trip times are reported\&.
52 .SH "EXAMPLE"
53 .PP
54 Check to see if a particular host is up and responding to AEP packets:
55 .sp
56 .if n \{\
57 .RS 4
58 .\}
59 .nf
60 example% \fBaecho bloodsport
61 \fR\fB11 bytes from 8195\&.13: aep_seq=0\&. time=10\&. ms
62 11 bytes from 8195\&.13: aep_seq=1\&. time=10\&. ms
63 11 bytes from 8195\&.13: aep_seq=2\&. time=10\&. ms
64 11 bytes from 8195\&.13: aep_seq=3\&. time=10\&. ms
65 11 bytes from 8195\&.13: aep_seq=4\&. time=10\&. ms
66 11 bytes from 8195\&.13: aep_seq=5\&. time=9\&. ms\fR\fB
67 \fR\fB\fB^C\fR\fR\fB
68 \fR\fB\-\-\-\-8195\&.13 AEP Statistics\-\-\-\-
69 6 packets sent, 6 packets received, 0% packet loss
70 round\-trip (ms)  min/avg/max = 9/9/10
71 \fR
72 .fi
73 .if n \{\
74 .RE
75 .\}
76 .SH "OPTIONS"
77 .PP
78 \fB\-c\fR\fI count\fR
79 .RS 4
80 Stop after
81 \fIcount\fR
82 packets\&.
83 .RE
84 .SH "SEE ALSO"
85 .PP
86 \fBping\fR(1),
87 \fBatalk_aton\fR(3),
88 \fBnbp_name\fR(3),
89 \fBaep\fR(4),
90 \fBatalkd\fR(8)\&.