Bug 1693169
| Summary: | Different memory usage units are used under "Home - Status" | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Junqi Zhao <juzhao> |
| Component: | Management Console | Assignee: | Samuel Padgett <spadgett> |
| Status: | CLOSED ERRATA | QA Contact: | Junqi Zhao <juzhao> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 4.1.0 | CC: | aos-bugs, jokerman, mmccomas |
| Target Milestone: | --- | ||
| Target Release: | 4.3.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | No Doc Update | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-01-23 11:03: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: | |||
| Attachments: | |||
Tested with 4.3.0-0.nightly-2019-10-28-222147, see the picture, only memory usage under "Home -> Projects" does not use binary bytes Created attachment 1630035 [details]
memory usage under "Home -> Projects" does not use binary bytes
Created attachment 1630036 [details]
memory usage for node/pod/build overview use binary bytes
Created attachment 1632374 [details]
memory usage under "Home -> Projects" now uses binary bytes
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:0062 |
Created attachment 1548469 [details] Different CPU usage units are used under "Home - Status" Description of problem: See the attached picture, there is only one pod under openshift-apiserver-operator namespace, "Memory Usage" chart shows value 42M, but the "Memory Usage by Pod (Top 10)" shows 40.34 MiB Prometheus expression: namespace:container_memory_usage_bytes:sum{namespace='openshift-apiserver-operator'} 42M from "Memory Usage" chart is because namespace:container_memory_usage_bytes:sum{namespace='openshift-apiserver-operator'} / 1000 /1000 = 42M the "Memory Usage by Pod (Top 10)" shows 40.34 MiB is because namespace:container_memory_usage_bytes:sum{namespace='openshift-apiserver-operator'} / 1024 /1024 = 40.34 MiB Version-Release number of selected component (if applicable): 4.0.0-0.nightly-2019-03-26-215932 How reproducible: Always Steps to Reproduce: 1. Check "Home - Status" 2. 3. Actual results: Different CPU usage units are used under "Home - Status" Expected results: CPU usage units should be the same Additional info: