You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Ravi Markil <ra...@gmail.com> on 2010/11/17 21:39:53 UTC

[users@httpd] HTTP PROCESS CONSUMING 100% cpu

Hi friends

          I recently installed xampp 1.7.1 application which has apache
server.
          Starting the apache is consuming 100% of CPU starting from
20%,which is affecting the performance
          of my system.

           Please help me out.

        Last few lines from access.log

        127.0.0.1 - - [17/Nov/2010:12:28:40 -0800] "POST /jobs/check
HTTP/1.1" 200 4502
127.0.0.1 - - [17/Nov/2010:12:28:50 -0800] "POST /jobs/check HTTP/1.1" 200
4502
127.0.0.1 - - [17/Nov/2010:12:29:00 -0800] "POST /jobs/check HTTP/1.1" 200
4502
127.0.0.1 - - [17/Nov/2010:12:29:10 -0800] "POST /jobs/check HTTP/1.1" 200
4502
127.0.0.1 - - [17/Nov/2010:12:29:20 -0800] "POST /jobs/check HTTP/1.1" 200
4502
127.0.0.1 - - [17/Nov/2010:12:29:30 -0800] "POST /jobs/check HTTP/1.1" 200
4502
127.0.0.1 - - [17/Nov/2010:12:29:40 -0800] "POST /jobs/check HTTP/1.1" 200
4502
127.0.0.1 - - [17/Nov/2010:12:29:50 -0800] "POST /jobs/check HTTP/1.1" 200
4502
127.0.0.1 - - [17/Nov/2010:12:30:00 -0800] "POST /jobs/check HTTP/1.1" 200
4502
127.0.0.1 - - [17/Nov/2010:12:30:10 -0800] "POST /jobs/check HTTP/1.1" 200
4502

thanks
Ravi.

Re: [users@httpd] HTTP PROCESS CONSUMING 100% cpu

Posted by Jeroen Geilman <je...@adaptr.nl>.
On 11/17/2010 09:39 PM, Ravi Markil wrote:
> Hi friends
>
>           I recently installed xampp 1.7.1 application which has 
> apache server.
>           Starting the apache is consuming 100% of CPU starting from 
> 20%,which is affecting the performance
>           of my system.
>
>            Please help me out.
>
>         Last few lines from access.log
>
>         127.0.0.1 - - [17/Nov/2010:12:28:40 -0800] "POST /jobs/check 
> HTTP/1.1" 200 4502

Looks like something on that machine is POSTing 4KB to your apache 
server every 10 seconds, and apache is set up to accept it.
Perhaps you need to investigate what that something is.
Since apache is accepting the POST, it follows that you would have an 
idea what that process is - you would have had to configure apache for 
this to work, it will not do this out of the box.

> 127.0.0.1 - - [17/Nov/2010:12:28:50 -0800] "POST /jobs/check HTTP/1.1" 
> 200 4502
> 127.0.0.1 - - [17/Nov/2010:12:29:00 -0800] "POST /jobs/check HTTP/1.1" 
> 200 4502
> 127.0.0.1 - - [17/Nov/2010:12:29:10 -0800] "POST /jobs/check HTTP/1.1" 
> 200 4502
> 127.0.0.1 - - [17/Nov/2010:12:29:20 -0800] "POST /jobs/check HTTP/1.1" 
> 200 4502
> 127.0.0.1 - - [17/Nov/2010:12:29:30 -0800] "POST /jobs/check HTTP/1.1" 
> 200 4502
> 127.0.0.1 - - [17/Nov/2010:12:29:40 -0800] "POST /jobs/check HTTP/1.1" 
> 200 4502
> 127.0.0.1 - - [17/Nov/2010:12:29:50 -0800] "POST /jobs/check HTTP/1.1" 
> 200 4502
> 127.0.0.1 - - [17/Nov/2010:12:30:00 -0800] "POST /jobs/check HTTP/1.1" 
> 200 4502
> 127.0.0.1 - - [17/Nov/2010:12:30:10 -0800] "POST /jobs/check HTTP/1.1" 
> 200 4502
>
> thanks
> Ravi.


-- 
J.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] HTTP PROCESS CONSUMING 100% cpu

Posted by Ravi Markil <ra...@gmail.com>.
Frank

        I am not sure,if it's a php script.

        But this xampp appln is tied up with Bromine test management tool.

       Here i am trying start the apache on which bromine tool works.


