Windows Netstat

특정 TCP 포트를 점유하고 있는 프로세스 확인하기

netstat -aon | findstr <포트번호>
tasklist | findstr <PID>