docker-stats-go

command module
v0.0.0-...-10baae3 Latest Latest
Warning

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

Go to latest
Published: Feb 23, 2018 License: Unlicense Imports: 15 Imported by: 0

README

Build Status Go Report Card GoDoc

docker-stats

  • docker-stats is a tiny cli tool for dumping docker-stats info as text, csv (text/csv; header=present) or json (application/json).

How does it work?

  • It connects to Docker API (either TCP or pipe) and polls the information directly from the engine, using official Docker Client.

Known issues

  • The tool is built against latest stable SDK. If you're running docker from experimental channel, you may need to narrow down API version, by setting DOCKER_API_VERSION environment variable:

    Windows:

    $env:DOCKER_API_VERSION="1.35"
    

    Linux/macOS:

    export DOCKER_API_VERSION="1.35"
    

License

  • Unlicensed (~Public Domain)

Documentation

Overview

/ docker-stats-dump by andrzej lichnerowicz, unlicensed (~public domain) / program uses API v1.33 https://docs.docker.com/engine/api/v1.33/

Jump to

Keyboard shortcuts

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