Open paulatz opened 2 months ago
My pull request " fix incorrect extraction of turbostat output" #26 fixes this issue. Note that this issue is also mentioned in issue #23.
GFX%rc6 is not displayed because the graphics driver is not loaded. GFX%rc6 becomes available when the graphics sysfs is created.
Thanks for your patch, I merged. And I also need to modify it later because we cannot ignore GFX%rc6, which is very important.
Hello on my Ubuntu 22.04 system the "turbostat" program does not output all the requested columns, which breaks the parsing of its output at line 1154. You can see in this sample that `GFX%rc6 and Pkg%pc7 are missing:
I'm not sure which is the best way to work around this issue