GitHub user fcuny opened a pull request:

    https://github.com/apache/mesos/pull/303

    Expose new metrics for memory usage in the container.

    The metric "mem_kmem_usage_bytes" is the total kernel memory usage by
    processes in the cgroup in bytes.
    
    The metric "mem_kmem_tcp_usage_bytes" is the total memory usage for TCP
    buffers in bytes.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/fcuny/mesos fcuny/MESOS-9102

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/mesos/pull/303.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #303
    
----
commit 5747f558fb487da1340787618285722d5cbcca50
Author: Franck Cuny <fcuny@...>
Date:   2018-07-20T22:46:46Z

    Expose new metrics for memory usage in the cgroup.
    
    The metric "mem_kmem_usage_bytes" is the total kernel memory usage by
    processes in the cgroup in bytes.
    
    The metric "mem_kmem_tcp_usage_bytes" is the total memory usage for TCP
    buffers in bytes.

----


---

Reply via email to