Yükleniyor...
Analyze performance with the advanced network diagnostic tool that combines ping and traceroute.
MTR (My Traceroute) is an advanced network diagnostic tool that combines ping and traceroute. It cannot be run from the browser; use the commands below in your terminal.
MTR (My Traceroute) is an advanced network diagnostic tool that combines the functionality of ping and traceroute in a single tool. Unlike standard traceroute, MTR continuously sends packets to each hop, providing real-time packet loss and latency statistics.
The most important metrics in MTR results are packet loss (Loss%) and average latency (Avg). If high packet loss is observed at a particular hop but does not continue at subsequent hops, this is usually caused by ICMP rate limiting and may not be a real issue. However, if packet loss continues to the last hop, there is a real network problem.
MTR is extremely useful for diagnosing proxy connection issues. If you are experiencing connection problems with ProxyTurk proxy servers, you can create an MTR report to identify which hop has the issue. Use the command mtr --report -c 10 to generate a shareable report and send it to our support team.
On Linux systems, it can be installed with sudo apt install mtr (Debian/Ubuntu) or sudo yum install mtr (CentOS/RHEL). On macOS, use brew install mtr. For Windows, you can download the WinMTR application.