Renamed campaign02 files
authorGeorge Milescu <george.milescu@gmail.com>
Fri, 6 Aug 2010 15:30:19 +0000 (17:30 +0200)
committerGeorge Milescu <george.milescu@gmail.com>
Fri, 6 Aug 2010 15:30:19 +0000 (17:30 +0200)
Signed-off-by: George Milescu <george.milescu@gmail.com>
ConfigFiles/campaign02.cfg
ConfigFiles/campaign02.html
ConfigFiles/scenario101ct.cfg [moved from ConfigFiles/scenario01ct.cfg with 100% similarity]
ConfigFiles/scenario101ct.r [moved from ConfigFiles/scenario01ct.r with 97% similarity]
ConfigFiles/scenario102ct.cfg [moved from ConfigFiles/scenario02ct.cfg with 100% similarity]
ConfigFiles/scenario102ct.r [moved from ConfigFiles/scenario02ct.r with 70% similarity]

index d592753..0647a83 100644 (file)
@@ -3,5 +3,5 @@
 #   * run VZ container scenario
 #
 # ScenarioDescription  PlotScript
-scenario01ct.cfg       scenario01ct.r
-scenario02ct.cfg       scenario02ct.r
+scenario101ct.cfg      scenario101ct.r
+scenario102ct.cfg      scenario102ct.r
index b45cfcb..50e8f24 100644 (file)
               <td>1</td>
               <td>89</td>
               <td>8 Mbit/s up/down</td>
-              <td><a href="scenario01ct/scenario01ct-dlspeed-percent.png">dlspeed vs percent</a>; <a href="scenario01ct/scenario01ct-dlspeed-time.png">dlspeed vs time</a></td>
+              <td><a href="scenario101ct/scenario101ct-dlspeed-percent.png">dlspeed vs percent</a>; <a href="scenario101ct/scenario101ct-dlspeed-time.png">dlspeed vs time</a></td>
             </tr>
             <tr>
               <td>scenario-02ct</td>
               <td>89</td>
               <td>1</td>
               <td>8 Mbit/s up/down</td>
-              <td><a href="scenario02ct/scenario02ct-dlspeed-percent.png">dlspeed vs percent</a>; <a href="scenario02ct/scenario02ct-dlspeed-time.png">dlspeed vs time</a></td>
+              <td><a href="scenario102ct/scenario102ct-dlspeed-percent.png">dlspeed vs percent</a>; <a href="scenario102ct/scenario102ct-dlspeed-time.png">dlspeed vs time</a></td>
             </tr>
           </tbody>
         </table>
similarity index 97%
rename from ConfigFiles/scenario01ct.r
rename to ConfigFiles/scenario101ct.r
index 5bae38a..204d090 100644 (file)
@@ -296,15 +296,15 @@ scale_x_continuous("Percent", limits=c(0, 100), breaks=seq(0, 100, 10)) +
 scale_y_continuous("Download speed (Mbit/s)", limits=c(0, 8), breaks=seq(0, 8, 0.5)) +
 coord_cartesian() +
 scale_colour_manual("Legend") +
-opts(title=paste(campaign_name, "Scenario-01ct: a flashcrowd swarm (1 Seeder, 89 Leechers), all peers have an 8 Mbit/s BW", sep="\n"))
+opts(title=paste(campaign_name, "Scenario-101ct: a flashcrowd swarm (1 Seeder, 89 Leechers), all peers have an 8 Mbit/s BW", sep="\n"))
 
 # plot data as an eps file
-postscript(paste(target_folder, "scenario01ct-dlspeed-percent.eps", sep="/"))
+postscript(paste(target_folder, "scenario101ct-dlspeed-percent.eps", sep="/"))
 print(p)
 dev.off()
 
 # plot data as an png file
-png(paste(target_folder, "scenario01ct-dlspeed-percent.png", sep="/"), width = 1280, height = 800)
+png(paste(target_folder, "scenario101ct-dlspeed-percent.png", sep="/"), width = 1280, height = 800)
 print(p)
 dev.off()
 
