nvidia utilization and permissions

master
zeus 2021-07-07 16:35:25 +02:00
parent 9fb6510388
commit 3f1ac515a1
7 changed files with 4 additions and 0 deletions

0
bash/generate-supermicro-ipmi-license.sh Normal file → Executable file
View File

0
bash/get-ssl-info.sh Normal file → Executable file
View File

0
bash/get_num_of_groups_for_all_users_in_group.sh Normal file → Executable file
View File

0
bash/get_serial_console_log_with_timestamp.sh Normal file → Executable file
View File

0
bash/instantcert.sh Normal file → Executable file
View File

0
bash/kill_zombies.sh Normal file → Executable file
View File

View File

@ -0,0 +1,4 @@
#!/bin/bash
# view utilization of nVidia-gpus via nvidia-smi
watch -n 2 'nvidia-smi -q -d UTILIZATION'