2002-08-12 16:55:20

by k0rd

[permalink] [raw]
Subject: statistics for aliased interfaces?

Hi.
We need to monitor bandwidth on aliased (ethx:x) interfaces..
Is there a way to get the kernel to report statistics on these types of
interfaces?

--
k0rd



2002-08-13 12:05:48

by Patrick Mau

[permalink] [raw]
Subject: Re: statistics for aliased interfaces?

On Mon, Aug 12, 2002 at 12:59:09PM -0400, k0rd wrote:
> Hi.
> We need to monitor bandwidth on aliased (ethx:x) interfaces..
> Is there a way to get the kernel to report statistics on these types of
> interfaces?

Hi,

currently this is not possible. Packets are counted by the device
driver. An aliased interface is just another name for the interface,
but it uses the same hardware.

You can setup iptable rules to count traffic generated for the
IP addresses of you alias interfaces.

That's what I did. If someone has a better idea, please tell me.
FreeBSD can do traffic accounting for virtual network interfaces.

cheers,
Patrick