Re: Apache-Benchmark: Non cumulative values

2010-08-31 Thread Samuel ROZE
I just have a last question: what's the difference between theses results: Time per request: 3426.206 [ms] (mean) Time per request: 342.621 [ms] (mean, across all concurrent requests) Thanks in advance! Samuel ROZE. 2010/8/31 Samuel ROZE : > Hello, > > I'm using

Re: Apache-Benchmark: Non cumulative values

2010-08-31 Thread Samuel ROZE
That works very well! Thanks a lot! 2010/8/31 Rainer Jung : > On 31.08.2010 17:01, Samuel ROZE wrote: >> >> Hello, >> >> I'm using Apache-Benchmark to stats my applications performances. I >> want to create a graph, using GNUPlot and Apache Benchmark. >&

Re: Apache-Benchmark: Non cumulative values

2010-08-31 Thread Samuel ROZE
re too... An other question is: is it really cumulative values? I'm in trouble because some values like 60 or between 100 values. Samuel. 2010/8/31 Dirk-Willem van Gulik : > > On 31 Aug 2010, at 16:01, Samuel ROZE wrote: > >> I'm using Apache-Benchmark to stats my applicatio

Re: Apache-Benchmark: Non cumulative values

2010-08-31 Thread Samuel ROZE
No, I would like to just use bash commands. It'll made automatically on each important code modification. 2010/8/31 ricardo figueiredo : > Hi, > > Would you like to use any SpreadSheet program for this ?? > > -- > Muito Obrigado > Ricardo > > > On Tue, Aug 31, 2

Apache-Benchmark: Non cumulative values

2010-08-31 Thread Samuel ROZE
ailing-list for questions like that? If yes, sorry... Regards, Samuel ROZE.

Re: After-request hooks or asychronous modules

2010-02-28 Thread Samuel ROZE
ener : > On Sun, Feb 28, 2010 at 5:27 AM, Samuel ROZE wrote: >> Yes, the log_transaction hook is what I expect, thanks! :-) >> >> But I've still a problem: if in my hook function I put a sleep function, >> which sleep for 10 seconds for example, the first page is se

Re: After-request hooks or asychronous modules

2010-02-28 Thread Samuel ROZE
time), is it because I should have threads? Regards, Samuel. Sent from Rennes, France. Le samedi 27 février 2010 à 22:14 -0500, Eric Covener a écrit : > On Sat, Feb 27, 2010 at 6:50 PM, Samuel ROZE wrote: > > Hello, > > > > I'm writing an Apache2 module which takes some

After-request hooks or asychronous modules

2010-02-27 Thread Samuel ROZE
Hello, I'm writing an Apache2 module which takes some time to be executed (500ms avg) because it is communicating with another server for each request. What is it doing haven't any consequence on the served page or file, so it can be run after that the connection with the client was closed. Now,