cvs commit: src/sys/kern uipc_sockbuf.c src/sys/sys socketvar.h
src/usr.bin/netstat inet.c main.c netstat.1 netstat.h
George V. Neville-Neil
gnn at FreeBSD.org
Thu May 15 20:18:45 UTC 2008
gnn 2008-05-15 20:18:44 UTC
FreeBSD src repository
Modified files:
sys/kern uipc_sockbuf.c
sys/sys socketvar.h
usr.bin/netstat inet.c main.c netstat.1 netstat.h
Log:
Update the kernel to count the number of mbufs and clusters
(all types) used per socket buffer.
Add support to netstat to print out all of the socket buffer
statistics.
Update the netstat manual page to describe the new -x flag
which gives the extended output.
Reviewed by: rwatson, julian
Revision Changes Path
1.177 +2 -0 src/sys/kern/uipc_sockbuf.c
1.164 +12 -2 src/sys/sys/socketvar.h
1.83 +37 -9 src/usr.bin/netstat/inet.c
1.89 +5 -1 src/usr.bin/netstat/main.c
1.59 +24 -1 src/usr.bin/netstat/netstat.1
1.54 +1 -0 src/usr.bin/netstat/netstat.h
More information about the cvs-src
mailing list