From owner-freebsd-questions@FreeBSD.ORG Thu Jan 4 06:59:54 2007 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A5E1816A407 for ; Thu, 4 Jan 2007 06:59:54 +0000 (UTC) (envelope-from bobmc@bobmc.net) Received: from smtp-out.fcibroadband.com (smtp-out.fcibroadband.com [64.119.104.17]) by mx1.freebsd.org (Postfix) with ESMTP id 8141213C428 for ; Thu, 4 Jan 2007 06:59:54 +0000 (UTC) (envelope-from bobmc@bobmc.net) Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp-in1.fcibroadband.com (Postfix) with ESMTP id 0BF201B17BD for ; Thu, 4 Jan 2007 01:59:54 -0500 (EST) Received: from smtp-out1 ([127.0.0.1]) by localhost (smtp-out1 [127.0.0.1]) (amavisd-new, port 10025) with SMTP id 14629-06 for ; Thu, 4 Jan 2007 01:59:53 -0500 (EST) Received: from [192.168.1.102] (unknown [209.104.163.93]) by smtp-out.fcibroadband.com (Postfix) with ESMTP id 854551B1770 for ; Thu, 4 Jan 2007 01:59:53 -0500 (EST) Message-ID: <459CA574.4050001@bobmc.net> Date: Thu, 04 Jan 2007 01:57:56 -0500 From: Bob McIsaac User-Agent: Thunderbird 1.5 (X11/20060317) MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: network tuning and performance troubleshooting X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Jan 2007 06:59:54 -0000 Problem: Browser status 'looking up address' for 10 seconds for any web page clicked. Slashdot takes almost a minute to load. But FTP performance is good and running a shoutcast stream is no problem. Sending mail via my ISP is slow. Investigation: - "sysctl -a | grep net | less" shows a ton of variables with values assigned. Ping of nameserver assigned by dhcp takes 0.5ms. Ping of freebsd.org = 90ms. Nothing obvious in loader.conf or rc.conf (defaults). /var/log/messages has only startup info. Question: - How to solve this thorny performance problem? -Bob-