You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Jie Yu (JIRA)" <ji...@apache.org> on 2017/09/19 19:26:00 UTC

[jira] [Created] (MESOS-7990) Support systemd named hierarchy (name=systemd) for Mesos Containerizer.

Jie Yu created MESOS-7990:
-----------------------------

             Summary: Support systemd named hierarchy (name=systemd) for Mesos Containerizer.
                 Key: MESOS-7990
                 URL: https://issues.apache.org/jira/browse/MESOS-7990
             Project: Mesos
          Issue Type: Improvement
            Reporter: Jie Yu


Similar to docker's cgroupfs cgroup driver, we should create cgroups under /sys/fs/cgroup/systemd (if it exists), and move container pid into the corresponding cgroup ( /sys/fs/cgroup/systemd/mesos/<cid>).

This can give us a bunch of benefits:
1) systemd-cgls can list mesos containers
2) systemd-cgtop can show stats for mesos containers
...



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)