run-report: Fix CPU usage stats computation
authorChristian Babeux <christian.babeux@efficios.com>
Tue, 18 Dec 2012 21:31:16 +0000 (16:31 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Tue, 18 Dec 2012 21:47:58 +0000 (16:47 -0500)
commit1db84787a06a9dcea6ebad95ebefc4e449507ea6
treea7b68479842d4917f7d1f16f444a0175ae12a784
parent4ed5c01eca0a952825962abfc405ba01bba9b52c
run-report: Fix CPU usage stats computation

The CPU usage statistics are computed by grepping the top command
output. The top output format as since changed so the CPU usage
statistics were not properly computed.

Fix this by adjusting to the new top command output format.

Signed-off-by: Christian Babeux <christian.babeux@efficios.com>
Signed-off-by: David Goulet <dgoulet@efficios.com>
tests/run-report.py
This page took 0.024015 seconds and 4 git commands to generate.