Sniffdogminer icon indicating copy to clipboard operation
Sniffdogminer copied to clipboard

FIX some code in Monitor_6card 7card 8card

Open emrukjune999 opened this issue 7 years ago • 0 comments

for /F %%p in ('"C:\Program Files\NVIDIA Corporation\NVSMI\nvidia-smi" --id^=0 --query-gpu^=utilization.gpu --format^=csv^,noheader^,nounits') do set gpu_usage0=%%p

--id^=0 <<< FIX to GPU number 0 1 2 3 4 5 6 7 8 ( in bat file 0 and 1 only if GPU 1 and 2 delay to work my rig is restart ) and %gpu_average% GTR 40 <<<< FIX it to 10% of all GPU percent

emrukjune999 avatar Jan 24 '18 14:01 emrukjune999