From 014bcc8d9dd3e58a76d89bc2eeab248b192bb85d Mon Sep 17 00:00:00 2001 From: yuyang Date: Sun, 18 Sep 2016 04:25:49 +0800 Subject: Add Factor Testcase TX_Cache_Size JIRA: BOTTLENECK-98 Add factor testcase for locating tx cache size bottleneck. A separate logic for determine if the bottlenecks is tx cache size is provided. Change-Id: Ie3e8a79bf55d6b3223b45c52fb4fbc9b047d38cb Signed-off-by: yuyang --- testsuites/posca/testcase_cfg/posca_factor_tx_cache_size.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 testsuites/posca/testcase_cfg/posca_factor_tx_cache_size.yaml (limited to 'testsuites/posca/testcase_cfg') diff --git a/testsuites/posca/testcase_cfg/posca_factor_tx_cache_size.yaml b/testsuites/posca/testcase_cfg/posca_factor_tx_cache_size.yaml new file mode 100644 index 00000000..f2379bcc --- /dev/null +++ b/testsuites/posca/testcase_cfg/posca_factor_tx_cache_size.yaml @@ -0,0 +1,11 @@ +[config] +test_ip: 192.168.23.2:8888 +throughput: 1000 +tool: netperf +protocol: tcp +test_time: 30 +pkt sizes: 8,16,32,64,128,256,512,1024,2048 +tx cache sizes: 2304 +rx cache sizes: 1152,2304,4608,9216,18432,32768,65536,87380,131072 +cpu load: 0.9 +latency: 100000 -- cgit 1.2.3-korg