Only report core throttles per core, not per cpu (#836)
* Only report core throttles per core, not per cpu * Add topology/core_id to the cpu sysfs fixtures * Add new cpu fixtures to ttar file * Merge core_id reading and thermal throttle accounting * Declare core_id
This commit is contained in:
parent
79ae03c4c7
commit
c504c7e264
3 changed files with 53 additions and 9 deletions
|
|
@ -180,9 +180,8 @@ node_buddyinfo_blocks{node="0",size="9",zone="Normal"} 0
|
|||
node_context_switches_total 3.8014093e+07
|
||||
# HELP node_cpu_core_throttles_total Number of times this cpu core has been throttled.
|
||||
# TYPE node_cpu_core_throttles_total counter
|
||||
node_cpu_core_throttles_total{cpu="0"} 5
|
||||
node_cpu_core_throttles_total{cpu="1"} 0
|
||||
node_cpu_core_throttles_total{cpu="2"} 40
|
||||
node_cpu_core_throttles_total{core="0"} 5
|
||||
node_cpu_core_throttles_total{core="1"} 0
|
||||
# HELP node_cpu_frequency_hertz Current cpu thread frequency in hertz.
|
||||
# TYPE node_cpu_frequency_hertz gauge
|
||||
node_cpu_frequency_hertz{cpu="0"} 1.699981e+09
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue