close Warning: BrowserModule failed with ConfigurationError: Look in the Trac log for more information.

Changes between Version 28 and Version 29 of OverSimUsage


Ignore:
Timestamp:
Sep 10, 2009, 12:07:24 PM (15 years ago)
Author:
Ingmar Baumgart
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OverSimUsage

    v28 v29  
    2828}}}
    2929
    30  * The simulation results get stored in the ''simulations/results'' directory. Use the OMNeT++ scavetool or the Eclipse IDE for postprocessing.
     30 * The simulation results get stored in the ''simulations/results'' directory. Use the supplied python scripts or the Eclipse IDE for postprocessing.
    3131
    3232== Editing parameters: ==
     
    5454== Use the post-processing scripts to generate plots ==
    5555 * Install python (with matplotlib, numpy and scipy) and gnuplot. On Ubuntu use ''sudo apt-get install python-matplotlib python-scipy gnuplot''. On Windows you can install the [python(x,y) light edition http://www.pythonxy.com/] which contains all needed packages.
    56  * View the results using the script simulation/tools/plot.py
     56 * View the results with 95% confidence intervals by using the script {{{simulation/tools/plot.py}}}:
    5757{{{
    5858tools/plot.py -c0.95 lifetime "KBRTestApp: One-way Delivery Ratio.mean" results/ChordChurn-*.sca
    5959}}}
    60  * To generate gnuplot output append {{{-o chord_churn}}} to the script parameters. This will generate a {{{chord_churn.plot}}} and a {{{chord_churn.dat}}}, which can be used as input to gnuplot.
     60 * To generate gnuplot output append {{{-o chord_churn}}} to the script parameters. This will generate {{{chord_churn.plot}}} and {{{chord_churn.dat}}} files, which can be used as input to gnuplot.
     61{{{
     62gnuplot chord_churn.plot
     63}}}
    6164
    6265== Tips for using the Eclipse IDE ==