Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a method to return the CPU usage of a task #622

Open
marco-c opened this issue Feb 2, 2022 · 1 comment
Open

Add a method to return the CPU usage of a task #622

marco-c opened this issue Feb 2, 2022 · 1 comment

Comments

@marco-c
Copy link
Collaborator

marco-c commented Feb 2, 2022

Can be useful to identify if a failure is intermittent or not (e.g. abnormally low CPU usage).

@jmaher
Copy link
Contributor

jmaher commented Feb 3, 2022

we have this data in bigquery:
SELECT * FROM moz-fx-data-taskclu-prod-8fbf.taskclusteretl.perfherder WHERE DATE(time) > "2022-01-25" and framework='job_resource_usage' and taskId='arzAwttlQAew4Xy7wy-a1g'

you can find it in suites.subtests.name and look for cpu_percent. make sure it is on suites.name mochitest.mochitest-devtools-chrome.run-tests or something that ends with run-tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants