Graphics card related

23, yum install pciutils lspci |grep -i nvidia view graphics card type
24, nohup nvidia-smi --query-gpu=timestamp,pci.bus_id,temperature.gpu,utilization.gpu,utilization.memory,memory.total,memory.free,memory.used --format=csv -l 60 >>date +%Y%m%d-%H .txt &
nohup & this is also OK
25, watch -n 0.5 nvidia-smi -q -i 0,1 -d TEMPERATURE View the maximum operating temperature of the graphics card

Guess you like

Origin blog.csdn.net/qq_41834780/article/details/114374156