interface cleanup
Michal Mertl
mime at traveller.cz
Fri Jul 22 13:31:25 GMT 2005
> Currently I am going through netstat and
> rewriting some of the functions to rely on sysctl rather than kvm.
> The hope is to completely remove kvm from netstat, and parts that
> solely depend on it, like the core dump analysis would be factored
> out and moved to a more suitable place (kgdb?)
I also worked on it a bit. I didn't find a way to get the "IP interface"
statistics with a sysctl. I wrote a small patch to kernel to include it
which you may find usefull.
Attached are the patches and a program that uses the new function. It's
used pretty similarly to if_mib. I can't find the modifications to
netstat to use it :-(.
I'also played a bit with route printing through sysctl but it's nothing
fancy. I can give you the result of this if you'd like to.
Att
-------------- next part --------------
A non-text attachment was scrubbed...
Name: in_mib.patch
Type: text/x-patch
Size: 519 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-net/attachments/20050722/63e6f32b/in_mib.bin
More information about the freebsd-net
mailing list