Bug 1739588
| Summary: | [Grafana] Displaying confusing "Cache" memory usage | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Will Gordon <wgordon> |
| Component: | Monitoring | Assignee: | Pawel Krupa <pkrupa> |
| Status: | CLOSED WONTFIX | QA Contact: | Viacheslav <mviaches> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.1.z | CC: | alegrand, anpicker, erooth, jeder, mloibl, pkrupa, surbania |
| Target Milestone: | --- | ||
| Target Release: | 4.2.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-08-20 09:53:45 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Will Gordon
2019-08-09 15:09:28 UTC
Counting "used" memory in linux systems is not something that is simple and could be presented on one graph as there are couple of types of "used" memory. Additionally container metrics coming from cgroups make this problem even harder. We are currently unifying how CPU and memory metrics are presented across the whole stack and decided to leave RSS and Cache information in the table as those are quite useful. However we will change the source of data reponsible for "Memory Usage" column to use the same data as k8s scheduler which should provide better insight. Bear in mind that this metric is not RSS, but WSS (Working Set Size). We had a larger discussion about this problem in https://github.com/kubernetes-monitoring/kubernetes-mixin/issues/227 and decided to use WSS for overall memory usage. More on why can be found in this comment https://github.com/kubernetes-monitoring/kubernetes-mixin/issues/227#issuecomment-520835340 Fix it pls. We did exactly as I said in one of my previous comments, by using WSS for "Memory Usage". We are NOT going to reduce number of columns or change to use RSS for overall memory usage. For reasons why please read discussion from https://github.com/kubernetes-monitoring/kubernetes-mixin/issues/227. I am closing this as WONTFIX as it won't satisfy initial request. |