too many connection to apache

I am looking for the reason of my high cpu load problem. And I found a clue.

There are more than 10 conections for each ip to apache port 80. I think this issue makes the cpu load high.

I am using command:
netstat -apn | grep ip_address | awk '{print $5}' |sort

So can anyone tell me the reason of this issue? How can I fix it?

 

 

 

 

Top