Re: [ns] trace file analysis in ns2

2013-02-20 Thread hocine saadi
i have the same probleme so can one give us an exemple , how can i calculate end to end delay using the trace file and tracing the graph 2013/2/20 abinaya rajendhiran rabia...@gmail.com how to make row and column comparison in trace file of ns2 using awk script??? -- Reagards.,

Re: [ns] trace file analysis in ns2

2013-02-20 Thread montather aladdab
Dir hocine, this awk to find average end to end delay for normal trace file, # === # AWK Script for calculating: # = Average End-to-End Delay. # ===   BEGIN {

Re: [ns] Trace file output help for beginner

2012-04-17 Thread Teerawat@UBC
Hi, Please have a look here. It may help: http://www.ns2ultimate.com/post/2496927327/post-processing-ns2-result-using-ns2-trace-trace Best Wishes, Teerawat Issariyakul http://www.ns2ultimate.com/ http://www.facebook.com/pages/Teerawat-Issariyakul/358240861417 http://twitter.com/T_Bear

Re: [ns] Trace file

2011-09-10 Thread RamiHach
sir do you understand the meaning of those line? if yes please try to explain it to me r -t 0.000768017 -Hs 40 -Hd -1 -Ni 40 -Nx 77.37 -Ny 8.83 -Nz 0.00 -Ne 49.59 -Nl MAC -Nw --- -Ma 0 -Md -Ms 0 -Mt 0 r -t 0.000768017 -Hs 38 -Hd -1 -Ni 38 -Nx 79.86 -Ny 7.79 -Nz 0.00 -Ne 49.59

Re: [ns] trace file

2011-09-09 Thread RamiHach
I think control packet is not cbr nor tcp, is the rest of paquet but I am not sure AfterEight wrote: Dear all, I wanted to count control packets in the trace file by using awk file, but I don't know which packets are control packet as the most type of packets are cbr from routing layer

Re: [ns] trace file ns

2009-05-06 Thread Richard Rouil
For an explanation of the wireless traces, you can refer to the ns-2 manual http://www.isi.edu/nsnam/ns/doc/node186.html Richard. -Original Message- From: ns-users-boun...@isi.edu [mailto:ns-users-boun...@isi.edu] On Behalf Of El hadi Cherkaoui Sent: Wednesday, May 06, 2009 12:07 PM To:

Re: [ns] trace file ns

2009-05-06 Thread Caio Marziale
Dear Friend, See this link http://www.grc.upv.es/links/local/griswoldNS-2%20Traces.htm Caio 2009/5/6 Caio Marziale caiomarzi...@gmail.com Dear Friend, 2009/5/6 El hadi Cherkaoui e_cherka...@yahoo.fr hi all, i run the wifi_wimax.tcl scirpt of the ns-Nist-mob and the out.tr give me

Re: [ns] Trace file

2008-10-09 Thread Daniel Dekst
It is printed by sprintf(log_target_-pt_-buffer(),N -t %f -n %d -e %f, s.clock(), address_, energy_model_-energy()); in function MobileNode::log_energy() So maybe only the author knows the meaning of N, eNergy? Node? I think you can just regard it as a tag to identify energy

Re: [ns] Trace file format for energy model

2008-01-05 Thread pathap subbu
On Jan 5, 2008 11:41 AM, pathap subbu [EMAIL PROTECTED] wrote: Hello folks, I would appreciate if anyone helps me with this format from newdsdv-energy.tr, I obtained using the wireless-newnode-energy.tcl N -t 0.007961 -n 47 -e 0.009798 kalyan,grad student univ of north texas,USA On Jan

Re: [ns] Trace file format for energy model

2008-01-05 Thread pathap subbu
Hello folks, This is kalyan again. I am workign with the energy model using the example scripts provided wireless-newnode-energy.tcl,wireless-mitf.tcl Iam gettign this error when I run the wireless-mitf.tcl and a simple wireless script of 3 nodes where the energy model was initialized. invalid

Re: [ns] trace file limitations

2007-07-17 Thread Sita S. Krishnakumar
I have run a single complete loop of my program against leak detection software and it came out without any memory leaks. So I assume the large swap consumption is due to memory required by the program (and indirectly ns-2) itself. Regards, Sita Running out of swap space seems like an

Re: [ns] trace file limitations

2007-07-16 Thread Sita S. Krishnakumar
Thanks for the reply. After a lot of time, I have figured out that the program runs out of swap space and hence crashes. I have now doubled the swap and started a new run. Anyone out there with experience to confirm the fact that the swap size required is linear to the duration of the simulation?

Re: [ns] trace file limitations

2007-07-08 Thread salcaraz
In Linux, there is limit for your files. Maybe, you can see 'limits.conf' file. /salva On Sat, 7 Jul 2007, Sita S. Krishnakumar wrote: Hello, I am trying to run an extended simulation. I am logging only the routing layer information to the trace file. When I run the simulation, the

Re: [ns] trace file

2007-06-02 Thread Larry Brigman
Did you write a traffic sim in the tcl? Without the tcl file no one can do anything but guess. On 6/2/07, Girma Kassa [EMAIL PROTECTED] wrote: Hi all, I implemented a new protocol /agent and write a tcl program just to test it. The node configuration i.e. the nam is generated on the

Re: [ns] Trace file - SCTP

2007-05-17 Thread Elisabete Reis
-Original Message- From: As ad Arafat [mailto:[EMAIL PROTECTED] Sent: quarta-feira, 16 de Maio de 2007 14:23 To: [EMAIL PROTECTED] Subject: Re: [ns] Trace file - SCTP Try look on ns manual. On 5/16/07, Elisabete Reis [EMAIL PROTECTED] wrote: Hi ns-users, I´m doing some simulations

Re: [ns] trace file

2007-03-22 Thread Matthias Krause
open it in notepad On 3/22/07, badii louati [EMAIL PROTECTED] wrote: hi how i can read read the trace file. thanks _ MSN Messenger : discutez en direct avec vos amis ! http://www.msn.fr/msger/default.asp

Re: [ns] Trace File Generation

2007-02-13 Thread Ali Hamidian
Hi, A short answer is: the content of a trace file is generated in the ~ns/trace/trace.cc and ~ns/trace/cmu-trace.cc Kind regards Ali Bahman Kalantari Sabet wrote: Hi, Firstly, thank you for your kind suggestions.

Re: [ns] trace file

2006-08-11 Thread plucs
How did you find the mailing list yet fail to find the links to the installation instructions? Windows: http://www.isi.edu/nsnam/ns/ns-win32-build.html Linux: http://www.isi.edu/nsnam/ns/ns-build.html P. [EMAIL PROTECTED] wrote: Assuming you are using linux: tar -xzf ns source enter the

Re: [ns] Trace file

2006-03-31 Thread Marco Fiore
Sara, the simplest way is probably to post-process your tracefile using awk or perl. Modifying the C++ code which generates the tracefile could be very time-consuming, as it is spread among all the implemented agents... Using awk or perl on the ns-2 tracefile you can print only some