svn commit: r252032 - head/sys/amd64/include

Daniel O'Connor doconnor at gsoft.com.au
Tue Jun 25 03:46:37 UTC 2013


On 25/06/2013, at 12:54, Bruce Evans <brde at optusnet.com.au> wrote:
>> - run a daemon every few minutes to fetch all the counters, so that
>> the native-sized counters are in no danger of overflowing on systems
>> that don't run statistics programs often enough to fetch the counters
>> to actually use.
> 
> There is at least 1 counter decrement (add -1) in tcp, so the native counters
> need to be signed.

You could convert decrements into an increment of a separate counter and then subtract that value from the others when collecting them all.

--
Daniel O'Connor software and network engineer
for Genesis Software - http://www.gsoft.com.au
"The nice thing about standards is that there
are so many of them to choose from."
  -- Andrew Tanenbaum
GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C








More information about the svn-src-head mailing list