command
module
Version:
v0.0.0-...-11dbfa9
Opens a new window with list of versions in this module.
Published: Oct 4, 2019
License: MIT
Opens a new window with license information.
Imports: 15
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
概要
dockerのcontainerの中で動いてる各プロセスの情報を出力するexporterです.
CPU使用率,GPU memory使用サイズ,メモリ使用率,vsz,rssを出力します.
GPU memory使用サイズを得るために,nvidia/dcgm-exporterのコンテナを利用してます.
そのため,事前にdcgm-exporterのコンテナが--pid="host"
オプション付きで起動している必要があります.
使い方
- nvidia/dcgm-exporterのコンテナを
--pid="host"
オプション付きで起動させる.
- コンテナ作成
docker-compose up -d
- 起動確認
curl localhost:8088/metrics
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.