Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KyleBanks/dockerstats
/ types & classes
Types & classes
8 in github.com/KyleBanks/dockerstats
⨍
Functions
14
◇
Types & classes
8
Struct
CliCommunicator
CliCommunicator uses the Docker CLI to retrieve stats for currently running Docker containers.
communicator.go:17
Interface
Communicator
Communicator provides an interface for communicating with and retrieving stats from Docker.
communicator.go:11
Struct
IOStats
IOStats contains the statistics of a running Docker container related to IO, including network and block.
types.go:35
Struct
MemoryStats
MemoryStats contains the statistics of a running Docker container related to memory usage.
types.go:23
Struct
Monitor
Monitor provides the ability to recieve a constant stream of statistics for each running Docker container. Each `StatsResult` sent through the channe
monitor.go:20
Struct
Stats
Stats contains the statistics of a currently running Docker container.
types.go:8
Struct
StatsResult
StatsResult is the value recieved when using Monitor to listen for Docker statistics.
types.go:47
Struct
testComm
monitor.go:7