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

Support for fan readings #2

Open
CodedSakura opened this issue Apr 2, 2021 · 5 comments
Open

Support for fan readings #2

CodedSakura opened this issue Apr 2, 2021 · 5 comments

Comments

@CodedSakura
Copy link

The nvidia-smi command can report a GPUs fan speed percentage and the nvidia-settings app can even report the exact RPM of the fans..
Could fan readings be added to nvsmi?

@pmav99
Copy link
Owner

pmav99 commented Apr 2, 2021

Could you paste the exact commands to retrieve them?

@CodedSakura
Copy link
Author

Dunno about the exact RPM, but the percentage can be gotten with nvidia-smi --query-gpu=fan.speed --format=csv,noheader,nounits

@pmav99
Copy link
Owner

pmav99 commented Apr 4, 2021

I am afraid that on my laptop it doesn't report this:

$ nvidia-smi --query-gpu=fan.speed --format=csv,noheader,nounits
[N/A]

@CodedSakura
Copy link
Author

it does on my PC, with a 1050ti

$ nvidia-smi --query-gpu=fan.speed --format=csv,noheader,nounits
39

so i guess not every GPU can report it

@pmav99
Copy link
Owner

pmav99 commented Aug 1, 2021

Different laptop with a 1650ti and the fan speed is not reported. Driver Version: 470.57.02

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