Return-Path: X-Original-To: apmail-mesos-issues-archive@minotaur.apache.org Delivered-To: apmail-mesos-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 403D3109FC for ; Wed, 11 Feb 2015 22:25:14 +0000 (UTC) Received: (qmail 32405 invoked by uid 500); 11 Feb 2015 22:25:13 -0000 Delivered-To: apmail-mesos-issues-archive@mesos.apache.org Received: (qmail 32374 invoked by uid 500); 11 Feb 2015 22:25:13 -0000 Mailing-List: contact issues-help@mesos.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mesos.apache.org Delivered-To: mailing list issues@mesos.apache.org Received: (qmail 32309 invoked by uid 99); 11 Feb 2015 22:25:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Feb 2015 22:25:13 +0000 Date: Wed, 11 Feb 2015 22:25:12 +0000 (UTC) From: "Dominic Hamon (JIRA)" To: issues@mesos.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (MESOS-2332) Report per-container metrics for network bandwidth throttling MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MESOS-2332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dominic Hamon updated MESOS-2332: --------------------------------- Story Points: 5 > Report per-container metrics for network bandwidth throttling > ------------------------------------------------------------- > > Key: MESOS-2332 > URL: https://issues.apache.org/jira/browse/MESOS-2332 > Project: Mesos > Issue Type: Improvement > Components: isolation > Reporter: Paul Brett > Assignee: Paul Brett > Labels: features, twitter > > Export metrics from the network isolation to identify scope and duration of container throttling. > Packet loss can be identified from the overlimits and requeues fields of the htb qdisc report for the virtual interface, e.g. > {noformat} > $ tc -s -d qdisc show dev mesos19223 > qdisc pfifo_fast 0: root refcnt 2 bands 3 priomap 1 2 2 2 1 2 0 0 1 1 1 1 1 1 1 1 > Sent 158213287452 bytes 1030876393 pkt (dropped 0, overlimits 0 requeues 0) > backlog 0b 0p requeues 0 > qdisc ingress ffff: parent ffff:fff1 ---------------- > Sent 119381747824 bytes 1144549901 pkt (dropped 2044879, overlimits 0 requeues 0) > backlog 0b 0p requeues 0 > {noformat} > Note that since a packet can be examined multiple times before transmission, overlimits can exceed total packets sent. > Add to the port_mapping isolator usage() and the container statistics protobuf. Carefully consider the naming (esp tx/rx) + commenting of the protobuf fields so it's clear what these represent and how they are different to the existing dropped packet counts from the network stack. -- This message was sent by Atlassian JIRA (v6.3.4#6332)