Monitor the Computer Network Connection with Netstat
Netstat (network statistics) is used to monitor the computer/host which are connected to your computer
to run it open the command prompt window and type netstat
Description:
ESTABLISHED: connect with other computersLISTENING: waiting for connection
TIME_WAIT: waiting for orders
Other netstat command
Netstat (network statistics) is used to monitor the computer/host which are connected to your computer
to run it open the command prompt window and type netstat
the netstat command result
Description:
- Proto: type of protocol used
- Local address: information from Ipaddress/your host name
- foreighn address: information from Ipaddress/host name that is connected to your computer
- Stat: connection status
ESTABLISHED: connect with other computersLISTENING: waiting for connection
TIME_WAIT: waiting for orders
Other netstat command
- netstat -an|more
- netstat -an>c:\filename.txt
i like with your posting on how to optimize the monitor computer network connection
ReplyDelete