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

cpu: Add a 2nd label 'package' to metric node_cpu_core_throttles_total #871

Merged

Commits on Apr 6, 2018

  1. cpu: Add a 2nd label 'package' to metric node_cpu_core_throttles_total

    This commit fixes the node_cpu_core_throttles_total metrics on
    multi-socket systems as the core_ids are the same for each package.
    I.e. we need to count them seperately.
    
    Rename the node_package_throttles_total metric label `node` to `package`.
    
    Reorganize the sys.ttar archive and use the same symlinks as the Linux
    kernel. Also, the new fixtures now use a dual-socket dual-core cpu w/o
    HT/SMT (node0: cpu0+1, node1: cpu2+3) as well as processor-less
    (memory-only) NUMA node 'node2' (this is a very rare case).
    
    Signed-off-by: Karsten Weiss <[email protected]>
    knweiss committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    587e6be View commit details
    Browse the repository at this point in the history
  2. cpu: Use the direct /sys path to the cpu files.

    Use the direct path /sys/devices/system/cpu/cpu[0-9]* (without symlinks)
    instead of /sys/bus/cpu/devices/cpu[0-9]*.
    
    The latter path also does not exist e.g. on RHEL 6.9's kernel.
    
    Signed-off-by: Karsten Weiss <[email protected]>
    knweiss committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    0e00240 View commit details
    Browse the repository at this point in the history
  3. cpu: Reverse core+package throttle processing order

    Signed-off-by: Karsten Weiss <[email protected]>
    knweiss committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    709bce6 View commit details
    Browse the repository at this point in the history
  4. cpu: Add documentation URLs

    Signed-off-by: Karsten Weiss <[email protected]>
    knweiss committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    ed6ccd6 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2018

  1. Configuration menu
    Copy the full SHA
    b543b9f View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2018

  1. Configuration menu
    Copy the full SHA
    a1f05fc View commit details
    Browse the repository at this point in the history