Watch

Status monitoring with watch

Status monitoring with watch

Update every 1 second, show the difference:

watch -n 1 --differences <COMMAND>

Example:

watch -n 1 --differences nvidia-smi
Content Licensed under CC BY-SA 4.0. Code licensed under the MIT License.