Thursday, April 22, 2010

View Status of Network Services

netstat is a simple command line utility for viewing network status available on Windows, Linux and Mac OSX.
To view network status of services using TCP sockets:
netstat -abn -p tcp
for UDP sockets:
netstat -abn -p udp
Tested on both Windows and Mac OSX.

netstat -pant
for TCP Sockets. Tested on a RedHat Linux VM

No comments:

Post a Comment