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

Added Power/Watt usage #104

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Added Power/Watt usage #104

wants to merge 1 commit into from

Conversation

ZuluPro
Copy link
Contributor

@ZuluPro ZuluPro commented May 10, 2024

Added POWER usage from nvidia-smi.
I reproduced the same behavior than temperature pooling.

@tsengjun
Copy link

Hello @ZuluPro
How about getting temperature and power by a single command:
From
execlp("nvidia-smi", "nvidia-smi", "-l", "5", "-q", "-d", "TEMPERATURE", NULL);
To
execlp("nvidia-smi", "nvidia-smi", "-l", "5", "-q", "-d", "TEMPERATURE,POWER", NULL);
should get the same result.

Thanks!

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

Successfully merging this pull request may close these issues.

2 participants