netstat -ano | findstr <port>
taskkill /F /PID <PID>
lsof -i:<port>
kill -9 <PID>
top shift + m 根据内存排序
top