Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jul 2005 21:38:54 +0000 (UTC)
From:      "Christian S.J. Peron" <csjp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/tools/tools/bpfstat Makefile bpfstat.8 bpfstat.c bpfstat.h
Message-ID:  <200507262138.j6QLctsJ065166@repoman.freebsd.org>

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



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