Return-Path: X-Original-To: apmail-cloudstack-issues-archive@www.apache.org Delivered-To: apmail-cloudstack-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BF5711878F for ; Thu, 19 Nov 2015 11:24:11 +0000 (UTC) Received: (qmail 43492 invoked by uid 500); 19 Nov 2015 11:24:11 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 43463 invoked by uid 500); 19 Nov 2015 11:24:11 -0000 Mailing-List: contact issues-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list issues@cloudstack.apache.org Received: (qmail 43449 invoked by uid 500); 19 Nov 2015 11:24:11 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 43435 invoked by uid 99); 19 Nov 2015 11:24:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Nov 2015 11:24:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 796232C1F5F for ; Thu, 19 Nov 2015 11:24:11 +0000 (UTC) Date: Thu, 19 Nov 2015 11:24:11 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CLOUDSTACK-9020) Metrics Views for CloudStack UI 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/CLOUDSTACK-9020?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15013365#comment-15013365 ] ASF subversion and git services commented on CLOUDSTACK-9020: ------------------------------------------------------------- Commit ad592835c8ef73ba92e7bea33dcd15181e99900f in cloudstack's branch refs/heads/master from [~rohit.yadav@shapeblue.com] [ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=ad59283 ] CLOUDSTACK-9020: Metrics views for CloudStack UI Implements various metrics views based on a listView based widget that has following properties: - vertically and horizontally scrollable with pagination/infinite scrolling - sortable columns (client side) - groupable/collapsible columns - alternate row coloring - refresh button to refresh views - threshold table cell coloring - panel/breadcrumb navigation - quick view action column - translatable labels - sorts after metrics is refreshed, if a column was previously sorted - sorts after adding rows on infinite scrolling if a column was pre-sorted - Metrics views: Zones, Clusters, Hosts, Instances, Storage pools, Volumes - Resource filtering/navigation: Zones->Clusters->Hosts->Instances->Volumes, Storage Pool->Volumes Signed-off-by: Rohit Yadav > Metrics Views for CloudStack UI > ------------------------------- > > Key: CLOUDSTACK-9020 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9020 > Project: CloudStack > Issue Type: New Feature > Security Level: Public(Anyone can view this level - this is the default.) > Reporter: Rohit Yadav > Assignee: Rohit Yadav > Fix For: Future > > > In order to identify issues within CloudStack, a CloudStack admin would go through various resources such as zones/clusters/hosts/storage pool or with VMs or volumes, using a CLI or some other tool/script to find CPU/Memory/Disk/Network usage of that resource to figure out if that resource is exhausted, or having issues for example host is down, storage pool is full etc. The metrics view aims to solve that problem by showing metrics information for these resources in a table which would allow hierarchical navigation to triage issue (for example, Zone -> Cluster -> Host -> Instances -> Volumes -> Storage Pool -> Volumes), allow common operation (like those of quick view), show cells that need attention (such as coloring a tabular cell where threshold/disable limits have been crossed), allow data to be sorted and refreshed. > FS: https://cwiki.apache.org/confluence/display/CLOUDSTACK/Metrics+Views+for+CloudStack+UI -- This message was sent by Atlassian JIRA (v6.3.4#6332)