Return-Path: X-Original-To: apmail-hadoop-user-archive@minotaur.apache.org Delivered-To: apmail-hadoop-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id ECFEB174BB for ; Wed, 8 Apr 2015 02:17:55 +0000 (UTC) Received: (qmail 41420 invoked by uid 500); 8 Apr 2015 02:17:51 -0000 Delivered-To: apmail-hadoop-user-archive@hadoop.apache.org Received: (qmail 41296 invoked by uid 500); 8 Apr 2015 02:17:51 -0000 Mailing-List: contact user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hadoop.apache.org Delivered-To: mailing list user@hadoop.apache.org Received: (qmail 41283 invoked by uid 99); 8 Apr 2015 02:17:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Apr 2015 02:17:51 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of harsh@cloudera.com designates 209.85.213.182 as permitted sender) Received: from [209.85.213.182] (HELO mail-ig0-f182.google.com) (209.85.213.182) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Apr 2015 02:17:25 +0000 Received: by iget9 with SMTP id t9so20811566ige.1 for ; Tue, 07 Apr 2015 19:16:38 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; bh=HUoq74ZuSNUD+Lz8UMRBrpnUkK7MET5Ck4x5++lPvtQ=; b=VRSNZjf/iTFSRC9WlfEL/vvELaj1JZg93AudTENsQ/wf7n6mgL1AEWs+sLO0Es0GLV ZXm0uG+NhhzunAx9JXeg7dDr16opi6vhFtdgaOi/ULS3VLR+2XGuVYpgVAR81zfXl6qH z+dXRezFRwxniAqSzfKiSzGPXAgZnVrAMK/p7kaNm3N7aD1hdQekHGXabrGkaSekSr4u Qz1hvUnGY2QWbtOLOs4Kftqi20KR/QzVeYYEfa9/21htvWCwi9re07Rg4rbTthxHLIIy TER4p5O/JyBMyln6eBW7yTeovUQhVZk0YpDbRAuvypdF0agi4oHjmhQ3CX/riFdL89W/ cTgA== X-Gm-Message-State: ALoCoQlCMAno8Ozbpk0TPK/HBUSfXvYK6H5SuTCJLs8cGe3tgi+2rg5QnCssSaoreVFy/4WIKj2H X-Received: by 10.107.47.216 with SMTP id v85mr34444033iov.86.1428459398885; Tue, 07 Apr 2015 19:16:38 -0700 (PDT) MIME-Version: 1.0 Received: by 10.36.9.144 with HTTP; Tue, 7 Apr 2015 19:16:18 -0700 (PDT) In-Reply-To: References: From: Harsh J Date: Wed, 8 Apr 2015 07:46:18 +0530 Message-ID: Subject: Re: CPU utilization in map function To: "" Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Asking the Giraph user lists may be a better way to get your answer: http://giraph.apache.org/mail-lists.html On Sun, Apr 5, 2015 at 1:57 PM, Ravikant Dindokar wrote: > I am newbie learning hadoop . I am running Apache Giraph on hadoop 2.2.0. > I want to find out how much CPU utilization as well as time spent in sending > messages in each superstep for a Giraph application. > > I am not familiar with hadoop code. Can you suggest the functions I should > look into to get this information ? > > > Thanks > Ravikant -- Harsh J