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 C5D2917FDD for ; Sat, 12 Sep 2015 01:25:22 +0000 (UTC) Received: (qmail 26479 invoked by uid 500); 12 Sep 2015 01:25:21 -0000 Delivered-To: apmail-zookeeper-user-archive@zookeeper.apache.org Received: (qmail 26410 invoked by uid 500); 12 Sep 2015 01:25:21 -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 26114 invoked by uid 99); 12 Sep 2015 01:25:20 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Sep 2015 01:25:20 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 568771A17AF for ; Sat, 12 Sep 2015 01:25:20 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.9 X-Spam-Level: ** X-Spam-Status: No, score=2.9 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd2-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id AosLi2wubQTN for ; Sat, 12 Sep 2015 01:25:14 +0000 (UTC) Received: from mail-io0-f170.google.com (mail-io0-f170.google.com [209.85.223.170]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id 7B03423036 for ; Sat, 12 Sep 2015 01:25:14 +0000 (UTC) Received: by iofb144 with SMTP id b144so117122876iof.1 for ; Fri, 11 Sep 2015 18:25:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=BX12WGifaL1Oc9+iv+By80ysH9x5mZk8rq3lfrfAer0=; b=mkRbQQEJdo5V3KcQ3StHzaGyw6RurIh/Cr/tHcsUrF1rvMrCkUBtofNdeVu/Yw8VOi iqJH6M7/O7yIV4VC860gT0ZZjB7SA8ftRRLNuvkeUvqFfUrjCsc1JZ1B1Aqnr5yclpl3 bPT0ona7OcFwW+uIPLhJ5TiDh3JFvffs2L7Kb6ZQg6T+6JluIsl0qnJV0oVRQW0QRKFe F1Oppkm3ieOEvyoEQvuT5z1Z1HeX5L4YzOppv6yBxttYzSAnb8B+7u84ISdXBKxdd/93 l9t5SDUYmvW+f6ubXoqZohMd/1ZfGSD9fFznNJWrwtnoi57dy9WksAdCI91S1Qr8bDPk FJYQ== MIME-Version: 1.0 X-Received: by 10.107.32.72 with SMTP id g69mr7708972iog.86.1442021114004; Fri, 11 Sep 2015 18:25:14 -0700 (PDT) Received: by 10.107.55.134 with HTTP; Fri, 11 Sep 2015 18:25:13 -0700 (PDT) In-Reply-To: References: Date: Fri, 11 Sep 2015 21:25:13 -0400 Message-ID: Subject: Re: Zookeeper jmx monitoring for kafka From: =?UTF-8?Q?Otis_Gospodneti=C4=87?= To: "user@zookeeper.apache.org" Cc: "users@kafka.apache.org" Content-Type: multipart/alternative; boundary=001a1140aebe424e06051f82b40f --001a1140aebe424e06051f82b40f Content-Type: text/plain; charset=UTF-8 Hi Prabhjot, Short answer: yes I used to think ZK was so super stable that it was one of those things that don't require any management, but on a few occasions I witnessed complex distributed applications nearly fall apart because of issues with ZK. We use our own SPM for ZooKeeper to monitor all our ZK nodes. I'm not a ZK expert, but metrics like Request Latency, Watch Count, Outstanding Requests seem important. Otis -- Monitoring * Alerting * Anomaly Detection * Centralized Log Management Solr & Elasticsearch Support * http://sematext.com/ On Tue, Aug 18, 2015 at 9:11 AM, Prabhjot Bharaj wrote: > Hi, > > Zookeeper monitoring - I was going through the 'Monitoring' section in > http://kafka.apache.org/coding-guide.html > > I have setup Ganglia to monitor all the stats inocming from kafka jmx port > But, in addition, there are a bunch of stats that Zookeeper also exposes in > its jmx port. > They are documented here: > https://zookeeper.apache.org/doc/r3.3.4/zookeeperJMX.html > > Is it worthwhile setting up Ganglia for Zookeeper along with Kafka ? > If yes, in your experience, what are the essential stats to look out for > (especially in relation to its use with Kafka) > > Looking forward to your response. > > Thanks, > prabcs > --001a1140aebe424e06051f82b40f--