LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   PUMA in ns2 (https://www.linuxquestions.org/questions/linux-software-2/puma-in-ns2-4175464878/)

studentlb 06-05-2013 04:00 PM

PUMA in ns2
 
hello,

I run the puma.tcl available in the examples of the ns2.
the animation .nam was run successfully
and the pdf.awk produced:

cbr s:633 r:5628, r/s Ratio:8.8910, f:6525

is it logical ?

can anyone help me analyze this protocol ?
Thank u

knudfl 06-15-2013 11:12 AM

Looks OK.

$ awk -f pdf.awk puma.tr : cbr s:627 r:5582, r/s Ratio:8.9027, f:6543
$ perl analysis.pl : Received ratio 8.902711, average path length 2.157470
$ awk -f genthroughput.awk puma.tr : Average Throughput[kbps] = 1758.93 StartTime=2.00 StopTime=15.00
$ awk -f getRatio.awk puma.tr : cbr s:627 r:5582, r/s Ratio:8.9027, f:6543
$ awk -f sending+loss_rate.awk puma.tr : Packet loss = 0 %
$ awk -f Throughput2007.awk puma.tr : Average Throughput[kbps] = 414.92 StartTime=12.72 StopTime=14.99

-


All times are GMT -5. The time now is 12:11 PM.