Skip to Content.
Sympa Menu

wg-multicast - Re: global dbeacon matrix for IPv4?

Subject: All things related to multicast

List archive

Re: global dbeacon matrix for IPv4?


Chronological Thread 
  • From: "Hugo Santos" <>
  • To: "Tim Chown" <>
  • Cc: "wg-multicast List" <>
  • Subject: Re: global dbeacon matrix for IPv4?
  • Date: Mon, 1 Oct 2007 11:23:09 +0200
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=gddj49RGgT2hKAgk94ZL2sYgttJFoZgUzxyC4J7RlzhLaa29e8/GXfvmu38BYGfE/9chm/75gfLjqoNTgrHbQf8DKG5gNRVnlIcuoDiWObEda+zuvI3skoHXXaPCi6nqcvylTUUk9j9VWYjbdkeLwgvxngeLlXjKLXE2YxSeILw=

Hi Tim,

(Sorry to be replying again, this time we'll see if my mail reaches
wg-multicast).

On 9/29/07, Tim Chown
<>
wrote:
> One thing I noticed with dbeacon is that it does generate a lot of
> traffic, and thus a big matrix might not be prudent. I've been meaning
> to dig a little deeper into that but not had time, perhaps someone
> else can comment from experience on dbeacon's scalability?

Someone was asking in the m6bone mailing whether 3gb of dbeacon data
per month is expected. I replied the following:

``Whether it is expected or not is hard for me to say. Dbeacon
currently scales the report/probe sending events based on incoming
traffic, but it does so logarithmically. If we have a lot of sources,
a lot of traffic is generated.

3 Gbytes = 3,000,000,000 bytes
for 60 * 60 * 24 * 30 = 2592000 seconds per month.

That's 1157.4 bytes/s. If we have 30 sources, that's each source
generating an average of 38.6 bytes/s, or 304 bits/s.

Maybe it is too much. The dbeacon scaling function could be tuned.
Right now the interval between probes (a burst of 10 probes) is on
average:

(4 * log(bytesReceived * 8 / 10000) / 1.38) seconds.

Where bytesReceived is the number of bytes processed by dbeacon in
the last 10 seconds.''

Another thing that could be tuned is the probe burst length (which
is right 10 packets). The decision behind that was to try and measure
the loss and jitter at that point in time. This could also be reduced
to a single probe.

I hope this helps understanding dbeacon's scalability better.

Hugo


  • Re: global dbeacon matrix for IPv4?, Hugo Santos, 10/01/2007

Archive powered by MHonArc 2.6.16.

Top of Page