Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 9407C2009F9 for ; Mon, 23 May 2016 20:12:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 92A09160A24; Mon, 23 May 2016 18:12:14 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 156D4160A05 for ; Mon, 23 May 2016 20:12:13 +0200 (CEST) Received: (qmail 4008 invoked by uid 500); 23 May 2016 18:12: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 3975 invoked by uid 99); 23 May 2016 18:12:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 May 2016 18:12:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 18B102C1F68 for ; Mon, 23 May 2016 18:12:13 +0000 (UTC) Date: Mon, 23 May 2016 18:12:13 +0000 (UTC) From: "Kevin Klues (JIRA)" To: issues@mesos.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (MESOS-5436) GPU resource broke framework data table MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 23 May 2016 18:12:14 -0000 [ https://issues.apache.org/jira/browse/MESOS-5436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Klues updated MESOS-5436: ------------------------------- Shepherd: Benjamin Mahler Sprint: Mesosphere Sprint 35 Story Points: 1 > GPU resource broke framework data table > --------------------------------------- > > Key: MESOS-5436 > URL: https://issues.apache.org/jira/browse/MESOS-5436 > Project: Mesos > Issue Type: Bug > Reporter: haosdent > Assignee: haosdent > Priority: Minor > Labels: gpu > Attachments: after_agent_framework_page.png, after_agent_page.png, incorrect_agent_framework_page.png, incorrect_agent_page.png > > > In agent_framework.html and master/static/agent.html, we add {{GPUs (Used / Allocated)}} in table header. But we didn't add the corresponding column to the table body as well. > On the other hand, we didn't provide statistics for gpus on monitor endpoints. > To provide those data in webui, it requires we implement gpus statistics in monitor endpoints firstly. -- This message was sent by Atlassian JIRA (v6.3.4#6332)