pathping

Windows CMD · Network · available in the simulator

What it does

Combines traceroute and ping to analyze packet loss and latency.

Syntax

pathping [-n] [-h saltos] [-q consultas] destino

Options and parameters

  • -n

    Does not resolve hostnames.

  • -h

    Maximum number of hops.

  • -q

    Number of queries per hop.

  • -p

    Wait time in milliseconds between pings.

  • -w

    Wait time in milliseconds for a reply.

Usage examples

  • pathping example.com

Notes and common mistakes

  • Combines tracert and ping to detect packet loss per hop.
Practise pathping

Related commands