Geek Commands: -
Commands save you during application load test :)
netstat | findstr ESTABLISHED
netstat | findstr LISTEN
netstat | findstr CLOSE_WAIT
netstat | findstr TIME_WAIT
Showing PID used by Port
netstat –o | findstr $portnumber
Protocol statistics
You are working on Protocol statistics for either any of this protocol
(IPv4, IPv6, ICMPv4, ICMPv6, TCP or UDP)
netstat –s
netstat -s |Findstr Errors
Getting routing Information
This command will show us entire routing table.
netstat –r
Interface statistics: (sent and received details)
netstat-e
Getting Fully Qualified Domain Name of foreign address (remote host)
netstat –f
Finally finding port number for “Exe” or service This command can give you real time information about which exe is using which port and communicating on which foreign ip address.
Command: - netstat -v -b
Commands save you during application load test :)
netstat | findstr ESTABLISHED
netstat | findstr LISTEN
netstat | findstr CLOSE_WAIT
netstat | findstr TIME_WAIT
Showing PID used by Port
netstat –o | findstr $portnumber
Protocol statistics
You are working on Protocol statistics for either any of this protocol
(IPv4, IPv6, ICMPv4, ICMPv6, TCP or UDP)
netstat –s
netstat -s |Findstr Errors
Getting routing Information
This command will show us entire routing table.
netstat –r
Interface statistics: (sent and received details)
netstat-e
Getting Fully Qualified Domain Name of foreign address (remote host)
netstat –f
Finally finding port number for “Exe” or service This command can give you real time information about which exe is using which port and communicating on which foreign ip address.
Command: - netstat -v -b
Comments
Post a Comment