Config.in 706 B

123456789101112131415161718
  1. config ADK_PACKAGE_MTR
  2. prompt "mtr............................... Full screen ncurses traceroute tool"
  3. tristate
  4. default n
  5. select ADK_PACKAGE_LIBNCURSES
  6. help
  7. mtr combines the functionality of the 'traceroute' and 'ping' programs
  8. in a single network diagnostic tool.
  9. .
  10. As mtr starts, it investigates the network connection between the host
  11. mtr runs on and a user-specified destination host. After it
  12. determines the address of each network hop between the machines,
  13. it sends a sequence ICMP ECHO requests to each one to determine the
  14. quality of the link to each machine. As it does this, it prints
  15. running statistics about each machine.
  16. .
  17. http://www.bitwizard.nl/mtr/