DockerStats
CLI tool to log Docker Stats in CSV format using C# Docker Client SDK.
Source code build
- Checkout the DockerStats repo
git clone https://github.com/madhub/DockerStats.git
- 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
- Windows Build
- Run command
DockerStats --help