Deleted Added
full compact
33c33
< .\" $FreeBSD: head/usr.bin/netstat/netstat.1 170492 2007-06-10 06:11:03Z ceri $
---
> .\" $FreeBSD: head/usr.bin/netstat/netstat.1 179027 2008-05-15 20:18:44Z gnn $
52c52
< .Op Fl AaLnSW
---
> .Op Fl AaLnSWx
87a88,90
> If
> .Fl x
> is present display full socket buffer statistics for each internet socket.
456a460,479
> .Pp
> The
> .Fl x
> flag causes netstat to output all the information recorded about data
> stored in the socket buffers. The fields are:
> .Bl -column ".Li R-MBUF"
> .It Li R-MBUF Ta Number of mbufs in the receive queue.
> .It Li S-MBUF Ta Number of mbufs in the send queue.
> .It Li R-CLUS Ta Number of clusters, of any type, in the recieve
> queue.
> .It Li S-CLUS Ta Number of clusters, of any type, in the send queue.
> .It Li R-HIWA Ta Receive buffer high water mark, in bytes.
> .It Li S-HIWA Ta Send buffer high water mark, in bytes.
> .It Li R-LOWA Ta Receive buffer low water mark, in bytes.
> .It Li S-LOWA Ta Send buffer low water mark, in bytes.
> .It Li R-BCNT Ta Receive buffer byte count.
> .It Li S-BCNT Ta Send buffer byte count.
> .It Li R-BMAX Ta Maximum bytes that can be used in the receive buffer.
> .It Li S-BMAX Ta Maximum bytes that can be used in the send buffer.
> .El