diff options
author | yuyang <Gabriel.yuyang@huawei.com> | 2016-09-18 01:42:42 +0800 |
---|---|---|
committer | yuyang <Gabriel.yuyang@huawei.com> | 2016-09-22 06:49:18 +0800 |
commit | 588e4b5572e6f6bff3e3c9dc67d0fefc505611e7 (patch) | |
tree | 3fdc7cfbfc6a48ecedcc9100106cfad58afbfa55 /testsuites/posca/testcase_cfg | |
parent | 37e67f46e74137f55ffc0d698d335b25cb24ec21 (diff) |
Add Factor Testcase CPU_Burden
JIRA: BOTTLENECK-95
Add cpu burden factor testcase to locate cpu bottlneck for system.
A separated logic is provided to determine if the bottleneck is the
CPU capability in the system.
Changes:
1. Add testcase script
2. Delete whitespaces
Change-Id: I37017d5a0378450b07286ba36f9976d92f504eeb
Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>
Diffstat (limited to 'testsuites/posca/testcase_cfg')
-rw-r--r-- | testsuites/posca/testcase_cfg/posca_factor_cpu_burden.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/testsuites/posca/testcase_cfg/posca_factor_cpu_burden.yaml b/testsuites/posca/testcase_cfg/posca_factor_cpu_burden.yaml new file mode 100644 index 00000000..c50264b0 --- /dev/null +++ b/testsuites/posca/testcase_cfg/posca_factor_cpu_burden.yaml @@ -0,0 +1,15 @@ +[config] +test_ip: 192.168.23.2:8888 +throughput: 1000 +tool: netperf +protocol: tcp +test_time: 30 +pkt sizes: 64,32,16,8 +tx cache sizes: 65536 +rx cache sizes: 87380 +cpu load: 0.9 +latency: 500000 + +[flavor_config] +rx_flavor: bottlenecks_system_bandwidth_rx,512,1,1 +tx_flavor: bottlenecks_system_bandwidth_tx,512,1,1 |