summaryrefslogtreecommitdiffstats
path: root/scripts/cap2
diff options
context:
space:
mode:
authorHanoh Haim <hhaim@cisco.com>2016-12-26 14:42:10 +0200
committerHanoh Haim <hhaim@cisco.com>2016-12-26 14:42:40 +0200
commit0bb904dc45e53cbdd4e8fe1d000fb61920a80f17 (patch)
tree0445db5787fb8c81288b5d8cc9c02115f1f95689 /scripts/cap2
parentea175dea96f23fe6033a9babe7130eb07eafb62d (diff)
add tw appendix for many active of flows
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
Diffstat (limited to 'scripts/cap2')
-rw-r--r--scripts/cap2/cur_flow.yaml12
-rw-r--r--scripts/cap2/cur_flow_single_tw_8.yaml26
2 files changed, 32 insertions, 6 deletions
diff --git a/scripts/cap2/cur_flow.yaml b/scripts/cap2/cur_flow.yaml
index 8f53c0be..dc518a44 100644
--- a/scripts/cap2/cur_flow.yaml
+++ b/scripts/cap2/cur_flow.yaml
@@ -14,13 +14,13 @@
#cap_ipg : true
cap_info :
- name: cap2/udp_10_pkts.pcap
- cps : 1
- ipg : 10000000
- rtt : 10000000
+ cps : 10
+ ipg : 100000
+ rtt : 100000
w : 1
- name: cap2/udp_10_pkts.pcap
- cps : 99
- ipg : 200
- rtt : 200
+ cps : 90
+ ipg : 2
+ rtt : 2
w : 1
diff --git a/scripts/cap2/cur_flow_single_tw_8.yaml b/scripts/cap2/cur_flow_single_tw_8.yaml
new file mode 100644
index 00000000..7652507a
--- /dev/null
+++ b/scripts/cap2/cur_flow_single_tw_8.yaml
@@ -0,0 +1,26 @@
+- duration : 0.1
+ 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
+ mac : [0x0,0x0,0x0,0x1,0x0,0x00]
+ #cap_ipg : true
+ tw : # set timer wheel configuration options
+ buckets : 16384
+ levels : 2
+ bucket_time_usec : 20.0
+
+ cap_info :
+ - name: cap2/udp_10_pkts.pcap
+ cps : 100
+ ipg : 200
+ rtt : 200
+ w : 1
+