Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 3154 invoked from network); 28 Jan 2009 06:25:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Jan 2009 06:25:37 -0000 Received: (qmail 12396 invoked by uid 500); 28 Jan 2009 06:25:35 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 12338 invoked by uid 500); 28 Jan 2009 06:25:35 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 12329 invoked by uid 99); 28 Jan 2009 06:25:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Jan 2009 22:25:35 -0800 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 plfgoa@gmail.com designates 209.85.200.170 as permitted sender) Received: from [209.85.200.170] (HELO wf-out-1314.google.com) (209.85.200.170) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Jan 2009 06:25:28 +0000 Received: by wf-out-1314.google.com with SMTP id 24so6990697wfg.15 for ; Tue, 27 Jan 2009 22:25:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=6MZIID0APJ65kVEwmqCLF9eHmfwn81Kp4qgG5guMLcc=; b=dyjoRuLI+ZhqzhtD9afkkn5qp91O/vBKNCGsP4nQrDJJK/zNFgI/H3sHVhm2eQlsxf 5DXMJPFNyydQdD6P3LeZ1EF8SeIKorgbUvH8pQ4pTTQf8tWRGmcZ2LgoAvKmPyITuHuD 6d0v21hrpH2KHuWJow1VAmc9fEUCy00ZG3wTc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=TBuJwfX9HaQL+RoLELCA4egcWX29me3xTe6ym3aHBJJY+mkSN0bkcP1iyLK50Tmahd RgPEBWXGJHVwosGauLH9b085jZou/XFMYUl/fdvypNgN+v5E5gUnFHzNp+pQVCaSp/4y rnGztCBjf8gKP2tUvJ7zUvM3jJHtsPayhGvm4= MIME-Version: 1.0 Received: by 10.143.10.15 with SMTP id n15mr75847wfi.268.1233123908377; Tue, 27 Jan 2009 22:25:08 -0800 (PST) Date: Wed, 28 Jan 2009 11:55:08 +0530 Message-ID: <75cf5800901272225u48a063d4x6a63927d12361877@mail.gmail.com> Subject: Profiling Apache From: Paras Fadte To: dev@httpd.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, Which tool is the most suitable for profiling Apache ? gprof ? Oprofile ? -Paras