[ns] Steady state throughput

2008-08-04 Thread mozam


Dear NS-users,

I would like to evaluate the steady-state throughput of a network of few
nodes with respect to the packet arrival rate (PAR).
For each PAR, I extract from the trace file the corresponding Throughput by
using the following formula
Throughput = (total number of bits received) / (simulation duration). Let's
mentioned that in the simulation duration, the transient period is not
considered.
My problem is that I don't know how to compute the steady-state throughput.
Because the throughput I am computing varies with the simulation duration. I
tried to simulate with very long simulation durations (4000...6000
seconds), but there are still significant changes in the throughput values
and the simulation takes too long time.

How could I simulate the steady-state throughput?
Thank you very much in advance for your help.

Mozam

-- 
View this message in context: 
http://www.nabble.com/Steady-state-throughput-tp18807257p18807257.html
Sent from the ns-users mailing list archive at Nabble.com.



[ns] QoSim'09: Call for papers

2008-08-04 Thread claudio

(Our apologies if you receive multiple copies of this message)

   QoSim 2009 
 Second International Workshop on the
Evaluation of Quality of Service through Simulation in the Future Internet
 held in conjunction with SIMUTools 2009, http://www.simutools.org
   Rome, Italy, March 6, 2009
  http://www.qosim.org - [EMAIL PROTECTED]

++ Sponsored by ICST ++
  In technical cooperation with SIGSIM, SCS, INRIA
  (approval pending)

  ++ Paper submission deadline: November 16, 2008 ++

The aim of this workshop is to bring together academic and industry
researchers and practitioners from both the networking and the simulation
communities to discuss current and future trends in simulation techniques,
models and practices for the Future Internet and to foster 
interdisciplinary
collaborative research in this area.

-- TOPICS --

* Emerging access technologies (Wi-Max, 3.5G, Wireless Mesh Networks,
   802.11x, etc.)
* Disruptive network paradigms (bio-inspired, autonomic, opportunistic
   networking, etc.)
* Multi-layer network architectures
* Cross-layer simulation
* End-to-end simulation of heterogeneous, mobile and multi-domain networks
* Fluid-flow simulation for assessing QoS in large scale networks
* New and emerging services and applications
* QoS negotiation, service chain negotiation and Service Level Agreements
* QoS components (scheduling algorithms, admission control schemes, QoS
   routing and traffic engineering schemes, etc.)
* Scalability analysis
* Traffic modeling

-- SUBMISSION --

We solicit submission of manuscripts presenting original research results,
not previously published nor currently under review by another conference
or journal. Authors are invited to submit PDF versions of full papers of
up to 8 pages in ACM conference proceedings format through EasyChair:
http://www.easychair.org/ (instructions available on the website).

All submitted papers will go through a rigorous peer review process.

The workshop values both theoretical and practical research contributions,
which will be judged on originality, significance, interest, clarity,
relevance, and correctness. Accepted papers will be available online
through the ACM digital library (approval pending).

Best papers, after further reviews, will be considered for publication
in a special issue of Simulation: Transactions of The Society for Modeling
and Simulation, International.

-- SPONSORSHIP --

The event is organized in cooperation (approval pending) with the
ACM Special Interest Group on Simulation (SIGSIM) and the Society
for Modeling and Simulation International (SCS).

-- IMPORTANT DATES --

Manuscript Submission Due: November 16, 2008
Acceptance Notification: January 7, 2009
Final Manuscript Due: January 25, 2009
Conference Date: March 6, 2009

-- WORKSHOP ORGANIZERS --

Claudio Cicconetti, University of Pisa, Italy
Ben Lauwens, Royal Military Academy, Belgium

-- TECHNICAL PROGRAM COMMITTEE --

Ron Addie, University of Southern Queensland, Australia
Albert Banchs, Universidad Carlos III, Spain
Christof Brandauer, Salzburg Research, Austria
Wojciech Burakowski, WUT, Poland
Christian Callegari, University of Pisa, Italy
Kenjiro Cho, IIJ, Japan
Markus Fiedler, Blekinge Institute of Technology, Germany
Chuanxiong Guo, Nanjing University, China
Qi He, Yahoo! Inc., USA
Polly Huang, National Taiwan University, China
Thomas Karagiannis, Microsoft Research, UK
Ramin Khalili, University of Massachusetts Amherst, USA
William J. Knottenbelt, Imperial College London, UK
Benjamin Melamed, Rutgers Business School, USA
Enzo Mingozzi, University of Pisa, Italy
Rudesindo Nunez-Queija, CWI/TNO ICT, The Netherlands
Krzysztof Pawlikowski, University of Canterbury, New Zealand
Fabio Ricciato, Forschunszentrum Telekomm., Austria
Werner Sandmann, Otto-Friedrich Universitat, Germany
Susana Sargento, Technical University of Aveiro, Portugal
Bart Scheers, Royal Military Academy, Belgium
Vasilios A. Siris, University of Crete, Greece
Georgios Theodorakopoulos, EPFL, Switzerland
Kurt Tutschku, Wuerzburg University of Technology, Germany
Manuel Villen-Altamirano, Telefonica I+D, Spain

  http://www.qosim.org - [EMAIL PROTECTED]



