[
https://issues.apache.org/jira/browse/MESOS-5647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16595554#comment-16595554
]
Jie Yu commented on MESOS-5647:
-------------------------------
commit 0a58ecd86dfd025526c6a2f719df096ec8195c99 (HEAD -> master, origin/master,
origin/HEAD)
Author: Sergey Urbanovich <[email protected]>
Date: Tue Aug 28 12:15:00 2018 -0700
Added a CNI test for networking statistics.
This is a veth CNI plugin that is written in bash. It creates a veth
virtual network pair, one end of the pair will be moved to container
network namespace.
The veth CNI plugin uses 203.0.113.0/24 subnet, it is reserved for
documentation and examples [rfc5737]. The plugin can allocate up to
128 veth pairs.
Review: https://reviews.apache.org/r/68355/
> Expose network statistics for containers on CNI network in the `network/cni`
> isolator.
> --------------------------------------------------------------------------------------
>
> Key: MESOS-5647
> URL: https://issues.apache.org/jira/browse/MESOS-5647
> Project: Mesos
> Issue Type: Task
> Components: containerization
> Affects Versions: 1.0.0
> Environment: linux
> Reporter: Avinash Sridharan
> Assignee: Sergey Urbanovich
> Priority: Major
> Labels: mesosphere
> Fix For: 1.7.0
>
>
> We need to implement the `usage` method in the `network/cni` isolator to
> expose metrics relating to a containers network traffic.
> On receiving a request for getting `usage` for a a given container the
> `network/cni` isolator could use NETLINK system calls to query the kernel for
> interface and routing statistics for a given container's network namespace.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)