@@ -406,14 +406,14 @@ scale_x_continuous("Time(s)") +
 scale_y_continuous("Download speed (Mbit/s)", limits=c(0, 8), breaks=seq(0, 8, 0.5)) +
 coord_cartesian() +
 scale_colour_manual("Legend") +
-opts(title=paste(campaign_name, "Scenario-01ct: a flashcrowd swarm (1 Seeder, 89 Leechers), all peers have an 8 Mbit/s BW", sep="\n"))
+opts(title=paste(campaign_name, "Scenario-101ct: a flashcrowd swarm (1 Seeder, 89 Leechers), all peers have an 8 Mbit/s BW", sep="\n"))
 
 # plot data as an eps file
-postscript(paste(target_folder, "scenario01ct-dlspeed-time.eps", sep="/"))
+postscript(paste(target_folder, "scenario101ct-dlspeed-time.eps", sep="/"))
 print(p)
 dev.off()
 
 # plot data as an png file
-png(paste(target_folder, "scenario01ct-dlspeed-time.png", sep="/"), width = 1280, height = 800)
+png(paste(target_folder, "scenario101ct-dlspeed-time.png", sep="/"), width = 1280, height = 800)
 print(p)
 dev.off()
similarity index 70%
rename from ConfigFiles/scenario02ct.r
rename to ConfigFiles/scenario102ct.r
index f653b73..6744fa8 100644 (file)
@@ -32,15 +32,15 @@ scale_x_continuous("Percent", limits=c(0, 100), breaks=seq(0, 100, 10)) +
 scale_y_continuous("Download speed (Mbit/s)", limits=c(0, 8), breaks=seq(0, 8, 0.5)) +
 coord_cartesian() +
 scale_colour_manual("Legend") +
-opts(title=paste(campaign_name, "Scenario-02ct: a seeded swarm (89 Seeders, 1 Leecher), all peers have an 8 Mbit/s BW", sep="\n"))
+opts(title=paste(campaign_name, "Scenario-102ct: a seeded swarm (89 Seeders, 1 Leecher), all peers have an 8 Mbit/s BW", sep="\n"))
 
 # plot data as an eps file
-postscript(paste(target_folder, "scenario02ct-dlspeed-percent.eps", sep="/"))
+postscript(paste(target_folder, "scenario102ct-dlspeed-percent.eps", sep="/"))
 print(p)
 dev.off()
 
 # plot data as an png file
-png(paste(target_folder, "scenario02ct-dlspeed-percent.png", sep="/"), width = 1280, height = 800)
+png(paste(target_folder, "scenario102ct-dlspeed-percent.png", sep="/"), width = 1280, height = 800)
 print(p)
 dev.off()
 
@@ -54,14 +54,14 @@ scale_x_continuous("Time(s)") +
 scale_y_continuous("Download speed (Mbit/s)", limits=c(0, 8), breaks=seq(0, 8, 0.5)) +
 coord_cartesian() +
 scale_colour_manual("Legend") +
-opts(title=paste(campaign_name, "Scenario-02ct: a flashcrowd swarm (89 Seeders, 1 Leecher), all peers have an 8 Mbit/s BW", sep="\n"))
+opts(title=paste(campaign_name, "Scenario-102ct: a flashcrowd swarm (89 Seeders, 1 Leecher), all peers have an 8 Mbit/s BW", sep="\n"))
 
 # plot data as an eps file
-postscript(paste(target_folder, "scenario02ct-dlspeed-time.eps", sep="/"))
+postscript(paste(target_folder, "scenario102ct-dlspeed-time.eps", sep="/"))
 print(p)
 dev.off()
 
 # plot data as an png file
-png(paste(target_folder, "scenario02ct-dlspeed-time.png", sep="/"), width = 1280, height = 800)
+png(paste(target_folder, "scenario102ct-dlspeed-time.png", sep="/"), width = 1280, height = 800)
 print(p)
 dev.off()