Return-Path: X-Original-To: apmail-ignite-issues-archive@minotaur.apache.org Delivered-To: apmail-ignite-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 2DAA119109 for ; Thu, 14 Apr 2016 01:34:26 +0000 (UTC) Received: (qmail 90840 invoked by uid 500); 14 Apr 2016 01:34:25 -0000 Delivered-To: apmail-ignite-issues-archive@ignite.apache.org Received: (qmail 90808 invoked by uid 500); 14 Apr 2016 01:34:25 -0000 Mailing-List: contact issues-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list issues@ignite.apache.org Received: (qmail 90795 invoked by uid 99); 14 Apr 2016 01:34:25 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Apr 2016 01:34:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 6EB462C14E1 for ; Thu, 14 Apr 2016 01:34:25 +0000 (UTC) Date: Thu, 14 Apr 2016 01:34:25 +0000 (UTC) From: "kcheng.mvp (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (IGNITE-1069) Need to add information about node's type:server or client (visorcmd) 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/IGNITE-1069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] kcheng.mvp reassigned IGNITE-1069: ---------------------------------- Assignee: kcheng.mvp > Need to add information about node's type:server or client (visorcmd) > --------------------------------------------------------------------- > > Key: IGNITE-1069 > URL: https://issues.apache.org/jira/browse/IGNITE-1069 > Project: Ignite > Issue Type: Bug > Components: build > Affects Versions: sprint-7 > Environment: OS X 10.10.3 > jdk1.7.0_79 > Reporter: Ilya Suntsov > Assignee: kcheng.mvp > Fix For: 1.6 > > > Steps for reproduction: > 1. Start one server node and two clients > 1. Start ignitevisorcmd.sh > 2. Connect to grid (open) > 3. Print topology (top) > Results: > {noformat} > top > Hosts: 1 > +====================================================================================================================+ > | Int./Ext. IPs | Node ID8(@) | OS | CPUs | MACs | CPU Load | > +====================================================================================================================+ > | 2001:db8:85a3:0:0:8a2e:370:7334 | 1: 9D4F0AC0(@n0) | Mac OS X x86_64 10.10.3 | 8 | 10:40:F3:A7:6A:B6 | 0.16 % | > | 192.168.3.7 | 2: 6D746DAC(@n1) | | | | | > | 0:0:0:0:0:0:0:1 | 3: A496C669(@n2) | | | | | > | 127.0.0.1 | | | | | | > +--------------------------------------------------------------------------------------------------------------------+ > Summary: > +-------------------------------------+ > | Total hosts | 1 | > | Total nodes | 3 | > | Total CPUs | 8 | > | Avg. CPU load | 0.16 % | > | Avg. free heap | 80.00 % | > | Avg. Up time | 00:02:44 | > | Snapshot time | 07/01/15, 17:59:14 | > +-------------------------------------+ > {noformat} > I think here we should print node's types in order to know how many in a topology of servers and how many clients -- This message was sent by Atlassian JIRA (v6.3.4#6332)