Re: [us...@httpd] High load apache

2010-09-15 Thread Paras pradhan
, jmeter probably won't help you > further. > > Are you getting any error messages in your apache log? > If not, check the log level in your php.ini file and set it to log > everything. > > Is there not a list or forum for horde? Try posting there. > > John > > >

Re: [us...@httpd] High load apache

2010-09-14 Thread Paras pradhan
ad-test your application, then you > should consider a more complex test, using jmeter or some other > testing tool, where you can create random waits and other test > artifacts. > > Regards, Pablo > > On Tue, Sep 14, 2010 at 5:22 PM, Paras pradhan > wrote: > > Just confirm

Re: [us...@httpd] High load apache

2010-09-14 Thread Paras pradhan
Just confirmed that the runtime wait is happening to all the database based and non database based php scripts and with plain html files it is fine. Ideas? Paras. On Tue, Sep 14, 2010 at 12:46 PM, Paras pradhan wrote: > Yes horde is based on PHP and Mysql. But the page I am hitting with ab

Re: [us...@httpd] High load apache

2010-09-14 Thread Paras pradhan
rmation you provided, there's seems to be something > else preventing the apache to serve the requests on time. > > > On Tue, Sep 14, 2010 at 2:19 PM, Paras pradhan > wrote: > > Pablo, > > Here the o/p: > > command: ab -t 60 -c 100 https://domain/h/imp/login.php >

Re: [us...@httpd] High load apache

2010-09-14 Thread Paras pradhan
arcia Melga wrote: > Paras, have you checked the OS counters ?, is this completely CPU bound ? > would you post a "vmstat 2" run during the ab testing ? > > Regards, Pablo > > On Mon, Sep 13, 2010 at 7:28 PM, Paras pradhan > wrote: > > I got almost the same re

Re: [us...@httpd] High load apache

2010-09-13 Thread Paras pradhan
13, 2010 at 1:33 PM, John List wrote: > On 09/13/2010 12:41 PM, Paras pradhan wrote: > > John, > > I am testing to support 300 requests / second. concurrent parameter in ab > does test number of Established tcp session per second if I am not mistaken. > > Thanks > Par

Re: [us...@httpd] High load apache

2010-09-13 Thread Paras pradhan
John, I am testing to support 300 requests / second. concurrent parameter in ab does test number of Established tcp session per second if I am not mistaken. Thanks Paras. On Fri, Sep 10, 2010 at 5:34 PM, John List wrote: > On 09/10/2010 06:09 PM, Paras pradhan wrote: > > > On

Re: [us...@httpd] High load apache

2010-09-10 Thread Paras pradhan
s. > > > On 09/08/2010 03:42 PM, Paras pradhan wrote: > >> Hi, >> >> Looking for recommendations. >> I need to serve 100-200+ concurrent users to provide php based webmail >> client (horde). I have setup memcached and php-fastcgid for this purpose. >> Th

Re: [us...@httpd] High load apache

2010-09-08 Thread Paras pradhan
gnificant boost in the performance. > > []s. > > Fábio jr. > > Em 08-09-2010 16:42, Paras pradhan escreveu: > > Hi, >> >> Looking for recommendations. >> >> I need to serve 100-200+ concurrent users to provide php based webmail >> client (horde). I ha

[us...@httpd] High load apache

2010-09-08 Thread Paras pradhan
Hi, Looking for recommendations. I need to serve 100-200+ concurrent users to provide php based webmail client (horde). I have setup memcached and php-fastcgid for this purpose. The server has four 2.2G AMD optereon cores with 8GB of memory. I am doing stress test using ab as: ab -t 36000 -c 100