diff --git a/bash/generate-supermicro-ipmi-license.sh b/bash/generate-supermicro-ipmi-license.sh old mode 100644 new mode 100755 diff --git a/bash/get-ssl-info.sh b/bash/get-ssl-info.sh old mode 100644 new mode 100755 diff --git a/bash/get_num_of_groups_for_all_users_in_group.sh b/bash/get_num_of_groups_for_all_users_in_group.sh old mode 100644 new mode 100755 diff --git a/bash/get_serial_console_log_with_timestamp.sh b/bash/get_serial_console_log_with_timestamp.sh old mode 100644 new mode 100755 diff --git a/bash/instantcert.sh b/bash/instantcert.sh old mode 100644 new mode 100755 diff --git a/bash/kill_zombies.sh b/bash/kill_zombies.sh old mode 100644 new mode 100755 diff --git a/bash/nvidia_view_utilization.sh b/bash/nvidia_view_utilization.sh new file mode 100755 index 0000000..9c8bdbb --- /dev/null +++ b/bash/nvidia_view_utilization.sh @@ -0,0 +1,4 @@ +#!/bin/bash +# view utilization of nVidia-gpus via nvidia-smi + +watch -n 2 'nvidia-smi -q -d UTILIZATION'