Bug 1485504

Summary: [RFE] Additional detail to Openshift memory metrics
Product: OpenShift Container Platform Reporter: Robert Bost <rbost>
Component: RFEAssignee: Derek Carr <decarr>
Status: CLOSED DUPLICATE QA Contact: Xiaoli Tian <xtian>
Severity: high Docs Contact:
Priority: unspecified    
Version: 3.2.0CC: aos-bugs, erich, erjones, jokerman, mmccomas, mwringe
Target Milestone: ---   
Target Release: ---   
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: 2017-09-07 21:06:35 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 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 ***