Skip to content

madhub/DockerStats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DockerStats

CLI tool to log Docker Stats in CSV format using C# Docker Client SDK.

image

Source code build

  1. Checkout the DockerStats repo
    git clone https://github.com/madhub/DockerStats.git
  2. Build self contained executable that work on windows & Linux
    • Windows Build
      // Binary will be published to bin\Release\net6.0\publish\win-x64\
      dotnet publish -c Release -p:PublishProfile=WinProfile
    • Linux Build
      // Binary will be published to bin\Release\net6.0\publish\linux-x64 directory
      dotnet publish -c Release -p:PublishProfile=LinuxProfile
  3. Run command
        DockerStats --help

About

CLI tool to log Docker Stats in CSV format

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages