Re: Memory: measuring 5 limitations
From: Bart Van der Donck (bart_at_nijlen.com)
Date: 12/11/03
- Next message: William Tasso: "Re: ColdFusion opportunities B8"
- Previous message: Anno Siegel: "Re: In search of elegant code - searching keys of hashes in array"
- In reply to: James Willmore: "Re: Memory: measuring 5 limitations"
- Next in thread: Malte Ubl: "Re: Memory: measuring 5 limitations"
- Reply: Malte Ubl: "Re: Memory: measuring 5 limitations"
- Reply: James Willmore: "Re: Memory: measuring 5 limitations"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 11 Dec 2003 02:44:38 -0800
James Willmore wrote:
> *If* you have shell access, you *may* be able to use
> 'time "name of script here"'.
> This will give you information about the execution of the script. Not
> Perl, but it will give you more information than what you're getting
> now.
Yeah I have shell access and I can execute the time command.
The output of 'time "script.cgi"' is:
script.cgi: command not found
So I played a little around, my best shot was something like this:
'time "perl -e script.cgi"'
But whatever I do, it always says that it can't find the command
between the quotation marks.
However the output format looks great and I believe that it is what I
need:
0.000u 0.000s 0:00.00 0.0% 0+0k 0+0io 0pf+0w
Am I missing something?
Regards
Bart
- Next message: William Tasso: "Re: ColdFusion opportunities B8"
- Previous message: Anno Siegel: "Re: In search of elegant code - searching keys of hashes in array"
- In reply to: James Willmore: "Re: Memory: measuring 5 limitations"
- Next in thread: Malte Ubl: "Re: Memory: measuring 5 limitations"
- Reply: Malte Ubl: "Re: Memory: measuring 5 limitations"
- Reply: James Willmore: "Re: Memory: measuring 5 limitations"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|