1. 查看进程pid ps -ef | grep {进程名} 2. 通过pid查看占用端口 netstat -nap | grep {pid} 3. 查看不断刷新的文件,主要是看日志 tail -f {filename}