All of lore.kernel.org
 help / color / mirror / Atom feed
* Netem Delay Normal Distribution
@ 2013-10-27  2:31 anirup dutta
  2013-10-27 19:27 ` Eric Dumazet
  2013-10-27 19:37 ` Stephen Hemminger
  0 siblings, 2 replies; 3+ messages in thread
From: anirup dutta @ 2013-10-27  2:31 UTC (permalink / raw)
  To: netdev

Hello,

I try this on my device

sudo tc qdisc del dev eth0 root netem delay 100ms 20ms distribution normal

I use iperf for transmitting UDP packets and I modified its code to
get per packet delay. When I plot the distribution of delays and
analyze the delays they pass the normality tests.

The only problem that I am not able to understand is that the mean of
those delays shift to 125ms. Its not only me. There was another study
and it observed the same thing.

http://www.researchgate.net/publication/224256550_An_Empirical_Study_of_NetEm_Network_Emulation_Functionalities/file/d912f5058c9b1e409b.pdf

Figure 7

I found out that this command is valid

sudo tc qdisc del dev eth0 root netem delay 1ms 20ms distribution normal

So I have a feeling that mean gets shifted from the base delay to
avoid negative delay values.

It would be great if someone can confirm how it is implemented?

Regards,

Anirup

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-10-27 19:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-27  2:31 Netem Delay Normal Distribution anirup dutta
2013-10-27 19:27 ` Eric Dumazet
2013-10-27 19:37 ` Stephen Hemminger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.