1.正常情况下应该可以监听出正在执行的进程,但我的是vagrant,权限不足,不能显示出进程 netstat -a|grep 8811 2.权限问题:加sudo 就好 sudo netstat -anp |grep 8811