Status monitoring with watch
Update every 1 second, show the difference:
watch -n 1 --differences <COMMAND>
Example:
watch -n 1 --differences nvidia-smi
watch
Update every 1 second, show the difference:
watch -n 1 --differences <COMMAND>
Example:
watch -n 1 --differences nvidia-smi