Changes between Version 25 and Version 26 of GIMIv1.1Tutorial/Analyze
- Timestamp:
- 10/25/12 06:50:11 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GIMIv1.1Tutorial/Analyze
v25 v26 38 38 For this tutorial, we have create a set of R scripts, which we briefly discuss in the following. 39 39 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).40 The 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. 41 41 42 42 {{{ … … 110 110 [[Image(gimi20-ping.png)]] 111 111 112 The following [http://emmy9.casa.umass.edu/GEC15-GIMI-Tutorial/R_script_otr.r script] plots otr results from the113 4th experiment we executed .112 The following [http://emmy9.casa.umass.edu/GEC15-GIMI-Tutorial/R_script_otr.r R script] plots otr results from the 113 4th experiment we executed in Section C. 114 114 115 115 {{{ … … 143 143 [[Image(gimi20_otg1.png)]] 144 144 145 Both scripts are simply executed with: 146 147 {{{ 148 R -f <script_name> 149 }}} 145 150 146 151 147 The following [http://emmy9.casa.umass.edu/GEC15-GIMI-Tutorial/R_script_nmetrics.r script] plots part of nmetrics results from the … … 189 185 [[Image(gimi20-nmetrics-eth.png)]] 190 186 191 Bothscripts are simply executed with:187 All three scripts are simply executed with: 192 188 193 189 {{{