summaryrefslogtreecommitdiffstats
path: root/scripts/cap2
diff options
context:
space:
mode:
authorWenxian Li <wenxianl@cisco.com>2015-09-08 17:23:15 -0400
committerWenxian Li <wenxianl@cisco.com>2015-09-08 17:23:15 -0400
commit569ca4f3a4fe533f067d0c21c0624269b9c36c31 (patch)
tree0c0fb5fb5eba0ac313972ff5cd356f675dd6b706 /scripts/cap2
parent7670a2211246e252316c6c5193945cbe5118cbbc (diff)
tuple generator phase 3.1, support random, support per template client/server generator, Dynamic sellection of client type
Signed-off-by: Wenxian Li <wenxianl@cisco.com>
Diffstat (limited to 'scripts/cap2')
-rw-r--r--scripts/cap2/per_template_gen1.yaml31
-rw-r--r--scripts/cap2/per_template_gen2.yaml33
2 files changed, 64 insertions, 0 deletions
diff --git a/scripts/cap2/per_template_gen1.yaml b/scripts/cap2/per_template_gen1.yaml
new file mode 100644
index 00000000..22b2ba64
--- /dev/null
+++ b/scripts/cap2/per_template_gen1.yaml
@@ -0,0 +1,31 @@
+- duration : 1.0
+ generator :
+ distribution : "seq"
+ clients_start : "16.0.0.1"
+ clients_end : "16.0.0.255"
+ servers_start : "48.0.0.1"
+ servers_end : "48.0.255.255"
+ clients_per_gb : 201
+ min_clients : 101
+ dual_port_mask : "1.0.0.0"
+ tcp_aging : 0
+ udp_aging : 0
+ generator_clients :
+ - name : "c1"
+ distribution : "seq"
+ ip_start : "38.0.0.1"
+ ip_end : "38.0.1.255"
+ generator_servers :
+ - name : "s1"
+ distribution : "seq"
+ ip_start : "38.0.0.1"
+ ip_end : "38.0.1.255"
+ track_ports : false
+ mac : [0x0,0x0,0x0,0x1,0x0,0x00]
+ cap_info :
+ - name: cap2/http_get.pcap
+ cps : 1.0
+ ipg : 100
+ rtt : 10000
+ w : 1
+
diff --git a/scripts/cap2/per_template_gen2.yaml b/scripts/cap2/per_template_gen2.yaml
new file mode 100644
index 00000000..5edc3e49
--- /dev/null
+++ b/scripts/cap2/per_template_gen2.yaml
@@ -0,0 +1,33 @@
+- duration : 1.0
+ generator :
+ distribution : "seq"
+ clients_start : "20.0.0.1"
+ clients_end : "20.0.0.255"
+ servers_start : "90.0.0.1"
+ servers_end : "90.0.255.255"
+ clients_per_gb : 201
+ min_clients : 101
+ dual_port_mask : "1.0.0.0"
+ tcp_aging : 0
+ udp_aging : 0
+ generator_clients :
+ - name : "c1"
+ distribution : "seq"
+ ip_start : "16.0.0.1"
+ ip_end : "16.0.0.255"
+ generator_servers :
+ - name : "s1"
+ distribution : "seq"
+ ip_start : "48.0.0.1"
+ ip_end : "48.0.255.255"
+ track_ports: true
+ mac : [0x0,0x0,0x0,0x1,0x0,0x00]
+ cap_info :
+ - name: cap2/http_get.pcap
+ client_pool: "c1"
+ server_pool: "s1"
+ cps : 1.0
+ ipg : 100
+ rtt : 10000
+ w : 1
+