-
Notifications
You must be signed in to change notification settings - Fork 321
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
CPUInfo for ARM and Linux kernels newer than 3.8 #294
Comments
bluecmd
changed the title
CPUInfo for ARM and Kernels newer than 3.8
CPUInfo for ARM and kernels newer than 3.8
May 15, 2020
bluecmd
changed the title
CPUInfo for ARM and kernels newer than 3.8
CPUInfo for ARM and Linux kernels newer than 3.8
May 15, 2020
Closed
kadern0
added a commit
to kadern0/procfs
that referenced
this issue
May 18, 2020
kadern0
added a commit
to kadern0/procfs
that referenced
this issue
May 18, 2020
Fixes issue prometheus#294 Signed-off-by: kadern0 <[email protected]>
kadern0
added a commit
to kadern0/procfs
that referenced
this issue
May 19, 2020
Fixes issue prometheus#294 Signed-off-by: kadern0 <[email protected]>
discordianfish
pushed a commit
that referenced
this issue
May 21, 2020
Fixes issue #294 Signed-off-by: kadern0 <[email protected]>
I believe this is resolved now with the merge of #296 |
remijouannet
pushed a commit
to remijouannet/procfs
that referenced
this issue
Oct 20, 2022
Fixes issue prometheus#294 Signed-off-by: kadern0 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From #291 it was concluded that the current parsing code is limited to kernels older than 3.8.
Problematic code is:
procfs/cpuinfo.go
Lines 189 to 233 in 7a44272
This code should be changed to either drop support for older kernels, or be capable of parsing both new and old kernels alike - probably with reduced functionality for the older ones.
The text was updated successfully, but these errors were encountered: