summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/cases/reproducible.py
diff options
context:
space:
mode:
authorSakib Sajal <sakib.sajal@windriver.com>2020-11-10 10:59:15 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-12-09 17:33:01 +0000
commit15fb50436ea3b4a497930fa8ac33282311916bb7 (patch)
treeb8c6d2263eaf883472957a25cada14217f4366ad /meta/lib/oeqa/selftest/cases/reproducible.py
parenta55b01a3a1faf9a52d7edad074c76327f637aaa2 (diff)
downloadopenembedded-core-contrib-15fb50436ea3b4a497930fa8ac33282311916bb7.tar.gz
buildstats.bbclass: add functionality to collect build system stats
There are a number of timeout and hang defects where it would be useful to collect statistics about what is running on a build host when that condition occurs. This adds functionality to collect build system stats on a regular interval and/or on task failure. Both features are disabled by default. To enable logging on a regular interval, set: BB_HEARTBEAT_EVENT = "<interval>" BB_LOG_HOST_STAT_ON_INTERVAL = <boolean> Logs are stored in ${BUILDSTATS_BASE}/<build_name>/host_stats To enable logging on a task failure, set: BB_LOG_HOST_STAT_ON_FAILURE = "<boolean>" Logs are stored in ${BUILDSTATS_BASE}/<build_name>/build_stats The list of commands, along with the desired options, need to be specified in the BB_LOG_HOST_STAT_CMDS variable delimited by ; as such: BB_LOG_HOST_STAT_CMDS = "command1 ; command2 ;... ;" Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/selftest/cases/reproducible.py')
0 files changed, 0 insertions, 0 deletions