nvOC 19-2.0 Community Release Notes:
nvOC utility (by stubo):
New function based utility that has many features including gpuinfo, stop, start, clearlogs, restart, etc.
Could you please explain how to use it?
Can I now restart miner so it re-read new config?
At the moment I am just restarting rig ((
Thank you
Sure. The easiest way to figure out what functions it supports is to just run it:
m1@Miner3:~$./nvOC
Usage: ./nvOC clearlogs
clears out OS & nvOC logs
./nvOC gpuinfo
displays GPU ID, infomation, settings, and status
./nvOC patch
stops nvOC and applies outstanding Ubuntu patches and
Nvidia driver updates
./nvOC reboot
reboots the host machine
./nvOC stop
stops mining, watchdog and temperature control
./nvOC start
starts normal nvOC mining operations
./nvOC help
displays help about using and configuring nvOC for mining
The feature that I think will be most useful is gpuinfo which shows what GPUs you have including the settings like power and OC:
m1@Miner3:~$./nvOC gpuinfo
ID,VENDOR,MODEL,PSTATE,TEMP,FAN,UTILIZATION,POWER,POWERLIMIT,MAXPOWER,GPUCLOCK,MEMCLOCK
--------------------------------------------------------------------------------
0,EVGA,GeForce GTX 1070,P2,48,50,100,113.66,115.00,170.00,1822,4303
1,EVGA,GeForce GTX 1070,P2,41,50,100,86.99,115.00,170.00,1569,4303
2,EVGA,GeForce GTX 1070,P2,54,50,100,112.74,115.00,170.00,1847,4303
3,MSI,GeForce GTX 1080 Ti,P2,68,75,100,243.26,250.00,330.00,1911,5556
The current implementation is not complete. For example, the help function is just stubbed out. We plan to complete this, add more, and refine existing functions in future releases.
Enjoy.