Re: [EMAIL PROTECTED] Make apache sleep

2007-10-22 Thread Joseph Marcelletti
Or if you are just benching a page like http://www.yourdomain.com/test.html you could switch it to test.php and have it do the sleep for you. Seems a little simple and I am not sure it's what you are going for exactly. On 10/22/07, Tom Hart <[EMAIL PROTECTED]> wrote: > I don't know about anything

[EMAIL PROTECTED] Rlimitcpu + Cpu Usage Information

2007-10-17 Thread Joseph Marcelletti
Hello, Pertaining to apache 2.2.x branch. Is there a way to determine how much cpu / memory each virtual host is using (much like you can determine bandwidth with mod_logio)?.. Also, with rlimitcpu and the other rlimit commands, according to the documentation : Context:server config, vi

Re: [EMAIL PROTECTED] Question about how apache handles file opening with logging

2007-10-11 Thread Joseph Marcelletti
suggestion for this? On 10/11/07, Joshua Slive <[EMAIL PROTECTED]> wrote: > On 10/10/07, Joseph Marcelletti <[EMAIL PROTECTED]> wrote: > > > I actually use a different log format then combinedio, but the point > > is made. The question is, if I have say 50 virtual hosts

[EMAIL PROTECTED] Question about how apache handles file opening with logging

2007-10-10 Thread Joseph Marcelletti
Hello, I have looked all over and could not find an answer to the following: When you have a customlog setup in your main httpd.conf, obviously a customlog in the virtualhosts will overwrite this, even though you can have multiple customlogs in a virtual host.. It would be nice to bypass this som