Sushmasree-28 opened a new pull request, #3619:
URL: https://github.com/apache/ambari/pull/3619

   'Free' memory is the memory available after the cached memory getting 
reduced from total memory but the 'available' memory is the total available 
memory including the cached memory as that can be reclaimed anytime. So 
mem_free is nothing but mem_available.
   
   ## What changes were proposed in this pull request?
   In the host memory used heat map we should just do 
(mem_total-mem_free)/mem_total to get the used memory fraction.
   
   ## How was this patch tested?
   
   (Please explain how this patch was tested. Ex: unit tests, manual tests)
   (If this patch involves UI changes, please attach a screen-shot; otherwise, 
remove this)
   
   Please review [Ambari Contributing 
Guide](https://cwiki.apache.org/confluence/display/AMBARI/How+to+Contribute) 
before opening a pull request.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@ambari.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@ambari.apache.org
For additional commands, e-mail: dev-h...@ambari.apache.org

Reply via email to