On Thu, 2002-01-03 at 12:20, Perrin Harkins wrote: <snip> > > I implamented some google style timing in the API. It's basicly gets a > > Time::HiRes timestamp in the beginning and does the math at the very end > > and posts it in an html comment. > > You'd be better off with Devel::DProf (or Apache::DProg under mod_perl). > > > My average transaction time is > > about .08 of a second. That leads me to think that my machine can handle > > 10 html page generations a second (this isn't an exact science, but > > close). > > You are assuming serial execution. You should be able to push much more > than that through in a second because of parallel execution. > What do you suggest as a good benchmark tool to use that would be 'smart' when testing a whole complete site.
-- Jason Czerak