-
-
Notifications
You must be signed in to change notification settings - Fork 498
Description
Describe the feature you would like to see
I have difficulty visualizing the container CPU and MEM usage with graphs in the latest UI. It can be hard to distinguish between even a 10x difference, particularly with many containers.
We have a server with 128GB memory that often runs about 25 containers, all with typical memory usage around 1-2GB. I used to be able to quickly see if any container was using excessive memory, but now it is hard to see the difference between 2GB and 20GB without close inspection.
Describe how you would like to see this feature implemented
I am guessing that the container CPU and MEM graphs are currently showing percentages of the total available on the host server. It would be nice to have options on how to scale those graphs, such as:
- as is, a percentage of total available
- a percentage of the total server used, not available - effectively just increases the scale
- a percentage of the container maximum usage - useful for container relative comparison
- any other way to increase relative visibility..?
To be clear, this only applies to the container graphs. I think the host graph at the top and the container numbers are all fine as is. It would just be great to be able to change the container graph scaling so that anomalies quickly grab your attention.
Describe any alternatives you've considered
No response