Skip to content

A simple UI to show running docker containers with metrics/history for cpu/mem.

License

Notifications You must be signed in to change notification settings

manuel-koch/go-container-hud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-container-hud

A simple UI to show running docker containers with metrics/history for cpu/mem.

Using Docker binding docker and Dear ImGui binding giu to create a simple UI

  • showing all running containers
    • sort by creation time or name
  • showing health status of containers, if available
    • unknown
    • unhealthy
    • healthy
  • buttons to
    • restart container
    • stop container
  • show basic info like container id or image
  • cpu bar-graph to show current cpu metric
  • hover over cpu bar-graph to show history of cpu usage
  • memory bar-graph to show current memory metric
  • hover over memory bar-graph to show history of memory usage

screenshot

About

A simple UI to show running docker containers with metrics/history for cpu/mem.

Resources

License

Stars

Watchers

Forks

Packages

No packages published