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

Re: [ns] Statistics



use a loss-monitor (with udp), check out the tutorial.
You can also write a simple awk script that will parse a tracefile obtained with 
"trace-all".

>Date: Wed, 15 Nov 2000 01:17:55 +0100 (MET)
>From: HERNANDEZ GONZALEZ Ruben <[email protected]>
>To: [email protected]
>Subject: [ns] Statistics
>MIME-Version: 1.0
>
>Hi,
>	
>	I'm doing a bibliographyque study about NS 2. I have installed
>the programme and I have done differents simulations, but I dont know how
>can I make a statistic output. The topology is simple, three nodes
>with two links where  the second link has less bandwith than the
>first one. The second link will have losts paquets, but i dont know how
>can I visualize them. If its possible, I dont want a statistics graph, I
>prefer an output file like that:
>	
>	Paquets send 	Paquets lost	Ratio
>
>Link 1:  1500		     0		  0% (0/1500)
>Link 2:	 1400		    100	       6.66% (100/1500)
>
>Thanks for all and I think that you can help me.
>
>		Bye
>
>================================
>Ruben     Hernandez     Gonzalez
>[email protected]
>================================

Tarik