Start monitoring past the warmup time, to avoid measuring transients
authorGustavo J. A. M. Carneiro <gjc@inescporto.pt>
Fri May 22 14:03:45 2009 +0100 (8 months ago)
changeset 39979d659361d1e1
parent 3996 4954fa717332
child 3998 1d2191c24f56
Start monitoring past the warmup time, to avoid measuring transients
utils/flowmon/flowmon-bench.py
     1.1 --- a/utils/flowmon/flowmon-bench.py	Fri May 22 13:30:16 2009 +0100
     1.2 +++ b/utils/flowmon/flowmon-bench.py	Fri May 22 14:03:45 2009 +0100
     1.3 @@ -137,6 +137,7 @@
     1.4      # -- create the flow monitor, if requested --
     1.5      if enable_monitor:
     1.6          flowmon_helper = ns3.FlowMonitorHelper()
     1.7 +        flowmon_helper.SetMonitorAttribute("StartTime", ns3.TimeValue(ns3.Seconds(10)))
     1.8          flowmon_helper.SetMonitorAttribute("StartTime", ns3.TimeValue(ns3.Seconds(31)))
     1.9          flowmon_helper.SetMonitorAttribute("DelayBinWidth", ns3.DoubleValue(10e-3))
    1.10          flowmon_helper.SetMonitorAttribute("JitterBinWidth", ns3.DoubleValue(10e-3))