Next: 31.3.0.0.3 CBR
Up: 31.3 The class TrafficGenerator
Previous: 31.3.0.0.1 Exponential On/Off
A Pareto On/Off object is embodied in the OTcl class Application/Traffic/Pareto.
The member variables that parameterize this object are:
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
2000-08-24