Searching through
/usr/doc, there are two mentions of "ifstats:"
Code:
/usr/doc/iptraf-3.0.0/CHANGES
/usr/doc/ntp-4.2.4p0/html/ntpdc.html
Might be worth looking through the source code for these? IPtraf (found at
http://iptraf.seul.org); these files contain
ifstats:
Code:
./iptraf-3.0.0/src/Makefile
./iptraf-3.0.0/src/log.c
./iptraf-3.0.0/src/ifstats.c
./iptraf-3.0.0/src/ifstats.h
./iptraf-3.0.0/src/iptraf.c
./iptraf-3.0.0/src/externs.h
./iptraf-3.0.0/src/promisc.c
./iptraf-3.0.0/CHANGES
I usually stat with
/usr/doc and do something like
Code:
find . -type f -print | xargs fgrep -l ifstats
then look at any files that pop up; now, that ain't always going to do it but it's usually a good place to start...