基于Windows 端口命令查看
[b]1 查看指定端口线程[/b]
netstat -ano|findstr "8100" pid表示线程编号
[b]2 根据线程编号查找线程名称[/b]
netstat -ano tasklist|findstr "51533"
[b]3 netstat 命令详解 [/b]
[img]http://dl.iteye.com/upload/attachment/0080/8091/8849d7c9-317b-3d7f-b5f2-8db1fcc6f7d9.jpg[/img]
[b]1 查看指定端口线程[/b]
netstat -ano|findstr "8100" pid表示线程编号
[b]2 根据线程编号查找线程名称[/b]
netstat -ano tasklist|findstr "51533"
[b]3 netstat 命令详解 [/b]
[img]http://dl.iteye.com/upload/attachment/0080/8091/8849d7c9-317b-3d7f-b5f2-8db1fcc6f7d9.jpg[/img]