Return-Path: X-Original-To: apmail-giraph-dev-archive@www.apache.org Delivered-To: apmail-giraph-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D90E9EA2B for ; Wed, 6 Feb 2013 23:04:12 +0000 (UTC) Received: (qmail 59041 invoked by uid 500); 6 Feb 2013 23:04:12 -0000 Delivered-To: apmail-giraph-dev-archive@giraph.apache.org Received: (qmail 58971 invoked by uid 500); 6 Feb 2013 23:04:12 -0000 Mailing-List: contact dev-help@giraph.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@giraph.apache.org Delivered-To: mailing list dev@giraph.apache.org Received: (qmail 58956 invoked by uid 500); 6 Feb 2013 23:04:12 -0000 Delivered-To: apmail-incubator-giraph-dev@incubator.apache.org Received: (qmail 58951 invoked by uid 99); 6 Feb 2013 23:04:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Feb 2013 23:04:12 +0000 Date: Wed, 6 Feb 2013 23:04:12 +0000 (UTC) From: "Nitay Joffe (JIRA)" To: giraph-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (GIRAPH-505) Metrics Updates MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Nitay Joffe created GIRAPH-505: ---------------------------------- Summary: Metrics Updates Key: GIRAPH-505 URL: https://issues.apache.org/jira/browse/GIRAPH-505 Project: Giraph Issue Type: Bug Reporter: Nitay Joffe Assignee: Nitay Joffe This patch adds the following: 1) Per-superstep, per-request-type counters. For example a counter for how = many "SendPartitionMutationRequest" messages are sent. 2) Per-superstep counters and gauges for how many requests are handled loca= lly vs. sent across network. 3) Add some helpers like MetricNames and MeterDesc to centralize definition= s of metrics used=C2=A0in Giraph all in one place. 4) Better input loading metrics. Track total edges/vertices loaded and over= all rate regardless of how many threads are involved. Updates the log/statu= s message to look like (with 10 threads) e.g: readEdgeInputSplit: Loaded 619000000 edges at 3578098.2516499613 edges/sec = Memory (free/total/max) =3D 61174.90400695801M/120832.0M/120832.0M=20 This is much clearer for the user and more informative. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs For more information on JIRA, see: http://www.atlassian.com/software/jira