Files
tldr/pages.zh/windows/pathping.md
2019-03-12 11:56:23 +00:00

36 lines
672 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# pathping
> 一种结合了`ping`和`tracert`功能的跟踪路由工具.
- Ping并追踪主机的路由:
`pathping {{主机名}}`
- 不要对主机名执行IP地址的反向查找:
`pathping {{主机名}} -n`
- 指定要搜索目标的最大跃点数默认值为30:
`pathping {{主机名}} -h {{最大跃点数}}`
- 指定ping之间等待的毫秒数默认值为240:
`pathping {{主机名}} -p {{时间}}`
- 指定每跳的查询数默认值为100:
`pathping {{主机名}} -q {{查询语句}}`
- 强制使用IPV4:
`pathping {{主机名}} -4`
- 强制使用IPV6:
`pathping {{主机名}} -6`
- 显示详细的使用帮助:
`pathping /?`