<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.itcollege.ee/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Tniemine</id>
	<title>ICO wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.itcollege.ee/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Tniemine"/>
	<link rel="alternate" type="text/html" href="https://wiki.itcollege.ee/index.php/Special:Contributions/Tniemine"/>
	<updated>2026-04-30T21:21:51Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://wiki.itcollege.ee/index.php?title=Mtr_(english)&amp;diff=103152</id>
		<title>Mtr (english)</title>
		<link rel="alternate" type="text/html" href="https://wiki.itcollege.ee/index.php?title=Mtr_(english)&amp;diff=103152"/>
		<updated>2016-05-05T11:20:05Z</updated>

		<summary type="html">&lt;p&gt;Tniemine: /* Installation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&#039;&#039;&#039;My traceroute&#039;&#039;&#039;, originally named &#039;&#039;&#039;Matt&#039;s traceroute&#039;&#039;&#039; (&#039;&#039;&#039;MTR&#039;&#039;&#039;) is a [[computer program]] which combines the functions of the [[traceroute]] and [[Ping (networking utility)|ping]] programs in one network diagnostic tool. There&#039;s also a version for Microsoft Windows operating systems called [http://www.winmtr.net WinMTR]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Fundamentals ==&lt;br /&gt;
MTR is licensed under the terms of the [[GNU General Public License]] (GPL) and works under modern [[Unix-like]] operating systems. It normally works under the text console, but it also has an optional [[GTK+]]-based [[graphical user interface]] (GUI).&lt;br /&gt;
&lt;br /&gt;
MTR also supports [[IPv6]] and works in a similar manner but instead relies on [[ICMPv6]] messages.&lt;br /&gt;
&lt;br /&gt;
The tool is used for network troubleshooting with ping and traceroute.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
  sudo apt-get install mtr &lt;br /&gt;
&lt;br /&gt;
in linux systems or go to website [http://www.winmtr.net WinMTR] and download the installation program for your Microsoft Windows operating system.&lt;br /&gt;
&lt;br /&gt;
== How to use ==&lt;br /&gt;
You can use either the ip address or the domain name to use the program.&lt;br /&gt;
&lt;br /&gt;
Example of how the program looks like with the parameter&lt;br /&gt;
&lt;br /&gt;
 mtr google.ee&lt;br /&gt;
&lt;br /&gt;
                             My traceroute  [v0.85] &lt;br /&gt;
 enos (::)                                              Thu May  5 13:49:14 2016&lt;br /&gt;
 Keys:  Help   Display mode   Restart statistics   Order of fields   quit&lt;br /&gt;
                                       Packets               Pings&lt;br /&gt;
 Host                                Loss%   Snt   Last   Avg  Best  Wrst StDev&lt;br /&gt;
 1. 2001:bb8:4006:ff::1               0.0%     8    0.4   0.4   0.4   0.7   0.0&lt;br /&gt;
 2. 2001:bb8:4006:ff::2               0.0%     8    1.0   1.6   0.9   5.8   1.5&lt;br /&gt;
 3. 2001:7f8:3c::3d                   0.0%     7    1.1   2.3   0.8  10.8   3.7&lt;br /&gt;
 4. ae2.mx1.ham.de.geant.net          0.0%     7   29.9  29.5  29.3  29.9   0.0&lt;br /&gt;
 5. google.mx1.fra.de.geant2.net      0.0%     7   29.2  29.1  29.0  29.2   0.0&lt;br /&gt;
 6. google-gw.mx1.fra.de.geant2.net   0.0%     7   29.3  29.2  29.1  29.3   0.0&lt;br /&gt;
 7. 2001:4860:0:1::177f               0.0%     7   29.4  29.4  29.3  29.6   0.0&lt;br /&gt;
 8. 2001:4860:0:1::1b39               0.0%     7   29.2  29.2  29.1  29.5   0.0&lt;br /&gt;
 9. fra16s08-in-x03.1e100.net         0.0%     7   29.1  29.1  28.9  29.3   0.0&lt;br /&gt;
&lt;br /&gt;
The meanings of abbreviations: &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Host&#039;&#039; - shows hostname&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Loss&#039;&#039; - shows how many percent of the packets are lost&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Snt&#039;&#039; - shows how many packets are sent&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Last&#039;&#039; - shows the last ping time of the packet&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Avg&#039;&#039; - shows the average ping time&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Best&#039;&#039;- shows the fastest ping time&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Worst&#039;&#039; - shows the slowest ping time&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;StDev&#039;&#039; - shows the standard deviation&lt;br /&gt;
&lt;br /&gt;
== The syntax and parameters ==&lt;br /&gt;
&lt;br /&gt;
  mtr [keys] hostname or ip address [packet size]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For more info about the different parameters:[http://linux.about.com/library/cmd/blcmdl8_mtr.htm/]&lt;br /&gt;
&lt;br /&gt;
You can also use the parameter -h for help:&lt;br /&gt;
&lt;br /&gt;
  -h&lt;br /&gt;
&lt;br /&gt;
which outputs this to the command line:&lt;br /&gt;
&lt;br /&gt;
 usage: mtr [-hvrwctglspniu46] [--help] [--version] [--report]&lt;br /&gt;
                [--report-wide] [--report-cycles=COUNT] [--curses] [--gtk]&lt;br /&gt;
                [--raw] [--split] [--mpls] [--no-dns] [--address interface]&lt;br /&gt;
                [--psize=bytes/-s bytes]&lt;br /&gt;
                [--report-wide|-w] [-u]&lt;br /&gt;
                [--interval=SECONDS] HOSTNAME [PACKETSIZE]&lt;br /&gt;
&lt;br /&gt;
== Summary==&lt;br /&gt;
&lt;br /&gt;
Mtr is a tool that combines ping and traceroute. It was developed by Matt Kimball in 1997. Roger Wolff took over maintaining MTR (renamed My traceroute) in October 1998. The tool is often used for network troubleshooting. By showing a list of routers traversed, and the average round-trip time as well as packet loss to each router, it allows users to identify links between two given routers responsible for certain fractions of the overall latency or packet loss through the network. This can help identify network overuse problems.&lt;br /&gt;
&lt;br /&gt;
On a personal note, I use it almost every day to check out pings and network connectivity and I find it very useful.&lt;br /&gt;
&lt;br /&gt;
== Author==&lt;br /&gt;
&lt;br /&gt;
Tuomas Nieminen CS15, 05.2016&lt;br /&gt;
&lt;br /&gt;
== Used materials==&lt;br /&gt;
*http://winmtr.net/&lt;br /&gt;
*http://kb.site5.com/networking/mtr-for-linux/&lt;br /&gt;
*http://linux.about.com/library/cmd/blcmdl8_mtr.htm&lt;br /&gt;
*https://github.com/traviscross/mtr&lt;br /&gt;
*https://github.com/traviscross/mtr/blob/master/mtr.c&lt;br /&gt;
*https://en.wikipedia.org/wiki/MTR_(software)&lt;br /&gt;
&lt;br /&gt;
[[Category:Operatsioonisüsteemide administreerimine ja sidumine]]&lt;/div&gt;</summary>
		<author><name>Tniemine</name></author>
	</entry>
	<entry>
		<id>https://wiki.itcollege.ee/index.php?title=Mtr_(english)&amp;diff=103151</id>
		<title>Mtr (english)</title>
		<link rel="alternate" type="text/html" href="https://wiki.itcollege.ee/index.php?title=Mtr_(english)&amp;diff=103151"/>
		<updated>2016-05-05T11:09:25Z</updated>

		<summary type="html">&lt;p&gt;Tniemine: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&#039;&#039;&#039;My traceroute&#039;&#039;&#039;, originally named &#039;&#039;&#039;Matt&#039;s traceroute&#039;&#039;&#039; (&#039;&#039;&#039;MTR&#039;&#039;&#039;) is a [[computer program]] which combines the functions of the [[traceroute]] and [[Ping (networking utility)|ping]] programs in one network diagnostic tool. There&#039;s also a version for Microsoft Windows operating systems called [http://www.winmtr.net WinMTR]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Fundamentals ==&lt;br /&gt;
MTR is licensed under the terms of the [[GNU General Public License]] (GPL) and works under modern [[Unix-like]] operating systems. It normally works under the text console, but it also has an optional [[GTK+]]-based [[graphical user interface]] (GUI).&lt;br /&gt;
&lt;br /&gt;
MTR also supports [[IPv6]] and works in a similar manner but instead relies on [[ICMPv6]] messages.&lt;br /&gt;
&lt;br /&gt;
The tool is used for network troubleshooting with ping and traceroute.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
  sudo apt-get install mtr &lt;br /&gt;
&lt;br /&gt;
in linux systems or go to website [http://www.winmtr.net WinMTR] and download the package for your Microsoft Windows operating system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== How to use ==&lt;br /&gt;
You can use either the ip address or the domain name to use the program.&lt;br /&gt;
&lt;br /&gt;
Example of how the program looks like with the parameter&lt;br /&gt;
&lt;br /&gt;
 mtr google.ee&lt;br /&gt;
&lt;br /&gt;
                             My traceroute  [v0.85] &lt;br /&gt;
 enos (::)                                              Thu May  5 13:49:14 2016&lt;br /&gt;
 Keys:  Help   Display mode   Restart statistics   Order of fields   quit&lt;br /&gt;
                                       Packets               Pings&lt;br /&gt;
 Host                                Loss%   Snt   Last   Avg  Best  Wrst StDev&lt;br /&gt;
 1. 2001:bb8:4006:ff::1               0.0%     8    0.4   0.4   0.4   0.7   0.0&lt;br /&gt;
 2. 2001:bb8:4006:ff::2               0.0%     8    1.0   1.6   0.9   5.8   1.5&lt;br /&gt;
 3. 2001:7f8:3c::3d                   0.0%     7    1.1   2.3   0.8  10.8   3.7&lt;br /&gt;
 4. ae2.mx1.ham.de.geant.net          0.0%     7   29.9  29.5  29.3  29.9   0.0&lt;br /&gt;
 5. google.mx1.fra.de.geant2.net      0.0%     7   29.2  29.1  29.0  29.2   0.0&lt;br /&gt;
 6. google-gw.mx1.fra.de.geant2.net   0.0%     7   29.3  29.2  29.1  29.3   0.0&lt;br /&gt;
 7. 2001:4860:0:1::177f               0.0%     7   29.4  29.4  29.3  29.6   0.0&lt;br /&gt;
 8. 2001:4860:0:1::1b39               0.0%     7   29.2  29.2  29.1  29.5   0.0&lt;br /&gt;
 9. fra16s08-in-x03.1e100.net         0.0%     7   29.1  29.1  28.9  29.3   0.0&lt;br /&gt;
&lt;br /&gt;
The meanings of abbreviations: &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Host&#039;&#039; - shows hostname&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Loss&#039;&#039; - shows how many percent of the packets are lost&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Snt&#039;&#039; - shows how many packets are sent&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Last&#039;&#039; - shows the last ping time of the packet&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Avg&#039;&#039; - shows the average ping time&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Best&#039;&#039;- shows the fastest ping time&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Worst&#039;&#039; - shows the slowest ping time&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;StDev&#039;&#039; - shows the standard deviation&lt;br /&gt;
&lt;br /&gt;
== The syntax and parameters ==&lt;br /&gt;
&lt;br /&gt;
  mtr [keys] hostname or ip address [packet size]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For more info about the different parameters:[http://linux.about.com/library/cmd/blcmdl8_mtr.htm/]&lt;br /&gt;
&lt;br /&gt;
You can also use the parameter -h for help:&lt;br /&gt;
&lt;br /&gt;
  -h&lt;br /&gt;
&lt;br /&gt;
which outputs this to the command line:&lt;br /&gt;
&lt;br /&gt;
 usage: mtr [-hvrwctglspniu46] [--help] [--version] [--report]&lt;br /&gt;
                [--report-wide] [--report-cycles=COUNT] [--curses] [--gtk]&lt;br /&gt;
                [--raw] [--split] [--mpls] [--no-dns] [--address interface]&lt;br /&gt;
                [--psize=bytes/-s bytes]&lt;br /&gt;
                [--report-wide|-w] [-u]&lt;br /&gt;
                [--interval=SECONDS] HOSTNAME [PACKETSIZE]&lt;br /&gt;
&lt;br /&gt;
== Summary==&lt;br /&gt;
&lt;br /&gt;
Mtr is a tool that combines ping and traceroute. It was developed by Matt Kimball in 1997. Roger Wolff took over maintaining MTR (renamed My traceroute) in October 1998. The tool is often used for network troubleshooting. By showing a list of routers traversed, and the average round-trip time as well as packet loss to each router, it allows users to identify links between two given routers responsible for certain fractions of the overall latency or packet loss through the network. This can help identify network overuse problems.&lt;br /&gt;
&lt;br /&gt;
On a personal note, I use it almost every day to check out pings and network connectivity and I find it very useful.&lt;br /&gt;
&lt;br /&gt;
== Author==&lt;br /&gt;
&lt;br /&gt;
Tuomas Nieminen CS15, 05.2016&lt;br /&gt;
&lt;br /&gt;
== Used materials==&lt;br /&gt;
*http://winmtr.net/&lt;br /&gt;
*http://kb.site5.com/networking/mtr-for-linux/&lt;br /&gt;
*http://linux.about.com/library/cmd/blcmdl8_mtr.htm&lt;br /&gt;
*https://github.com/traviscross/mtr&lt;br /&gt;
*https://github.com/traviscross/mtr/blob/master/mtr.c&lt;br /&gt;
*https://en.wikipedia.org/wiki/MTR_(software)&lt;br /&gt;
&lt;br /&gt;
[[Category:Operatsioonisüsteemide administreerimine ja sidumine]]&lt;/div&gt;</summary>
		<author><name>Tniemine</name></author>
	</entry>
	<entry>
		<id>https://wiki.itcollege.ee/index.php?title=Mtr_(english)&amp;diff=103150</id>
		<title>Mtr (english)</title>
		<link rel="alternate" type="text/html" href="https://wiki.itcollege.ee/index.php?title=Mtr_(english)&amp;diff=103150"/>
		<updated>2016-05-05T11:07:51Z</updated>

		<summary type="html">&lt;p&gt;Tniemine: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&#039;&#039;&#039;My traceroute&#039;&#039;&#039;, originally named &#039;&#039;&#039;Matt&#039;s traceroute&#039;&#039;&#039; (&#039;&#039;&#039;MTR&#039;&#039;&#039;) is a [[computer program]] which combines the functions of the [[traceroute]] and [[Ping (networking utility)|ping]] programs in one network diagnostic tool. There&#039;s also a version for Microsoft Windows operating systems called [http://www.winmtr.net WinMTR]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Fundamentals ==&lt;br /&gt;
MTR is licensed under the terms of the [[GNU General Public License]] (GPL) and works under modern [[Unix-like]] operating systems. It normally works under the text console, but it also has an optional [[GTK+]]-based [[graphical user interface]] (GUI).&lt;br /&gt;
&lt;br /&gt;
MTR also supports [[IPv6]] and works in a similar manner but instead relies on [[ICMPv6]] messages.&lt;br /&gt;
&lt;br /&gt;
The tool is used for network troubleshooting with ping and traceroute.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
  sudo apt-get install mtr &lt;br /&gt;
&lt;br /&gt;
in linux systems or go to website [http://www.winmtr.net WinMTR] and download the package for your Microsoft Windows operating system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== How to use ==&lt;br /&gt;
You can use either the ip address or the domain name to use the program.&lt;br /&gt;
&lt;br /&gt;
Example of how the program looks like with the parameter&lt;br /&gt;
&lt;br /&gt;
 mtr google.ee&lt;br /&gt;
&lt;br /&gt;
                             My traceroute  [v0.85] &lt;br /&gt;
 enos (::)                                              Thu May  5 13:49:14 2016&lt;br /&gt;
 Keys:  Help   Display mode   Restart statistics   Order of fields   quit&lt;br /&gt;
                                       Packets               Pings&lt;br /&gt;
 Host                                Loss%   Snt   Last   Avg  Best  Wrst StDev&lt;br /&gt;
 1. 2001:bb8:4006:ff::1               0.0%     8    0.4   0.4   0.4   0.7   0.0&lt;br /&gt;
 2. 2001:bb8:4006:ff::2               0.0%     8    1.0   1.6   0.9   5.8   1.5&lt;br /&gt;
 3. 2001:7f8:3c::3d                   0.0%     7    1.1   2.3   0.8  10.8   3.7&lt;br /&gt;
 4. ae2.mx1.ham.de.geant.net          0.0%     7   29.9  29.5  29.3  29.9   0.0&lt;br /&gt;
 5. google.mx1.fra.de.geant2.net      0.0%     7   29.2  29.1  29.0  29.2   0.0&lt;br /&gt;
 6. google-gw.mx1.fra.de.geant2.net   0.0%     7   29.3  29.2  29.1  29.3   0.0&lt;br /&gt;
 7. 2001:4860:0:1::177f               0.0%     7   29.4  29.4  29.3  29.6   0.0&lt;br /&gt;
 8. 2001:4860:0:1::1b39               0.0%     7   29.2  29.2  29.1  29.5   0.0&lt;br /&gt;
 9. fra16s08-in-x03.1e100.net         0.0%     7   29.1  29.1  28.9  29.3   0.0&lt;br /&gt;
&lt;br /&gt;
The meanings of abbreviations: &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Host&#039;&#039; - hostname&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Loss&#039;&#039; - how many percent of the packets are lost&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Snt&#039;&#039; - how many packets are sent&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Last&#039;&#039; - the last ping time of the packet&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Avg&#039;&#039; - average ping time&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Best&#039;&#039;- the fastest ping time&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Worst&#039;&#039; - the slowest ping time&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;StDev&#039;&#039; - standard deviation&lt;br /&gt;
&lt;br /&gt;
== The syntax and parameters ==&lt;br /&gt;
&lt;br /&gt;
  mtr [keys] hostname or ip address [packet size]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For more info about the different parameters:[http://linux.about.com/library/cmd/blcmdl8_mtr.htm/]&lt;br /&gt;
&lt;br /&gt;
You can also use the parameter -h for help:&lt;br /&gt;
&lt;br /&gt;
  -h&lt;br /&gt;
&lt;br /&gt;
which outputs this to the command line:&lt;br /&gt;
&lt;br /&gt;
 usage: mtr [-hvrwctglspniu46] [--help] [--version] [--report]&lt;br /&gt;
                [--report-wide] [--report-cycles=COUNT] [--curses] [--gtk]&lt;br /&gt;
                [--raw] [--split] [--mpls] [--no-dns] [--address interface]&lt;br /&gt;
                [--psize=bytes/-s bytes]&lt;br /&gt;
                [--report-wide|-w] [-u]&lt;br /&gt;
                [--interval=SECONDS] HOSTNAME [PACKETSIZE]&lt;br /&gt;
&lt;br /&gt;
== Summary==&lt;br /&gt;
&lt;br /&gt;
Mtr is a tool that combines ping and traceroute. It was developed by Matt Kimball in 1997. Roger Wolff took over maintaining MTR (renamed My traceroute) in October 1998. The tool is often used for network troubleshooting. By showing a list of routers traversed, and the average round-trip time as well as packet loss to each router, it allows users to identify links between two given routers responsible for certain fractions of the overall latency or packet loss through the network. This can help identify network overuse problems.&lt;br /&gt;
&lt;br /&gt;
On a personal note, I use it almost every day to check out pings and network connectivity and I find it very useful.&lt;br /&gt;
&lt;br /&gt;
== Author==&lt;br /&gt;
&lt;br /&gt;
Tuomas Nieminen CS15, 05.2016&lt;br /&gt;
&lt;br /&gt;
== Used materials==&lt;br /&gt;
*http://winmtr.net/&lt;br /&gt;
*http://kb.site5.com/networking/mtr-for-linux/&lt;br /&gt;
*http://linux.about.com/library/cmd/blcmdl8_mtr.htm&lt;br /&gt;
*https://github.com/traviscross/mtr&lt;br /&gt;
*https://github.com/traviscross/mtr/blob/master/mtr.c&lt;br /&gt;
*https://en.wikipedia.org/wiki/MTR_(software)&lt;br /&gt;
&lt;br /&gt;
[[Category:Operatsioonisüsteemide administreerimine ja sidumine]]&lt;/div&gt;</summary>
		<author><name>Tniemine</name></author>
	</entry>
	<entry>
		<id>https://wiki.itcollege.ee/index.php?title=Mtr_(english)&amp;diff=103149</id>
		<title>Mtr (english)</title>
		<link rel="alternate" type="text/html" href="https://wiki.itcollege.ee/index.php?title=Mtr_(english)&amp;diff=103149"/>
		<updated>2016-05-05T11:06:57Z</updated>

		<summary type="html">&lt;p&gt;Tniemine: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&#039;&#039;&#039;My traceroute&#039;&#039;&#039;, originally named &#039;&#039;&#039;Matt&#039;s traceroute&#039;&#039;&#039; (&#039;&#039;&#039;MTR&#039;&#039;&#039;) is a [[computer program]] which combines the functions of the [[traceroute]] and [[Ping (networking utility)|ping]] programs in one network diagnostic tool. There&#039;s also a version for Microsoft Windows operating systems called [http://www.winmtr.net WinMTR]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Fundamentals ==&lt;br /&gt;
MTR is licensed under the terms of the [[GNU General Public License]] (GPL) and works under modern [[Unix-like]] operating systems. It normally works under the text console, but it also has an optional [[GTK+]]-based [[graphical user interface]] (GUI).&lt;br /&gt;
&lt;br /&gt;
MTR also supports [[IPv6]] and works in a similar manner but instead relies on [[ICMPv6]] messages.&lt;br /&gt;
&lt;br /&gt;
The tool is used for network troubleshooting with ping and traceroute.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
  sudo apt-get install mtr &lt;br /&gt;
&lt;br /&gt;
in linux systems or go to website [http://www.winmtr.net WinMTR] and download the package for your Microsoft Windows operating system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== How to use ==&lt;br /&gt;
You can use either the ip address or the domain name to use the program.&lt;br /&gt;
&lt;br /&gt;
Example of how the program looks like with the parameter&lt;br /&gt;
&lt;br /&gt;
 mtr google.ee&lt;br /&gt;
&lt;br /&gt;
                             My traceroute  [v0.85] &lt;br /&gt;
 enos (::)                                              Thu May  5 13:49:14 2016&lt;br /&gt;
 Keys:  Help   Display mode   Restart statistics   Order of fields   quit&lt;br /&gt;
                                       Packets               Pings&lt;br /&gt;
 Host                                Loss%   Snt   Last   Avg  Best  Wrst StDev&lt;br /&gt;
 1. 2001:bb8:4006:ff::1               0.0%     8    0.4   0.4   0.4   0.7   0.0&lt;br /&gt;
 2. 2001:bb8:4006:ff::2               0.0%     8    1.0   1.6   0.9   5.8   1.5&lt;br /&gt;
 3. 2001:7f8:3c::3d                   0.0%     7    1.1   2.3   0.8  10.8   3.7&lt;br /&gt;
 4. ae2.mx1.ham.de.geant.net          0.0%     7   29.9  29.5  29.3  29.9   0.0&lt;br /&gt;
 5. google.mx1.fra.de.geant2.net      0.0%     7   29.2  29.1  29.0  29.2   0.0&lt;br /&gt;
 6. google-gw.mx1.fra.de.geant2.net   0.0%     7   29.3  29.2  29.1  29.3   0.0&lt;br /&gt;
 7. 2001:4860:0:1::177f               0.0%     7   29.4  29.4  29.3  29.6   0.0&lt;br /&gt;
 8. 2001:4860:0:1::1b39               0.0%     7   29.2  29.2  29.1  29.5   0.0&lt;br /&gt;
 9. fra16s08-in-x03.1e100.net         0.0%     7   29.1  29.1  28.9  29.3   0.0&lt;br /&gt;
&lt;br /&gt;
The meanings of abbreviations: &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Host&#039;&#039; - hostname&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Loss&#039;&#039; - how many percent of the packets are lost&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Snt&#039;&#039; - how many packets are sent&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Last&#039;&#039; - the last ping time of the packet&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Avg&#039;&#039; - average ping time&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Best&#039;&#039;- the fastest ping time&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Worst&#039;&#039; - the slowest ping time&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;StDev&#039;&#039; - standard deviation&lt;br /&gt;
&lt;br /&gt;
== The syntax and parameters ==&lt;br /&gt;
&lt;br /&gt;
  mtr [keys] hostname or ip address [packet size]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For more info about the different parameters:[http://linux.about.com/library/cmd/blcmdl8_mtr.htm/]&lt;br /&gt;
&lt;br /&gt;
You can also use the parameter -h for help:&lt;br /&gt;
&lt;br /&gt;
  -h&lt;br /&gt;
&lt;br /&gt;
which outputs this to the command line:&lt;br /&gt;
&lt;br /&gt;
 usage: mtr [-hvrwctglspniu46] [--help] [--version] [--report]&lt;br /&gt;
                [--report-wide] [--report-cycles=COUNT] [--curses] [--gtk]&lt;br /&gt;
                [--raw] [--split] [--mpls] [--no-dns] [--address interface]&lt;br /&gt;
                [--psize=bytes/-s bytes]&lt;br /&gt;
                [--report-wide|-w] [-u]&lt;br /&gt;
                [--interval=SECONDS] HOSTNAME [PACKETSIZE]&lt;br /&gt;
&lt;br /&gt;
== Summary==&lt;br /&gt;
&lt;br /&gt;
Mtr is a tool that combines ping and traceroute. It was developed by Matt Kimball in 1997. Roger Wolff took over maintaining MTR (renamed My traceroute) in October 1998. The tool is often used for network troubleshooting. By showing a list of routers traversed, and the average round-trip time as well as packet loss to each router, it allows users to identify links between two given routers responsible for certain fractions of the overall latency or packet loss through the network. This can help identify network overuse problems.&lt;br /&gt;
&lt;br /&gt;
On a personal note, I use it almost every day to check out pings and network connectivity and I find it very useful.&lt;br /&gt;
&lt;br /&gt;
== Author==&lt;br /&gt;
&lt;br /&gt;
Tuomas Nieminen CS15, 05.2016&lt;br /&gt;
&lt;br /&gt;
== Used materials==&lt;br /&gt;
*http://winmtr.net/&lt;br /&gt;
*http://kb.site5.com/networking/mtr-for-linux/&lt;br /&gt;
*http://linux.about.com/library/cmd/blcmdl8_mtr.htm&lt;br /&gt;
*https://github.com/traviscross/mtr&lt;br /&gt;
*https://github.com/traviscross/mtr/blob/master/mtr.c&lt;br /&gt;
*https://en.wikipedia.org/wiki/MTR_(software)&lt;/div&gt;</summary>
		<author><name>Tniemine</name></author>
	</entry>
	<entry>
		<id>https://wiki.itcollege.ee/index.php?title=Mtr_(english)&amp;diff=103148</id>
		<title>Mtr (english)</title>
		<link rel="alternate" type="text/html" href="https://wiki.itcollege.ee/index.php?title=Mtr_(english)&amp;diff=103148"/>
		<updated>2016-05-05T11:04:55Z</updated>

		<summary type="html">&lt;p&gt;Tniemine: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&#039;&#039;&#039;My traceroute&#039;&#039;&#039;, originally named &#039;&#039;&#039;Matt&#039;s traceroute&#039;&#039;&#039; (&#039;&#039;&#039;MTR&#039;&#039;&#039;) is a [[computer program]] which combines the functions of the [[traceroute]] and [[Ping (networking utility)|ping]] programs in one network diagnostic tool. There&#039;s also a version for Microsoft Windows operating systems called [http://www.winmtr.net WinMTR]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Fundamentals ==&lt;br /&gt;
MTR is licensed under the terms of the [[GNU General Public License]] (GPL) and works under modern [[Unix-like]] operating systems. It normally works under the text console, but it also has an optional [[GTK+]]-based [[graphical user interface]] (GUI).&lt;br /&gt;
&lt;br /&gt;
MTR also supports [[IPv6]] and works in a similar manner but instead relies on [[ICMPv6]] messages.&lt;br /&gt;
&lt;br /&gt;
The tool is used for network troubleshooting with ping and traceroute.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
  sudo apt-get install mtr &lt;br /&gt;
&lt;br /&gt;
in linux systems or go to website [http://www.winmtr.net WinMTR] and download the package for your Microsoft Windows operating system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== How to use ==&lt;br /&gt;
You can use either the ip address or the domain name to use the program.&lt;br /&gt;
&lt;br /&gt;
Example of how the program looks like with the parameter&lt;br /&gt;
&lt;br /&gt;
 mtr google.ee&lt;br /&gt;
&lt;br /&gt;
                             My traceroute  [v0.85] &lt;br /&gt;
 enos (::)                                              Thu May  5 13:49:14 2016&lt;br /&gt;
 Keys:  Help   Display mode   Restart statistics   Order of fields   quit&lt;br /&gt;
                                       Packets               Pings&lt;br /&gt;
 Host                                Loss%   Snt   Last   Avg  Best  Wrst StDev&lt;br /&gt;
 1. 2001:bb8:4006:ff::1               0.0%     8    0.4   0.4   0.4   0.7   0.0&lt;br /&gt;
 2. 2001:bb8:4006:ff::2               0.0%     8    1.0   1.6   0.9   5.8   1.5&lt;br /&gt;
 3. 2001:7f8:3c::3d                   0.0%     7    1.1   2.3   0.8  10.8   3.7&lt;br /&gt;
 4. ae2.mx1.ham.de.geant.net          0.0%     7   29.9  29.5  29.3  29.9   0.0&lt;br /&gt;
 5. google.mx1.fra.de.geant2.net      0.0%     7   29.2  29.1  29.0  29.2   0.0&lt;br /&gt;
 6. google-gw.mx1.fra.de.geant2.net   0.0%     7   29.3  29.2  29.1  29.3   0.0&lt;br /&gt;
 7. 2001:4860:0:1::177f               0.0%     7   29.4  29.4  29.3  29.6   0.0&lt;br /&gt;
 8. 2001:4860:0:1::1b39               0.0%     7   29.2  29.2  29.1  29.5   0.0&lt;br /&gt;
 9. fra16s08-in-x03.1e100.net         0.0%     7   29.1  29.1  28.9  29.3   0.0&lt;br /&gt;
&lt;br /&gt;
The meanings of abbreviations: &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Host&#039;&#039; - hostname&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Loss&#039;&#039; - how many percent of the packets are lost&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Snt&#039;&#039; - how many packets are sent&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Last&#039;&#039; - the last ping time of the packet&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Avg&#039;&#039; - average ping time&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Best&#039;&#039;- the fastest ping time&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Worst&#039;&#039; - the slowest ping time&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;StDev&#039;&#039; - standard deviation&lt;br /&gt;
&lt;br /&gt;
== The syntax and parameters ==&lt;br /&gt;
&lt;br /&gt;
Syntax:[http://linux.about.com/library/cmd/blcmdl8_mtr.htm/]&lt;br /&gt;
  mtr [keys] hostname or ip address [packet size]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For more info about the different parameters:[http://linux.about.com/library/cmd/blcmdl8_mtr.htm/]&lt;br /&gt;
&lt;br /&gt;
You can also use the parameter -h for help:&lt;br /&gt;
&lt;br /&gt;
  -h&lt;br /&gt;
&lt;br /&gt;
which outputs this to the command line:&lt;br /&gt;
&lt;br /&gt;
 usage: mtr [-hvrwctglspniu46] [--help] [--version] [--report]&lt;br /&gt;
                [--report-wide] [--report-cycles=COUNT] [--curses] [--gtk]&lt;br /&gt;
                [--raw] [--split] [--mpls] [--no-dns] [--address interface]&lt;br /&gt;
                [--psize=bytes/-s bytes]&lt;br /&gt;
                [--report-wide|-w] [-u]&lt;br /&gt;
                [--interval=SECONDS] HOSTNAME [PACKETSIZE]&lt;br /&gt;
&lt;br /&gt;
== Summary==&lt;br /&gt;
&lt;br /&gt;
Mtr is a tool that combines ping and traceroute. It was developed by Matt Kimball in 1997. Roger Wolff took over maintaining MTR (renamed My traceroute) in October 1998. The tool is often used for network troubleshooting. By showing a list of routers traversed, and the average round-trip time as well as packet loss to each router, it allows users to identify links between two given routers responsible for certain fractions of the overall latency or packet loss through the network. This can help identify network overuse problems.&lt;br /&gt;
&lt;br /&gt;
== Author==&lt;br /&gt;
&lt;br /&gt;
Tuomas Nieminen CS15, 05.2016&lt;br /&gt;
&lt;br /&gt;
== Used materials==&lt;br /&gt;
*http://winmtr.net/&lt;br /&gt;
*http://kb.site5.com/networking/mtr-for-linux/&lt;br /&gt;
*http://linux.about.com/library/cmd/blcmdl8_mtr.htm&lt;br /&gt;
*https://github.com/traviscross/mtr&lt;br /&gt;
*https://github.com/traviscross/mtr/blob/master/mtr.c&lt;br /&gt;
*https://en.wikipedia.org/wiki/MTR_(software)&lt;/div&gt;</summary>
		<author><name>Tniemine</name></author>
	</entry>
	<entry>
		<id>https://wiki.itcollege.ee/index.php?title=Mtr_(english)&amp;diff=103147</id>
		<title>Mtr (english)</title>
		<link rel="alternate" type="text/html" href="https://wiki.itcollege.ee/index.php?title=Mtr_(english)&amp;diff=103147"/>
		<updated>2016-05-05T11:01:03Z</updated>

		<summary type="html">&lt;p&gt;Tniemine: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&#039;&#039;&#039;My traceroute&#039;&#039;&#039;, originally named &#039;&#039;&#039;Matt&#039;s traceroute&#039;&#039;&#039; (&#039;&#039;&#039;MTR&#039;&#039;&#039;) is a [[computer program]] which combines the functions of the [[traceroute]] and [[Ping (networking utility)|ping]] programs in one network diagnostic tool. There&#039;s also a version for Microsoft Windows operating systems called [http://www.winmtr.net WinMTR]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Fundamentals ==&lt;br /&gt;
MTR is licensed under the terms of the [[GNU General Public License]] (GPL) and works under modern [[Unix-like]] operating systems. It normally works under the text console, but it also has an optional [[GTK+]]-based [[graphical user interface]] (GUI).&lt;br /&gt;
&lt;br /&gt;
MTR also supports [[IPv6]] and works in a similar manner but instead relies on [[ICMPv6]] messages.&lt;br /&gt;
&lt;br /&gt;
The tool is used for network troubleshooting with ping and traceroute.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
  sudo apt-get install mtr &lt;br /&gt;
&lt;br /&gt;
in linux systems or go to website [http://www.winmtr.net WinMTR] and download the package for your Microsoft Windows operating system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== How to use ==&lt;br /&gt;
You can use either the ip address or the domain name to use the program.&lt;br /&gt;
&lt;br /&gt;
Example of how the program looks like with the parameter&lt;br /&gt;
&lt;br /&gt;
 mtr google.ee&lt;br /&gt;
&lt;br /&gt;
                             My traceroute  [v0.85] &lt;br /&gt;
 enos (::)                                              Thu May  5 13:49:14 2016&lt;br /&gt;
 Keys:  Help   Display mode   Restart statistics   Order of fields   quit&lt;br /&gt;
                                       Packets               Pings&lt;br /&gt;
 Host                                Loss%   Snt   Last   Avg  Best  Wrst StDev&lt;br /&gt;
 1. 2001:bb8:4006:ff::1               0.0%     8    0.4   0.4   0.4   0.7   0.0&lt;br /&gt;
 2. 2001:bb8:4006:ff::2               0.0%     8    1.0   1.6   0.9   5.8   1.5&lt;br /&gt;
 3. 2001:7f8:3c::3d                   0.0%     7    1.1   2.3   0.8  10.8   3.7&lt;br /&gt;
 4. ae2.mx1.ham.de.geant.net          0.0%     7   29.9  29.5  29.3  29.9   0.0&lt;br /&gt;
 5. google.mx1.fra.de.geant2.net      0.0%     7   29.2  29.1  29.0  29.2   0.0&lt;br /&gt;
 6. google-gw.mx1.fra.de.geant2.net   0.0%     7   29.3  29.2  29.1  29.3   0.0&lt;br /&gt;
 7. 2001:4860:0:1::177f               0.0%     7   29.4  29.4  29.3  29.6   0.0&lt;br /&gt;
 8. 2001:4860:0:1::1b39               0.0%     7   29.2  29.2  29.1  29.5   0.0&lt;br /&gt;
 9. fra16s08-in-x03.1e100.net         0.0%     7   29.1  29.1  28.9  29.3   0.0&lt;br /&gt;
&lt;br /&gt;
The meanings of abbreviations: &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Host&#039;&#039; - hostname&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Loss&#039;&#039; - how many percent of the packets are lost&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Snt&#039;&#039; - how many packets are sent&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Last&#039;&#039; - the last ping time of the packet&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Avg&#039;&#039; - average ping time&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Best&#039;&#039;- the fastest ping time&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Worst&#039;&#039; - the slowest ping time&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;StDev&#039;&#039; - standard deviation&lt;br /&gt;
&lt;br /&gt;
== The syntax and parameters ==&lt;br /&gt;
&lt;br /&gt;
Süntaks:[http://linux.about.com/library/cmd/blcmdl8_mtr.htm/]&lt;br /&gt;
  mtr [keys] hostname or ip address [packet size]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For more info about the different parameters:[http://linux.about.com/library/cmd/blcmdl8_mtr.htm/]&lt;br /&gt;
&lt;br /&gt;
You can also use the parameter -h for help:&lt;br /&gt;
&lt;br /&gt;
  -h&lt;br /&gt;
&lt;br /&gt;
which outputs this to the commandline:&lt;br /&gt;
&lt;br /&gt;
 usage: mtr [-hvrwctglspniu46] [--help] [--version] [--report]&lt;br /&gt;
                [--report-wide] [--report-cycles=COUNT] [--curses] [--gtk]&lt;br /&gt;
                [--raw] [--split] [--mpls] [--no-dns] [--address interface]&lt;br /&gt;
                [--psize=bytes/-s bytes]&lt;br /&gt;
                [--report-wide|-w] [-u]&lt;br /&gt;
                [--interval=SECONDS] HOSTNAME [PACKETSIZE]&lt;br /&gt;
&lt;br /&gt;
== Summary==&lt;br /&gt;
&lt;br /&gt;
Mtr is a tool that combines ping and traceroute. It was developed by Matt Kimball in 1997. Roger Wolff took over maintaining MTR (renamed My traceroute) in October 1998. The tool is often used for network troubleshooting. By showing a list of routers traversed, and the average round-trip time as well as packet loss to each router, it allows users to identify links between two given routers responsible for certain fractions of the overall latency or packet loss through the network.[3] This can help identify network overuse problems.[4]&lt;br /&gt;
&lt;br /&gt;
== Author==&lt;br /&gt;
&lt;br /&gt;
Tuomas Nieminen CS15, 05.2016&lt;br /&gt;
&lt;br /&gt;
== Used materials==&lt;br /&gt;
*http://winmtr.net/&lt;br /&gt;
*http://kb.site5.com/networking/mtr-for-linux/&lt;br /&gt;
*http://linux.about.com/library/cmd/blcmdl8_mtr.htm&lt;br /&gt;
*https://github.com/traviscross/mtr&lt;br /&gt;
*https://github.com/traviscross/mtr/blob/master/mtr.c&lt;br /&gt;
*https://en.wikipedia.org/wiki/MTR_(software)&lt;br /&gt;
&lt;br /&gt;
[[Category:]]&lt;/div&gt;</summary>
		<author><name>Tniemine</name></author>
	</entry>
	<entry>
		<id>https://wiki.itcollege.ee/index.php?title=Mtr_(english)&amp;diff=103146</id>
		<title>Mtr (english)</title>
		<link rel="alternate" type="text/html" href="https://wiki.itcollege.ee/index.php?title=Mtr_(english)&amp;diff=103146"/>
		<updated>2016-05-05T10:56:55Z</updated>

		<summary type="html">&lt;p&gt;Tniemine: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&#039;&#039;&#039;My traceroute&#039;&#039;&#039;, originally named &#039;&#039;&#039;Matt&#039;s traceroute&#039;&#039;&#039; (&#039;&#039;&#039;MTR&#039;&#039;&#039;) is a [[computer program]] which combines the functions of the [[traceroute]] and [[Ping (networking utility)|ping]] programs in one network diagnostic tool. There&#039;s also a version for Microsoft Windows operating systems called [http://www.winmtr.net WinMTR]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Fundamentals ==&lt;br /&gt;
MTR is licensed under the terms of the [[GNU General Public License]] (GPL) and works under modern [[Unix-like]] operating systems. It normally works under the text console, but it also has an optional [[GTK+]]-based [[graphical user interface]] (GUI).&lt;br /&gt;
&lt;br /&gt;
MTR also supports [[IPv6]] and works in a similar manner but instead relies on [[ICMPv6]] messages.&lt;br /&gt;
&lt;br /&gt;
The tool is used for network troubleshooting with ping and traceroute.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
  sudo apt-get install mtr in linux systems &lt;br /&gt;
&lt;br /&gt;
or go to website [http://www.winmtr.net WinMTR] and download the package for your Microsoft Windows operating system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== How to use ==&lt;br /&gt;
You can use either the ip address or the domain name to use the program.&lt;br /&gt;
&lt;br /&gt;
Example of how the program looks like with the parameter&lt;br /&gt;
&lt;br /&gt;
 mtr google.ee&lt;br /&gt;
&lt;br /&gt;
                             My traceroute  [v0.85] &lt;br /&gt;
 enos (::)                                              Thu May  5 13:49:14 2016&lt;br /&gt;
 Keys:  Help   Display mode   Restart statistics   Order of fields   quit&lt;br /&gt;
                                       Packets               Pings&lt;br /&gt;
 Host                                Loss%   Snt   Last   Avg  Best  Wrst StDev&lt;br /&gt;
 1. 2001:bb8:4006:ff::1               0.0%     8    0.4   0.4   0.4   0.7   0.0&lt;br /&gt;
 2. 2001:bb8:4006:ff::2               0.0%     8    1.0   1.6   0.9   5.8   1.5&lt;br /&gt;
 3. 2001:7f8:3c::3d                   0.0%     7    1.1   2.3   0.8  10.8   3.7&lt;br /&gt;
 4. ae2.mx1.ham.de.geant.net          0.0%     7   29.9  29.5  29.3  29.9   0.0&lt;br /&gt;
 5. google.mx1.fra.de.geant2.net      0.0%     7   29.2  29.1  29.0  29.2   0.0&lt;br /&gt;
 6. google-gw.mx1.fra.de.geant2.net   0.0%     7   29.3  29.2  29.1  29.3   0.0&lt;br /&gt;
 7. 2001:4860:0:1::177f               0.0%     7   29.4  29.4  29.3  29.6   0.0&lt;br /&gt;
 8. 2001:4860:0:1::1b39               0.0%     7   29.2  29.2  29.1  29.5   0.0&lt;br /&gt;
 9. fra16s08-in-x03.1e100.net         0.0%     7   29.1  29.1  28.9  29.3   0.0&lt;br /&gt;
&lt;br /&gt;
The meanings of abbreviations: &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Host&#039;&#039; - hostname&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Loss&#039;&#039; - how many percent of the packets are lost&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Snt&#039;&#039; - how many packets are sent&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Last&#039;&#039; - the last ping time of the packet&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Avg&#039;&#039; - average ping time&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Best&#039;&#039;- the fastest ping time&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Worst&#039;&#039; - the slowest ping time&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;StDev&#039;&#039; - standard deviation&lt;br /&gt;
&lt;br /&gt;
== The syntax and parameters ==&lt;br /&gt;
&lt;br /&gt;
Süntaks:[http://linux.about.com/library/cmd/blcmdl8_mtr.htm/]&lt;br /&gt;
  mtr [keys] hostname or ip address [packet size]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For more info about the different parameters:[http://linux.about.com/library/cmd/blcmdl8_mtr.htm/]&lt;br /&gt;
&lt;br /&gt;
You can also use the parameter -h for help:&lt;br /&gt;
&lt;br /&gt;
  -h&lt;br /&gt;
&lt;br /&gt;
which outputs this to the commandline:&lt;br /&gt;
&lt;br /&gt;
 usage: mtr [-hvrwctglspniu46] [--help] [--version] [--report]&lt;br /&gt;
                [--report-wide] [--report-cycles=COUNT] [--curses] [--gtk]&lt;br /&gt;
                [--raw] [--split] [--mpls] [--no-dns] [--address interface]&lt;br /&gt;
                [--psize=bytes/-s bytes]&lt;br /&gt;
                [--report-wide|-w] [-u]&lt;br /&gt;
                [--interval=SECONDS] HOSTNAME [PACKETSIZE]&lt;br /&gt;
&lt;br /&gt;
== Summary==&lt;br /&gt;
&lt;br /&gt;
Mtr is a tool that combines ping and traceroute. It was developed by Matt Kimball in 1997. Roger Wolff took over maintaining MTR (renamed My traceroute) in October 1998. The tool is often used for network troubleshooting. By showing a list of routers traversed, and the average round-trip time as well as packet loss to each router, it allows users to identify links between two given routers responsible for certain fractions of the overall latency or packet loss through the network.[3] This can help identify network overuse problems.[4]&lt;br /&gt;
&lt;br /&gt;
== Author==&lt;br /&gt;
&lt;br /&gt;
Tuomas Nieminen CS15, 05.2016&lt;br /&gt;
&lt;br /&gt;
== Used materials==&lt;br /&gt;
*http://winmtr.net/&lt;br /&gt;
*http://kb.site5.com/networking/mtr-for-linux/&lt;br /&gt;
*http://linux.about.com/library/cmd/blcmdl8_mtr.htm&lt;br /&gt;
*https://github.com/traviscross/mtr&lt;br /&gt;
*https://github.com/traviscross/mtr/blob/master/mtr.c&lt;br /&gt;
*https://en.wikipedia.org/wiki/MTR_(software)&lt;br /&gt;
&lt;br /&gt;
[[Category:]]&lt;/div&gt;</summary>
		<author><name>Tniemine</name></author>
	</entry>
	<entry>
		<id>https://wiki.itcollege.ee/index.php?title=Mtr_(english)&amp;diff=103145</id>
		<title>Mtr (english)</title>
		<link rel="alternate" type="text/html" href="https://wiki.itcollege.ee/index.php?title=Mtr_(english)&amp;diff=103145"/>
		<updated>2016-05-05T10:35:50Z</updated>

		<summary type="html">&lt;p&gt;Tniemine: Created page with &amp;quot;== Introduction == &amp;#039;&amp;#039;&amp;#039;My traceroute&amp;#039;&amp;#039;&amp;#039;, originally named &amp;#039;&amp;#039;&amp;#039;Matt&amp;#039;s traceroute&amp;#039;&amp;#039;&amp;#039; (&amp;#039;&amp;#039;&amp;#039;MTR&amp;#039;&amp;#039;&amp;#039;) is a computer program which combines the functions of the traceroute and [...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&#039;&#039;&#039;My traceroute&#039;&#039;&#039;, originally named &#039;&#039;&#039;Matt&#039;s traceroute&#039;&#039;&#039; (&#039;&#039;&#039;MTR&#039;&#039;&#039;) is a [[computer program]] which combines the functions of the [[traceroute]] and [[Ping (networking utility)|ping]] programs in one network diagnostic tool. There&#039;s also a version for Microsoft Windows operating systems called [http://www.winmtr.net WinMTR]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Fundamentals ==&lt;br /&gt;
MTR is licensed under the terms of the [[GNU General Public License]] (GPL) and works under modern [[Unix-like]] operating systems. It normally works under the text console, but it also has an optional [[GTK+]]-based [[graphical user interface]] (GUI).&lt;br /&gt;
&lt;br /&gt;
MTR also supports [[IPv6]] and works in a similar manner but instead relies on [[ICMPv6]] messages.&lt;br /&gt;
&lt;br /&gt;
The tool is used for network troubleshooting with ping and traceroute.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
  sudo apt-get install mtr in linux systems or go to website [http://www.winmtr.net WinMTR] and download the package for your Microsoft Windows operating system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== How to use ==&lt;br /&gt;
You can use either the ip address or the domain name to use the program.&lt;br /&gt;
&lt;br /&gt;
Example of how the program looks like:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
                            My traceroute  [v0.82]&lt;br /&gt;
 localhost (0.0.0.0)                                       Thu May  5 13:15:05 2016&lt;br /&gt;
 Keys:  Help   Display mode   Restart statistics   Order of fields   quit&lt;br /&gt;
                                     Packets               Pings&lt;br /&gt;
 Host                              Loss%   Snt   Last   Avg  Best  Wrst StDev&lt;br /&gt;
 1. 85.76.255.253                   0.0%     7    0.5   0.4   0.4   0.5   0.1&lt;br /&gt;
 2. AT5-0-241.jkyla261-gw.fi.elisa  0.0%     7    0.9   1.4   0.8   4.3   1.3&lt;br /&gt;
 3. 139.97.94.55                    0.0%     7    0.9   0.9   0.9   1.0   0.1&lt;br /&gt;
 4. 213.192.186.77                  0.0%     7    1.0   1.3   0.9   2.9   0.7&lt;br /&gt;
 5. 213.192.186.49                  0.0%     6    2.6   2.7   2.6   2.8   0.1&lt;br /&gt;
 6. ???&lt;br /&gt;
 7. mus-sr1-xe-0-0-1-0.ee.estpak.e  0.0%     6    2.9   3.4   2.9   5.4   1.0&lt;br /&gt;
 8. www.telia.ee                    0.0%     6    2.8   2.9   2.8   3.0   0.1&lt;br /&gt;
&lt;br /&gt;
The meanings of abbreviations: &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Host&#039;&#039; - hostname&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Loss&#039;&#039; - how many percent of the packets are lost&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Snt&#039;&#039; - how many packets are sent&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Last&#039;&#039; - the last ping time of the packet&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Avg&#039;&#039; - average ping time&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Best&#039;&#039;- the fastest ping time&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Worst&#039;&#039; - the slowest ping time&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;StDev&#039;&#039; - standard deviation&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Keys:&lt;br /&gt;
&lt;br /&gt;
?|h  -   abi&lt;br /&gt;
&lt;br /&gt;
p    -   paus&lt;br /&gt;
&lt;br /&gt;
d   -    muuda kuvamisrežiimi&lt;br /&gt;
&lt;br /&gt;
e    -   lülita sisse/välja MPLS&lt;br /&gt;
&lt;br /&gt;
n   -    lülita sisse/välja DNS&lt;br /&gt;
&lt;br /&gt;
r   -    lähtesta loendurid&lt;br /&gt;
&lt;br /&gt;
o str -  määra näidatavad tulbad, vaikimisi &#039;LRS N BAWV&#039;&lt;br /&gt;
&lt;br /&gt;
j  -     lülita sisse/välja latentsus(LS NABWV) / jitter(DR AGJMXI)&lt;br /&gt;
&lt;br /&gt;
c &amp;lt;n&amp;gt; -  raporti tsüklite arv n, vaikimis n=lõpmatu&lt;br /&gt;
&lt;br /&gt;
i &amp;lt;n&amp;gt; -  määra pingi paketi interval n sekundit, vaikimisi n=1&lt;br /&gt;
&lt;br /&gt;
f &amp;lt;n&amp;gt;  - määra paketi esialgne eluiga (TTL), vaikimisi n=1&lt;br /&gt;
&lt;br /&gt;
m &amp;lt;n&amp;gt; -  määra paketi maksimaalne eluiga, vaikimisi n= # võrgusõlme&lt;br /&gt;
&lt;br /&gt;
s &amp;lt;n&amp;gt; -  määra paketi suurus n või juhuslik (n&amp;lt;0)&lt;br /&gt;
&lt;br /&gt;
b &amp;lt;c&amp;gt; -  määra ping paketi biti muster c(0..255) or juhuslik(c&amp;lt;0)&lt;br /&gt;
&lt;br /&gt;
Q &amp;lt;t&amp;gt; -  määra ping paketi teenuse tüübi (TOS) välja väärtus&lt;br /&gt;
&lt;br /&gt;
u   -    vaheta ICMP ECHO ja UDP pakettide vahel&lt;br /&gt;
&lt;br /&gt;
y   -    vaheta IP info&lt;br /&gt;
&lt;br /&gt;
z    -   lülita sisse/välja ASN info&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Süntaks ja parameetrid==&lt;br /&gt;
&lt;br /&gt;
Süntaks:[http://linux.about.com/library/cmd/blcmdl8_mtr.htm/]&lt;br /&gt;
  mtr [võtmed] hostinimi [paketi  suurus]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Täiendavate võtmete näiteid:[http://linux.about.com/library/cmd/blcmdl8_mtr.htm/]&lt;br /&gt;
&lt;br /&gt;
Abi:&lt;br /&gt;
&lt;br /&gt;
  -h&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Näited==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Mõne kohapeal võib-olla on kasulik programmi jooksutada ühe tunni jooksul ühe minutiliste intervallidega ning raport suunata tekstifaili. Näiteks:&lt;br /&gt;
&lt;br /&gt;
  mtr -i 60 -r -c 60 neti.ee &amp;gt; stats.txt&lt;br /&gt;
&lt;br /&gt;
Failis sisu:&lt;br /&gt;
&lt;br /&gt;
    Start: Sun Dec  8 16:15:08 2013&lt;br /&gt;
    HOST: mint                        Loss%   Snt   Last   Avg  Best  Wrst StDev&lt;br /&gt;
      1.|-- OpenWrt.lan                0.0%    60    2.7   4.2   0.9  29.2   3.7&lt;br /&gt;
      2.|-- ???                       100.0    60    0.0   0.0   0.0   0.0   0.0&lt;br /&gt;
      3.|-- 83-169-179-134-isp.superk  0.0%    60   16.6  34.7  10.5 231.2  39.3&lt;br /&gt;
      4.|-- 88-134-194-46-dynip.super  0.0%    60   15.4  39.8  11.2 210.7  40.9&lt;br /&gt;
      5.|-- 88-134-194-44-dynip.super  0.0%    60   16.4  24.8  11.8  73.1  14.7&lt;br /&gt;
      6.|-- 88-134-203-2-dynip.superk  0.0%    60   22.5  27.7  16.0  79.0  11.2&lt;br /&gt;
      7.|-- 88-134-237-125-dynip.supe  0.0%    60   32.9  39.2  23.7 157.9  18.5&lt;br /&gt;
      8.|-- 88-134-234-157-dynip.supe  0.0%    60   38.5  34.4  23.5  72.0   9.3&lt;br /&gt;
      9.|-- ffm-bb1-ge-0-1-3-0.de.eli  0.0%    60   26.2  34.6  20.0 103.0  16.0&lt;br /&gt;
     10.|-- kjj-bb2-xe-2-1-3-0.ee.est  0.0%    60  100.3  80.1  64.7 136.2  14.9&lt;br /&gt;
     11.|-- ???                       100.0    60    0.0   0.0   0.0   0.0   0.0&lt;br /&gt;
     12.|-- kjj-lgw7.ee.estpak.ee      0.0%    60   72.0  80.0  64.8 208.8  19.4&lt;br /&gt;
     13.|-- neti.ee                    0.0%    60   71.3  74.8  62.3 116.4   9.4&lt;br /&gt;
    (END)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Katsetamiseks proovi ka:&lt;br /&gt;
&lt;br /&gt;
  mtr 216.81.59.173&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Kokkuvõtte==&lt;br /&gt;
&#039;&#039;mtr&#039;&#039;-is on ühendatud &#039;&#039;ping&#039;&#039;-i ja &#039;&#039;traceroute&#039;&#039;-i võrgudiagnostika tööriistad, seetõttu ei ole vajadust kasutada kahte erinevat käsku ning &#039;&#039;mtr&#039;&#039; annab parema ülevaate võrgu olukorrast. &#039;&#039;mtr&#039;&#039; võib osutuda kasulikuks tööriistaks tõrkeotsingul sisevõrgus või kui on vaja saata informatsiooni tugiisikule või Internetiteenusepakkujale.&lt;br /&gt;
&lt;br /&gt;
== Autor==&lt;br /&gt;
&lt;br /&gt;
Tuomas Nieminen CS15, 05.2016&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Kasutatud materjalid==&lt;br /&gt;
*http://winmtr.net/&lt;br /&gt;
*http://kb.site5.com/networking/mtr-for-linux/&lt;br /&gt;
*https://www.digitalocean.com/community/articles/how-to-use-traceroute-and-mtr-to-diagnose-network-issues&lt;br /&gt;
*http://linux.about.com/library/cmd/blcmdl8_mtr.htm&lt;br /&gt;
*https://wiki.itcollege.ee/index.php/Traceroute&lt;br /&gt;
*https://wiki.itcollege.ee/index.php/Ping&lt;br /&gt;
*https://github.com/traviscross/mtr&lt;br /&gt;
*https://github.com/traviscross/mtr/blob/master/mtr.c&lt;br /&gt;
*&#039;&#039;mtr&#039;&#039;&#039;i manuaal&lt;br /&gt;
&lt;br /&gt;
[[Category:]]&lt;/div&gt;</summary>
		<author><name>Tniemine</name></author>
	</entry>
</feed>