We are in the process of figuring out how to better document endpoints like these. For now your best bet is to look at the ResourceStatistics protobuf in mesos.proto. <https://github.com/apache/mesos/blob/master/include/mesos/mesos.proto#L737>
On Tue, Feb 16, 2016 at 11:29 AM, Brandon Bercovich <[email protected]> wrote: > Hi, > > I was looking at the documentation for: > > http://mesos.apache.org/documentation/latest/endpoints/monitor/statistics/ > > I compared the example to some output from my agents and I noticed I had a > few statistics that weren't listed in the example such as, mem_cache_bytes > and mem_unevictable_bytes along with other ones. > > I was wondering if there a a comprehensive list anywhere of the available > statistics along with a descriptions and type (counter | gauge) similar to > this page: > http://mesos.apache.org/documentation/latest/monitoring/ > > > Thanks, > Brandon >

