Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 49665 invoked from network); 20 Mar 2008 08:55:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Mar 2008 08:55:59 -0000 Received: (qmail 52221 invoked by uid 500); 20 Mar 2008 08:55:55 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 52200 invoked by uid 500); 20 Mar 2008 08:55:55 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 52191 invoked by uid 99); 20 Mar 2008 08:55:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Mar 2008 01:55:55 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of alexey.a.petrenko@gmail.com designates 66.249.82.230 as permitted sender) Received: from [66.249.82.230] (HELO wx-out-0506.google.com) (66.249.82.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Mar 2008 08:55:17 +0000 Received: by wx-out-0506.google.com with SMTP id s7so892734wxc.24 for ; Thu, 20 Mar 2008 01:55:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=0YfosHfShCj5wjUOfIVJ7/+Gsk/dqPADAe6Hje8xoiY=; b=b3csYuWYGONscu9Il+djrXC9v9nvw//7yjlffQOadV2+JG9AHKWLm8zTN+15lQSYrcI1gxv/pae6Qi3MKlNnK66RQlQkKMnSQGzWON/HZs88fd597YcgvuriRPx+qyE+wpoUp6b6mI7owhp72gpfP9a2I5/SYM+uAc++SrB0Nos= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=HeB8i+eR3vlzmlE6e1PErD98wrwcSNddOlBbfzpqEBWmGC9uo/S02GvCrtmru0kRfLQZO3pZTqhVpXHiJmDIDIRX6oXxHfLE7i+TTFeW1YuD9wS+DZq1S5Gb/aKm8njxOQWePYvtb5vku9aD1dNtPzkPLZ7RWVda4pmdJ06iXtU= Received: by 10.150.215.16 with SMTP id n16mr671832ybg.104.1206003310053; Thu, 20 Mar 2008 01:55:10 -0700 (PDT) Received: by 10.150.205.14 with HTTP; Thu, 20 Mar 2008 01:55:10 -0700 (PDT) Message-ID: Date: Thu, 20 Mar 2008 11:55:10 +0300 From: "Alexey Petrenko" To: dev@harmony.apache.org Subject: Re: [jdk-tool][gc] Is there Heap monitoring and profiling tools in Harmony In-Reply-To: <3db9f87f0803192334t4865221fy41bce2bf4d2154d0@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <3db9f87f0803192334t4865221fy41bce2bf4d2154d0@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org As far as I know JVMTI is implemented in Harmony VM. So JVMTI based profilers should work with Harmony, theoretically :) However, it is possible that there are some bugs or missed functionalities in JVMTI implementation. It would be nice if you try to run some profiling tools on Harmony and share your expirience. Probably some VM gurus will reply with more details. Thanks in advance. SY, Alexey 2008/3/20, Simon Chow : > I found jprofiler can not work with Harmony now. > Is there anything like jmap or HPROF? monitoring heap structure such as LOS, > MOS, NOS etc. > I think it is not only important to tunning application but also to > facilitate the process of GC debugging for developer, isn't it? > > Thanks > -- > From : Simon.Chow@Software School of Fudan University >