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

ab67541 · Jan 27, 2023

History

18 Commits
Dec 21, 2022
Nov 30, 2022
Nov 30, 2022
Nov 30, 2022
Jan 3, 2023
Jan 3, 2023
Dec 9, 2022
Dec 21, 2022
Jan 27, 2023
Nov 30, 2022
Nov 30, 2022
Jan 27, 2023
Nov 30, 2022
Nov 30, 2022
Nov 30, 2022
Nov 30, 2022
Nov 30, 2022
Nov 30, 2022
Nov 30, 2022
Nov 30, 2022
Dec 9, 2022
Dec 9, 2022
Nov 30, 2022
Nov 30, 2022
Nov 30, 2022
Nov 30, 2022
Nov 30, 2022
Nov 30, 2022
Nov 30, 2022
Jan 27, 2023

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