码迷,mamicode.com
首页 > Windows程序 > 详细

windows10 查看进程端口的情况

时间:2018-04-26 14:03:01      阅读:383      评论:0      收藏:0      [点我收藏+]

标签:查看进程   user   use   listening   net   nfs   leo   nbsp   pid   

以程序 winnfsd.exe 为例:

1 查看进程号 PID

C:\Users\leo>tasklist|findstr winnfsd.exe
winnfsd.exe                   3600 Console                    1      9,756 K

2 查看端口号

C:\Users\leo>netstat -ano|findstr 3600
   TCP    0.0.0.0:111            0.0.0.0:0              LISTENING       3600
   TCP    0.0.0.0:1058           0.0.0.0:0              LISTENING       3600
   TCP    0.0.0.0:2049           0.0.0.0:0              LISTENING       3600
   TCP    192.168.245.1:111      192.168.245.128:47210  CLOSE_WAIT      3600
   TCP    192.168.245.1:111      192.168.245.128:47212  CLOSE_WAIT      3600
   TCP    192.168.245.1:1058     192.168.245.128:900    CLOSE_WAIT      3600
   TCP    192.168.245.1:2049     192.168.245.128:711    CLOSE_WAIT      3600
   TCP    192.168.245.1:2049     192.168.245.128:932    CLOSE_WAIT      3600
   UDP    0.0.0.0:111            *:*                                    3600
   UDP    0.0.0.0:1058           *:*                                    3600
   UDP    0.0.0.0:2049           *:*                                    3600

windows10 查看进程端口的情况

标签:查看进程   user   use   listening   net   nfs   leo   nbsp   pid   

原文地址:https://www.cnblogs.com/mouseleo/p/8951820.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!