diff options
author | Sridhar Rao <sridhar.rao@spirent.com> | 2018-04-19 08:05:10 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-04-19 08:05:10 +0000 |
commit | 19f9c5dc2ae313c1797f5b0112d1b1e9b2766edf (patch) | |
tree | bd5348cc9d3927e875e2c86ccaf483a0bba8e8a8 /tools/report/report_rst.jinja | |
parent | be271aef854887fce72d821a8589dfd4ebbe8e1d (diff) | |
parent | 4ba4c2e82f8fbc59b9992f53201e26049ede44c8 (diff) |
Merge "sysmetrics/pidstat: monitor all threads"
Diffstat (limited to 'tools/report/report_rst.jinja')
-rw-r--r-- | tools/report/report_rst.jinja | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/report/report_rst.jinja b/tools/report/report_rst.jinja index eda0c01e..6b51807a 100644 --- a/tools/report/report_rst.jinja +++ b/tools/report/report_rst.jinja @@ -90,7 +90,9 @@ Testing Activities/Events ~~~~~~~~~~~~~~~~~~~~~~~~~ pidstat is used to collect the process statistics, as such some values such as %CPU and %USER maybe > 100% as the values are summed across multiple cores. For -more info on pidstat please see: http://linux.die.net/man/1/pidstat. +more info on pidstat please see: http://linux.die.net/man/1/pidstat. Please +note that vsperf recalculates the CPU consumption of a process by aggregating +the CPU usage of each thread. Known issues: Some reported metrics have the value "unkown". These values are marked unknown as they are not values retrieved from the external tester |