Files
tldr/pages.zh/linux/netselect.md

24 lines
527 B
Markdown
Raw Permalink 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.

# netselect
> 选择快速网络服务器的速度测试。
> 更多信息:<https://github.com/apenwarr/netselect>。
- 选择延迟最低的服务器:
`sudo netselect {{host_1}} {{host_2}}`
- 显示名称服务器解析和统计信息:
`sudo netselect -vv {{host_1}} {{host_2}}`
- 定义最大生存时间TTL
`sudo netselect -m {{10}} {{host_1}} {{host_2}}`
- 打印在主机中最快的 N 个服务器:
`sudo netselect -s {{N}} {{host_1}} {{host_2}} {{host_3}}`
- 显示帮助信息:
`netselect`