Return-Path: X-Original-To: apmail-hbase-user-archive@www.apache.org Delivered-To: apmail-hbase-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A32296E63 for ; Sun, 5 Jun 2011 23:22:26 +0000 (UTC) Received: (qmail 56313 invoked by uid 500); 5 Jun 2011 23:22:25 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 56286 invoked by uid 500); 5 Jun 2011 23:22:25 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 56278 invoked by uid 500); 5 Jun 2011 23:22:25 -0000 Delivered-To: apmail-hadoop-hbase-user@hadoop.apache.org Received: (qmail 56275 invoked by uid 99); 5 Jun 2011 23:22:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Jun 2011 23:22:25 +0000 X-ASF-Spam-Status: No, hits=-0.1 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of dean.hiller@broadridge.com designates 64.18.2.215 as permitted sender) Received: from [64.18.2.215] (HELO exprod7og114.obsmtp.com) (64.18.2.215) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Jun 2011 23:22:15 +0000 Received: from mail.broadridge.com ([167.212.2.180]) (using TLSv1) by exprod7ob114.postini.com ([64.18.6.12]) with SMTP ID DSNKTewPkXw93SfDNigX57osDJVhb4j6LvF3@postini.com; Sun, 05 Jun 2011 16:21:54 PDT Received: from jsppsldlpsi01.broadridge.net ([10.98.54.11]) by mail.broadridge.com (8.13.8/8.13.8) with ESMTP id p55NLqhb766174 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 5 Jun 2011 19:21:52 -0400 Received: from JSIPSWEXHA02.bsg.ad.adp.com (jsipswexha02.bsg.ad.adp.com [10.17.69.34]) by jsppsldlpsi01.broadridge.net (RSA Interceptor) for ; Sun, 5 Jun 2011 19:21:47 -0400 Received: from jscpcwexmaa1.bsg.ad.adp.com ([fe80::882f:16e8:308d:3ef]) by JSIPSWEXHA02.bsg.ad.adp.com ([::1]) with mapi; Sun, 5 Jun 2011 19:21:45 -0400 From: "Hiller, Dean x66079" To: "hbase-user@hadoop.apache.org" Date: Sun, 5 Jun 2011 19:21:40 -0400 Subject: performance monitoring question Thread-Topic: performance monitoring question Thread-Index: Acwj11LDJVfsA7BZQl+OlM0IrkyFIQ== Message-ID: <08230D4C8E666D479F6DE495A7684DCD0AABC05E@JSCPCWEXMAA1.bsg.ad.adp.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: multipart/alternative; boundary="_000_08230D4C8E666D479F6DE495A7684DCD0AABC05EJSCPCWEXMAA1bsg_" MIME-Version: 1.0 X-RSA-Inspected: yes X-RSA-Classifications: public X-RSA-Action: allow X-Virus-Checked: Checked by ClamAV on apache.org --_000_08230D4C8E666D479F6DE495A7684DCD0AABC05EJSCPCWEXMAA1bsg_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable So, we were loading from a single client and had a queue. The queue kept g= etting up to the fill level even though 20 threads are emptying the queue w= hile 1 thread is pushing into the queue implying writing to hbase was makin= g it fill up my queue. Checking cpu and iostat for disk utilization on the= client, we don't really see the client as a bottleneck, but this fights ev= ery bone in my body so I ran the client on two nodes to process half the it= ems it was processing to begin with and sure enough, it doubled the speed a= nd that node was a bottleneck. I keep thinking maybe the Bus was at 100% utilization or something that is = not measurable. The disk was not really showing anything vs. when we make = hadoop map/reduce against Sybase and we see the disk utilization go to 100%= making it easy to spot. Anyone have any experience with monitoring at all= and good stats to capture. We were looking at "iostat -x 5 25" on linux to see how cpu and disk were d= oing, and then measuring the network which is near-zero right now as well a= s monitoring memory. Anyone else have some good commands to make it easier= to spot a bottleneck? Thanks, Dean This message and any attachments are intended only for the use of the add= ressee and may contain information that is privileged and confidential. If the reade= r of the = message is not the intended recipient or an authorized representative of = the intended recipient, you are hereby notified that any dissemination of thi= s communication is strictly prohibited. If you have received this communica= tion in error, please notify us immediately by e-mail and delete the message and = any attachments from your system. =0D --_000_08230D4C8E666D479F6DE495A7684DCD0AABC05EJSCPCWEXMAA1bsg_--