[ns] howto modify SFQ maxqueue_ variable

2008-08-04 Thread Matthias Krause

 Hi guys,

maybe somebody can help me out here.
I have a standard link
$ns duplex-link $n2 $n3 100Mb 0.01ms SFQ

and I would like to change the maxqueue_ variable of the SFQ algorithm.
from the manual follows that
$ns queue-limit $n2 $n3 100
should work, however it doesn't.
In the code of sfq.cc I found
int SFQ::command(int argc, const char*const* argv)
{
  if (argc == 3) {
if (strcmp(argv[1], "limit") == 0) {
  maxqueue_ = atoi(argv[2]);
  fairshare = maxqueue_ / buckets_;
  return (TCL_OK);
}
if (strcmp(argv[1], "buckets") == 0) {
  clear();
  buckets_ = atoi(argv[2]);
  return (TCL_OK);
}
  }
  return (Queue::command(argc, argv));
}

however, I don't know how to get access to the link
I tried

set sfq [ $ns duplex-link $n2 $n3 100Mb 0.01ms SFQ ]
$sfq limit_ 100

but that also didn't help.
I'm clueless.

Any ideas?



With kind regards

Matthias


[ns] how to analyse the trace file to calculate throughput and delay??

2008-08-04 Thread sree ramya kanury

Hi all


   I am trying to analyse the new trace file format to get
the throughput and packet delay.I have seen the awk script posted for
this purpose.I am totally unfamiliar with awk and am getting syntax
errors once I try to compile it.Can you please help with the script if
anyone of you already have one to analyse the network throughput and
packet delay.My trace file format is as shown below:This is a part of my trace 
file.

  Please kindly help me with the script.



