2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

GPUの監視bot (Slackに通知)

Last updated at Posted at 2021-04-09

GPU 監視 bot

深層学習の計算を回してPCを放置していたらなぜか停止していたので、どこにいてもGPUを監視できるようにGPUの使用率をSlackに通知するbotを作成しました。

GPU監視にぜひご利用ください。

Github

ソースコード

環境

NVIDIA製のGPUに対応しているので、nvidia-smiを実行できるようにしておく必要があります。

使い方

envexampleファイルを参考にして同じ階層に.envファイルを作成してください。

Slackのwebhookについてはこちらを参照してください。(所要時間1分未満)

あとは、GPUmonitor.pyファイルがあるところでpython GPUmonitor.pyを実行するだけです。

Options

Option Description
--interval interval時間を設定できます。デフォルトは10分です。

こんな感じで通知してくれます。
スクリーンショット 2021-04-09 182103.png

参考

PythonからGPU使用率などの情報を取得する(nvidia-smiコマンド)

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?