Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.04 KB

README.md

File metadata and controls

23 lines (20 loc) · 1.04 KB

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