fc7963b63497c3dc0124d1dc7859b3735d5ca32e
[openwrt.git] / package / mtr / Config.in
1 config BR2_PACKAGE_MTR
2 tristate "mtr - Full screen ncurses traceroute tool"
3 default m if CONFIG_DEVEL
4 select BR2_PACKAGE_LIBNCURSES
5 help
6 mtr combines the functionality of the 'traceroute' and 'ping' programs
7 in a single network diagnostic tool.
8 .
9 As mtr starts, it investigates the network connection between the host
10 mtr runs on and a user-specified destination host. After it
11 determines the address of each network hop between the machines,
12 it sends a sequence ICMP ECHO requests to each one to determine the
13 quality of the link to each machine. As it does this, it prints
14 running statistics about each machine.
15 .
16 http://www.bitwizard.nl/mtr/
17
This page took 0.042891 seconds and 3 git commands to generate.