79753484

Date: 2025-09-02 12:24:18
Score: 1
Natty:
Report link

For example, you can display the nvidia-smi tool in a new terminal window so you can monitor the GPU power draw. Either command will spawn the new terminal window and the original shell will continue running uninterrupted.

$ xterm -wf -T "[nvidia-smi] GPU power consumption" -e "watch -n 1 nvidia-smi" &

or

$ gnome-terminal --command="watch -n 1 nvidia-smi"

Reasons:
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: bob