[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ns] Goodput calculation




----- Original Message -----
From: "Rafa� Wielicki" <[email protected]>
To: <[email protected]>
Sent: Wednesday, June 13, 2001 4:46 AM
Subject: Re: [ns] Goodput calculation


> Hi,
> What do you think about following idea of calculating goodput:
>
> set bytes [expr [$tcp set ack_]*packetSize_ ]
> set rate [expr 8*$bytes/$interval]
> rate is in bits/s
> Is this correct ?

    Both [$tcp set ack_] and packetSize_ concepts
limit the occasions to which your alogrithm applies.