Forrest logo
back to context overview

pathping

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
back to context overview