Run mtr (My Traceroute) to get raw network diagnostic output with packet loss and latency statistics.
mtr (My Traceroute) is a network diagnostic tool that combines the functionality of the traceroute and ping programs in a single network diagnostic tool.
As mtr starts, it investigates the network connection between the host mtr runs on and a user-specified destination host. It determines the address of each network hop between the machines and sends a sequence ICMP ECHO requests to each one to determine the quality of the link to each machine. As it does this, it prints running statistics about each machine.
This tool provides the raw mtr output, which includes detailed packet loss and latency statistics for each hop in the network path.