/proc/net/dev update intervals

Hello,

I noticed that the update interval of /proc/net/dev is around 1 second.

Is it possible to increase the update rate?
--
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html

/proc/net/dev update intervals

On Wed, Jul 21, 2010 at 10:50 AM, Gustav Koller
wrote:
> I noticed that the update interval of /proc/net/dev is around 1 second.
>
> Is it possible to increase the update rate?

Yes it is, e.g.:
ethtool -C eth0 stats-block-usecs 50000

greetings
Frederik Kriewitz
--
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html

/proc/net/dev update intervals

On 7/21/10, Frederik Kriewitz wrote:
> ethtool -C eth0 stats-block-usecs 50000

Thank you, but it doesn't work for Intel 82576 cards.

It seems like only the bnx2 and tg3 modules support this option.
How can I change it for intel cards (igb module)?
--
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html