Re: [PHP] requests per s with php and mysql queries

2004-04-12 Thread William Lovaton
Hi Merlin, I use some tools made by my self. So, I have done some PHP scripts to gather this info. The information I gave to you regarding concurrency (requests per sec) are obtained simply by analyzing the apache logs. Look at the left, you will see the date and time of the request, just group

Re: [PHP] requests per s with php and mysql queries

2004-04-12 Thread Merlin
Hello William, how do you messure your statistics? I would be interested in comparing those numbers. Do you use a special tool? Thanx Merlin William Lovaton wrote: I have never used any kind of stress tool in my web app. Right now it is in production under heavy load and some statistics are: A

Re: [PHP] requests per s with php and mysql queries

2004-04-12 Thread William Lovaton
I have never used any kind of stress tool in my web app. Right now it is in production under heavy load and some statistics are: Authenticated users: 520 (this are the active sessions) Dynamic requests per second: 25 Average Max. Dynamic requests per second: 60 to 80 (these are peak values) When

Re: [PHP] requests per s with php and mysql queries

2004-04-12 Thread John W. Holmes
From: "Merlin" <[EMAIL PROTECTED]> > I am trying to stress my LAMP app with MS stress tool for web applications. > It simulates about 100 threads. > > It looks like the LAMP app is only able to handel about 6 requests per second :-( > Is this normal für php with database queries? Every applicatio