Changes between Version 25 and Version 26 of GIMIv1.1Tutorial/Analyze


Ignore:
Timestamp:
10/25/12 06:50:11 (11 years ago)
Author:
zink@cs.umass.edu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GIMIv1.1Tutorial/Analyze

    v25 v26  
    3838For this tutorial, we have create a set of R scripts, which we briefly discuss in the following.
    3939
    40 The first [http://emmy9.casa.umass.edu/GEC15-GIMI-Tutorial/R_script_ping.r script] creates a plot of the RTTs for each ping that's carried out in the experiment. The following code snipped shows part of the R script that is used to plot a single ping (to 192.168.2.10).
     40The first [http://emmy9.casa.umass.edu/GEC15-GIMI-Tutorial/R_script_ping.r R script] creates a plot of the RTTs for each ping that's carried out in the experiment in the initial experiment we ran in the tutorial.
    4141
    4242{{{
     
    110110[[Image(gimi20-ping.png)]]
    111111
    112 The following [http://emmy9.casa.umass.edu/GEC15-GIMI-Tutorial/R_script_otr.r script] plots otr results from the
    113 4th experiment we executed.
     112The following [http://emmy9.casa.umass.edu/GEC15-GIMI-Tutorial/R_script_otr.r R script] plots otr results from the
     1134th experiment we executed in Section C.
    114114
    115115{{{
     
    143143[[Image(gimi20_otg1.png)]]
    144144
    145 Both scripts are simply executed with:
    146 
    147 {{{
    148 R -f <script_name>
    149 }}}
     145
    150146
    151147The following [http://emmy9.casa.umass.edu/GEC15-GIMI-Tutorial/R_script_nmetrics.r script] plots part of nmetrics results from the
     
    189185[[Image(gimi20-nmetrics-eth.png)]]
    190186
    191 Both scripts are simply executed with:
     187All three scripts are simply executed with:
    192188
    193189{{{