Print this page
XXXX adding PID information to netstat output
*** 4,14 ****
NAME
netstat - show network status
SYNOPSIS
! netstat [-anvR] [-f address_family] [-P protocol]
netstat -g [-nv] [-f address_family]
--- 4,14 ----
NAME
netstat - show network status
SYNOPSIS
! netstat [-anuvR] [-f address_family] [-P protocol]
netstat -g [-nv] [-f address_family]
*** 204,213 ****
--- 204,221 ----
Specify u for a printed representation of the internal
representation of time. See time(2). Specify d for standard date
format. See date(1).
+ -u
+
+ When specified, for each network endpoint netstat will print the
+ list of the processes currently have an open file descriptor
+ pointing to that endpoint. netstat will list the username, process
+ id, and the program for each process in that list.
+
+
-v
Verbose. Show additional information for the sockets, STREAMS
memory statistics, routing table, and multicast group memberships.
*** 663,668 ****
zone in which netstat runs. (This is true for both shared-IP and
exclusive-IP zones.)
! September 2, 2015 NETSTAT(1M)
--- 671,676 ----
zone in which netstat runs. (This is true for both shared-IP and
exclusive-IP zones.)
! July 12, 2016 NETSTAT(1M)