From 3f1ac515a1bd0e22cf0ef9897be237570ee3f79c Mon Sep 17 00:00:00 2001 From: zeus Date: Wed, 7 Jul 2021 16:35:25 +0200 Subject: [PATCH] nvidia utilization and permissions --- bash/generate-supermicro-ipmi-license.sh | 0 bash/get-ssl-info.sh | 0 bash/get_num_of_groups_for_all_users_in_group.sh | 0 bash/get_serial_console_log_with_timestamp.sh | 0 bash/instantcert.sh | 0 bash/kill_zombies.sh | 0 bash/nvidia_view_utilization.sh | 4 ++++ 7 files changed, 4 insertions(+) mode change 100644 => 100755 bash/generate-supermicro-ipmi-license.sh mode change 100644 => 100755 bash/get-ssl-info.sh mode change 100644 => 100755 bash/get_num_of_groups_for_all_users_in_group.sh mode change 100644 => 100755 bash/get_serial_console_log_with_timestamp.sh mode change 100644 => 100755 bash/instantcert.sh mode change 100644 => 100755 bash/kill_zombies.sh create mode 100755 bash/nvidia_view_utilization.sh 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'