aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorBernd Eckenfels <net-tools@lina.inka.de>2008-10-02 22:30:25 +0000
committerBernd Eckenfels <net-tools@lina.inka.de>2008-10-02 22:30:25 +0000
commit2fd700951b7c7568d5d14f0a4fb40ce30c081777 (patch)
tree791325cd3073ec7da17cd4c2e7bbd05a5b18eab6 /man
parentallow netstat to print Rcv/Snd-Q for TCP_LISTEN (containing accept (diff)
downloadnet-tools-2fd700951b7c7568d5d14f0a4fb40ce30c081777.tar.gz
net-tools-2fd700951b7c7568d5d14f0a4fb40ce30c081777.tar.bz2
net-tools-2fd700951b7c7568d5d14f0a4fb40ce30c081777.zip
document the additional info in Send-Q/Recv-Q with recent kernels for
listening sockets.
Diffstat (limited to 'man')
-rw-r--r--man/en_US/netstat.88
1 files changed, 5 insertions, 3 deletions
diff --git a/man/en_US/netstat.8 b/man/en_US/netstat.8
index 7a8a42c..9a4a760 100644
--- a/man/en_US/netstat.8
+++ b/man/en_US/netstat.8
@@ -8,7 +8,7 @@
.\" Modified: Tuan Hoang tqhoang@bigfoot.com
.\"
.\"
-.TH NETSTAT 8 "2007-12-02" "net-tools" "Linux Programmer's Manual"
+.TH NETSTAT 8 "2008-10-04" "net-tools" "Linux System Administrator's Manual"
.SH NAME
netstat \- Print network connections, routing tables, interface statistics, masquerade connections, and multicast memberships
@@ -183,9 +183,11 @@ Print routing information from the route cache.
.SS "Proto"
The protocol (tcp, udp, raw) used by the socket.
.SS "Recv-Q"
-The count of bytes not copied by the user program connected to this socket.
+Established: The count of bytes not copied by the user program connected to this socket.
+Listening: Since Kernel 2.6.18 this column contains the current syn backlog.
.SS "Send-Q"
-The count of bytes not acknowledged by the remote host.
+Established: The count of bytes not acknowledged by the remote host.
+Listening: Since Kernel 2.6.18 this column contains the maximum size of the syn backlog.
.SS "Local Address"
Address and port number of the local end of the socket. Unless the
.BR \-\-numeric " (" \-n )