On Thu, May 15, 2008 at 12:01 PM, Lyle <[EMAIL PROTECTED]> wrote: > Hi All, > I'm nearing the end (finally) of a huge update (more of a rewrite) a > software project (over 10,000+ lines). > > It's CGI based, tracking clicks. Now I want to run some proper > benchmarks so I know exactly how much traffic the software can handle in > clicks per second... >
If it's as simple as a click tracker, I'd start with "ab" which comes with apache. It's seriously simple to run and get some idea of what your software can handle. Pretty sure you can run it from one box against URLs on another. Alex _______________________________________________ BristolBathPM mailing list [email protected] http://mailman.bristolbath.org/mailman/listinfo/bristolbathpm
