summaryrefslogtreecommitdiffstats
path: root/meta/files/toolchain-shar-extract.sh
diff options
context:
space:
mode:
authorSakib Sajal <sakib.sajal@windriver.com>2020-11-10 10:59:15 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-01-16 22:39:38 +0000
commitedb7098e9e0a8978568a45057c1c3ad2c6cacd67 (patch)
treec84aaed139557bb97c79971ad788b32b07b21c07 /meta/files/toolchain-shar-extract.sh
parent89ba28933067b38ab1023aaf30951eb6969d50c6 (diff)
downloadopenembedded-core-contrib-edb7098e9e0a8978568a45057c1c3ad2c6cacd67.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/files/toolchain-shar-extract.sh')
0 files changed, 0 insertions, 0 deletions