summaryrefslogtreecommitdiffstats
path: root/scripts/cap2
diff options
context:
space:
mode:
authorHanoh Haim <hhaim@cisco.com>2015-11-09 11:05:07 +0200
committerHanoh Haim <hhaim@cisco.com>2015-11-09 11:05:07 +0200
commitcb98f7938f3ea85c57de66c6f6919accdcc16fb4 (patch)
tree62b0dde0aa5e93ae5ed0c8e81b248bdf1c6d3563 /scripts/cap2
parentc411e0ab9b543aba0fa99f6b0430e499c908be2f (diff)
add many client example
Diffstat (limited to 'scripts/cap2')
-rw-r--r--scripts/cap2/many_client_example.yaml42
1 files changed, 42 insertions, 0 deletions
diff --git a/scripts/cap2/many_client_example.yaml b/scripts/cap2/many_client_example.yaml
new file mode 100644
index 00000000..7908a5a4
--- /dev/null
+++ b/scripts/cap2/many_client_example.yaml
@@ -0,0 +1,42 @@
+- duration : 1.0
+ generator :
+ distribution : "random"
+ clients_start : "20.0.0.1"
+ clients_end : "20.10.85.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 : "random"
+ ip_start : "21.0.0.1"
+ ip_end : "21.10.255.255"
+ - name : "c2"
+ distribution : "random"
+ ip_start : "36.0.0.1"
+ ip_end : "36.0.1.254"
+ generator_servers :
+ - name : "s1"
+ distribution : "random"
+ ip_start : "22.0.0.1"
+ ip_end : "22.1.255.255"
+ track_ports : false
+ - name : "s2"
+ distribution : "random"
+ ip_start : "38.0.0.1"
+ ip_end : "38.0.3.255"
+ track_ports : false
+ 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
+