s -t 0.009042390 -Hs 0 -Hd -1 -Ni 0 -Nx 0.00 -Ny 0.00 -Nz 0.00 -Ne 100.00 
-Nl RTR -Nw --- -Ma 0 -Md 0 -Ms 0 -Mt 0 -Is 0.255 -Id -1.255 -It rtcp -Il 32 
-If 0 -Ii 0 -Iv 32 
s -t 0.009277390 -Hs 0 -Hd -1 -Ni 0 -Nx 0.00 -Ny 0.00 -Nz 0.00 -Ne 100.00 
-Nl MAC -Nw --- -Ma 0 -Md  -Ms 0 -Mt 800 -Is 0.255 -Id -1.255 -It rtcp 
-Il 84 -If 0 -Ii 0 -Iv 32 
N -t 0.009278 -n 7 -e 9.84
N -t 0.009278 -n 6 -e 9.84
N -t 0.009278 -n 8 -e 9.84
N -t 0.009278 -n 2 -e 9.84
N -t 0.009278 -n 10 -e 9.84
N -t 0.009278 -n 1 -e 9.84
N -t 0.009278 -n 5 -e 9.84
N -t 0.009278 -n 3 -e 9.84
N -t 0.009278 -n 4 -e 9.84
N -t 0.009278 -n 9 -e 9.84
r -t 0.009949505 -Hs 7 -Hd -1 -Ni 7 -Nx 13.45 -Ny 31.74 -Nz 0.00 -Ne 9.84 
-Nl MAC -Nw --- -Ma 0 -Md  -Ms 0 -Mt 800 -Is 0.255 -Id -1.255 -It rtcp 
-Il 32 -If 0 -Ii 0 -Iv 32 
r -t 0.009949567 -Hs 6 -Hd -1 -Ni 6 -Nx 47.89 -Ny 23.19 -Nz 0.00 -Ne 9.84 
-Nl MAC -Nw --- -Ma 0 -Md  -Ms 0 -Mt 800 -Is 0.255 -Id -1.255 -It rtcp 
-Il 32 -If 0 -Ii 0 -Iv 32 
r -t 0.009949577 -Hs 8 -Hd -1 -Ni 8 -Nx 25.22 -Ny 50.26 -Nz 0.00 -Ne 9.84 
-Nl MAC -Nw --- -Ma 0 -Md  -Ms 0 -Mt 800 -Is 0.255 -Id -1.255 -It rtcp 
-Il 32 -If 0 -Ii 0 -Iv 32 
r -t 0.009949597 -Hs 2 -Hd -1 -Ni 2 -Nx 4.44 -Ny 62.13 -Nz 0.00 -Ne 9.84 
-Nl MAC -Nw --- -Ma 0 -Md  -Ms 0 -Mt 800 -Is 0.255 -Id -1.255 -It rtcp 
-Il 32 -If 0 -Ii 0 -Iv 32 
r -t 0.009949608 -Hs 10 -Hd -1 -Ni 10 -Nx 64.75 -Ny 10.24 -Nz 0.00 -Ne 9.84 
-Nl MAC -Nw --- -Ma 0 -Md  -Ms 0 -Mt 800 -Is 0.255 -Id -1.255 -It rtcp 
-Il 32 -If 0 -Ii 0 -Iv 32 
r -t 0.009949618 -Hs 1 -Hd -1 -Ni 1 -Nx 66.78 -Ny 14.50 -Nz 0.00 -Ne 9.84 
-Nl MAC -Nw --- -Ma 0 -Md  -Ms 0 -Mt 800 -Is 0.255 -Id -1.255 -It rtcp 
-Il 32 -If 0 -Ii 0 -Iv 32 
r -t 0.009949634 -Hs 5 -Hd -1 -Ni 5 -Nx 25.04 -Ny 68.92 -Nz 0.00 -Ne 9.84 
-Nl MAC -Nw --- -Ma 0 -Md  -Ms 0 -Mt 800 -Is 0.255 -Id -1.255 -It rtcp 
-Il 32 -If 0 -Ii 0 -Iv 32 
r -t 0.009949641 -Hs 3 -Hd -1 -Ni 3 -Nx 41.79 -Ny 62.68 -Nz 0.00 -Ne 9.84 
-Nl MAC -Nw --- -Ma 0 -Md  -Ms 0 -Mt 800 -Is 0.255 -Id -1.255 -It rtcp 
-Il 32 -If 0 -Ii 0 -Iv 32 
r -t 0.009949646 -Hs 4 -Hd -1 -Ni 4 -Nx 72.99 -Ny 23.63 -Nz 0.00 -Ne 9.84 
-Nl MAC -Nw --- -Ma 0 -Md  -Ms 0 -Mt 800 -Is 0.255 -Id -1.255 -It rtcp 
-Il 32 -If 0 -Ii 0 -Iv 32 
r -t 0.009949683 -Hs 9 -Hd -1 -Ni 9 -Nx 31.07 -Ny 82.25 -Nz 0.00 -Ne 9.84 
-Nl MAC -Nw --- -Ma 0 -Md  -Ms 0 -Mt 800 -Is 0.255 -Id -1.255 -It rtcp 
-Il 32 -If 0 -Ii 0 -Iv 32 
r -t 0.009974505 -Hs 7 -Hd -1 -Ni 7 -Nx 13.45 -Ny 31.74 -Nz 0.00 -Ne 9.84 
-Nl RTR -Nw --- -Ma 0 -Md  -Ms 0 -Mt 800 -Is 0.255 -Id -1.255 -It rtcp 
-Il 32 -If 0 -Ii 0 -Iv 32 

Thanks






  Unlimited freedom, unlimited storage. Get it now, on 
http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html/



[ns] patch HMIPv6

2008-08-04 Thread Vinicio Guanochanga


Hi users..  Anybody has a HMIPv6 patch for ns2 whatever version??? I'm working 
in a project and I can't continue, please help me or maybe Anybody knows how I 
can change the patch mobiwan (support MIPv6) to support HMIPv6???   Thanks a 
millon... 
_
Discover the new Windows Vista
http://search.msn.com/results.aspx?q=windows+vista&mkt=en-US&form=QBRE


[ns] how to measure the size of received packet

2008-08-04 Thread sasan zhalehpour

hi,
i want to add a code in ns2.33(mac802.11.cc) to measure the size of the
received packet . i mean i want to put the size of the received or
transmitted packet in a variable and compare it with other parameters such
as DIFS, CW_ ,... in mac802.11cc   .(if  size of packet>Function(CW_) {...})
thx in advance.
sasan


[ns] Fwd: simulation halts

2008-08-04 Thread Amita Singh

  


Note: Forwarded message attached

-- Original Message --

From: "Amita Singh" <[EMAIL PROTECTED]>
To: ns-users@isi.edu
Subject: simulation halts