1. 查看进程 ps -aux | grep jinchengming
2. 根据进程id查询占用端口号(需要切换root用户 sudu su) netstat -nap | grep 端口号
3. 根据端口号查看进程 netstat -nap | grep 进程id