Refactor stats collection test 08/54008/1
authorLuis Gomez <ecelgp@gmail.com>
Wed, 29 Mar 2017 03:29:56 +0000 (20:29 -0700)
committerLuis Gomez <ecelgp@gmail.com>
Wed, 29 Mar 2017 03:29:56 +0000 (20:29 -0700)
- Move to ovs 2.5 tools VM
- Make stats graph more clear
- Set 100K flows in all perf jobs (except Beryllium)

Change-Id: Ib56eb1aef0281db5c87846d3946788cac148be3f
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
jjb/openflowplugin/openflowplugin-csit-bulkomatic-clustering-perf-daily.yaml
jjb/openflowplugin/openflowplugin-csit-bulkomatic-perf-daily.yaml
jjb/openflowplugin/openflowplugin-csit-restconf-clustering-perf-daily.yaml
jjb/openflowplugin/openflowplugin-csit-restconf-perf-daily.yaml
jjb/openflowplugin/openflowplugin-csit-scale-stats-collection-daily-old.yaml
jjb/openflowplugin/openflowplugin-csit-scale-stats-collection-daily.yaml

index e3a4ca1522b90860e6bd2e76c0d2e38bd694708f..d5d9eff14a04a046794e36162bd95f9f9084ee97 100644 (file)
@@ -38,7 +38,7 @@
         decanter-appender-elasticsearch
 
     # Robot custom options
-    robot-options: '-v ODL_OF_PLUGIN:lithium -v switch_count:32 -v flow_count_per_switch:2000'
+    robot-options: '-v ODL_OF_PLUGIN:lithium -v switch_count:32 -v flow_count_per_switch:3125'
 
     # Plot Info
     01-plot-title: 'Flow Add rate'
index eb0dea272cc2e10a1a4f9f91fc2c80365352ff2a..5bfe2e28b32a7cd22e8aaf852c79d52156e58544 100644 (file)
@@ -38,7 +38,7 @@
         decanter-appender-elasticsearch
 
     # Robot custom options
-    robot-options: '-v ODL_OF_PLUGIN:lithium -v switch_count:32 -v flow_count_per_switch:2000'
+    robot-options: '-v ODL_OF_PLUGIN:lithium -v switch_count:32 -v flow_count_per_switch:3125'
 
     # Plot Info
     01-plot-title: 'Flow Add rate'
index 0e5682242d0d7feed9fa3bc38c7cfa0a191a5f36..7fe6ed19de7eef3152a082b3c92874679c899184 100644 (file)
@@ -35,7 +35,7 @@
         decanter-appender-elasticsearch
 
     # Robot custom options
-    robot-options: '-v ODL_OF_PLUGIN:lithium -v switch_count:32 -v flow_count:64000'
+    robot-options: '-v ODL_OF_PLUGIN:lithium -v switch_count:32 -v flow_count:100000'
 
     # Plot Info
     01-plot-title: 'Flow Add rate'
index cbb77b890eaaf128e89b7cfad412a98bdef09f16..3b0b342dcd13f239dbce9d1ca8fc3b1574e9dedd 100644 (file)
@@ -36,7 +36,7 @@
         decanter-appender-elasticsearch
 
     # Robot custom options
-    robot-options: '-v ODL_OF_PLUGIN:lithium -v switch_count:32 -v flow_count:64000'
+    robot-options: '-v ODL_OF_PLUGIN:lithium -v switch_count:32 -v flow_count:100000'
 
     # Plot Info
     01-plot-title: 'Flow Add rate'
index 60b898559bb9bf41ef48fceb5894c8423d9120f8..74b50e5d69f54acb3e82dc11d41e54410997b55e 100644 (file)
       - only:
           scope: 'only'
 
+    # Job images
+    odl_system_flavor: '8 GB General Purpose v1'
+
     # Features to install
     install-features: 'odl-openflowplugin-flow-services-ui'
 
     # Robot custom options
-    robot-options: '-v flnr:50000'
+    robot-options: '-v flnr:64000 -v swnr:32 -v fpr:200'
 
     # Plot Info
-    01-plot-title: 'Flows (100k) Setup Time'
-    01-plot-yaxis: '[s]'
-    01-plot-group: 'Config Performance'
-    01-plot-data-file: 'flows_setup_time.csv'
-
-    02-plot-title: 'REST setup rate (for 100k flows)'
-    02-plot-yaxis: 'setup time[s], req[flows/s]'
-    02-plot-group: 'Performance Rate'
-    02-plot-data-file: 'flows_install_rate.csv'
+    01-plot-title: 'Stats Collection Rate'
+    01-plot-yaxis: 'flow_mods/sec'
+    01-plot-group: 'Stats Collection Performance'
+    01-plot-data-file: 'stats_rate.csv'
+    02-plot-title: 'Stats Collection Time'
+    02-plot-yaxis: 'seconds'
+    02-plot-group: 'Stats Collection Performance'
+    02-plot-data-file: 'stats_time.csv'
index a6697cd1423a4036d954d4b7c1124f766bb0ae95..68703fc769e310a56b6426c252288a385983e02b 100644 (file)
       - only:
           scope: 'only'
 
+    # Job images
+    odl_system_flavor: '8 GB General Purpose v1'
+    tools_system_image: 'Ubuntu 14.04 - mininet-ovs-25 - 20170210-0300'
+
     # Features to install
     install-features: 'odl-openflowplugin-flow-services-ui'
 
     # Robot custom options
-    robot-options: '-v flnr:50000'
+    robot-options: '-v flnr:100000 -v swnr:32 -v fpr:200'
 
     # Plot Info
-    01-plot-title: 'Flows (100k) Setup Time'
-    01-plot-yaxis: '[s]'
-    01-plot-group: 'Config Performance'
-    01-plot-data-file: 'flows_setup_time.csv'
-
-    02-plot-title: 'REST setup rate (for 100k flows)'
-    02-plot-yaxis: 'setup time[s], req[flows/s]'
-    02-plot-group: 'Performance Rate'
-    02-plot-data-file: 'flows_install_rate.csv'
+    01-plot-title: 'Stats Collection Rate'
+    01-plot-yaxis: 'flow_mods/sec'
+    01-plot-group: 'Stats Collection Performance'
+    01-plot-data-file: 'stats_rate.csv'
+    02-plot-title: 'Stats Collection Time'
+    02-plot-yaxis: 'seconds'
+    02-plot-group: 'Stats Collection Performance'
+    02-plot-data-file: 'stats_time.csv'