Ok thanks I will check it with top command Regards, Arun Joshua Slive <[EMAIL PROTECTED]> wrote: On 3/1/07, arun kumar wrote: > Hi, > > No i am not measuring memory per process and i am adding all the RSS of the > httpd process of particular apache instance to find total memory usage every > one sec. > > In prefork(No of process will be more than worker) also i am using the same > process and i am adding all the RSS of the httpd process of the particular > apache instance to find total physical memory usage every one sec > > Anyway physical memory in worker should be less the prefork right?
This conversation isn't going anywhere -- we are obviously talking past each other. But I am still strongly of the opinion that you are not interpreting your ps out correctly given the difference between a multi-threaded model and a multi-process model. As I said many messages ago, an easy way to avoid the whole problem is to just measure total FREE memory on the system in the two different configurations. A utility like "top" is good for this. Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------- Expecting? Get great news right away with email Auto-Check. Try the Yahoo! Mail Beta.
