Re: Profiling Apache

2009-01-30 Thread Kevac Marko
On Wed, Jan 28, 2009 at 9:25 AM, Paras Fadte plf...@gmail.com wrote: Which tool is the most suitable for profiling Apache ? gprof ? Oprofile ? Used valgrind and gpt. -- Marko Kevac

Re: Profiling Apache

2009-01-28 Thread Akins, Brian
On 1/28/09 1:25 AM, Paras Fadte plf...@gmail.com wrote: Hi, Which tool is the most suitable for profiling Apache ? gprof ? Oprofile ? I've used oprofile. -- Brian Akins Chief Operations Engineer Turner Digital Media Technologies

Profiling Apache

2009-01-27 Thread Paras Fadte
Hi, Which tool is the most suitable for profiling Apache ? gprof ? Oprofile ? -Paras

Re: Profiling apache 2.0.55 using Gprof

2008-07-24 Thread Paras Fadte
Hi, Has anyone tried this http://sam.zoy.org/writings/programming/gprof.html; ? -Paras On Thu, Jul 24, 2008 at 12:01 AM, Paras Fadte [EMAIL PROTECTED] wrote: Hi, I have been trying to profile apache 2.0.55 using Gprof by compiling it with -g -pg option.The mpm used is worker.

profiling apache

2004-04-24 Thread Stelios Sidiroglou-Douskos
Would someone be so kind as to provide me with some additional information on the status of profiling in 2.0.49? I have gone through most of the steps mentioned in the mailing list. ./configure CFLAGS=-pg -fprofile-arcs -DGPROF -DNO_USE_SIGACTION (I've also tried without -DNO_USE_SIGACTION)