Replies: 11 comments 19 replies
-
|
I think what you are asking is instead of making the bar chart's max Can you provide screenshots? I want to understand what it looks like with 128GB. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Wait, I misunderstood. I thought you meant the container page, but you are referring to the home page. However, the same chart is used on the container chart. I question whether normalizing would be the right solution. If normalized, all bars would be at 100%, which is not your intention. Can you think more mathematically about what should happen? The one change in v9 is that CPU is now normalized. Previously, it was a value between 0 and (cores x 100%). Now, it ranges from 0 to 100%. Based on your screenshots, it works as designed because now total RAM usage in bytes is displayed. |
Beta Was this translation helpful? Give feedback.
-
|
My apologies for not being clear, I should have said I was talking about the home page only. All I really want is to have a clearly visible indicator that a container is using more memory than others. The numbers are fine, just not the graph scale. For example, in my first screenshot it is clear that the containers with more green are using more memory than the ones with barely any green. In the second screenshot it is not clear, I have to sort and/or look at the numbers. Mathematically I realize that the main challenge is that the graph now represents a timeseries, not just a current value. Let me think about this some more and I will comment further. |
Beta Was this translation helpful? Give feedback.
-
|
The space just doesn't allow for it to have a better option. I think for a single container it makes sense to normalize. But there needs to be a relative value to normalize. One option is to take the biggest value amongst ALL containers and use that as that max. I am not sure if it makes sense to do that because to someone it might feel like it's using a lot when it's just the biggest value amongst a bunch of small numbers. |
Beta Was this translation helpful? Give feedback.
-
|
Moving to discussion. |
Beta Was this translation helpful? Give feedback.
-
|
I've been thinking about this and I definitely see your point that it is probably not possible to show the cpu/mem % usage as a timeseries with the visual impact we are looking for. How about this: Can we have an option to view those metrics as current values, not timeseries? Similar to how it was pre-v9? Again this would apply ONLY to the container list view, NOT the container details view. FWIW - without this option we will just continue to use v8, which is also totally fine. The main value of the container list view for us is to quickly see if a container is using excessive resources, right now. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
i can confirm that now at least there is some bar moment also on low load, still not really realative but is something for ram this is more evident: i.e. i have a static use o 1GB/128GB, the graph is empty, in this case i'm expecting bars to occupy something like 80% of the height and go down only is there some spike in the usage: in other word i'm expecting to see an empty bars graph only when there was a spike in resource usage and than it goes down |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.











Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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:
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
Beta Was this translation helpful? Give feedback.
All reactions