diff options
author | Hanoh Haim <hhaim@cisco.com> | 2015-06-24 14:03:29 +0300 |
---|---|---|
committer | Hanoh Haim <hhaim@cisco.com> | 2015-06-24 14:03:29 +0300 |
commit | 8b52a31ed2c299b759f330c4f976b9c70f5765f4 (patch) | |
tree | 9d6da5438b5b56b1d2d57e6c13494b4e65d000e7 /scripts/cap2/sfr3.yaml |
first version
Diffstat (limited to 'scripts/cap2/sfr3.yaml')
-rwxr-xr-x | scripts/cap2/sfr3.yaml | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/scripts/cap2/sfr3.yaml b/scripts/cap2/sfr3.yaml new file mode 100755 index 00000000..bb60fe9d --- /dev/null +++ b/scripts/cap2/sfr3.yaml @@ -0,0 +1,90 @@ +- 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 + mac : [0x0,0x0,0x0,0x1,0x0,0x00] + cap_info : + - name: cap2/Oracle.pcap + cps : 0.5 + ipg : 10000 + rtt : 10000 + w : 4 + - name: cap2/Video_Calls.pcap + cps : 1.4 + ipg : 10000 + rtt : 10000 + w : 4 + - name: cap2/rtp_160k.pcap + cps : 2.6 + ipg : 10000 + rtt : 10000 + w : 4 + - name: cap2/rtp_250k_rtp_only_1.pcap + cps : 3.0 + ipg : 10000 + rtt : 10000 + w : 4 + - name: cap2/rtp_250k_rtp_only_2.pcap + cps : 4.0 + ipg : 10000 + rtt : 10000 + w : 4 + - name: cap2/smtp.pcap + cps : 1.2 + ipg : 10000 + rtt : 10000 + w : 4 + - name: cap2/Voice_calls_rtp_only.pcap + cps : 1.0 + ipg : 10000 + rtt : 10000 + w : 4 + - name: cap2/citrix.pcap + cps : 0.1 + ipg : 10000 + rtt : 10000 + w : 4 + - name: cap2/dns.pcap + cps : 0.2 + ipg : 10000 + rtt : 10000 + w : 4 + - name: cap2/exchange.pcap + cps : 0.3 + ipg : 10000 + rtt : 10000 + w : 4 + - name: cap2/http_browsing.pcap + cps : 0.4 + ipg : 10000 + rtt : 10000 + w : 4 + - name: cap2/http_get.pcap + cps : 0.5 + ipg : 10000 + rtt : 10000 + w : 4 + - name: cap2/http_post.pcap + cps : 0.6 + ipg : 10000 + rtt : 10000 + w : 4 + - name: cap2/https.pcap + cps : 0.7 + ipg : 10000 + rtt : 10000 + w : 4 + - name: cap2/mail_pop.pcap + cps : 0.8 + ipg : 10000 + rtt : 10000 + w : 4 + |