From: Mark Seger <Mark.Seger@hp.com>
To: netdev <netdev@vger.kernel.org>
Subject: Why are network counters only updated once a second?
Date: Mon, 14 Jan 2008 15:30:26 -0500 [thread overview]
Message-ID: <478BC662.6030004@hp.com> (raw)
I had mentioned this in my previous post but perhaps it might get more
attention all by itself. I can't say for sure when this changed, but
for the longest time network counters were only updated once every
0.9765 seconds and unless you used a tools like collectl that could
monitor at fractional intervals, your traffic was under-reported AND
you'd get periodic spikes of double the actual rate. See
http://collectl.sourceforge.net/NetworkStats.html for a more complete
explanation.
Eventually the frequency became better aligned at a 1 second interval
because now the number look better, but the problem I see is that when
the sampling interval is very close to the monitoring interval you still
get periodic incorrect data. Furthermore, you now need to know which
way the counters are updated before you pick a sampling interval! But
the real point is if anyone ever wants to do finer grained monitoring,
say every 1/2 or even tenth of a second, they can't because the counters
won't change between samples. Has this ever been discussed before?
-mark
next reply other threads:[~2008-01-14 20:31 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-14 20:30 Mark Seger [this message]
2008-01-14 20:45 ` Why are network counters only updated once a second? Eric Dumazet
2008-01-14 21:00 ` Mark Seger
2008-01-14 22:31 ` Michael Chan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=478BC662.6030004@hp.com \
--to=mark.seger@hp.com \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).