From owner-freebsd-net@FreeBSD.ORG Sat Oct 21 14:06:19 2006 Return-Path: X-Original-To: net@freebsd.org Delivered-To: freebsd-net@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A7E616A403 for ; Sat, 21 Oct 2006 14:06:19 +0000 (UTC) (envelope-from mi+kde@aldan.algebra.com) Received: from aldan.algebra.com (aldan.algebra.com [216.254.65.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84C4043D45 for ; Sat, 21 Oct 2006 14:06:18 +0000 (GMT) (envelope-from mi+kde@aldan.algebra.com) Received: from aldan.algebra.com (aldan [127.0.0.1]) by aldan.algebra.com (8.13.8/8.13.7) with ESMTP id k9LE6H3H035712 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 21 Oct 2006 10:06:17 -0400 (EDT) (envelope-from mi+kde@aldan.algebra.com) Received: from localhost (localhost [[UNIX: localhost]]) by aldan.algebra.com (8.13.8/8.13.7/Submit) id k9LE6HqF035711; Sat, 21 Oct 2006 10:06:17 -0400 (EDT) (envelope-from mi+kde@aldan.algebra.com) From: Mikhail Teterin To: net@freebsd.org Date: Sat, 21 Oct 2006 10:06:16 -0400 User-Agent: KMail/1.9.1 X-Face: %UW#n0|w>ydeGt/b@1-.UFP=K^~-:0f#O:D7whJ5G_<5143Bb3kOIs9XpX+"V+~$adGP:J|SLieM31VIhqXeLBli" Cc: freebsdnic@mailbox.cps.intel.com Subject: 6.2 becomes unresponsive under high traffic X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Oct 2006 14:06:19 -0000 Hello! The system is a dual Opteron 244 running today's FreeBSD-6.2/amd64. em-interface connects it to the switch (in gigabit mode). When I direct 2 database dumps at the machine in parallel (the arriving data is getting compressed and written to local disk), the "system" component of the load (as reported by systat and top) goes up to 99-100% and stays there for many minutes at a time. Accessing the box via console remains speedy, but remote connections stall for minutes during which the box is not even pingable... What appears to wake it up, though, is hitting a (local) keyboard button... Switching em0 to polling mode did not help... "netstat -m" does not show any rejections of buffer requests. It uses the BSD4-scheduler, as is the default. Earlier, in the single-CPU configuration, the box had no problems dealing with such 2 data streams for hours, backing up all our databases. We added another processor and updated the world/kernel from 6.1 to 6.2, hoping to halve the dump times -- and it is barely crowling now... Please, advise. Thanks! -mi