Re: [ns] urgent: how to analysis the out.tr?

2007-03-25 Thread salcaraz
Hi John and everybody: Depending what you want: You should use a generic utilities like: grep, awk, join, ... To filter columns of the out.tr, you can use the 'column' program, that you can found in the ns-2 website. Maybe, you can use your own Perl programs, and finally, you can use

Re: [ns] calculating throughput using AWK

2007-03-27 Thread salcaraz
Hi, Below I have write my awk script to calculate throughput. The columns that you need are: column 7: TCP bytes sent column 8: interval then the throughput is column7/column8 And, this script also calculates: bytes drops, packets drops, bytes arrivals als packets arrivals. I'm sorry,

Re: [ns] Help configuring Tocken Bucket over Diffserv

2007-04-04 Thread salcaraz
Dear Cesar, you can see: Pieda et al, A Network Simulator Differentiated Services implementation, Nortel Networks, 2000 /salva On Tue, 3 Apr 2007, César Cárdenas wrote: Dear all, I really appreciate if you could point me to a procedure for configuring Diffserv Token Bucket policer

[ns] ns bibtex entry

2007-05-10 Thread salcaraz
Could anyone send the bibtex entry for NS-2 reference? Thank you in advance /salva

[ns] An example of 'logweb' module

2007-05-28 Thread salcaraz
Hi, Could anyone send a tcl-example of 'logweb'? Thank you in advance /salva

[ns] queueing or queuing (for English people)

2007-06-09 Thread salcaraz
Hi all, and sorry for the question: How do you say: Priority queueing or Priority queuing?? I have founded the above two sentences, with 'e' - 'queueing' and without 'e' - 'queuing' Thank you very much /salva

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] RED dropping packet problem

2007-11-08 Thread salcaraz
Leo: You can see the file: your-ns2.xx-home/ns-2.xx/tcl/lib/ns-default.tcl Best regards /salva On Thu, 8 Nov 2007, Leo Lin wrote: Hi did any one know how to control RED queue how to set its max queue size before it start dropping or marking packets? any comments are welcome

Re: [ns] computation of loss of syn packets, first lost packets and total losses using NS-2 in Diffserv network

2007-11-15 Thread salcaraz
Vinod: The information about lost packets is in the trace file. You must analyze this file after the simulation. You can use several tools: awk, perl file, tracegraph, bash file, etc.. /salva On Thu, 15 Nov 2007, vinod kumar wrote: Hello Kindly tell me How to compute of loss

Re: [ns] Simulation of web traffic from web servers logs

2008-02-13 Thread salcaraz
any idea, please? I only need the name of the file or procedure. Thanks. Hi all, I need to simulate web traffic using web servers logs. So, What is the ns-2 module that I need to use? Thank you very much /salva