docker_process_exporter

command module
v0.0.0-...-11dbfa9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 4, 2019 License: MIT Imports: 15 Imported by: 0

README

概要

dockerのcontainerの中で動いてる各プロセスの情報を出力するexporterです.
CPU使用率,GPU memory使用サイズ,メモリ使用率,vsz,rssを出力します.

GPU memory使用サイズを得るために,nvidia/dcgm-exporterのコンテナを利用してます.
そのため,事前にdcgm-exporterのコンテナが--pid="host"オプション付きで起動している必要があります.

使い方

  1. nvidia/dcgm-exporterのコンテナを--pid="host"オプション付きで起動させる.
  2. コンテナ作成
    docker-compose up -d
  3. 起動確認
    curl localhost:8088/metrics

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL