ps -ef | grep 进程
pgrep -f 进程
netstat -tunlp | grep 端口号
netstat -anp |grep 端口号
netstat -aon | findstr “6001”
tasklist | findstr “12780”
ps -ef | grep 进程
pgrep -f 进程
netstat -tunlp | grep 端口号
netstat -anp |grep 端口号
netstat -aon | findstr “6001”
tasklist | findstr “12780”