Skip to content

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