gpu monitor and controller for ubuntu?

ShadowVVL

Senior member
May 1, 2010
758
0
71
I'm working with 3d modeling and I need a gpu monitor for load memory usage and fan speed controller.

anyone know if one exists?
 

lxskllr

No Lifer
Nov 30, 2004
59,390
9,919
126
I'm using nouveau, but if you have Nvidia and use the proprietary drivers, there /may/ be something in the Nvidia control panel. I haven't used the proprietary drivers in awhile, and can't remember.
 

mv2devnull

Golden Member
Apr 13, 2010
1,526
160
106
nvidia-smi and nvidia-settings can show quite many values in command-line mode. Try:
Code:
nvidia-settings --query all
Then tone down to interesting attributes. Redirect to file in a loop, and/or 'watch'.