Date: Thu, 3 Sep 2009 21:10:57 +0000 (UTC) From: "George V. Neville-Neil" <gnn@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/net if_arp.h src/sys/netinet if_ether.c src/usr.bin/netstat inet.c main.c netstat.h Message-ID: <200909032114.n83LECR5036744@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
gnn 2009-09-03 21:10:57 UTC
FreeBSD src repository
Modified files:
sys/net if_arp.h
sys/netinet if_ether.c
usr.bin/netstat inet.c main.c netstat.h
Log:
SVN rev 196797 on 2009-09-03 21:10:57Z by gnn
Add ARP statistics to the kernel and netstat.
New counters now exist for:
requests sent
replies sent
requests received
replies received
packets received
total packets dropped due to no ARP entry
entrys timed out
Duplicate IPs seen
The new statistics are seen in the netstat command
when it is given the -s command line switch.
MFC after: 2 weeks
In collaboration with: bz
Revision Changes Path
1.25 +26 -1 src/sys/net/if_arp.h
1.210 +25 -6 src/sys/netinet/if_ether.c
1.91 +42 -0 src/usr.bin/netstat/inet.c
1.97 +4 -0 src/usr.bin/netstat/main.c
1.59 +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?200909032114.n83LECR5036744>
