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

ci: Collect CPU usage statistics on Azure #61632

Merged
merged 1 commit into from
Jun 12, 2019

Commits on Jun 11, 2019

  1. ci: Collect CPU usage statistics on Azure

    This commit adds a script which we'll execute on Azure Pipelines which
    is intended to run in the background and passively collect CPU usage
    statistics for our builders. The intention here is that we can use this
    information over time to diagnose issues with builders, see where we can
    optimize our build, fix parallelism issues, etc. This might not end up
    being too useful in the long run but it's data we've wanted to collect
    for quite some time now, so here's a stab at it!
    
    Comments about how this is intended to work can be found in the python
    script used here to collect CPU usage statistics.
    
    Closes rust-lang#48828
    alexcrichton committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    f2c37a5 View commit details
    Browse the repository at this point in the history