]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Introduce a bpfstat utility. This program can be used to retrieve
authorChristian S.J. Peron <csjp@FreeBSD.org>
Tue, 26 Jul 2005 21:38:54 +0000 (21:38 +0000)
committerChristian S.J. Peron <csjp@FreeBSD.org>
Tue, 26 Jul 2005 21:38:54 +0000 (21:38 +0000)
commitc0b73d79e5858bacfaadf87491dab87223f9379d
tree18908c38beb635e5558e5ab0940b9aa7206b32f7
parentebc7d26630c959e4f49ccc76e6f62dceaf031e03
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.
tools/tools/bpfstat/Makefile [new file with mode: 0644]
tools/tools/bpfstat/bpfstat.8 [new file with mode: 0644]
tools/tools/bpfstat/bpfstat.c [new file with mode: 0644]
tools/tools/bpfstat/bpfstat.h [new file with mode: 0644]