Re: process-id and port?



netstat [-a] [-e] [-n] [-o] [-p Protocol] [-r] [-s]
[Interval]

-o : Displays active TCP connections and includes the
process ID (PID) for each connection. You can find the
application based on the PID on the Processes tab in
Windows Task Manager. This parameter can be combined
with -a, -n, and -p.

-p Protocol : Shows connections for the protocol
specified by Protocol. In this case, the Protocol can
be tcp, udp, tcpv6, or udpv6. If this parameter is
used with -s to display statistics by protocol,
Protocol can be tcp, udp, icmp, ip, tcpv6, udpv6,
icmpv6, or ipv6.

-r : Displays the contents of the IP routing table.
This is equivalent to the


Robert Lee Binkley leebinkley@xxxxxxxxx
IBM AIX Specialist Certified
HP-UX System Administration Certified
Work It's Nice To Be Important But It's More Important To Be Nice



Relevant Pages