Skip to content
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

An extension for intel-pmc #642

Open
Mistikan opened this issue Mar 10, 2025 · 5 comments
Open

An extension for intel-pmc #642

Mistikan opened this issue Mar 10, 2025 · 5 comments

Comments

@Mistikan
Copy link

Mistikan commented Mar 10, 2025

I want to build a power efficient home server, and for that I need to monitor "c" states. Can I enable kernel modules like these:

  • CONFIG_INTEL_VSEC=m
  • CONFIG_INTEL_PMC_CORE=m
  • ​​CONFIG_INTEL_PMT_CLASS=m
  • CONFIG_INTEL_PMT_TELEMETRY=m

and create an intel-pmc extension that includes these modules?

Links:

@smira
Copy link
Member

smira commented Mar 10, 2025

If these are small modules, we can ship them with base Talos

@Mistikan
Copy link
Author

On ubuntu (kernel 6.11):

Unpacked:

28K  intel_vsec.ko
24K  pmt_telemetry.ko
221K intel_pmc_core.ko

Zst:

7,3K intel_vsec.ko.zst
6,2K pmt_telemetry.ko.zst
36K  intel_pmc_core.ko.zst

@Mistikan
Copy link
Author

@smira
Copy link
Member

smira commented Mar 10, 2025

yeah, small enough so we can bundle it, just send a PR to pkgs plese

@Mistikan
Copy link
Author

PR: siderolabs/pkgs#1181

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants