can you add memory and cpu usage info in side pane plus in each docker container section #378
Replies: 5 comments 1 reply
-
would be nice to see them in the same style as the uptime-kuma response-graphs. Because: recognition factor, CI etc. |
Beta Was this translation helpful? Give feedback.
-
This would be a great feature, seems like |
Beta Was this translation helpful? Give feedback.
-
Just a quick 2 min MS Paint masterpiece |
Beta Was this translation helpful? Give feedback.
-
That's a handy script, thanks! Slight improvement: pipe the docker stats command through "sort" to more easily identify memory hogs. ie: DOCKER_STATS_CMD=`docker stats --no-stream --format "table {{.MemPerc}}\t{{.CPUPerc}}\t{{.MemUsage}}\t{{.Name}}"|sort -n` |
Beta Was this translation helpful? Give feedback.
-
Maybe it will be useful for someone, I use |
Beta Was this translation helpful? Give feedback.
-
🏷️ Feature Request Type
UI Feature
🔖 Feature description
if possible please add cpu and ram usage section for each container in left side panel which can be hide too if needed and in docker container section too add these things to get better idea of how much resources are consumed by containers in realtime
✔️ Solution
:-)
❓ Alternatives
No response
📝 Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions