From 2d9ecbd38855c3797b21dad2f6e63c0418776811 Mon Sep 17 00:00:00 2001 From: Owen Voke Date: Sat, 21 Apr 2018 09:43:29 +0100 Subject: [PATCH] pathping: add page (#2077) --- pages/windows/pathping.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 pages/windows/pathping.md diff --git a/pages/windows/pathping.md b/pages/windows/pathping.md new file mode 100644 index 000000000..052151c34 --- /dev/null +++ b/pages/windows/pathping.md @@ -0,0 +1,35 @@ +# pathping + +> A trace route tool combining features of `ping` and `tracert`. + +- Ping and trace the route to a host: + +`pathping {{hostname}}` + +- Do not perform reverse lookup of ip-address to hostname: + +`pathping {{hostname}} -n` + +- Specify the maximum number of hops to search for the target (the default is 30): + +`pathping {{hostname}} -h {{max_hops}}` + +- Specify the milliseconds to wait between pings (the default is 240): + +`pathping {{hostname}} -p {{time}}` + +- Specify the number of queries per hop (the default is 100): + +`pathping {{hostname}} -q {{queries}}` + +- Force IPV4 usage: + +`pathping {{hostname}} -4` + +- Force IPV6 usage: + +`pathping {{hostname}} -6` + +- Display detailed usage information: + +`pathping /?`