From owner-freebsd-smp Fri Dec 11 18:21:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA01182 for freebsd-smp-outgoing; Fri, 11 Dec 1998 18:21:26 -0800 (PST) (envelope-from owner-freebsd-smp@FreeBSD.ORG) Received: from NS1.HomeMortgageUSA.Com (Shell.Bourg.Net [207.229.69.135]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA01150; Fri, 11 Dec 1998 18:21:08 -0800 (PST) (envelope-from gus@Bourg.Net) Received: from localhost (gus@localhost) by NS1.HomeMortgageUSA.Com (8.9.1/8.8.7) with SMTP id SAA21764; Fri, 11 Dec 1998 18:25:50 -0800 (PST) (envelope-from gus@Bourg.Net) Date: Fri, 11 Dec 1998 18:25:50 -0800 (PST) From: Gus Bourg X-Sender: gus@NS1.HomeMortgageUSA.Com To: current@FreeBSD.ORG, smp@FreeBSD.ORG Subject: gettimeofday/named Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-smp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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-smp" in the body of the message