cvs commit: src/tools/tools/bpfstat Makefile bpfstat.8 bpfstat.c bpfstat.h

Christian S.J. Peron csjp at FreeBSD.org
Tue Jul 26 21:38:55 GMT 2005


csjp        2005-07-26 21:38:54 UTC

  FreeBSD src repository

  Added files:
    tools/tools/bpfstat  Makefile bpfstat.8 bpfstat.c bpfstat.h 
  Log:
  Introduce a bpfstat utility. This program can be used to retrieve
  stats provided by bpf(4). This program will live in tools/ for now
  until we figure out where it will live permanently. Based on some
  discussions on developers@, it is likely that we will be adding
  this functionality to netstat(1) at some point.
  
  Revision  Changes    Path
  1.1       +17 -0     src/tools/tools/bpfstat/Makefile (new)
  1.1       +83 -0     src/tools/tools/bpfstat/bpfstat.8 (new)
  1.1       +249 -0    src/tools/tools/bpfstat/bpfstat.c (new)
  1.1       +53 -0     src/tools/tools/bpfstat/bpfstat.h (new)


More information about the cvs-all mailing list