Movatterモバイル変換


[0]ホーム

URL:


Skip to main content

This browser is no longer supported.

Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.

Download Microsoft EdgeMore info about Internet Explorer and Microsoft Edge
Table of contentsExit editor mode

TCPView v4.19

Feedback

In this article

By Mark Russinovich

Published: April 11, 2023

Download Download TCPView(1.5 MB)
Run now fromSysinternals Live.

Introduction

TCPView is a Windows program that will show you detailed listings of allTCP and UDP endpoints on your system, including the local and remoteaddresses and state of TCP connections. TCPView also reports the name of the processthat owns the endpoint. TCPView provides a more informative and conveniently presentedsubset of the Netstat program that ships with Windows. The TCPViewdownload includes Tcpvcon, a command-line version with the samefunctionality.

TCP View screenshot

Using TCPView

When you start TCPView it will enumerate all active TCP and UDPendpoints, resolving all IP addresses to their domain name versions. Youcan use a toolbar button or menu item to toggle the display of resolvednames. TCPView shows the name of the process that owns each endpoint, including the service name (if any).

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

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

You can save TCPView's output window to a file using theSave menuitem.

Using Tcpvcon

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

Usage:

tcpvcon [-a] [-c] [-n] [process name or PID]
ParameterDescription
-aShow all endpoints (default is to show established TCP connections).
-cPrint output as CSV.
-nDon't resolve addresses.

Download Download TCPView(1.5 MB)

Run now fromSysinternals Live.

Runs on:

  • Client: Windows 8.1 and higher.
  • Server: Windows Server 2012 and higher.

  • Last updated on

In this article