README.md
1# Actionable Memory Metric
2
3The goal of the actionable memory metric (AMM) is to provide a view of an
4application's memory use that application developers can track, understand,
5and control. AMM can be thought of as a Java heap dump augmented with models
6for non-Java allocations that app developers have some control of.
7
8There are two components of the actionable memory metric:
91. The value of the metric.
102. An actionable breakdown of the value of the metric.
11
12The metric is made up of a collection of separate models for different
13categories of memory use. Each model contributes to the value and actionable
14breakdown of the overall metric.
15
16See models/ for a list of models proposed for the actionable memory metric.
17