Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

problem the debian bind9 named process 113%cpu usage issue(

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
m0o0hammad
Posts: 3
Joined: 2017-09-12 03:25

problem the debian bind9 named process 113%cpu usage issue(

#1 Post by m0o0hammad »

hello everyone
please help

Linux KSH-DNS 3.16.0-4-686-pae #1 SMP Debian 3.16.43-2+deb8u3 (2017-08-15) i686 GNU/Linux
[/color]
top:
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
4162 root 20 0 810684 622308 3904 S 113.1 7.5 8938:15 named
219 root 20 0 20576 14996 14888 S 12.3 0.2 2591:35 systemd-journal


dnstop eth0:
Queries: 3200 new, 11711 total

Sources Count % cum%
--------------- --------- ------ ------
(ip public) 7403 63.2 63.2
(ip public) 171 1.5 64.7
5.223.250.223 161 1.4 66.0
5.223.200.87 128 1.1 67.1
217.219.212.162 125 1.1 68.2
5.223.208.161 61 0.5 68.7
5.220.83.7 54 0.5 69.2
5.223.227.140 53 0.5 69.6


cpuinfo:
Intel(R) Xeon(R) CPU E5420 @ 2.50GHz (8core)




taskset -p 4162:
pid 4162's current affinity mask: ff

What can I do to reduce CPU?

User avatar
debiman
Posts: 3063
Joined: 2013-03-12 07:18

Re: problem the debian bind9 named process 113%cpu usage iss

#2 Post by debiman »

does it do that 24h a day? if not, please elaborate.

there's no 'named' process on my debian jessie machine, nor can i find it with apt search. what is it?

m0o0hammad
Posts: 3
Joined: 2017-09-12 03:25

Re: problem the debian bind9 named process 113%cpu usage iss

#3 Post by m0o0hammad »

debiman wrote:does it do that 24h a day? if not, please elaborate.

there's no 'named' process on my debian jessie machine, nor can i find it with apt search. what is it?
It does not happen when traffic increases

Queries: 3274 new, 43374 total


named=blind9=dns server

User avatar
GarryRicketson
Posts: 5644
Joined: 2015-01-20 22:16
Location: Durango, Mexico

Re: problem the debian bind9 named process 113%cpu usage iss

#4 Post by GarryRicketson »

Are you sure ?

Code: Select all

named=blind9=dns server 
Maybe it should be

Code: Select all

bind9
instead of "blind9" .

m0o0hammad
Posts: 3
Joined: 2017-09-12 03:25

Re: problem the debian bind9 named process 113%cpu usage iss

#5 Post by m0o0hammad »

yes of course
bind9

User avatar
debiman
Posts: 3063
Joined: 2013-03-12 07:18

Re: problem the debian bind9 named process 113%cpu usage iss

#6 Post by debiman »

i'm not sure how your short & cryptic replies are supposed to be helping here.
m0o0hammad wrote:What can I do to reduce CPU?
you have to find out what named does, why it eats so much cpu, then correct the behavior.
assuming you really need named, you have to fix it.
if you don't, you just remove it from your services or make sure it does not run.

given the lack of info provided, i cannot be less cryptic than you.

of course you could also hire me, then i would come over and could really look over your shoulder.

Post Reply