PORT 사용 프로그램 추적
- 설명
netstat -ano | findstr 포트번호
- 명령어
netstat -ano | findstr :1226
- 결과
8128 → PID
해당 포트 사용 프로그램 추적
- 설명
tasklist /FI "PID eq 피아이디"
- 명령어
tasklist /FI "PID eq 8128"
- 결과
- java.exe
프로세스 킬하기
- 설명
taskkill /f /pid 8128
반응형
'프로그래밍' 카테고리의 다른 글
서버 모니터링툴 구축 (0) | 2024.06.07 |
---|---|
게임 클라이언트 프로그래머 ? 게임 서버 프로그래머 ? (4) | 2024.01.08 |
bash scripts option 정리 (0) | 2023.05.17 |
[알고리즘] 데이터 구조 (0) | 2018.09.30 |
[jenkins] build periodically,poll scm (0) | 2018.08.23 |
댓글