Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 May 2008 20:18:44 +0000 (UTC)
From:      "George V. Neville-Neil" <gnn@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   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
Message-ID:  <200805152018.m4FKIjHM001758@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200805152018.m4FKIjHM001758>