From owner-freebsd-current@FreeBSD.ORG Sat Jan 1 17:26:41 2011 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 87828106566C; Sat, 1 Jan 2011 17:26:41 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from mail.zoral.com.ua (mx0.zoral.com.ua [91.193.166.200]) by mx1.freebsd.org (Postfix) with ESMTP id 1D6E28FC12; Sat, 1 Jan 2011 17:26:40 +0000 (UTC) Received: from deviant.kiev.zoral.com.ua (root@deviant.kiev.zoral.com.ua [10.1.1.148]) by mail.zoral.com.ua (8.14.2/8.14.2) with ESMTP id p01HQZ4b031663 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 1 Jan 2011 19:26:35 +0200 (EET) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.4/8.14.4) with ESMTP id p01HQZqH076826; Sat, 1 Jan 2011 19:26:35 +0200 (EET) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.4/8.14.4/Submit) id p01HQZLO076825; Sat, 1 Jan 2011 19:26:35 +0200 (EET) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Sat, 1 Jan 2011 19:26:35 +0200 From: Kostik Belousov To: Beat G?tzi Message-ID: <20110101172635.GZ90883@deviant.kiev.zoral.com.ua> References: <4D1F1AE8.5040704@chruetertee.ch> <20110101151008.GA7762@freebsd.org> <4D1F4A48.6080604@chruetertee.ch> <20110101154537.GW90883@deviant.kiev.zoral.com.ua> <4D1F4FB8.3030303@chruetertee.ch> <20110101161254.GX90883@deviant.kiev.zoral.com.ua> <4D1F5992.8030309@chruetertee.ch> <20110101164649.GY90883@deviant.kiev.zoral.com.ua> <4D1F5D5E.8030602@chruetertee.ch> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="6+qwXIXENytJnbGu" Content-Disposition: inline In-Reply-To: <4D1F5D5E.8030602@chruetertee.ch> User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: clamav-milter 0.95.2 at skuns.kiev.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=-3.4 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00, DNS_FROM_OPENWHOIS autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on skuns.kiev.zoral.com.ua Cc: Alexander Best , current@freebsd.org Subject: Re: Suddenly slow lstat syscalls on CURRENT from Juli X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Jan 2011 17:26:41 -0000 --6+qwXIXENytJnbGu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jan 01, 2011 at 05:59:10PM +0100, Beat G?tzi wrote: > On 01.01.2011 17:46, Kostik Belousov wrote: > > On Sat, Jan 01, 2011 at 05:42:58PM +0100, Beat G?tzi wrote: > >> On 01.01.2011 17:12, Kostik Belousov wrote: > >>> On Sat, Jan 01, 2011 at 05:00:56PM +0100, Beat G?tzi wrote: > >>>> On 01.01.2011 16:45, Kostik Belousov wrote: > >>>>> Check the output of sysctl kern.maxvnodes and vfs.numvnodes. I susp= ect > >>>>> they are quite close or equial. If yes, consider increasing maxvnod= es. > >>>>> Another workaround, if you have huge nested directories hierarhy, is > >>>>> to set vfs.vlru_allow_cache_src to 1. > >>>> > >>>> Thanks for the hint. kern.maxvnodes and vfs.numvnodes were equal: > >>>> # sysctl kern.maxvnodes vfs.numvnodes > >>>> kern.maxvnodes: 100000 > >>>> vfs.numvnodes: 100765 > >>>> > >>>> I've increased kern.maxvnodes and the problem was gone until > >>>> vfs.numvnodes reached the value of kern.maxvnodes again: > >>>> # sysctl kern.maxvnodes vfs.numvnodes > >>>> kern.maxvnodes: 150000 > >>>> vfs.numvnodes: 150109 > >>> The processes should be stuck in "vlruwk" state, that can be > >>> checked with ps or '^T' on the terminal. > >> > >> Yes, there are various processes in "vlruwk" state, > >> > >>>> As the directory structure is quite huge on this server I've set > >>>> vfs.vlru_allow_cache_src to one now. > >>> Did it helped ? > >> > >> No, it doesn't looks like setting vfs.vlru_allow_cache_src helped. The > >> problem was gone when I increased kern.maxvnodes until vfs.numvnodes > >> reached that level. I've stopped all running deamons but numvnodes > >> doesn't decrease. > > Stopping the daemons would not decrease the count of cached vnodes. > > What you can do is to call unmount on the filesystems. Supposedly, the > > filesystems are busy and unmount shall fail, but it will force freed > > the vnodes that are unused by any process. >=20 > That freed around 1500 vnodes. At the moment the vfs.numvnodes doesn't > increase rapidly and the server is usable. I will keep an eye it to see > if I run into the same problem again. This is too small amount of vnodes to be freed for the typical system, and it feels like a real vnode leak. It would be helpful if you tried to identify the load that causes the situation to occur. You are on the UFS, right ? --6+qwXIXENytJnbGu Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (FreeBSD) iEYEARECAAYFAk0fY8sACgkQC3+MBN1Mb4jLOQCfar3tWLQkujs0UZX5YW+OzFJT IzIAn1Oqeuneymr9stKhCWJxgLXd/UwQ =/cZf -----END PGP SIGNATURE----- --6+qwXIXENytJnbGu--