On Thu, May 12, 2005 at 12:45:18PM -0400, Chad Morland wrote:
> I was wondering if there is a FreeBSD equivalent to /proc/net/dev from
> Linux. I am trying to get bit and packet counter info from my network
> devices.
Try getifaddrs(3). For every interface, the data you want is found in
the ifa_da
On Thursday 12 May 2005 17:57, Charles Swiger wrote:
> On May 12, 2005, at 12:45 PM, Chad Morland wrote:
> > I was wondering if there is a FreeBSD equivalent to /proc/net/dev from
> > Linux. I am trying to get bit and packet counter info from my network
> > devices.
>
> I would use the counters bui
On May 12, 2005, at 12:45 PM, Chad Morland wrote:
I was wondering if there is a FreeBSD equivalent to /proc/net/dev from
Linux. I am trying to get bit and packet counter info from my network
devices.
I would use the counters built into IPFW for this purpose, as you can
configure rules or pipes to
I was wondering if there is a FreeBSD equivalent to /proc/net/dev from
Linux. I am trying to get bit and packet counter info from my network
devices.
-CM
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-que