Thanks
Ravi.

On Wed, Nov 17, 2010 at 12:46 PM, Frank Gingras
<fr...@gmail.com>wrote:

> On 17/11/2010 3:39 PM, Ravi Markil wrote:
>
>> Hi friends
>>
>>           I recently installed xampp 1.7.1 application which has apache
>> server.
>>           Starting the apache is consuming 100% of CPU starting from
>> 20%,which is affecting the performance
>>           of my system.
>>
>>            Please help me out.
>>
>>         Last few lines from access.log
>>
>>         127.0.0.1 - - [17/Nov/2010:12:28:40 -0800] "POST /jobs/check
>> HTTP/1.1" 200 4502
>> 127.0.0.1 - - [17/Nov/2010:12:28:50 -0800] "POST /jobs/check HTTP/1.1" 200
>> 4502
>> 127.0.0.1 - - [17/Nov/2010:12:29:00 -0800] "POST /jobs/check HTTP/1.1" 200
>> 4502
>> 127.0.0.1 - - [17/Nov/2010:12:29:10 -0800] "POST /jobs/check HTTP/1.1" 200
>> 4502
>> 127.0.0.1 - - [17/Nov/2010:12:29:20 -0800] "POST /jobs/check HTTP/1.1" 200
>> 4502
>> 127.0.0.1 - - [17/Nov/2010:12:29:30 -0800] "POST /jobs/check HTTP/1.1" 200
>> 4502
>> 127.0.0.1 - - [17/Nov/2010:12:29:40 -0800] "POST /jobs/check HTTP/1.1" 200
>> 4502
>> 127.0.0.1 - - [17/Nov/2010:12:29:50 -0800] "POST /jobs/check HTTP/1.1" 200
>> 4502
>> 127.0.0.1 - - [17/Nov/2010:12:30:00 -0800] "POST /jobs/check HTTP/1.1" 200
>> 4502
>> 127.0.0.1 - - [17/Nov/2010:12:30:10 -0800] "POST /jobs/check HTTP/1.1" 200
>> 4502
>>
>> thanks
>> Ravi.
>>
>>  Ravi,
>
> Is /jobs/check a php script?
>
> Frank.
>
>
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>  "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>

Re: [users@httpd] HTTP PROCESS CONSUMING 100% cpu

Posted by Frank Gingras <fr...@gmail.com>.
On 17/11/2010 3:39 PM, Ravi Markil wrote:
> Hi friends
>
>            I recently installed xampp 1.7.1 application which has apache
> server.
>            Starting the apache is consuming 100% of CPU starting from
> 20%,which is affecting the performance
>            of my system.
>
>             Please help me out.
>
>          Last few lines from access.log
>
>          127.0.0.1 - - [17/Nov/2010:12:28:40 -0800] "POST /jobs/check
> HTTP/1.1" 200 4502
> 127.0.0.1 - - [17/Nov/2010:12:28:50 -0800] "POST /jobs/check HTTP/1.1" 200
> 4502
> 127.0.0.1 - - [17/Nov/2010:12:29:00 -0800] "POST /jobs/check HTTP/1.1" 200
> 4502
> 127.0.0.1 - - [17/Nov/2010:12:29:10 -0800] "POST /jobs/check HTTP/1.1" 200
> 4502
> 127.0.0.1 - - [17/Nov/2010:12:29:20 -0800] "POST /jobs/check HTTP/1.1" 200
> 4502
> 127.0.0.1 - - [17/Nov/2010:12:29:30 -0800] "POST /jobs/check HTTP/1.1" 200
> 4502
> 127.0.0.1 - - [17/Nov/2010:12:29:40 -0800] "POST /jobs/check HTTP/1.1" 200
> 4502
> 127.0.0.1 - - [17/Nov/2010:12:29:50 -0800] "POST /jobs/check HTTP/1.1" 200
> 4502
> 127.0.0.1 - - [17/Nov/2010:12:30:00 -0800] "POST /jobs/check HTTP/1.1" 200
> 4502
> 127.0.0.1 - - [17/Nov/2010:12:30:10 -0800] "POST /jobs/check HTTP/1.1" 200
> 4502
>
> thanks
> Ravi.
>
Ravi,

Is /jobs/check a php script?

Frank.



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org