Bug 1485504 - [RFE] Additional detail to Openshift memory metrics
Summary: [RFE] Additional detail to Openshift memory metrics
Keywords:
Status: CLOSED DUPLICATE of bug 1457933
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: RFE
Version: 3.2.0
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
: ---
Assignee: Derek Carr
QA Contact: Xiaoli Tian
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-08-25 21:48 UTC by Robert Bost
Modified: 2020-12-14 09:43 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-09-07 21:06:35 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Robert Bost 2017-08-25 21:48:58 UTC
- What is the nature and description of the request? 
As an admin I require the ability to see the different types of memory in use by my application. Splitting up the RSS and Cache (and swap?).

- Why does the customer need this? (List the business requirements here) 
Reporting on types of memory in use can prevent false alarms of memory usage. An application that is only occasionally memory heavy will result in some high cache usage. Once the application's RSS dies back down, Openshift metrics still reports the memory usage as high, even if most of the memory is reclaimable. 

- How would the customer like to achieve this? (List the functional requirements here) 
The memory usage pie chart on the Openshift Pod metrics page should be split into more "slices": RSS, Cache, and possibly swap.

I'm sure kernel experts can help identify which types of cache should be included.


- Is there already an existing RFE upstream or in Red Hat Bugzilla?

No, not that I could find. 

- Additional Info

Openshift metrics reports on cgroups' memory.usage_in_bytes. This RFE would require the change to using memory.stats which contains a breakdown of memory usage.

Comment 3 Eric Rich 2017-09-07 18:24:49 UTC
Is https://bugzilla.redhat.com/show_bug.cgi?id=1457933 the same request?

Comment 4 Matt Wringe 2017-09-07 21:06:35 UTC

*** This bug has been marked as a duplicate of bug 1457933 ***


Note You need to log in before you can comment on or make changes to this bug.