]> git.ipfire.org Git - ipfire-2.x.git/commit - lfs/collectd
collectd: fix cpufreq graph if virtual cores are offline
authorArne Fitzenreiter <arne_f@ipfire.org>
Thu, 4 Apr 2024 16:23:29 +0000 (18:23 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Thu, 4 Apr 2024 16:23:29 +0000 (18:23 +0200)
commit7fdafdfbcef8505312d6d50a7b95153ea80e2032
tree9d25b9ae27955a5f4e060e394819ff446675cc17
parent62db0b5320a0958b1677191bc177e5dbdaa8d608
collectd: fix cpufreq graph if virtual cores are offline

the kernel doesn't allow to read the frequency of a offline virtual core
if smt is disabled so now no error is reported in this case and NaN submited to the
database.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
lfs/collectd
src/patches/collectd/collectd-4.10.9-cpufreq_skip_disabled_cores.patch [new file with mode: 0644]