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 cpuset size information to the FJR. #15760

Merged
merged 1 commit into from Sep 8, 2016

Commits on Sep 7, 2016

  1. Add cpuset size information to the FJR.

    We have found that it's difficult to detect when the cpuset (set by
    some batch systems) is limiting the number of cores we can run on.
    
    In one extreme case, the batch system arguments were being done
    incorrectly and 32 cores worth of CMS jobs were being forced onto a
    single core.
    
    This records the current cpuset size to the FJR when CPU information
    reporting is enabled.  The resulting line looks like:
    
        <Metric Name="cpusetCount" Value="1"/>
    
    With this, we hope that experts are more likely to notice that the
    cpuset is different from expectations
    bbockelm committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    840918a View commit details
    Browse the repository at this point in the history