Windows下查询进程、端口

PID --> 端口号
netstat -ano | findstr 8244

 

端口号 --> PID
netstat -aon|findstr "11211"

 

PID --> 进程名
tasklist|findstr "8244"

 

posted @ 2016-09-18 16:15  月下麦田  阅读(187)  评论(0编辑  收藏  举报