Laboratory/Develop

TCPView for Windows v2.53

theking 2008. 4. 26. 03:29

http://technet.microsoft.com/en-us/sysinternals/bb897437.aspx

TCPView for Windows v2.53

By Mark Russinovich

Published: January 11, 2008

Introduction

TCPView is a Windows program that will show you detailed listings of all TCP and UDP endpoints on your system, including the local and remote addresses and state of TCP connections. On Windows Server 2008, Vista, NT, 2000 and XP TCPView also reports the name of the process that owns the endpoint. TCPView provides a more informative and conveniently presented subset of the Netstat program that ships with Windows. The TCPView download includes Tcpvcon, a command-line version with the same functionality.

TCPView works on Windows Server 2008/Vista/NT/2000/XP and Windows 98/Me. You can use TCPView on Windows 95 if you get the Windows 95Winsock 2 Updatefrom Microsoft.

사용자 삽입 이미지

Using TCPView

When you start TCPView it will enumerate all active TCP and UDP endpoints, resolving all IP addresses to their domain name versions. You can use a toolbar button or menu item to toggle the display of resolved names. On Windows XP systems, TCPView shows the name of the process that owns each endpoint.

By default, TCPView updates every second, but you can use theOptions|Refresh Ratemenu item to change the rate. Endpoints that change state from one update to the next are highlighted in yellow; those that are deleted are shown in red, and new endpoints are shown in green.

You can close established TCP/IP connections (those labeled with a state of ESTABLISHED) by selectingFile|Close Connections, or by right-clicking on a connection and choosingClose Connectionsfrom the resulting context menu.

You can save TCPView's output window to a file using theSavemenu item.

 

Tcpvcon Usage

Tcpvcon usage is similar to that of the built-in Windows netstat utility:

Usage: tcpvcon [-a] [-c] [-n] [process name or PID]

-a

Show all endpoints (default is to show established TCP connections).

-c

Print output as CSV.

-n

Don't resolve addresses.

 

Microsoft TCPView KB Article

This Microsoft KB article references TCPView:

816944: "Unexpected Error 0x8ffe2740 Occurred" Error Message When You Try to Start a Web Site

 

사용자 삽입 이미지

Download TcpView (94 KB)