= sprintf(gettext('Information about listening sockets for both %sIPv4%s and %sIPv6%s.'), '','','','') ?>
-= sprintf(gettext('For explanation about the meaning of the information listed for each socket click %shere%s.'),'','') ?>
-
= gettext('To show information about both listening and connected sockets click this.') ?>
=$name;?>
-| $entry | \n"); - } else { - print("$entry | \n"); - } - $j++; - } - print("
|---|
=gettext("Socket information explanation");?>
-= sprintf(gettext('This page show the output for the commands: "sockstat -4lL" and "sockstat -6lL".%s' .
- 'Or in case of showing all sockets the output for: "sockstat -4" and "sockstat -6".%s%s' .
- 'The information listed for each socket is:'),'
','
','
') ?>
| USER | = gettext('The user who owns the socket.') ?> |
| COMMAND | = gettext('The command which holds the socket.') ?> |
| PID | = gettext('The process ID of the command which holds the socket.') ?> |
| FD | = gettext('The file descriptor number of the socket.') ?> |
| PROTO | = gettext('The transport protocol associated with the socket for Internet sockets, or the type of socket (stream or data-gram) for UNIX sockets.') ?> |
| ADDRESS | = sprintf(gettext("(UNIX sockets only) For bound sockets, this is the file-name of the socket. %sFor other sockets, it is the name, PID and file descriptor number of the peer, or ``(none)'' if the socket is neither bound nor connected."),' ') ?> |
| LOCAL ADDRESS | = gettext('(Internet sockets only) The address the local end of the socket is bound to (see getsockname(2)).') ?> |
| FOREIGN ADDRESS | = gettext('(Internet sockets only) The address the foreign end of the socket is bound to (see getpeername(2)).') ?> |