Scrape thermal_zone temperatures (#1425)
* Scrape thermal_zone temperatures Signed-off-by: Richard Kojedzinszky <richard@kojedz.in>
This commit is contained in:
parent
10146109ec
commit
75462bf4fe
6 changed files with 108 additions and 0 deletions
|
|
@ -2488,6 +2488,7 @@ node_scrape_collector_success{collector="schedstat"} 1
|
|||
node_scrape_collector_success{collector="sockstat"} 1
|
||||
node_scrape_collector_success{collector="stat"} 1
|
||||
node_scrape_collector_success{collector="textfile"} 1
|
||||
node_scrape_collector_success{collector="thermal_zone"} 1
|
||||
node_scrape_collector_success{collector="vmstat"} 1
|
||||
node_scrape_collector_success{collector="wifi"} 1
|
||||
node_scrape_collector_success{collector="xfs"} 1
|
||||
|
|
@ -2539,6 +2540,9 @@ node_sockstat_sockets_used 229
|
|||
# HELP node_textfile_scrape_error 1 if there was an error opening or reading a file, 0 otherwise
|
||||
# TYPE node_textfile_scrape_error gauge
|
||||
node_textfile_scrape_error 0
|
||||
# HELP node_thermal_zone_temp Zone temperature in Celsius
|
||||
# TYPE node_thermal_zone_temp gauge
|
||||
node_thermal_zone_temp{type="cpu-thermal",zone="0"} 12.376
|
||||
# HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill.
|
||||
# TYPE node_vmstat_oom_kill untyped
|
||||
node_vmstat_oom_kill 0
|
||||
|
|
|
|||
|
|
@ -2488,6 +2488,7 @@ node_scrape_collector_success{collector="schedstat"} 1
|
|||
node_scrape_collector_success{collector="sockstat"} 1
|
||||
node_scrape_collector_success{collector="stat"} 1
|
||||
node_scrape_collector_success{collector="textfile"} 1
|
||||
node_scrape_collector_success{collector="thermal_zone"} 1
|
||||
node_scrape_collector_success{collector="vmstat"} 1
|
||||
node_scrape_collector_success{collector="wifi"} 1
|
||||
node_scrape_collector_success{collector="xfs"} 1
|
||||
|
|
@ -2539,6 +2540,9 @@ node_sockstat_sockets_used 229
|
|||
# HELP node_textfile_scrape_error 1 if there was an error opening or reading a file, 0 otherwise
|
||||
# TYPE node_textfile_scrape_error gauge
|
||||
node_textfile_scrape_error 0
|
||||
# HELP node_thermal_zone_temp Zone temperature in Celsius
|
||||
# TYPE node_thermal_zone_temp gauge
|
||||
node_thermal_zone_temp{type="cpu-thermal",zone="0"} 12.376
|
||||
# HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill.
|
||||
# TYPE node_vmstat_oom_kill untyped
|
||||
node_vmstat_oom_kill 0
|
||||
|
|
|
|||
|
|
@ -920,6 +920,12 @@ Lines: 1
|
|||
1
|
||||
Mode: 644
|
||||
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
Directory: sys/class/thermal
|
||||
Mode: 755
|
||||
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
Path: sys/class/thermal/thermal_zone0
|
||||
SymlinkTo: ../../devices/virtual/thermal/thermal_zone0
|
||||
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
Directory: sys/devices
|
||||
Mode: 755
|
||||
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
|
|
@ -2460,6 +2466,30 @@ local_node 26719046550
|
|||
other_node 9860526920
|
||||
Mode: 644
|
||||
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
Directory: sys/devices/virtual
|
||||
Mode: 755
|
||||
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
Directory: sys/devices/virtual/thermal
|
||||
Mode: 755
|
||||
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
Directory: sys/devices/virtual/thermal/thermal_zone0
|
||||
Mode: 755
|
||||
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
Path: sys/devices/virtual/thermal/thermal_zone0/policy
|
||||
Lines: 1
|
||||
step_wise
|
||||
Mode: 644
|
||||
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
Path: sys/devices/virtual/thermal/thermal_zone0/temp
|
||||
Lines: 1
|
||||
12376
|
||||
Mode: 644
|
||||
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
Path: sys/devices/virtual/thermal/thermal_zone0/type
|
||||
Lines: 1
|
||||
cpu-thermal
|
||||
Mode: 644
|
||||
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
Directory: sys/fs
|
||||
Mode: 755
|
||||
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue