[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ns] An ON-OFF Markov process
Hi,
If you mean a source that generates a constant rate of traffic when
turned
on, no traffic when off, and the duration of these periods is
exponentially
distributed, you can use the Exponential On/Off. An example from the
manual shows:
set e [new Application/Traffic/Exponential]
$e set packetSize_ 210
$e set burst_time_ 500ms
# Average duration of the On state
$e set idle_time_ 500ms
# Average duration of the Off state
$e set rate_ 100k
Rafal Wielicki wrote:
>
> Hi
> I'm looking for an implementation of traffic source which realizes an
> ON-OFF Markov process. Is there anybody who have something like this ?
> Thanks R.W.
> --
> Rafal Wielicki <mailto:[email protected]>
> Fido: 2:481/2.46
> Technical University of Gdask, Telecommunications Faculty
> ---------------------------------------------------------------
> ISO 8859-2: <- National Uppercase Characters
> UNIX *is* user friendly. It is just a bit selective about his friends.