일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- golang
- Sysinternals
- ebpf
- Android
- Shell script
- namespace
- docker
- service
- Flutter
- VSCode
- RTMP
- nginx-media-server
- android studio
- spring cloud config
- 행정구역분류
- Python
- HLS
- dart
- aws
- Java
- kubectl
- ffmpeg
- deployment
- aws cli
- configmap
- Pod
- wireshark
- Kubernetes
- macos
- Windows10
Archives
- Today
- Total
woonizzooni
[Networking Utilities] TCPView - 본문
TCPView
https://docs.microsoft.com/en-us/sysinternals/downloads/tcpview
o 다운로드 : https://download.sysinternals.com/files/TCPView.zip
Linux에서 네트웍 상태(TCP/UDP 연결상태)는 주로 netstat명령으로 확인.
Windows의 경우 '리소스 모니터' 실행 > 네트웍크 탭의 TCP연결 화면에서 내용 확인.
TCPView는 더 편한 환경을 제공함.
o tcpview.exe실행

특정 앱이 사용하는 포트를 모르는데 방화벽에 예외처리 하고 싶다거나,
내 자료를 외부로 빼돌리는 백그라운드 프로세스가 있는지,
등 생각나면 실행해보자
'Windows Sysinternals' 카테고리의 다른 글
[File Utilities] Sigcheck - 파일 서명 정보, 바이러스 감염 여부 체크 (0) | 2019.06.15 |
---|---|
[Networking Utilities] PsPing - 80포트 ping, 443포트 ping, bandwidth 측정 해보기 등 (0) | 2019.06.15 |
[Process Utilities] Process Explorer / Process Monitor - 프로세스 상태 확인 (0) | 2019.06.14 |
[Process Utilities] AutoRuns - 자동 시작 프로그램 확인/제어 (0) | 2019.06.14 |
[Miscellaneous Utilities] Strings - UNICODE or ASCII 문자열 스캔유틸리티 (0) | 2019.06.14 |