Re: [Catalyst] DProf

2007-11-05 Thread Carl Johnstone
It's probably useful to tell you what these various commands are actually doing, rather than just saying check-this and check-that... lsof = LiSt Open Files basically it lists every file that a process has open, that includes the executable file itself and any libraries or shared code. The

Re: [Catalyst] DProf

2007-11-04 Thread Octavian Rasnita
Hi, From: Jon Schutz [EMAIL PROTECTED] All those FIN_WAIT[12] states mean that the connection is closed, and the process is waiting for a shutdown from the remote end. If you repeat the netstat command over a period of time and get the same processes/ports showing up, that's a problem -

Re: [Catalyst] DProf

2007-11-04 Thread Octavian Rasnita
be something different. Thank you. Octavian - Original Message - From: Peter Edwards [EMAIL PROTECTED] To: 'The elegant MVC web framework' catalyst@lists.scsys.co.uk Sent: Sunday, November 04, 2007 11:06 AM Subject: Re: [Catalyst] DProf Have you tried using the Apache stats? In /etc

RE: [Catalyst] DProf

2007-11-04 Thread Peter Edwards
[mailto:[EMAIL PROTECTED] Sent: 04 November 2007 14:41 To: The elegant MVC web framework Subject: Re: [Catalyst] DProf Thank you for your help. I found some interesting information in the server stats. Can you please tell me what does contain the column CPU? I thought it is the percentage of CPU

Re: [Catalyst] DProf

2007-11-03 Thread Jon Schutz
If benchmark testing isn't showing the fault, it's likely that it is data-dependent, i.e. it depends on something in the request or response - something that the benchmark doesn't trigger. Perhaps clients are left lingering - an incorrect Content-Length could cause that. I've also seen apache

Re: [Catalyst] DProf

2007-11-03 Thread Octavian Rasnita
From: Antano Solar Does restricting the number or threads in the maximum worker/prcoesses in your apache configuration file help ? I've just tried using the ab Apache tool but the processor reached at 60 - 80% even if I lowered the settings for the prefork MPM. StartServers

[Catalyst] DProf

2007-11-02 Thread Octavian Rasnita
Hi, I have tried to see which of the modules of my Catalyst application take so much time, because at certain moments the processor is occupied 99.9%, then goes down to 12%, then again at 99.9% and so on. I've used the module Apache::DProf in httpd.conf, and the results are below, but I