#!/bin/bash
# view utilization of nVidia-gpus via nvidia-smi
watch -n 2 'nvidia-smi -q -d UTILIZATION'