> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://helpdesk.gbnetwork.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# Unix Traceroute and Ping Program - MTR

| Unix Traceroute and Ping Program - MTR

> MTR is the program used to perform traceroute and ping test. This application is supported for most of the Linux Distro and Macintosh device.

For Ubuntu user, you may execute the following command to install MTR.
```sudo aptitude install mtr```

For other Unix distro, you may download the source file [here](ftp://ftp.bitwizard.nl/mtr/) and install them

Once it is installed, you may perform the test like,
```mtr domain.com```