modperl_timing_scripts

This is part of The Pile, a partial archive of some open source mailing lists and newsgroups.



To: Edmar Edilton da Silva <ra990878@ic.unicamp.br>
From: Michael Fuhr <mfuhr@dimensional.com>
Subject: Re: Response time under mod_perl
Date: Thu, 7 Dec 2000 22:04:43 -0700

On Fri, Dec 08, 2000 at 02:57:33AM -0200, Edmar Edilton da Silva wrote:

> 	I need to know the response time of a Perl script running under
> mod_perl. To do this I need a function that it's returns the current time
> of the system in milliseconds. Please, have anyone any idea what function I can use?

Try the Time::HiRes module on CPAN.

===

To: Michael Fuhr <mfuhr@dimensional.com>
From: Adi Fairbank <adi@certsite.com>
Subject: Re: Response time under mod_perl
Date: Fri, 08 Dec 2000 00:37:00 -0500

Michael Fuhr wrote:
> 
> On Fri, Dec 08, 2000 at 02:57:33AM -0200, Edmar Edilton da Silva wrote:
> 
> >       I need to know the response time of a Perl script running under
> > mod_perl. To do this I need a function that it's returns the current time
> > of the system in milliseconds. Please, have anyone any idea what function I can use?
> 
> Try the Time::HiRes module on CPAN.
> 

Or HTTPD::Bench::ApacheBench if you want to see response time from the
perspective of the client.

=====

To: Edmar Edilton da Silva <ra990878@ic.unicamp.br>
From: Stas Bekman <stas@stason.org>
Subject: Re: Response time under mod_perl
Date: Fri, 8 Dec 2000 11:12:45 +0100 (CET)

On Fri, 8 Dec 2000, Edmar Edilton da Silva wrote:

> 	I need to know the response time of a Perl script
> running under mod_perl. To do this I need a function that
> it's returns the current time of the system in
> milliseconds. Please, have anyone any idea what function I
> can use?


Tens of examples in the guide:
http://perl.apache.org/guide/performance.html

===


the rest of The Pile (a partial mailing list archive)

doom@kzsu.stanford.edu