Skip to content

unjello/docker-stats-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Related Work

About

Alternative docker-stats cli client in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages