aboutsummaryrefslogtreecommitdiffstats
path: root/tools
ModeNameSize
-rw-r--r--README63logstatsplain
-rw-r--r--__init__.py603logstatsplain
d---------collectors112logstatsplain
-rw-r--r--functions.py1756logstatsplain
-rw-r--r--hugepages.py2853logstatsplain
d---------load_gen179logstatsplain
-rw-r--r--module_manager.py5775logstatsplain
-rw-r--r--namespace.py6021logstatsplain
-rw-r--r--networkcard.py9363logstatsplain
d---------opnfvdashboard84logstatsplain
d---------pkt_fwd115logstatsplain
d---------pkt_gen273logstatsplain
d---------report246logstatsplain
-rw-r--r--systeminfo.py9363logstatsplain
-rw-r--r--tasks.py13435logstatsplain
-rw-r--r--veth.py4108logstatsplain
'samples' directory) | | | | | | * interval: 1 - repeat, pausing every 1 seconds in-between. | | | * count: 10 - display statistics 10 times, then exit. | | | | +--------------+--------------------------------------------------------------+ |test tool | mpstat | | | | | | (mpstat is not always part of a Linux distribution, hence it | | | needs to be installed. It is part of the Yardstick Glance | | | image. However, if mpstat is not present the TC instead uses | | | /proc/stats as source to produce "mpstat" output. | | | | +--------------+--------------------------------------------------------------+ |references | man-pages_ | | | | +--------------+--------------------------------------------------------------+ |applicability | Test can be configured with different: | | | | | | * interval; | | | * count; | | | * runner Iteration and intervals. | | | | | | There are default values for each above-mentioned option. | | | Run in background with other test cases. | | | | +--------------+--------------------------------------------------------------+ |pre-test | The test case image needs to be installed into Glance | |conditions | with mpstat included in it. | | | | | | No POD specific requirements have been identified. | | | | +--------------+--------------------------------------------------------------+ |test sequence | description and expected result | | | | +--------------+--------------------------------------------------------------+ |step 1 | The host is installed. The related TC, or TCs, is | | | invoked and mpstat logs are produced and stored. | | | | | | Result: Stored logs | | | | +--------------+--------------------------------------------------------------+ |test verdict | None. CPU load results are fetched and stored. | | | | +--------------+--------------------------------------------------------------+