Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Dec 1998 18:25:50 -0800 (PST)
From:      Gus Bourg <gus@Bourg.Net>
To:        current@FreeBSD.ORG, smp@FreeBSD.ORG
Subject:   gettimeofday/named
Message-ID:  <Pine.BSF.3.96.981211182137.21625A-100000@NS1.HomeMortgageUSA.Com>

next in thread | raw e-mail | index | archive | help
I have some FreeBSD-Current machines running named. I'm having a little
bit of a challenege with them, though. Named is taking up all of the CPU
on the machine. Some of these machines are running SMP kernels and some
aren't.

79892 root      105   0 15348K 15128K CPU1   0  18.9H 98.63% 98.63% named 
15816 root       93   0  9772K  9512K RUN    176:14 99.22% 99.22% named

As you can see here, named isn't being very nice. :-) I did a ktrace on
it, and then a dump. Heres what I got:
 79892 named    CALL  gettimeofday(0xefbfda84,0)
 79892 named    RET   gettimeofday 0
 79892 named    CALL  sendto(0x4,0x83fba80,0x1e,0,0x850d07c,0x10)
 79892 named    GIO   fd 4 wrote 30 bytes
       "\M^B\^T\0\0\0\^A\0\0\0\0\0\0\bnocharge\^Cnet\0\0\^O\0\^A"
 79892 named    RET   sendto 30/0x1e
 79892 named    CALL  gettimeofday(0x8084b04,0)
 79892 named    RET   gettimeofday 0
 79892 named    CALL  gettimeofday(0xefbfda84,0)
 79892 named    RET   gettimeofday 0
 79892 named    CALL  sendto(0x4,0x83efe80,0x1e,0,0x8bcebec,0x10)
 79892 named    GIO   fd 4 wrote 30 bytes
       "\M^B\^S\0\0\0\^A\0\0\0\0\0\0\bnocharge\^Cnet\0\0\^O\0\^A"

Anyone know whats wrong?

Thanks
Gus Bourg


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.981211182137.21625A-100000>