]> p2p-next.cs.pub.ro Git - p2p-testing-infrastructure.git/commitdiff
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 d592753138f6bbd93207ba8a869d3f6af4f7a4bb..0647a831f283c3fd9a8fd0abc733fbe7483d9913 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 b45cfcb158fa01da14472bc87e6dc858d6aa55f3..50e8f24e1e7a479c11509088d6ac26740084fae5 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 5bae38a03d50c5a0a0fe4199cb143cc119cdf5e3..204d090d56eae2d75baa6e8aee3a38beb69500c1 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 f653b734e29f85a1b94dec093bb364a12b39ec92..6744fa8ca8c67647db71b867ba84dae12a42f88a 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()