Thanks for the comments, I do checked the cpu and memory using rate. It seems
they are not the reason. The highest using rate is around fifteen pecent. I run
two named in two process, may this be a reason? Best regardsRunxia
Wan------------------------------------------------------------------发件人:Darcy
Kevin (FCA) <[email protected]>发送时间:2014年11月8日(星期六)
05:53收件人:[email protected] <[email protected]>主 题:RE: Unexpected
srrt in loopback
font-family: SimSun;panose-1: 2 1 6 0 3 1 1 1 1 1;font-family: SimSun;panose-1:
2 1 6 0 3 1 1 1 1 1;font-family: Calibri;panose-1: 2 15 5 2 2 2 4 3 2
4;font-family: Tahoma;panose-1: 2 11 6 4 3 5 4 4 2 4;font-family:
\@SimSun;panose-1: 2 1 6 0 3 1 1 1 1 1;p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin: 0.0in;margin-bottom: 1.0E-4pt;font-size: 12.0pt;font-family:
SimSun;mso-fareast-language: ZH-CN;}
a:link, span.MsoHyperlink {mso-style-priority: 99;color: blue;text-decoration:
underline;}
a:visited, span.MsoHyperlinkFollowed {mso-style-priority: 99;color:
purple;text-decoration: underline;}
p {mso-style-priority: 99;mso-margin-top-alt: auto;margin-right:
0.0in;mso-margin-bottom-alt: auto;margin-left: 0.0in;font-size:
12.0pt;font-family: SimSun;mso-fareast-language: ZH-CN;}
span.EmailStyle18 {mso-style-type: personal-reply;color: black;}
*.MsoChpDefault {mso-style-type: export-only;font-size: 10.0pt;}
size: 8.5in 11.0in;margin: 1.0in 1.0in 1.0in 1.0in;div.WordSection1 {page:
WordSection1;}
The network transit time over software loopback should be minimal, but network
transit time isn’t the only thing which contributes to overall RTT.
Sounds like your named process is struggling to keep up with 5000 QPS. Have you
looked at the memory, CPU? Are you running with a single thread, or multiple
threads? Are you bumping into operating-system limits (which are, depending on
platform, tunable in named.conf)? There could be a lot of reasons why named
gets backed up in processing requests, and these aren’t necessarily evident
from doing a simple dig against
an otherwise-idle named instance.
- Kevin
From: [email protected] [mailto:[email protected]]
On Behalf Of ???
Sent: Tuesday, November 04, 2014 4:39 AM
To: [email protected]
Subject: Unexpected srrt in loopback
Hi everyone, I try to set up an authentic bind server in the loopback
address(127.0.0.1) in our recursive server of
our
testbed for test reason. When I send a large number of junk queries(5000QPS),
the srrt of loopback server in cash is unexpectedly large. Does anyone know the
reason?
The
srrt is normal when I dig or
ping the loopback server by the way.
The dump_cache.db’s content:
; Address database dump
;
; 10.root-servers.net [v4 TTL 10744] [v6 TTL 86344] [v4 nxrrset] [v6 success]
; 240c:f:1:122::13 [srtt 212] [flags 00002000] [ttl 1746]
; 8.root-servers.net [v4 TTL 10744] [v6 TTL 86344] [v4 nxrrset] [v6 success]
; 240c:f:1:122::11 [srtt 744] [flags 00002000] [ttl 1746]
; 3.root-servers.net [v4 TTL 10744] [v6 TTL 86344] [v4 nxrrset] [v6 success]
; 240c:f:1:122::6 [srtt 171] [flags 00002000] [ttl 1746]
; 9.root-servers.net [v4 TTL 10744] [v6 TTL 86344] [v4 nxrrset] [v6 success]
; 240c:f:1:122::12 [srtt 44] [flags 00002000] [ttl 1746]
; 4.root-servers.net [v4 TTL 10744] [v6 TTL 86344] [v4 nxrrset] [v6 success]
; 240c:f:1:122::7 [srtt 64] [flags 00002000] [ttl 1746]
; 13.root-servers.net [v4 TTL 10744] [v6 TTL 86344] [v4 nxrrset] [v6 success]
; 240c:f:1:122::16 [srtt 26] [flags 00002000] [ttl 1746]
; 5.root-servers.net [v4 TTL 10744] [v6 TTL 86344] [v4 nxrrset] [v6 success]
; 240c:f:1:122::8 [srtt 29] [flags 00002000] [ttl 1746]
; 12.root-servers.net [v4 TTL 10744] [v6 TTL 86344] [v4 nxrrset] [v6 success]
; 240c:f:1:122::15 [srtt 2054] [flags 00002000] [ttl 1746]
; 6.root-servers.net [v4 TTL 10744] [v6 TTL 86344] [v4 nxrrset] [v6 success]
; 240c:f:1:122::9 [srtt 663] [flags 00002000] [ttl 1746]
; 1.root-servers.net [v4 TTL 10744] [v6 TTL 86344] [v4 nxrrset] [v6 success]
; 240c:f:1:122::2 [srtt 550] [flags 00002000] [ttl 1746]
; 11.root-servers.net [v4 TTL 10744] [v6 TTL 86344] [v4 nxrrset] [v6 success]
; 240c:f:1:122::14 [srtt 44] [flags 00002000] [ttl 1746]
; 7.root-servers.net [v4 TTL 10744] [v6 TTL 86344] [v4 nxrrset] [v6 success]
; 240c:f:1:122::10 [srtt 918] [flags 00002000] [ttl 1746]
; 2.root-servers.net [v4 TTL 10744] [v6 TTL 86344] [v4 nxrrset] [v6 success]
; 240c:f:1:122::5 [srtt 360] [flags 00002000] [ttl 1746]
; Unassociated entries
;
; ::1 [srtt 689] [flags 00002000] [ttl 1745]
Best Regards
Runxia Wan
---------------
Runxia Wan(Brian)
Research Engineer
BII Lab
Beijing Internet Institute(BII)
[email protected]
_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe
from this list
bind-users mailing list
[email protected]
https://lists.isc.org/mailman/listinfo/bind-users