Forrest logo
tool overview
On this page you find all important commands for the CLI tool pathping. If the command you are looking for is missing please ask our AI.

pathping

Pathping is a command line tool that combines the functions of Ping and Traceroute. It is available in Windows operating systems and is used to diagnose network latency and packet loss issues. When executed, Pathping sends a series of Echo Request messages to the destination IP address while recording the statistics for each intermediate hop. It also calculates the round-trip time (RTT), maximum, minimum, and average latency values. Moreover, Pathping displays the packet loss percentage, which helps identify network congestion or faulty routers. The tool generates a report that shows the latency and packet loss measurements for each hop, providing a comprehensive analysis of network performance and identifying the potential trouble spots. Pathping can be an effective tool for troubleshooting network issues and optimizing network performance.

List of commands for pathping:

  • pathping:tldr:15367 pathping: Specify the maximum number of hops to search for the target (the default is 30).
    $ pathping ${hostname} -h ${max_hops}
    try on your machine
    explain this command
  • pathping:tldr:16373 pathping: Specify the number of queries per hop (the default is 100).
    $ pathping ${hostname} -q ${queries}
    try on your machine
    explain this command
  • pathping:tldr:4067a pathping: Ping and trace the route to a host.
    $ pathping ${hostname}
    try on your machine
    explain this command
  • pathping:tldr:5b75c pathping: Display detailed usage information.
    $ pathping /?
    try on your machine
    explain this command
  • pathping:tldr:5d448 pathping: Force IPV6 usage.
    $ pathping ${hostname} -6
    try on your machine
    explain this command
  • pathping:tldr:7d28f pathping: Force IPV4 usage.
    $ pathping ${hostname} -4
    try on your machine
    explain this command
  • pathping:tldr:858c2 pathping: Specify the milliseconds to wait between pings (the default is 240).
    $ pathping ${hostname} -p ${time}
    try on your machine
    explain this command
  • pathping:tldr:bfecf pathping: Do not perform reverse lookup of IP address to hostname.
    $ pathping ${hostname} -n
    try on your machine
    explain this command
tool overview