Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

Find which pids are using which TCP ports (See related posts)

On unix systems: lsof
On windows: command line: Tcpvcon
GUI: TCPView
(can be downloaded from http://www.sysinternals.com/Utilities/TcpView.html)

You need to create an account or log in to post comments to this site.


Click here to browse all 5521 code snippets

Related Posts