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 688E510F67 for ; Wed, 10 Jul 2013 19:55:17 +0000 (UTC) Received: (qmail 18476 invoked by uid 500); 10 Jul 2013 19:55:15 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 18412 invoked by uid 500); 10 Jul 2013 19:55:15 -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 18403 invoked by uid 99); 10 Jul 2013 19:55:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jul 2013 19:55:15 +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 (athena.apache.org: domain of otis.gospodnetic@gmail.com designates 209.85.216.169 as permitted sender) Received: from [209.85.216.169] (HELO mail-qc0-f169.google.com) (209.85.216.169) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jul 2013 19:55:11 +0000 Received: by mail-qc0-f169.google.com with SMTP id c10so3933730qcz.0 for ; Wed, 10 Jul 2013 12:54:50 -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 :content-type; bh=5fR/OO0SoNcPI5smdgJtbNaWw4QhE/g7GTjsSm60+hs=; b=VdUkLdCtVlq7p0lntQSxNppx0XIjZBjTZNQp8hux+dcG6ioGepHEzTbob4HgI78xEk lun5e/RkNHmKqPDmuztQr/35ebSXeoVPYk5LzEs5jCiAaCuuqY9wDsO7DZf4gxk9sJFG BWPMKGTccUH5YNjKyQQwssR2GhkSTrdXpD+iFjSmq5xRDNcX1SVbyRle+Pz4taFWXI9s puDsWq/U8fAX5coeHDAPZ407hj+pABaJze8NNi2+nv9D8diQmhFxVXMNeY+u4lpywskA OXabrbOq4xvXkh74Yf3NaZ4+XKbebuXbhjE68coYU4YjuFRfByJhMlPItfrXZnzijqwb oaJQ== MIME-Version: 1.0 X-Received: by 10.224.29.69 with SMTP id p5mr29913723qac.5.1373486090281; Wed, 10 Jul 2013 12:54:50 -0700 (PDT) Received: by 10.224.117.1 with HTTP; Wed, 10 Jul 2013 12:54:50 -0700 (PDT) In-Reply-To: References: Date: Wed, 10 Jul 2013 15:54:50 -0400 Message-ID: Subject: Re: G1 before/after GC time graph From: Otis Gospodnetic To: user@hbase.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Sure, if I remember or if somebody follows up on this thread in N weeks. Otis -- HBase Performance Monitoring -- http://sematext.com/spm On Wed, Jul 10, 2013 at 3:39 PM, Stack wrote: > Thanks Otis. Helps. May we see a weeks-worth if (or when) it is available? > St.Ack > > > On Wed, Jul 10, 2013 at 12:00 PM, Otis Gospodnetic < > otis.gospodnetic@gmail.com> wrote: > >> Hi, >> >> There was talk of G1 and HBase here over the past few days. I wanted >> to share a fresh and telling SPM graph showing G1 + some other params >> in action: >> >> Result first: https://apps.sematext.com/spm/s/wN0hKVixxX >> >> This is what we had before: >> -XX:+HeapDumpOnOutOfMemoryError -XX:+UseG1GC >> -XX:InitiatingHeapOccupancyPercent=35 -XX:G1ReservePercent=25 >> >> And then we added: >> -XX:MaxGCPauseMillis=200 -XX:NewRatio=4 >> >> I hope this helps. >> >> Otis >> -- >> HBase Performance Monitoring -- http://sematext.com/spm >>