Mark Knecht wrote: > > > On Sun, Jul 7, 2024 at 1:54 PM Dale <rdalek1...@gmail.com > <mailto:rdalek1...@gmail.com>> wrote: > > > > Mark Knecht wrote: > > > > > > > > On Wed, Jun 19, 2024 at 12:30 PM Dale <rdalek1...@gmail.com > <mailto:rdalek1...@gmail.com>> wrote: > <SNIP> > > Well, I wouldn't mind finding the file that has the temps. I have a > little simple script that uses cat, grep etc to get temps and fan info. > <SNIP> > > nvidia-smi -q -d TEMPERATURE > > nvidia-smi -h > nvidia-smi -q -h > > to learn more. > > - Mark
That gave some good info. I wonder, does gkrellm use that same info? Maybe it knows to check the output of that command to get the GPU temps. The only thing missing, fan. I may need to edit grep to list it as well since it is looking for temps. ;-) Thanks for the info. That gives me something to deal with. Once I get grep to grab what I want, I can add the command to my script. :-D This is a good start tho. Dale :-) :-)