搜索结果

×

搜索结果将在这里显示。

Windows網絡診斷

定位路径丢包

pathping

查IP-MAC映射

arp -a

查网卡真实速率

netsh ... subinterfaces

查各类DNS记录

nslookup -type=xxx

端口測試

Test-NetConnectionc hostname -port

帶端口的ping

tcping

內網速率檢測

iperf3

使用ping命令测试目标设备的连通性

ping

使用tracert命令(Windows)或traceroute命令(Linux)查看数据包的路由路径。

tracert -d

开启抓包过程

netsh trace start capture=YES

停止抓包

netsh trace stop

路由查看

route print

arp表

arp -a
发布时间: