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

Add CPU support for the PowerMonitor #128

Open
sharonsyh opened this issue Sep 23, 2024 · 0 comments
Open

Add CPU support for the PowerMonitor #128

sharonsyh opened this issue Sep 23, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@sharonsyh
Copy link
Collaborator

sharonsyh commented Sep 23, 2024

The PowerMonitor class currently supports monitoring the power consumption of GPUs. However, monitoring CPU power consumption is also necessary for a more comprehensive view of system power usage.

To achieve this, we can extend the PowerMonitor class to pull energy consumption data from the CPU using the RAPL counter, and then compute power consumption by dividing the energy by the time interval.

@wbjin

@sharonsyh sharonsyh added the enhancement New feature or request label Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant