The Sockets Detail attributes refer to characteristics associated with socket details, including user ID, local and foreign addresses, socket states, and socket protocols.
Foreign Address The address of the remote end of the socket. Like "netstat" * indicates that the address is unassigned/unavailable. Valid entry is an alphanumeric text string, with a maximum length of 16 characters.
Foreign Port The number of the foreign port. Valid entry is an integer.
Local Address The address of the local end of the socket, presented as a dotted ip address. Valid entry is an alphanumeric text string, with a maximum length of 16 characters.
Local Port The local port number. Valid entry is an integer. Note: -1 = N/A.
Local Service The local port number translated to service name from /etc/services. Valid entry is an alphanumeric text string, with a maximum length of 64 characters.
Receive Queue The count of bytes not copied by the user program connected to this socket. Valid entry is an integer. Note: -1 = N/A.
Send Queue The count of bytes not acknowledged by the remote host. Valid entry is an integer.
Socket Inode The inode used by the socket. Valid entry is an integer.
Socket Owner Name (Unicode) The user name associated with the user ID that owns or started the socket connection. Valid entry is an alphanumeric text string, with a maximum length of 64 bytes. This attribute is globalized (Unicode).
Socket Protocol Indicates the sockets using this protocol. "Total" includes UNIX domain sockets not displayed here. Valid entry is an integer, where:
0 = TCP
1 = UDP
2 = RAW
3 = UNIX
-1 = TOTAL
-2 = N/A
Socket State The state of the socket. Valid entry is an integer, where
1 = ESTABLISHED
2 = SYN_SENT
3 = SYN_RECV
4 = FIN_WAIT1
5 = FIN_WAIT2
6 = TIME_WAIT
7 = CLOSED
8 = CLOSED_WAIT
9 = LAST_ACK
10 = LISTEN
11 = CLOSING
12 = UNKNOWN
Socket UID The user ID of the owner of the socket. Valid entry is an integer.
System Name The host name of the monitored system. Valid entry is an alphanumeric text string, with a maximum length of 64 characters.
Timestamp The date and time the agent collects information as set on the monitored system. The timestamp format for SCAN and STR functions is CYYMMDDHHMMSSmmm (as in 1020315064501000 for 03/15/02 06:45:01) where:
C = Century (0 for 20th, 1 for 21st)
Y = Year
M = Month
D = Day
H = Hour
M = Minute
S = Second
m = millisecond