kidd has asked for the wisdom of the Perl Monks concerning the following question:
I spent all morning benchmarking my script on a costumer's site to see if they could be some unecessary server load.
To do this test I used the Benchmark module. I tested all my CGI's and saved their benchmark outputs on different tasks.
This tests took me to a question I've never asked myself before, "What should be the optimal CPU usage for a script?", I tried to search for some posts like this but without success, so I decided to make a post here.
Here are different CPU usages I had from my CGI's:
I hope someone could guide me or give me some links where I can read about this./apromo/apromo.cgi - 0.06 CPU /baboon/myMail.cgi - 0.15 CPU /baboon/entrada.cgi - 0.14 CPU
The main goal is to know if my CGI's are efficient enough or if I could get them to be more efficient.
THANKS
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Benchmarking Tests
by pzbagel (Chaplain) on Apr 30, 2003 at 23:23 UTC | |
Re: Benchmarking Tests
by hv (Prior) on May 01, 2003 at 02:18 UTC | |
Re: Benchmarking Tests
by perrin (Chancellor) on May 01, 2003 at 01:46 UTC | |
Re: Benchmarking Tests
by Abigail-II (Bishop) on May 01, 2003 at 01:56 UTC | |
Re: Benchmarking Tests
by Anonymous Monk on Apr 30, 2003 at 23:10 UTC | |
by kidd (Curate) on Apr 30, 2003 at 23:18 UTC | |
by tedrek (Pilgrim) on May 01, 2003 at 07:15 UTC | |
by Anonymous Monk on Apr 30, 2003 at 23:47 UTC |