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/sfr.yaml |
first version
Diffstat (limited to 'scripts/cap2/sfr.yaml')
-rwxr-xr-x | scripts/cap2/sfr.yaml | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/scripts/cap2/sfr.yaml b/scripts/cap2/sfr.yaml new file mode 100755 index 00000000..da6391d2 --- /dev/null +++ b/scripts/cap2/sfr.yaml @@ -0,0 +1,90 @@ +- duration : 40 + 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 : 150.0 + ipg : 10000 + rtt : 10000 + w : 4 + - name: cap2/Video_Calls.pcap + cps : 11.4 + ipg : 10000 + rtt : 10000 + w : 4 + - name: cap2/rtp_160k.pcap + cps : 3.6 + ipg : 10000 + rtt : 10000 + w : 4 + - name: cap2/rtp_250k_rtp_only_1.pcap + cps : 4.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 : 34.2 + ipg : 10000 + rtt : 10000 + w : 4 + - name: cap2/Voice_calls_rtp_only.pcap + cps : 66.0 + ipg : 10000 + rtt : 10000 + w : 4 + - name: cap2/citrix.pcap + cps : 105.0 + ipg : 10000 + rtt : 10000 + w : 4 + - name: cap2/dns.pcap + cps : 2400.0 + ipg : 10000 + rtt : 10000 + w : 4 + - name: cap2/exchange.pcap + cps : 630.0 + ipg : 10000 + rtt : 10000 + w : 4 + - name: cap2/http_browsing.pcap + cps : 267.0 + ipg : 10000 + rtt : 10000 + w : 4 + - name: cap2/http_get.pcap + cps : 345.0 + ipg : 10000 + rtt : 10000 + w : 4 + - name: cap2/http_post.pcap + cps : 345.0 + ipg : 10000 + rtt : 10000 + w : 4 + - name: cap2/https.pcap + cps : 111.0 + ipg : 10000 + rtt : 10000 + w : 4 + - name: cap2/mail_pop.pcap + cps : 34.2 + ipg : 10000 + rtt : 10000 + w : 4 + |