forked from traviscross/mtr
-
Notifications
You must be signed in to change notification settings - Fork 1
/
mtr.8
330 lines (292 loc) · 5.61 KB
/
mtr.8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
.TH MTR 8 "March 4, 1999" "mtr" "mtr"
.SH NAME
mtr \- a network diagnostic tool
.SH SYNOPSIS
.B mtr
[\c
.B \-hvrctglspeniu46\c
]
[\c
.B \-\-help\c
]
[\c
.B \-\-version\c
]
[\c
.B \-\-report\c
]
[\c
.B \-\-report-wide\c
]
[\c
.B \-\-report\-cycles\ COUNT\c
]
[\c
.B \-\-curses\c
]
[\c
.B \-\-split\c
]
[\c
.B \-\-raw\c
]
[\c
.B \-\-mpls\c
]
[\c
.B \-\-no-dns\c
]
[\c
.B \-\-show-ips\c
]
[\c
.B \-\-gtk\c
]
[\c
.B \-\-address\ IP.ADD.RE.SS\c
]
[\c
.B \-\-interval\ SECONDS\c
]
[\c
.B \-\-psize\ BYTES | -s BYTES\c
]
.B HOSTNAME [PACKETSIZE]
.SH DESCRIPTION
.B mtr
combines the functionality of the
.B traceroute
and
.B ping
programs in a single network diagnostic tool.
.PP
As
.B mtr
starts, it investigates the network connection between the host
.B mtr
runs on and
.BR HOSTNAME .
by sending packets with purposely low TTLs. It continues to send
packets with low TTL, noting the response time of the intervening
routers. This allows
.B mtr
to print the response percentage and response times of the internet
route to
.BR HOSTNAME .
A sudden increase in packet loss or response time is often an indication
of a bad (or simply overloaded) link.
.PP
The results are usually reported as round-trip-response times in miliseconds
and the percentage of packetloss.
.SH OPTIONS
.TP
.B \-h
.TP
.B \-\-help
.br
Print the summary of command line argument options.
.TP
.B \-v
.TP
.B \-\-version
.br
Print the installed version of mtr.
.TP
.B \-r
.TP
.B \-\-report
.br
This option puts
.B mtr
into
.B report
mode. When in this mode,
.B mtr
will run for the number of cycles specified by the
.B \-c
option, and then print statistics and exit.
.TP
\c
This mode is useful for generating statistics about network quality.
Note that each running instance of
.B mtr
generates a significant amount of network traffic. Using
.B mtr
to measure the quality of your network may result in decreased
network performance.
.TP
.B \-w
.TP
.B \-\-report-wide
.br
This option puts
.B mtr
into
.B wide report
mode. When in this mode,
.B mtr
will not cut hostnames in the report.
.TP
.B \-c\ COUNT
.TP
.B \-\-report\-cycles\ COUNT
Use this option to set the number of pings sent to determine
both the machines on the network and the reliability of
those machines. Each cycle lasts one second.
.TP
.B \-s\ BYTES
.TP
.B \-\-psize\ BYTES
.TP
.B PACKETSIZE
These options or a trailing PACKETSIZE on the command line sets
the packet size used for probing.
It is in bytes inclusive IP and ICMP headers
If set to a negative number, every iteration will use a different, random
packet size upto that number.
.TP
.B \-t
.TP
.B \-\-curses
.br
Use this option to force
.B mtr
to use the curses based terminal
interface (if available).
.TP
.B \-e
.TP
.B \-\-mpls
.br
Use this option to tell
.B mtr
to display information from ICMP extensions for MPLS (RFC 4950)
that are encoded in the response packets.
.TP
.B \-n
.TP
.B \-\-no-dns
.br
Use this option to force
.B mtr
to display numeric IP numbers and not try to resolve the
host names.
.TP
.B \-b
.TP
.B \-\-show-ips
.br
Use this option to tell
.B mtr
to display both the host names and numeric IP numbers. In split mode
this adds an extra field to the output. In report mode, there is usually
too little space to add the IPs, and they will be truncated. Use the
wide report (-w) mode to see the IPs in report mode.
.TP
.B \-o\ fields\ order
.TP
.B \-\-order\ fields\ order
.br
Use this option to specify the fields and their order when loading mtr.
.br
Available fields:
.TS
center allbox tab(%);
ll.
L%Loss ratio
D%Dropped packets
R%Received packets
S%Sent Packets
N%Newest RTT(ms)
B%Min/Best RTT(ms)
A%Average RTT(ms)
W%Max/Worst RTT(ms)
V%Standard Deviation
G%Geometric Mean
J%Current Jitter
M%Jitter Mean/Avg.
X%Worst Jitter
I%Interarrival Jitter
.TE
.br
Example:
-o "LSD NBAW"
.TP
.B \-g
.TP
.B \-\-gtk
.br
Use this option to force
.B mtr
to use the GTK+ based X11 window interface (if available).
GTK+ must have been available on the system when
.B mtr
was built for this to work. See the GTK+ web page at
.B http://www.gtk.org/
for more information about GTK+.
.TP
.B \-p
.TP
.B \-\-split
.br
Use this option to set
.B mtr
to spit out a format that is suitable for a split-user interface.
.TP
.B \-l
.TP
.B \-\-raw
.br
Use this option to tell
.B mtr
to use the raw output format. This format is better suited for
archival of the measurement results. It could be parsed to
be presented into any of the other display methods.
.TP
.B \-a\ IP.ADD.RE.SS
.TP
.B \-\-address\ IP.ADD.RE.SS
.br
Use this option to bind outgoing packets' socket to specific interface,
so that any packet will be sent through this interface. NOTE that this
option doesn't apply to DNS requests (which could be and could not be
what you want).
.TP
.B \-i\ SECONDS
.TP
.B \-\-interval\ SECONDS
.br
Use this option to specify the positive number of seconds between ICMP
ECHO requests. The default value for this parameter is one second.
.TP
.B \-u
.br
Use UDP datagrams instead of ICMP ECHO.
.TP
.B \-4
.br
Use IPv4 only.
.TP
.B \-6
.br
Use IPv6 only.
.SH BUGS
Some modern routers give a lower priority to ICMP ECHO packets than
to other network traffic. Consequently, the reliability of these
routers reported by
.B mtr
will be significantly lower than the actual reliability of
these routers.
.SH CONTACT INFORMATION
.PP
For the latest version, see the mtr web page at
.BR http://www.bitwizard.nl/mtr/ .
.PP
The mtr mailinglist was little used and is no longer active.
.PP
Bug reports and feature requests should be submitted to the
launchpad mtr bugtracker.
.SH "SEE ALSO"
traceroute(8),
ping(8)
TCP/IP Illustrated (Stevens, ISBN 0201633469).