Return-Path: X-Original-To: apmail-zookeeper-user-archive@www.apache.org Delivered-To: apmail-zookeeper-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 CE50F10FA3 for ; Fri, 6 Sep 2013 10:11:21 +0000 (UTC) Received: (qmail 58158 invoked by uid 500); 6 Sep 2013 10:11:20 -0000 Delivered-To: apmail-zookeeper-user-archive@zookeeper.apache.org Received: (qmail 57809 invoked by uid 500); 6 Sep 2013 10:11:19 -0000 Mailing-List: contact user-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@zookeeper.apache.org Delivered-To: mailing list user@zookeeper.apache.org Received: (qmail 57776 invoked by uid 99); 6 Sep 2013 10:11:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Sep 2013 10:11:17 +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 bitanarch@gmail.com designates 209.85.220.50 as permitted sender) Received: from [209.85.220.50] (HELO mail-pa0-f50.google.com) (209.85.220.50) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Sep 2013 10:11:09 +0000 Received: by mail-pa0-f50.google.com with SMTP id fb10so3165658pad.9 for ; Fri, 06 Sep 2013 03:10:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:mime-version:in-reply-to:content-type :content-transfer-encoding:message-id:cc:from:subject:date:to; bh=zhOD+QomcKyWkTFd1OZ5255lKHX1iDEmcCsUzE349CM=; b=V+KGJ/Z0HBornhnVxu+aXbJp6xbHU3Y9fbJONBW4g5btGr4HDkZ28MpKcTmUN1zCcn zz4U2MZoEpKBDCw35rs/7qdvNEqGMsnJG2Gfjk3qNATRD2o5vGdYTC+P125SvOVUN3Zk +N7SUGwmJxh6pRvYPma9R1EvUg5Yp+9lpz/6ONJjEOVMd7MltH/2D7yhVXS/yZdMnSIs jbocp3GmtnK4Hc3SO12NunWyawa62TYZ8p9XF6UEdCnuo2/FmyLLCJpdHM8bGIeX1v14 2xTOV+fRiRK7VeQz/+UhfaFVRrwlcA9e/WMvlduHzXweSgAFbVbTp1eC4ZOvUkFyTK+l sqVg== X-Received: by 10.66.233.37 with SMTP id tt5mr2912413pac.95.1378462248241; Fri, 06 Sep 2013 03:10:48 -0700 (PDT) Received: from [10.78.157.203] (mobile-166-137-187-148.mycingular.net. [166.137.187.148]) by mx.google.com with ESMTPSA id sb9sm2880883pbb.0.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 06 Sep 2013 03:10:47 -0700 (PDT) References: Mime-Version: 1.0 (1.0) In-Reply-To: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: Cc: "user@zookeeper.apache.org" X-Mailer: iPhone Mail (11A4449d) From: Martin Kou Subject: Re: how to monitor the zookeeper's memory use Date: Fri, 6 Sep 2013 03:05:29 -0700 To: "user@zookeeper.apache.org" X-Virus-Checked: Checked by ClamAV on apache.org You can use JMX for that. Sent from my iPhone > On Sep 3, 2013, at 10:23 PM, ch huang wrote: > > hi,all: > doc says ," The disk is death to ZooKeeper." ,my question is how > can i monitor zookeeper memory use?