40.3.0.0.2 Pareto On/Off

A Pareto On/Off object is embodied in the OTcl class Application/Traffic/Pareto. The member variables that parameterize this object are: rX packetSize
_
& the constant size of the packets generated
burst
_time
_
& the average "on" time for the generator
idle
_time
_
& the average "off" time for the generator
rate
_
& the sending rate during "on" times
shape
_
& the "shape" parameter used by the pareto distribution
A new Pareto On/Off traffic generator can be created as follows:
        set p [new Application/Traffic/Pareto]
        $p set packetSize_ 210
        $p set burst_time_ 500ms
        $p set idle_time_ 500ms
        $p set rate_ 200k
        $p set shape_ 1.5



Tom Henderson 2011-11-05