jamal wrote:
On Wed, 2006-24-05 at 12:14 -0700, Phil Dibowitz wrote:

Right, I'm aware there are other ways of doing this - I've written scripts to
record a hundreds of numbers, and then subtract them from each other. But
those scripts are work arounds

I don't have any problem with Phil's changes.

It is not a work around, _it is design intent_. It is what network
management tools have been expecting since the days of the caveman.
These stats are supposed to be monotonically increasing; if that
behavior is contradicted, a rollover of the counters is assumed.

So how is this different than if an SNMP station probes my system, then I reboot, then they probe again. Things will seem to have gone backwards, but they deal with that just fine.

for a feature _lacking_ in the kernel. A
feature that, as I've mentioned, is supported on any piece of networking gear
(and of course, lets not forget there's a specific option in the kernel config
*just* for "behave like a router").


Can you provide some link to a vendor that allows resetting ethernet
stats? I am almost certain, if they do they will have something or other
which indicates that such a reset happened.

DEC/Compaq/HP has allowed this on Tru64 UNIX since 1999 because we had customers that wanted it, noone ever complained about complications with SNMP. We did save the last time the stats were zero'd in the struct for posterity, but that was never get-able via SNMP:

--> netstat -I tu0 -s

tu0 Ethernet counters at Wed May 24 16:30:05 2006

          609415 seconds since last zeroed
      3943458720 bytes received
       113576310 bytes sent
...

Maybe saving a "ztime" would make people happier?

It is also easier for cisco
to have none standard feature "as of ios 15.16" which could support such
behavior because they bundle everything including network management
tools.

I never received any free management tools with my Cisco routers :) , they charge big bucks for that stuff!

If my patch was invasive and broke things,

It _does break_ things for all known management apps.

Can anyone show a management app this breaks?

-Brian
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to