Actions
action #12064
closedImproved logging for debugging performance related issues
Start date:
2016-05-19
Due date:
% Done:
0%
Estimated time:
Description
User story¶
As a developer trying to fix sporadic or potential performance issues, I want access to more logs and data from the SUT to be able to distinguish "openQA worker" performance impact from performance regressions in the product
acceptance criteria¶
- Logfiles with blocked tasks and system load is available in case of sporadic failures
tasks¶
- Call "uptime" in case of error which gives information about load, too, e.g.
13:57 up 16 days 1:09, 0 users, load average: 0.25, 0.42, 0.48
or callcat /proc/loadavg
- Optional: Repeatedly call the above over some time, e.g. before and after every test
further details¶
related to #11928
Actions