]> code.ossystems Code Review - openembedded-core.git/commit
pybootchartgui: show system utilization
authorPatrick Ohly <patrick.ohly@intel.com>
Wed, 30 Nov 2016 09:50:04 +0000 (10:50 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 7 Dec 2016 10:36:10 +0000 (10:36 +0000)
commit233d3e50b361feea07803a9c0f2a691e687c6cd5
treed1f122f8c29f8f30e08a4f1eb5d0fe3fc3f5ed19
parent166f8f9aaa1f01fc6d6a5451f8f06b815c51ffae
pybootchartgui: show system utilization

This enables rendering of the original bootchart charts for CPU, disk
and memory usage. It depends on the /proc samples recorded by the
updated buildstats.bbclass. Currently, empty charts CPU and disk usage
charts are drawn if that data is not present; the memory chart already
gets skipped when there's no data, which will also have to be added
for the other two.

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/pybootchartgui/pybootchartgui/draw.py
scripts/pybootchartgui/pybootchartgui/parsing.py